@charset "UTF-8";
/* Import rule from: https://p.typekit.net/p.css?s=1&k=ism0ugl&ht=tk&f=24354.54408.54422&a=91691135&app=typekit&e=css */
/**//*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * barlow-semi-condensed:
 *   - http://typekit.com/eulas/000000000000000077417f22
 *   - http://typekit.com/eulas/0000000000000000773898be
 * canada-type-gibson:
 *   - http://typekit.com/eulas/00000000000000007759afd3
 *
 * © 2009-2025 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2025-09-09 09:51:45 UTC"}*/









.tk-canada-type-gibson { font-family: "canada-type-gibson",sans-serif; }
.tk-barlow-semi-condensed { font-family: "barlow-semi-condensed",sans-serif; }
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/lib/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
/*
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/

mappress-map poi {
	display: none;
}

.mapp-layout {
	border: 1px solid lightgray;
	box-sizing: border-box;
	display: block;
	max-width: none;				/* Some themes limit, e.g. 2020 */
	min-width: 200px;
	opacity: 1 !important;			/* Some themes set to 0 */
	padding: 0px !important;		/* Some themes set */
}        

mappress-map.mapp-layout {
	display: flex !important;       /* Some themse override */
	flex-direction: column;
	position: relative;             /* Needed for filters with web component */
}

.mapp-layout * {
	box-sizing: border-box;
	color: black;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
}

/* WP block editor interferes */
.mapp-layout p {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* GT .aligncenter interferes w/all text */
.mapp-layout.aligncenter {
	text-align: left;
}

.mapp-canvas {
	user-select: none;
}

.mapp-wrapper {
	min-height: 50px;
	position: relative;
}

/* Responsive content */
.mapp-content {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}

.mapp-main {
	display: flex;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.mapp-content .mapp-main .mapp-canvas img {
	border: none;
	max-width: none;        	/* 2021 interferes with pegman */
	padding: 0;					/* 2011 pads img tags, which interferes with map markers and tiles */
}

.mapp-hidden {
	display: none;
}


/*
	-----------------------------------------------------------------------------------
	Prevent theme conflicts with Google maps.  The !important modifier is used because some
	themes use high-priority (very specific) selectors that interfere.
	-----------------------------------------------------------------------------------
*/

/* Map controls are rendered here, not on the canvas */
.mapp-canvas-panel {
	flex: 1;
	height: 100%;
	margin: 0px;
	overflow: hidden !important;
	padding: 0px !important;
	position: relative;			/* Need for initial dialog position */
}

.mapp-canvas {
	height: 100%;
	word-wrap: normal;			/* 2013 sets break-word, which interferes w/Google copyright in IE only */
}

.mapp-canvas img {
	background: none;
	box-shadow: none !important;		/* 2012 */
	border-radius: 0px !important;		/* 2012 */
	visibility: inherit !important;
}

.leaflet-control-container .leaflet-control-attribution * {
	font-size: 8px !important;
}

/* Prevent theme interference with leaflet */
.leaflet-popup-close-button {
	box-shadow: none !important;			/* 2016, 2017 */
	text-decoration: none !important;		/* 2019 */
}

a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	text-decoration: none !important;
}

.mapp-spinner-overlay {
	align-items: center;
	background-color: #c0c0c0;
	justify-content: center;
	opacity: 0.5;
	padding: 10px;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 10001;
}

/* https://icons8.com/preloaders/en/circular# */
.mapp-spinner {
	background: transparent url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/loading.gif) no-repeat center center;
	background-size: 64px;
	display: inline-block;
	height: 64px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10002;
	width: 64px;
}

/*
	-----------------------------------------------------------------------------------
	Controls
	Leaflet needs the inner div to get size right, so google was done the same way
	-----------------------------------------------------------------------------------
*/

.mapp-google-control {
	background-color: white;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
	position: absolute;
}

.mapp-google-control > div {
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	opacity: 0.6;
	width: 40px;
}

.mapp-google-control:hover { background-color: #f4f4f4; }
.mapp-google-control:hover > div { opacity: 1; }

.mapp-leaflet-control {
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 4px;
	position: absolute;
	z-index: 1000;
}

.mapp-leaflet-control > div {
	background-color: white;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 2px;
	height: 30px;
	line-height: 30px;
	opacity: 1;
	width: 30px;
}

.mapp-leaflet-control:hover > div {
	background-color: #f4f4f4;
	opacity: 1;
}

.mapp-google-fullscreen, .mapp-leaflet-fullscreen {
	top: 10px; right: 10px;
}

.mapp-google-fullscreen > div, .mapp-leaflet-fullscreen > div {
	background-image: url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/fullscreen.svg');
	background-size: 18px 18px;
}

.mapp-google-geolocate, .mapp-leaflet-geolocate {
	bottom: 120px; right: 10px;
}

.mapp-mini .mapp-google-geolocate, .mapp-mini .mapp-leaflet-geolocate {
	bottom: auto;
	top: 60px;
}

.mapp-google-geolocate > div {
	background-image: url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg');
	background-size: 18px 18px;
}

.mapp-leaflet-geolocate > div {
	background-image: url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/geolocate.svg');
	background-size: 14px 14px;
}

/*
	-----------------------------------------------------------------------------------
	Sidebar
	-----------------------------------------------------------------------------------
*/

.mapp-sidebar {
	background-color: white;
	border-right: 1px solid lightgray;
	display: flex;
	flex-direction: column;
	max-width: 55%;
	position: relative;
	transition-property: all;
	transition-duration: .1s;
	width: 0;
}

.mapp-sidebar.mapp-sidebar-open {
	width: 300px;
}

/* List toggle, left layout only */
.mapp-sidebar-toggle {
	align-items: center;
	background-color: white;
	border: 1px solid lightgray;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	margin: auto;
	position: absolute;
	top: 0; left: 100%; bottom: 0;
	width: 20px;
	z-index: 1000;
}

.mapp-sidebar-toggle::before {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid black;
	content: '';
}

.mapp-sidebar-open .mapp-sidebar-toggle::before {
	width: 0;
	height: 0;
	border-left: none;
	border-right: 6px solid black;
}

/* Sidebar inline */
.mapp-sidebar.mapp-sidebar-inline  {
	border: none;
	border-top: 1px solid lightgray;
	display: flex;
	max-height: 350px;
	max-width: none;
	width: auto;
}

.mapp-sidebar-inline .mapp-sidebar-toggle {
	display: none;
}

.mapp-sidebar-inline .mapp-directions {
	max-width: none;
	width: auto;
}

.mapp-sidebar-inline .mapp-list {
	display: flex;
	flex: 1;
	flex-direction: column;
}




/*
	-----------------------------------------------------------------------------------
	POI List (new)
	Structure:
		.mapp-list
			.mapp-list-header
			.mapp-items
				.mapp-item (one for each POI)
			.mapp-list-footer
				.mapp-paginate
	-----------------------------------------------------------------------------------
*/

.mapp-list {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	position: relative;
}

.mapp-list .mapp-list-header {
	border-bottom: 1px solid lightgray;
	display: flex;
	flex-direction: column;
	padding: 5px;
	position: relative;		/* Needed to scroll list for selection */
}

.mapp-list-count {
	padding: 5px;
	text-align: center;
}

.mapp-list .mapp-items {
	flex: 1;
	overflow: auto;
}

.mapp-list .mapp-item {
	align-items: center;
	border-bottom: 1px solid lightgray;
	display: flex;
	cursor: pointer;
	overflow: hidden;
	padding: 10px;
}

.mapp-list .mapp-item.mapp-selected {
	background-color: #eaeaea;
}

.mapp-list .mapp-item:hover {
	background-color: #eaeaea;
}

.mapp-list .mapp-info {
	flex: 1;
}

.mapp-list .mapp-info .mapp-template {
	align-items: center;
	display: flex;
}

.mapp-list .mapp-title {
	flex: 1;
}

.mapp-list .mapp-item .mapp-icon {
	border: none;                   /* 2011 */
	max-width: 32px !important; 	/* 2012 tries to override */
	max-height: 32px;
	margin: 0 5px;
	padding: 0;                     /* 2011 */
}

.mapp-list-footer {
	border-top: 1px solid lightgray;
	display: flex;
	justify-content: center;
	padding: 10px;
}

.mapp-list .mapp-dir-wrapper {
	margin-top: 10px;
}

/* Make directions look like a link */
.mapp-list .mapp-dir {
	color: #4272db;
	cursor: pointer;
	white-space: nowrap;
}

/*
	-----------------------------------------------------------------------------------
	Pagination
	For: poi list, library picker, and style modal
	-----------------------------------------------------------------------------------
*/

.mapp-paginate {
	align-items: center;
	display: flex;
}

/* Frontend buttons are divs to prevent theme interference w/styling */
.mapp-paginate-button {
	align-items: baseline;
	background-color: #eee;
	border: 1px solid lightgray;
	border-radius: 5px;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 25px;
	justify-content: center;
	margin: 0 2px;
	width: 20px;
}

.mapp-paginate-button.mapp-disabled {
	color: #aaa;
}

.mapp-paginate-count {
	display: inline-block;
	min-width: 60px;
	text-align: center;
}

/*
	-----------------------------------------------------------------------------------
	Header
	- min-height to prevent popins
	-----------------------------------------------------------------------------------
*/
.mapp-header {
	align-items: stretch;
	background-color: white;
	border-bottom: 1px solid lightgray;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: right;     /* Right align filter button where no search box present */
	min-height: 50px;           /* Keep height stable while map initializes */
	padding: 5px;
}

/*
	-----------------------------------------------------------------------------------
	Search
	-----------------------------------------------------------------------------------
*/
.mapp-search-container {
	display: flex;
	flex: 1;
	min-width: 325px;
	position: relative;
}

/*
	-----------------------------------------------------------------------------------
	React autocomplete
	-----------------------------------------------------------------------------------
*/

.mapp-autocomplete {
	align-items: stretch;
	display: flex;
	flex: 1;
}

.mapp-autocomplete-wrapper {
	align-items: center;
	display: flex;
	flex: 1;
	position: relative;
}

.mapp-autocomplete input.mapp-places {
	background-color: white !important;		/* Algolia uses 240,240,240 */
	border: none;
	border: 1px solid #bbb ;
	box-shadow: none ;
	color: black ;
	flex: 1;
	height: 100%;
	line-height: 25px;
	margin: 0 ;
	padding: 5px 10px;
}

.mapp-autocomplete-button {
	background: url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_black.png') no-repeat center;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	right: 10px;
	width: 20px;  
	height: 100%;
	background-size: contain;
}		

.mapp-autocomplete-button:hover {
	background: url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/search_blue.png') no-repeat center;
	background-size: contain;
}    


/* Themes like to set img padding/margin */
.mapp-autocomplete .mapp-submit-button img {
	margin: 0 !important;
}
	

.mapp-autocomplete-list {
	background-color: white;
	border: 1px solid lightgray;
	box-shadow: 0px 1px 2px grey;
	cursor: pointer;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 10000;
}

.mapp-autocomplete-item {
	background-color: inherit;
	border-bottom: 1px solid lightgray;
	border-top: none;
	border-right: none;
	border-left: none;
	box-shadow: none;
	color: inherit;
	cursor: inherit;
	font: inherit;
	margin: 0;
	padding: 8px;
}

.mapp-autocomplete-item:hover, .mapp-autocomplete-item.mapp-selected {
	background-color: #eaeaea;
}

.mapp-autocomplete-item {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*
	-----------------------------------------------------------------------------------
	Filters
	mapp-dropdown mapp-filter
		mapp-dropdown-toggle
		mapp-dropdown-content
			mapp-filter-wrapper 
				mapp-filter-[name]
			mapp-filter-toolbar
	-----------------------------------------------------------------------------------
*/

.mapp-filter {
	display: flex;
	gap: 5px;
}

.mapp-filter .mapp-button {
	text-transform: uppercase;
}

.mapp-filter-spinner {
	background: transparent url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
	height: 24px;
	width: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

.mapp-filter-wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: auto;
	padding: 5px 10px;
}

.mapp-filter-button {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mapp-filter-values {
	line-height: normal;
	min-width: 100%;
	padding: 5px;
}

.mapp-filter-values .mapp-control {
	display: block;
}

.mapp-filter-toolbar {
	align-items: center;
	border-top: 1px solid lightgray;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.mapp-filter-toolbar .mapp-filter-count {
	color: #777;
	margin-right: 5px;
	min-width: 100px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mapp-filter-label {
	font-weight: bold;
	padding: 5px 0;
	text-transform: capitalize;
	white-space: nowrap;
}

.mapp-filter-values label {
	align-items: center;
	color: #666;
	display: flex;
	font-weight: normal;		/* 2017 */
	margin: 0;
}

.mapp-filter-values img.mapp-icon {
	display: inline;			/* 2020 sets display to block */
	margin-right: 5px;
}

/* Try to prevent interference from GT editor, theme */
.mapp-filter input, .mapp-filter input[type="text"], .mapp-filter input[type="search"] {
	border: 1px solid #bbb;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	max-width: none;
	outline: none;
	padding: 5px 10px;
}

.mapp-filter input[type="radio"], .mapp-filter input[type="checkbox"] {    
	all: revert;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	margin: initial;
	margin-right: 10px;
	outline: none;
}

.mapp-filter .mapp-filter-values select {
	border: 1px solid gray;
	border-radius: 0;
	box-shadow: none;
	line-height: 1;
	margin: initial;
	max-width: none;
	outline: none;
	width: 100%;
}

/* Standalone text filter should fill header height or sidebar width */
.mapp-header .mapp-filter-text label, .mapp-header .mapp-filter-text input {
	height: 100%;
}

.mapp-sidebar .mapp-filter-text .mapp-control, .mapp-sidebar .mapp-filter-text label {
	display: flex;
	flex: 1;
}

.mapp-sidebar .mapp-filter-text input {
	flex: 1;
	padding: 10px;
}

/*
	Filters in header/sidebar
*/
.mapp-header .mapp-filters {
	display: flex;
	gap: 5px;
}

.mapp-sidebar .mapp-filter {
	border-bottom: 1px solid lightgray;
	flex-direction: column;
}

.mapp-sidebar .mapp-filter-button {
	border: none;
}

.mapp-sidebar .mapp-filter .mapp-dropdown-content {
	border: none;
	height: 100%;
	right: 0; left: 0;
}

.mapp-sidebar .mapp-filter-text {
	padding: 5px;
}

/*
	------------------------------------------------------------------------------------------------------------
	Infobox (Popup)

	.mapp-ib-wrapper						- positioning element
		.mapp-ib-content					- box + tip
			.mapp-ib 						- box only, with border
				.mapp-iw 					- infowindow (popup content)
			.mapp-ib-tip						- triangle tip
	-----------------------------------------------------------------------------------------------------------
*/

/* Positioning element: width prevents clipping, height must be zero or it'll obscure canvas */
.mapp-ib-wrapper {
	bottom: 0;
	display: flex;
	left: 0;
	max-height: 60%;	/* Based on map size */
	max-width: 90%;		/* Based on map size */
	overflow: hidden;
	position: absolute;
}

.mapp-ib-content {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	line-height: 0;		/* Prevent font from distorting tip */
	overflow: hidden;
	z-index: 1005;		/* Needed for Leaflet, above menu icon, below menu */
}

/* In fullscreen Google sets map z-index very high */
:fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-webkit-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-moz-full-screen ~ .mapp-ib-wrapper { z-index: 10000000000; }
:-ms-fullscreen ~ .mapp-ib-wrapper { z-index: 10000000000; }

.mapp-ib {
	background-color: white;
	border: 1px solid lightgray;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	line-height: normal;
	outline: none;
	overflow: hidden;
	box-shadow: 0 0px 7px 0px rgba(0,0,0,0.20);
}


.mapp-ib-tip {
	display: flex;
	flex: 0 0 auto;
	left: 50%;
	position: relative;
	top: -1px;
	width: 0;
}

.mapp-ib-tip:before {
	border: 10px solid transparent;
	border-top: 10px solid white;
	border-bottom: none;
	content: "";
	left: -10px;
	position: relative;
	width: 0;
}

/*
	-----------------------------------------------------------------------------------
	Popup contents
	-----------------------------------------------------------------------------------
*/

.mapp-iw {
	display: flex;
	flex-direction: column;
	min-width: 200px;
	overflow: hidden;
}

/* Selectivity needed to override GT editor */
.mapp-ib .mapp-iw * {
	font-size: 13px;
}

/* Override common theme / user agent styles that interfere */
.mapp-content .mapp-iw * {
	line-height: normal;
}

.mapp-iw p {
	margin: 0 !important;
	padding: 0;
}

/* Try to constrain oembeds to container */
.mapp-iw iframe {
	max-height: 100%;
	max-width: 100%;
}

/* Override theme link styles */
.mapp-iw a, .mapp-iw a:link, .mapp-iw a:active, .mapp-iw a:visited, .mapp-iw a:hover {
	border: none !important;
	box-shadow: none !important;			/* 2016, 2017 */
	color: #4272db !important;
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

.mapp-iw .mapp-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	min-height: 100px;			/* Used when IB is very small and thumbnail is on top */
	overflow: hidden;
	padding: 10px;
}

.mapp-iw .mapp-info .mapp-template {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: hidden;
}

.mapp-iw .mapp-title {
	font-weight: bold;
	padding-bottom: 10px;
}

.mapp-iw .mapp-body {
	flex: 1;
	overflow: auto;
	overflow-wrap: break-word;
}

.mapp-iw .mapp-dir-wrapper {
	margin-top: 10px;
}

/* Make directions look like a link */
.mapp-iw .mapp-dir {
	color: #4272db;
	cursor: pointer;
	padding-top: 10px;
	white-space: nowrap;
}

/* Workarounds for IE, which doesn't like flex */
.mapp-ie .mapp-iw {
	display: block;
	overflow: auto;
}

.mapp-ie .mapp-iw .mapp-body {
	flex: none;
}

/* Data table */
.mapp-iw .mapp-table {
	margin-top: 10px;
}

.mapp-iw .mapp-label {
	font-weight: 500;
}

.mapp-iw .mapp-cell {
	padding: 2px 10px;
}

/*
	-----------------------------------------------------------------------------------
	Thumbnail gallery
	-----------------------------------------------------------------------------------
*/
.mapp-iw .mapp-thumbnail {
	cursor: pointer;
}

.mapp-thumbnail {
	align-items: center;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

/* Display block removes extra whitespace @ bottom */
.mapp-thumbnail img {
	display: inline-block;
	max-width: none;
	object-fit: cover;
}

.mapp-thumbnail .mapp-gallery-previous, .mapp-thumbnail .mapp-gallery-next {
	align-items: end;
	background-color: white;
	border: 1px solid gray;
	border-radius: 40px;
	color: black;
	cursor: pointer;
	display: flex;
	font-size: 20px;
	height: 24px;
	justify-content: center;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.mapp-thumbnail .mapp-gallery-previous:hover, .mapp-thumbnail .mapp-gallery-next:hover {
	opacity: 1.0;
}

.mapp-thumbnail .mapp-gallery-previous { left: 5px; }
.mapp-thumbnail .mapp-gallery-next { right: 5px; }
.mapp-thumbnail .mapp-gallery-previous:after { content: "<"; }
.mapp-thumbnail .mapp-gallery-next:after { content: ">"; }

/*
	-----------------------------------------------------------------------------------
	Popup Thumbnail styles
	-----------------------------------------------------------------------------------
*/

.mapp-iw.mapp-thumb-top .mapp-thumbnail {
	text-align: center;
}

/* When thumbnails are on top AND an image is present, limit info section width to width of the image */
.mapp-iw.mapp-thumb-top.mapp-has-thumb .mapp-info {
	min-width: 100%;
	width: 0;
}

.mapp-iw.mapp-thumb-left .mapp-thumbnail, .mapp-iw.mapp-thumb-right .mapp-thumbnail {
	align-items: center;
}

/* Limit info section to height of featured image.  */
.mapp-iw.mapp-thumb-left .mapp-info, .mapp-iw.mapp-thumb-right .mapp-info  {
	min-width: 150px;
}

.mapp-iw.mapp-thumb-left {
	flex-direction: row;
}

.mapp-iw.mapp-thumb-right {
	flex-direction: row-reverse;
}

/*
	-----------------------------------------------------------------------------------
	List thumbnail styles.  Thumbnail is prepended before item content.
	-----------------------------------------------------------------------------------
*/

/* Fill the .mapp-thumbnail container, where fixed dimensions are applied */
.mapp-list .mapp-thumbnail img, .mapp-list .mapp-thumbnail .mapp-embed, .mapp-list .mapp-thumbnail iframe {
	height: 100%;
	width: 100%;
}

/* Default is flex horizontal, use block to position image at top */
.mapp-list.mapp-thumb-top .mapp-item {
	display: block;
	padding: 10px;
}

.mapp-list.mapp-thumb-top .mapp-thumbnail {
	height: 150px;
	margin-bottom: 10px;
	text-align: center;
}

.mapp-list.mapp-thumb-left .mapp-thumbnail {
	height: 100px !important;
	width: 100px !important;
	margin-right: 10px;
}

.mapp-list.mapp-thumb-left .mapp-item {
	align-items: start;
}

.mapp-list.mapp-thumb-left .mapp-info .mapp-template {
	flex-direction: row-reverse;
}

.mapp-list.mapp-thumb-right .mapp-item {
	align-items: start;
	flex-direction: row-reverse;
}

.mapp-list.mapp-thumb-right .mapp-thumbnail {
	height: 100px !important;
	width: 100px !important;
	margin-left: 10px;
}



/*
	-----------------------------------------------------------------------------------
	IB Animations
	-----------------------------------------------------------------------------------
*/

@keyframes floatdown {
	from { margin-top: 0 }
	to { margin-top: 5px }
}

@keyframes floatup {
	from { margin-top: 0 }
	to { margin-top: -5px }
}

.mapp-ib-wrapper.mapp-ib-float {
	animation: floatup 0.4s forwards;
}

/*
	-----------------------------------------------------------------------------------
	Mini view
	-----------------------------------------------------------------------------------
*/

/* In mini view place the list under the map so it can scroll UP */
.mapp-mini .mapp-main {
	flex-direction: column-reverse;
}

.mapp-mini .mapp-sidebar {
	bottom: 0;
	height: 0;
	left: 0;
	max-width: none;
	position: absolute;
	right: 0;
	transition-property : all;
	transition-duration: .3s;
	width: auto;
	z-index: 10000;
}

.mapp-mini .mapp-sidebar.mapp-sidebar-open  {
	height: 100%;
}

.mapp-button.mapp-view-list, .mapp-button.mapp-view-map {
	align-items: center;
	border: none;
	justify-content: center;
	text-transform: uppercase;    
}

.mapp-view-list img, .mapp-view-map img {
	height: 16px !important;	/* GT editor interferes */
	margin-right: 5px;
}

.mapp-mini .mapp-directions {
	max-width: none;
	width: auto;
}

.mapp-footer {
	background-color: #f5f5f5;
	border-top: 1px solid lightgray;
}

.mapp-mini .mapp-filters .mapp-dropdown-content { 
	width: 100%;
	height: 100%;
}

/*
	-----------------------------------------------------------------------------------
	Markers
	-----------------------------------------------------------------------------------
*/

.mapp-marker {
	cursor: pointer;
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
	position: absolute;
	touch-action: none;		/* For dragdrop */
}

/* Label */
.mapp-marker img:nth-child(2) {
	height: 50%;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

/* Image transforms base */
.mapp-marker img {
	transform-origin: 50% 100%;
	transition: transform .2s;
	width: 100%;
}

/* Scale image */
.mapp-marker-scale img {
	transform-origin: 50% 100%;
	transform: scale(1.2);
	perspective: 1001px;
}

/* Scale label - combine transforms */
.mapp-marker-scale img:nth-child(2) {
	transform: translate(-50%, -50%) scale(1.5);
}

.mapp-marker-circle {
	overflow: visible !important;
}

.mapp-marker-circle::before {
	background-color: rgba(255,255,255,0.7);
	border: 3px solid white;
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	left: -25%;
	top: -25%;
	width: 150%;
	height: 150%;
	position: absolute;
	z-index: -1;
}

/*
	-----------------------------------------------------------------------------------
	Directions
	-----------------------------------------------------------------------------------
*/

.mapp-directions {
	padding: 20px 10px 10px 10px;
}

.mapp-directions input {
	border: 1px solid gray;     /* 2020 */
	padding: 3px;
}

.mapp-dir-content {
	align-items: center;
	display: flex;
}

.mapp-dir-toolbar {
	margin-top: 10px;
}

.mapp-dir-from-to {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 8px;
}

.mapp-dir-from, .mapp-dir-top {
	line-height: normal ;
	width: 100%;
}

.mapp-dir-arrows {
	background: transparent url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/swapvert.svg') no-repeat center center;
	cursor: pointer;
	height: 30px;
	margin-left: 5px;
	opacity: 0.6;
	width: 30px;
}

.mapp-dir-arrows:hover {
	background-color: rgba(0,0,0,0.05);
	border-radius: 30px;
	opacity: 1;
}

/*
	-----------------------------------------------------------------------------------
	Custom controls
	-----------------------------------------------------------------------------------
*/

/* Extra selectivity because iframe defaults contents to color black */
.mapp-main .mapp-menu-toggle {
	background: white url('https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/menu-2x.png') no-repeat center center;
	background-size: 24px 24px;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
	color: #777;
	cursor: pointer;
	height: 40px;
	outline: none;
	outline: none;		/* Prevent focus outline */
	position: absolute;
	top: 10px; left: 10px; bottom: 0; right: 0;
	width: 40px;
	z-index: 1000;
}

.mapp-menu {
	background-color: white;
	border: 1px solid lightgray;
	color: #606060;
	cursor: default;
	display: flex;
	flex-direction: column;
	overflow: auto;
	padding: 5px 0 5px 0;
	position: absolute;
	top: 50px; left: 10px;
	width: 150px;
	z-index: 1010;
}

.mapp-menu-items {
	flex: 1;
}

.mapp-menu-item {
	cursor: pointer;
	line-height: 20px;
	padding: 5px 10px 5px 10px;
}

.mapp-menu-item:hover {
	background-color: #eaeaea;
	color: black;
}
.mapp-menu-item.mapp-active {
	background-color: #eaeaea;
	color: black;
	font-weight: bold;
}

.mapp-menu-separator {
	padding: 0;
	border-bottom: 1px solid lightgray;
}

.mapp-menu-footer{
	padding: 5px 10px;
	text-align: right;
}

.mapp-menu-help:hover {
	opacity: 1;
}


/*
	-----------------------------------------------------------------------------------
	Dialog / modal
	-----------------------------------------------------------------------------------
*/
.mapp-dialog {
	max-width: 90vw;
	max-height: 90vh;
	overflow: hidden;
	padding: 0;
}

/* Used to prevent scrolling on underlying body */
.mapp-dialog-noscroll {
	overflow: hidden;
}    

/* Must wait until open, otherwise flash of content */
.mapp-dialog[open] {
	display: flex;
	flex-direction: column;
}

.mapp-dialog::backdrop {
	background-color: black;
	opacity: 0.6;
}

@media screen and (max-width: 650px) {
	.mapp-dialog {
		height: 100vh;
		max-height: none;
		max-width: none;
		width: 100vw;
	}
}

.mapp-dialog-title {
	font-size: 20px;
	padding: 15px;
}

.mapp-dialog-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	overflow: hidden;
	padding: 0 15px;
}

.mapp-dialog-toolbar {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	border-top: 1px solid lightgray;
}

.mapp-dialog-toolbar > div {
	display: flex;
	gap: 5px;
}

.mapp-dialog-nopad .mapp-dialog-title, .mapp-dialog-nopad .mapp-dialog-content, .mapp-dialog-nopad .mapp-dialog-toolbar {
	padding: 0;
}

.mapp-dialog-close {
	color: black;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	text-align: center;
	top: 10px; right: 10px;
	z-index: 1;
}

.mapp-dialog-close:hover {
	color: rgb(0,124,186);
}

/*
	-----------------------------------------------------------------------------------
	Mashup modal:
	-----------------------------------------------------------------------------------
*/

.mapp-dialog.mapp-modal {
	max-height: 80vh;
	max-width: 80vw;
	min-width: 400px;
}

.mapp-dialog.mapp-modal .mapp-dialog-content {
	padding-left: 0;
}

.mapp-modal-title {
	margin-bottom: 15px;
}

.mapp-modal-title h1 {
	margin: 0;
	padding: 0 0 15px 0;
}

.mapp-modal-template {
	display: flex;
	flex: 1;
	flex-direction: row;
}

/* Featured image displays on the left by default */
.mapp-modal-featured {
	max-width: 40%;
}

.mapp-modal-featured img {
	height: 100% !important;
	object-fit: cover;
	width: 100% !important;
	max-width: none !important;
}

.mapp-modal-article {
	display: flex;
	flex: 1;
	flex-direction: column;
	overflow: auto;
	padding: 20px;
}

.mapp-modal-meta {
	display: flex;
	font-size: 12px;
	justify-content: space-between;
	margin-top: 50px;
}

.mapp-modal-spinner-wrapper {
  transform: translate(-200%, -200%);
  width: 5px;
  height: 5px;
}

/* https://www.w3schools.com/howto/howto_css_loader.asp */
.mapp-modal-spinner {
	background: transparent url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
	height: 40px;
	width: 40px;
	margin-left: 10px;
	margin-right: 10px;
	position: absolute;
	top: 50%; left: 50%;
}

/*
	-----------------------------------------------------------------------------------
	Iframe maps
	-----------------------------------------------------------------------------------
*/

/* Newer component iframe doesn't need position absolute because wrapper uses aspect-ratio instead of padding-bottom */
.mapp-component-iframe {
	background-color: rgba(221,221,221,1);    /* #ddd */
	border: none;
	max-height: none !important;        /* 2021 restricts */
	overflow: hidden;
	z-index: 1;
}

/* Non-component iframe.  Size only works with position absolute AND h/w=100%; z-index because 2020 page breaks appear over map */
.mapp-iframe {
	background-color: rgba(221,221,221,1);	/* #ddd */
	border: none;
	height: 100%;
	max-height: none !important;		/* 2021 restricts */
	overflow: hidden;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	z-index: 1;
}

.mapp-iframe-html, .mapp-iframe-body { 
	box-sizing: border-box;
	color: black;
	font-family: sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0;
	padding: 0;
}

.mapp-iframe-body .mapp-wrapper { 
	height: 100% !important;
	padding-bottom: 0 !important;
}

/*
	-----------------------------------------------------------------------------------
	Errors overlay
	-----------------------------------------------------------------------------------
*/
.mapp-errors-overlay {
	background-color: black;
	opacity: 0.7;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 1100;	/* Just over mapp-ib */
}

.mapp-errors {
	background-color: white;
	border: 2px solid gray;
	color: black !important;
	overflow: auto;
	padding: 10px;
	position: absolute;
	top: 10%; left: 10%; bottom: 10%; right: 10%;
	z-index: 1101;
}

.mapp-errors * {
	font-size: 14px !important;
}
.mapp-errors-header {
	font-size: 18px !important;
	font-weight: bold !important;
	margin-bottom: 15px;
	text-align: center;
}

.mapp-errors-section {
	margin: 5px 0;
}

.mapp-errors-title {
	display: inline-block;
	border-bottom: 2px solid red;
	font-weight: 600 !important;
	margin: 10px 0;
}

.mapp-errors-toolbar {
	text-align: center;
}

.mapp-errors-apikey {
	background-color: #007CBA;
	border: 1px solid gray;
	color: white;
	cursor: pointer;
	display: inline-block;
	margin-top: 20px;
	padding: 10px;
}

.mapp-errors-apikey:hover {
	background-color: #006ba1;
}

.mapp-errors-apikey:active {
	box-shadow: inset 0 0 0 1px #fff, 0 0 0;
}

/*
	-----------------------------------------------------------------------------------
	Compliance
	-----------------------------------------------------------------------------------
*/

.mapp-layout > .cmplz-placeholder-element {
	height: auto !important;
}

.mapp-layout.mapp-has-iframe { position: relative; }

.mapp-layout.mapp-has-iframe iframe,
.mapp-layout.mapp-has-iframe div.cmplz-blocked-content-container,
.mapp-layout.mapp-has-iframe [data-placeholder_class_index] {
	border: none;
	height: 100%;
	max-height: none !important;		/* 2021 restricts */
	overflow: hidden;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 100%;
	z-index: 1;
}

/*
	-----------------------------------------------------------------------------------
	Tables
	-----------------------------------------------------------------------------------
*/

.mapp-table {
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
}

.mapp-table .mapp-row { display: table-row; }
.mapp-table .mapp-cell { display: table-cell; }
.mapp-table .mapp-label { display: table-cell; }

/*
	-----------------------------------------------------------------------------------
	Generic controls
	-----------------------------------------------------------------------------------
*/

div.mapp-control {
	display: inline-block;
}

.mapp-control > label {
	align-items:center;
	display: inline-flex;
}

.mapp-label-left {
	margin-right: 5px;
}

.mapp-label-right {
	margin-left: 5px;
}

.mapp-label-top {
	margin-bottom: 3px;
}

/* Nested components (checkboxes & radios) */
.mapp-control-checkbox label, .mapp-control-radio label {
	margin-right: 20px;
}

/* Try to remove some WP styling */
.mapp-control input[type="radio"], .mapp-control input[type="checkbox"] {
	margin: 0;
}

.mapp-help-text {
	font-style: italic;
	padding: 5px 0;
}

.mapp-help-link {
	display: inline-block;
	text-decoration: none;
	vertical-align: baseline;
}

.mapp-help-warning {
	border: 1px solid lightgray;
	border-left: 4px solid #dba617;
	margin-top: 10px;
	padding: 10px;
}

.mapp-help-error {
	border: 1px solid lightgray;
	border-left: 4px solid #d63638;
	margin-top: 10px;
	padding: 10px;
}


/*
	-----------------------------------------------------------------------------------
	Misc
	-----------------------------------------------------------------------------------
*/

.mapp-align-left { float: left; }
.mapp-align-right { float: right; }
.mapp-align-center { margin-left: auto; margin-right: auto; }
.mapp-align-default {}

.mapp-close {
	color: gray;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 0px; right: 0px;
	width: 20px;
	z-index: 1;
}

.mapp-close:after {
	content: "x";
}

.mapp-close:hover {
	color: black;
}

img.mapp-icon, .mapp-icon img {
	box-shadow: none !important;	/* 2012 applies box shadow to all images */
	filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
	height: 32px;
	width: 32px;
	vertical-align: middle;
}


*[data-mapp-action] {
	cursor: pointer;
}

.mapp-max {
	width: 100%;
}

.mapp-caret:after {
	content: "";
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	border-bottom: none;
	margin-left: 5px;
	vertical-align: middle;
}

/* Pseudo-buttons, to avoid theme styles */
.mapp-button, .mapp-link-button, .mapp-submit-button {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	line-height: normal;
	padding: 10px;
	white-space: nowrap;
}

.mapp-link-button {
	color: #4285F4;
}

.mapp-button {
	background-color: white;
	border: 1px solid lightgray;
	user-select: none;    
}

.mapp-button:hover {
	background-color: #eee;
}

.mapp-submit-button {
	background-color: #4d90fe;
	border: 1px solid lightgray;
	color: white;
}

.mapp-submit-button:hover {
	background-color: #357ae8;
}

.mapp-button-disabled  {
	color: #aaa;
	pointer-events: none;
}

.mapp-button-busy:after {
	background: transparent url(https://zeitenblicke.eu/wp-content/plugins/mappress-google-maps-for-wordpress/images/spinner-2x.gif) no-repeat center center;
	background-size: 20px 20px;
	content: '';
	height: 20px;
	margin-left: 10px;
	opacity: 0.5;
	width: 20px;
}

.mapp-button-caret:after {
	content: '';
	display: inline-block;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	border-bottom: none;
	margin-left: 10px;
}

.mapp-button-disabled.mapp-button-caret:after {
	border-top: 5px solid #aaa;
}

.mapp-dropdown-content {
	background-color: white;
	border: 1px solid lightgray;
	display: flex;
	flex-direction: column;   
	margin-top: 6px;
	overflow: hidden;
	position: absolute;
	top: 100%;
	z-index: 10000;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
@keyframes shimmer{to{transform:translateX(110%)}}@-webkit-keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.em{--theme-hue:0;--accent-hue:220;--accent-s:86%;--accent-l:57%;--text-color-richer:hsl(var(--theme-hue), 0%, 5%);--text-color-normal:hsl(var(--theme-hue), 0%, 13%);--text-color-softer:hsl(var(--theme-hue), 0%, 33%);--accent-color:hsl(var(--accent-hue), var(--accent-s), var(--accent-l));--accent-color-hover:hsl(var(--accent-hue), calc(var(--accent-s) - 10%), calc(var(--accent-l) - 8%));--border-color:hsl(var(--theme-hue), 0%, 73%);--border-color-softer:hsl(var(--theme-hue), 0%, 82%);--background-color:transparent;--background-color-softer:hsl(var(--theme-hue), 0%, 95%);--background-color-checkboxes:white;--background-color-inputs:white;--background-color-skeleton:#ededed;--background-color-skeleton-softer:hsl(var(--theme-hue), 0%, 95%);--code-background:hsl(var(--theme-hue), 0%, 95%);--button-primary-color:white;--font-weight:400;--font-family:"Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;--grid-max-width:960px;--icon-logo-office365:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2075 2499.8'%3E%3Cpath fill='%23eb3c00' d='M0 2016.6V496.8L1344.4 0 2075 233.7v2045.9l-730.6 220.3L0 2016.6l1344.4 161.8V409.2L467.6 613.8v1198.3z'/%3E%3C/svg%3E");--icon-logo-google-calendar:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMidYMid' viewBox='0 0 256 256'%3E%3Cpath fill='%23FFF' d='M195.368421 60.6315789H60.6315789V195.368421H195.368421z'/%3E%3Cpath fill='%23EA4335' d='M195.368421 256 256 195.368421l-30.315789-5.172416-30.31579 5.172416-5.533259 27.729581z'/%3E%3Cpath fill='%23188038' d='M0 195.368421v40.421053C0 246.955789 9.04421053 256 20.2105263 256h40.4210526l6.2252856-30.315789-6.2252856-30.31579-33.0323915-5.172416L0 195.368421Z'/%3E%3Cpath fill='%231967D2' d='M256 60.6315789V20.2105263C256 9.04421053 246.955789 0 235.789474 0h-40.421053c-3.688839 15.0358547-5.533259 26.1010948-5.533259 33.1957202 0 7.0946254 1.84442 16.2399117 5.533259 27.4358587 13.409565 3.8399077 23.514828 5.7598615 30.31579 5.7598615 6.800961 0 16.906224-1.9199538 30.315789-5.7598615Z'/%3E%3Cpath fill='%23FBBC04' d='M256 60.6315789h-60.631579V195.368421H256z'/%3E%3Cpath fill='%2334A853' d='M195.368421 195.368421H60.6315789V256H195.368421z'/%3E%3Cpath fill='%234285F4' d='M195.368421 0H20.2105263C9.04421053 0 0 9.04421053 0 20.2105263V195.368421h60.6315789V60.6315789H195.368421V0Z'/%3E%3Cpath fill='%234285F4' d='M88.2694737 165.153684c-5.0357895-3.402105-8.5221053-8.370526-10.4252632-14.938947l11.6884211-4.816842c1.0610526 4.042105 2.9136842 7.174737 5.5578947 9.397894 2.6273684 2.223158 5.8273687 3.317895 9.5663157 3.317895 3.823158 0 7.107369-1.162105 9.852632-3.486316 2.745263-2.32421 4.126315-5.288421 4.126315-8.875789 0-3.671579-1.448421-6.669474-4.345263-8.993684-2.896842-2.324211-6.534737-3.486316-10.88-3.486316h-6.7536839v-11.570526H102.72c3.738947 0 6.888421-1.010527 9.448421-3.031579 2.56-2.021053 3.84-4.783158 3.84-8.303158 0-3.132632-1.145263-5.625263-3.435789-7.494737-2.290527-1.869474-5.187369-2.812632-8.707369-2.812632-3.435789 0-6.1642104.909474-8.185263 2.745264-2.0197181 1.840674-3.5381792 4.164731-4.4126316 6.753684l-11.5705263-4.816842c1.5326316-4.345264 4.3452632-8.1852635 8.471579-11.5031583 4.1263157-3.3178947 9.3978947-4.9852631 15.7978949-4.9852631 4.732631 0 8.993684.9094737 12.766316 2.7452631 3.772631 1.8357895 6.736842 4.3789474 8.875789 7.6126316 2.138947 3.2505267 3.2 6.8884207 3.2 10.9305267 0 4.126315-.993684 7.612631-2.981053 10.475789-1.987368 2.863158-4.429473 5.052632-7.326315 6.585263v.690527c3.740515 1.542157 6.989694 4.07512 9.397894 7.326315 2.442106 3.284211 3.671579 7.208421 3.671579 11.789474s-1.162105 8.673684-3.486315 12.261053c-2.324211 3.587368-5.541053 6.416842-9.616843 8.471579-4.092631 2.054736-8.690526 3.099071-13.793684 3.099071-5.9115787.016718-11.3684208-1.684335-16.4042103-5.08644Zm71.7978943-58.00421-12.833684 9.28-6.416842-9.734737L163.84 90.0884211h8.825263v78.3326319h-12.597895v-61.271579Z'/%3E%3C/svg%3E");--icon-logo-apple:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 52.226 52.226'%3E%3Cpath d='M36.802 1.055 36.747 0l-1.05.113c-.103.011-10.252 1.234-10.948 12.581l-.07 1.136 1.136-.077c.116-.008 11.611-.925 10.987-12.698zm-1.981 1.267c-.191 6.838-5.511 8.74-7.953 9.253.93-6.645 5.749-8.67 7.953-9.253z'/%3E%3Cpath d='m46.584 37.517-.639-.207c-3.867-1.25-6.464-4.792-6.464-8.814 0-3.578 2.023-6.778 5.281-8.352l.972-.469-.542-.933c-.232-.4-2.401-3.943-6.983-5.116-3.634-.93-7.72-.107-12.149 2.447-1.875-1.138-8.103-4.418-13.058-1.13-.97.536-11.251 6.695-5.9 23.313.157.372 3.888 9.113 8.303 12.387 1.191 1.138 4.237 2.56 7.718.187.603-.249 4.638-1.802 7.198.017.945.647 2.595 1.38 4.338 1.38 1.322 0 2.697-.421 3.859-1.621.542-.469 5.493-4.888 8.066-11.888l.075-.204-.075-.997zm-9.402 11.598-.077.073c-2.193 2.303-5.518.1-5.641.018-1.308-.93-2.823-1.233-4.244-1.233-2.579 0-4.847.999-4.992 1.064l-.163.092c-3.019 2.107-5.086.253-5.305.042l-.118-.101c-3.993-2.912-7.663-11.507-7.668-11.51-5.008-15.568 4.586-20.66 4.994-20.867l.11-.065c4.647-3.12 11.327 1.396 11.393 1.441l.533.366.552-.333c4.16-2.515 7.914-3.37 11.157-2.539 2.642.676 4.326 2.327 5.15 3.342-3.347 2.051-5.381 5.63-5.381 9.591 0 4.556 2.735 8.604 6.902 10.365-2.565 6.261-7.153 10.213-7.202 10.254z'/%3E%3C/svg%3E");--icon-logo-outlook:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230072c6' d='M19.484 7.937v5.477l1.916 1.205a.489.489 0 0 0 .21 0l8.238-5.554a1.174 1.174 0 0 0-.959-1.128Z'/%3E%3Cpath fill='%230072c6' d='m19.484 15.457 1.747 1.2a.522.522 0 0 0 .543 0c-.3.181 8.073-5.378 8.073-5.378v10.066a1.408 1.408 0 0 1-1.49 1.555h-8.874v-7.443ZM10.44 12.932a1.609 1.609 0 0 0-1.42.838 4.131 4.131 0 0 0-.526 2.218A4.05 4.05 0 0 0 9.02 18.2a1.6 1.6 0 0 0 2.771.022 4.014 4.014 0 0 0 .515-2.2 4.369 4.369 0 0 0-.5-2.281 1.536 1.536 0 0 0-1.366-.809Z'/%3E%3Cpath fill='%230072c6' d='M2.153 5.155v21.427L18.453 30V2Zm10.908 14.336a3.231 3.231 0 0 1-2.7 1.361 3.19 3.19 0 0 1-2.64-1.318A5.459 5.459 0 0 1 6.706 16.1a5.868 5.868 0 0 1 1.036-3.616 3.267 3.267 0 0 1 2.744-1.384 3.116 3.116 0 0 1 2.61 1.321 5.639 5.639 0 0 1 1 3.484 5.763 5.763 0 0 1-1.035 3.586Z'/%3E%3C/svg%3E");--icon-download:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 479 479' fill='%23555'%3E%3Cpath d='M158.4 196.8c-5.3 5.3-5.3 13.8 0 19.1l71.6 71.6c2.6 2.6 6.1 4 9.5 4s6.9-1.3 9.5-4l71.6-71.6c5.3-5.3 5.3-13.8 0-19.1s-13.8-5.3-19.1 0L253 245.3V13.5C253 6 247 0 239.5 0S226 6 226 13.5v231.8l-48.5-48.5c-5.3-5.3-13.9-5.3-19.1 0z'/%3E%3Cpath d='m460.2 307.4-47-170c-1.1-3.9-3.8-7-7.4-8.7l-1.3-.6c-1.8-.8-3.7-1.2-5.6-1.2h-84.7c-7.5 0-13.5 6-13.5 13.5s6 13.5 13.5 13.5h75.6l39.7 143.8h-105c-7.5 0-13.5 6-13.5 13.5v12.2c0 17.9-14.5 32.4-32.4 32.4h-82.4c-17.9 0-32.4-14.5-32.4-32.4v-12.2c0-7.5-6-13.5-13.5-13.5H49.4l39.9-144.1h75.6c7.5 0 13.5-6 13.5-13.5s-6-13.5-13.5-13.5H80.1c-1.9 0-3.8.4-5.6 1.2l-1.3.6c-3.6 1.7-6.4 4.8-7.4 8.7l-47 170c-.3 1.2-.5 2.4-.5 3.6v70.9c0 53.7 43.7 97.4 97.4 97.4h247.6c53.7 0 97.4-43.7 97.4-97.4V311c0-1.3-.1-2.5-.5-3.6zm-26.5 74.2c0 38.8-31.6 70.4-70.4 70.4H115.7c-38.8 0-70.4-31.6-70.4-70.4v-56.9H137c.7 32.1 27.1 58 59.4 58h82.4c32.3 0 58.7-25.9 59.4-58h95.7v56.9h-.2z'/%3E%3C/svg%3E");--icon-spinner:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' display='block' preserveAspectRatio='xMidYMid' style='margin:auto;background:0 0' viewBox='0 0 100 100'%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0'%3E%3Canimate attributeName='opacity' begin='-0.9166666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(30 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.8333333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(60 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.75s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(90 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.6666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(120 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.5833333333333334s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(150 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.5s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(180 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.4166666666666667s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(210 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.3333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(240 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.25s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(270 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.16666666666666666s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(300 50 50)'%3E%3Canimate attributeName='opacity' begin='-0.08333333333333333s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3Crect width='7' height='21' x='46.5' y='7.5' fill='%2385a2b6' rx='0' ry='0' transform='rotate(330 50 50)'%3E%3Canimate attributeName='opacity' begin='0s' dur='1s' keyTimes='0;1' repeatCount='indefinite' values='1;0'/%3E%3C/rect%3E%3C/svg%3E");--icon-info:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 64 64' fill='%23555'%3E%3Cpath d='M38.5351982 47.6064987H34.455101V28.4473c0-.5527-.4473-1-1-1h-4.5204945c-.5523071 0-1 .4473-1 1s.4476929 1 1 1h3.5204945v18.1591988h-5.1216011c-.5522003 0-1 .4472008-1 1 0 .5527.4477997 1 1 1h11.2016983c.5527 0 1-.4473 1-1 0-.5527993-.4472999-1.0000001-1-1.0000001z'/%3E%3Ccircle cx='32' cy='18' r='3'/%3E%3Cpath d='M32 0C14.3269005 0 0 14.3268995 0 32s14.3268995 32 32 32 32-14.3269005 32-32S49.6730995 0 32 0zm0 62C15.457901 62 2 48.542099 2 32 2 15.4580002 15.4578991 2 32 2s30 13.4580002 30 30c0 16.542099-13.457901 30-30 30z'/%3E%3C/svg%3E");--icon-updated:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 51.809 51.809' fill='%23555'%3E%3Cpath d='M48.881 24.904c-.552 0-1 .447-1 1 0 12.131-9.869 22-22 22-8.611 0-16.304-4.944-19.919-12.677l5.193 2.312c.504.228 1.096-.001 1.32-.507.225-.504-.002-1.095-.507-1.319l-7.309-3.254c-.506-.229-1.095.002-1.32.507L.085 40.275c-.225.504.002 1.095.507 1.319.132.06.271.087.406.087.383 0 .748-.221.914-.594l2.235-5.02c3.941 8.44 12.335 13.837 21.732 13.837 13.233 0 24-10.767 24-24 .002-.552-.446-1-.998-1zM51.215 10.173c-.506-.227-1.096.002-1.32.507l-2.266 5.09C43.694 7.307 35.306 1.904 25.881 1.904c-13.233 0-24 10.767-24 24 0 .553.448 1 1 1s1-.447 1-1c0-12.131 9.869-22 22-22 8.599 0 16.259 4.906 19.887 12.6l-5.116-2.277c-.505-.229-1.096.002-1.32.507-.225.504.002 1.095.507 1.319l7.309 3.254c.132.06.271.087.406.087.383 0 .748-.221.914-.594l3.254-7.309c.224-.503-.003-1.094-.507-1.318z'/%3E%3C/svg%3E");--icon-trash:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23555'%3E%3Cpath fill-rule='evenodd' d='M16 1.75V3h5.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H8V1.75C8 .784 8.784 0 9.75 0h4.5C15.216 0 16 .784 16 1.75zm-6.5 0a.25.25 0 0 1 .25-.25h4.5a.25.25 0 0 1 .25.25V3h-5V1.75z'/%3E%3Cpath d='M4.997 6.178a.75.75 0 1 0-1.493.144L4.916 20.92a1.75 1.75 0 0 0 1.742 1.58h10.684a1.75 1.75 0 0 0 1.742-1.581l1.413-14.597a.75.75 0 0 0-1.494-.144l-1.412 14.596a.25.25 0 0 1-.249.226H6.658a.25.25 0 0 1-.249-.226L4.997 6.178z'/%3E%3Cpath d='M9.206 7.501a.75.75 0 0 1 .793.705l.5 8.5A.75.75 0 1 1 9 16.794l-.5-8.5a.75.75 0 0 1 .705-.793zm6.293.793A.75.75 0 1 0 14 8.206l-.5 8.5a.75.75 0 0 0 1.498.088l.5-8.5z'/%3E%3C/svg%3E");--icon-edit:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512' fill='%23777'%3E%3Cpath d='M498.125 92.38 419.62 13.874c-18.496-18.497-48.436-18.5-66.935 0-13.167 13.169-302.639 302.642-308.16 308.161-2.182 2.182-3.725 4.918-4.46 7.915L.502 491.068c-3.036 12.368 8.186 23.44 20.431 20.432 8.361-2.053 153.718-37.747 161.117-39.564 2.996-.735 5.734-2.278 7.915-4.46l308.161-308.161c18.496-18.497 18.501-48.436-.001-66.935zM39.957 472.043l1.612-6.562 4.951 4.951-6.563 1.611zm44.917-11.029-33.887-33.887 14.736-60.009 79.16 79.16-60.009 14.736zm93.148-29.367-97.668-97.668L332.559 81.773l97.668 97.668-252.205 252.206zM474.24 135.429l-19.508 19.507-97.667-97.668 19.507-19.507c5.294-5.293 13.867-5.298 19.163 0l78.506 78.507c5.295 5.295 5.295 13.864-.001 19.161z'/%3E%3C/svg%3E");--icon-calendar:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512' fill='%23555'%3E%3Cpath d='M472 60h-8V44c0-13.234-10.766-24-24-24s-24 10.766-24 24v16H96V44c0-13.234-10.766-24-24-24S48 30.766 48 44v16h-8C17.944 60 0 77.944 0 100v352c0 22.056 17.944 40 40 40h432c22.056 0 40-17.944 40-40V100c0-22.056-17.944-40-40-40zm-40-16c0-4.411 3.589-8 8-8s8 3.589 8 8v23.981c0 .007-.001.013-.001.019s.001.013.001.019V92c0 4.411-3.589 8-8 8s-8-3.589-8-8V44zM72 36c4.411 0 8 3.589 8 8v48c0 4.411-3.589 8-8 8s-8-3.589-8-8V44c0-4.411 3.589-8 8-8zm400 440H40c-13.234 0-24-10.766-24-24V148h384c4.418 0 8-3.582 8-8s-3.582-8-8-8H16v-32c0-13.234 10.766-24 24-24h8v16c0 13.234 10.766 24 24 24s24-10.766 24-24V76h320v16c0 13.234 10.766 24 24 24s24-10.766 24-24V76h8c13.234 0 24 10.766 24 24v32h-16c-4.418 0-8 3.582-8 8s3.582 8 8 8h16v304c0 13.234-10.766 24-24 24z'/%3E%3Cpath d='M448 132h-16c-4.418 0-8 3.582-8 8s3.582 8 8 8h16c4.418 0 8-3.582 8-8s-3.582-8-8-8z'/%3E%3Cg stroke='null'%3E%3Crect width='30' height='15' x='206' y='222' rx='8'/%3E%3Crect width='30' height='15' x='277' y='222' rx='8'/%3E%3Crect width='30' height='15' x='346' y='222' rx='8'/%3E%3Crect width='30' height='15' x='416' y='222' rx='8'/%3E%3Crect width='30' height='15' x='66' y='302' rx='8'/%3E%3Crect width='30' height='15' x='136' y='302' rx='8'/%3E%3Crect width='30' height='15' x='206' y='302' rx='8'/%3E%3Crect width='30' height='15' x='276' y='302' rx='8'/%3E%3Crect width='30' height='15' x='346' y='302' rx='8'/%3E%3Crect width='30' height='15' x='416' y='302' rx='8'/%3E%3Crect width='30' height='15' x='66' y='392' rx='8'/%3E%3Crect width='30' height='15' x='136' y='392' rx='8'/%3E%3Crect width='30' height='15' x='206' y='392' rx='8'/%3E%3Crect width='30' height='15' x='276' y='392' rx='8'/%3E%3Crect width='30' height='15' x='346' y='392' rx='8'/%3E%3C/g%3E%3C/svg%3E");--icon-calendar-empty:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512' fill='%23555'%3E%3Cg stroke='null'%3E%3Cpath d='M472 47.37289h-8V30.42374c0-14.01907-10.766-25.42373-24-25.42373s-24 11.40466-24 25.42373v16.94915H96V30.42374C96 16.40467 85.234 5.00001 72 5.00001S48 16.40467 48 30.42374v16.94915h-8c-22.056 0-40 19.00847-40 42.37288v372.88136c0 23.36441 17.944 42.37288 40 42.37288h432c22.056 0 40-19.00847 40-42.37288V89.74577c0-23.36441-17.944-42.37288-40-42.37288zm-40-16.94915c0-4.67267 3.589-8.47458 8-8.47458s8 3.80191 8 8.47458v25.4036c0 .00742-.001.01377-.001.02013s.001.01377.001.02013v25.4036c0 4.67267-3.589 8.47458-8 8.47458s-8-3.80191-8-8.47458V30.42374zM72 21.94916c4.411 0 8 3.80191 8 8.47458V81.2712c0 4.67267-3.589 8.47458-8 8.47458s-8-3.80191-8-8.47458V30.42374c0-4.67267 3.589-8.47458 8-8.47458zm400 466.10169H40c-13.234 0-24-11.40466-24-25.42373v-322.0339h384c4.418 0 8-3.79449 8-8.47458s-3.582-8.47458-8-8.47458H16V89.74575c0-14.01907 10.766-25.42373 24-25.42373h8v16.94915c0 14.01907 10.766 25.42373 24 25.42373s24-11.40466 24-25.42373V64.32202h320v16.94915c0 14.01907 10.766 25.42373 24 25.42373s24-11.40466 24-25.42373V64.32202h8c13.234 0 24 11.40466 24 25.42373v33.89831h-16c-4.418 0-8 3.79449-8 8.47458s3.582 8.47458 8 8.47458h16v322.0339c0 14.01907-10.766 25.42373-24 25.42373z'/%3E%3Cpath d='M448 123.64407h-16c-4.418 0-8 3.79449-8 8.47458s3.582 8.47458 8 8.47458h16c4.418 0 8-3.79449 8-8.47458s-3.582-8.47458-8-8.47458z'/%3E%3C/g%3E%3C/svg%3E");--icon-24h:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill="%23646468" stroke="%23646468" viewBox="0 0 461.5 461.5"><path d="M268.6 409.9c-3.6 1-7.3 1.8-11 2.6a17.7 17.7 0 1 0 7.1 34.7c4.4-.9 8.8-1.9 13.1-3a17.7 17.7 0 1 0-9.2-34.3zM145 400a179 179 0 0 1-10.2-4.9 17.7 17.7 0 0 0-16.4 31.5c4 2 8 4 12.1 5.8A17.7 17.7 0 0 0 145 400zM206 415.6c-3.8-.3-7.5-.7-11.2-1.2a17.7 17.7 0 1 0-5 35c4.4.7 8.9 1.2 13.3 1.6a17.7 17.7 0 1 0 2.9-35.4zM325.7 383.4c-3 2.2-6.2 4.2-9.5 6.2a17.7 17.7 0 0 0 18.4 30.3c3.8-2.3 7.6-4.7 11.2-7.2a17.7 17.7 0 0 0-20-29.3zM395.5 335.5c-8-5.7-19-4-24.8 4l-6.9 9a17.7 17.7 0 1 0 27.5 22.4c2.8-3.4 5.6-7 8.2-10.7 5.7-8 3.9-19-4-24.7zM420.3 270.9a17.7 17.7 0 0 0-22 12c-1 3.6-2.2 7.3-3.5 10.8a17.6 17.6 0 0 0 10.7 22.7 17.7 17.7 0 0 0 22.7-10.7c1.5-4.2 2.9-8.5 4.1-12.8a17.7 17.7 0 0 0-12-22zM453.6 155.3l-23.4 7.3A219 219 0 0 0 309.4 29.2l-.7-.3C262.7 9 212 5 163.2 18.2l-1.2.3a214 214 0 0 0-12.8 4c-.4 0-.7.2-1 .3a218.6 218.6 0 0 0-107 80l-.3.4c-2.5 3.6-5 7.4-7.4 11.2l-.4.7A219 219 0 0 0 9.5 294.8c9.4 31.1 25 59 46.5 83.2a17.7 17.7 0 0 0 26.5-23.7 183 183 0 0 1-27-39.4l-.1-.5-4.8-10.2v-.1a185.4 185.4 0 0 1 60.8-222.3l2.7-2A184.2 184.2 0 0 1 232 46.4a185.8 185.8 0 0 1 147.8 90.3l1.4 2.4.2.3c6 10.5 11 21.8 15 33.7l-23.3 7.3c-6.5 2-7.1 6.6-1.5 10.3l50.8 32.9a10 10 0 0 0 15-4.7l23.2-55.8c2.6-6.3-.6-9.8-7-7.8z"/><path d="M155.3 231.2a150.5 150.5 0 0 0-35 33 67 67 0 0 0-11.1 29.8H216v-29h-55.7a129.4 129.4 0 0 1 23-18.3 94.2 94.2 0 0 0 25-23.4 40.8 40.8 0 0 0 6.8-22.4 34.8 34.8 0 0 0-22.4-33.1c-7-2.9-16.7-4.3-29.3-4.3-12 0-21.4 1.5-28.2 4.5-6.8 3-12 7.3-15.8 13a57 57 0 0 0-7.7 23.4l35.7 3c1-7.3 3-12.3 5.8-15.2 3-2.9 6.6-4.3 11.2-4.3 4.3 0 8 1.4 10.9 4.2 2.9 2.7 4.3 6 4.3 10 0 3.6-1.5 7.4-4.4 11.5-2.9 4-9.6 9.9-20 17.6zM323.7 294v-24h16v-27.7h-16v-78.8h-31.1l-65 77.2V270h65v24h31zm-65.4-51.7 34.3-40.3v40.3h-34.3z"/></svg>');--icon-list-grouped:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 64 64' fill='%23555'%3E%3Cpath stroke='null' d='M1.52092 5.89552h60.86722c.84042 0 1.52107-.4472 1.52107-.9995 0-.5522-.68065-.9995-1.52107-.9995H1.52092C.68065 3.89652 0 4.34382 0 4.89602c0 .5523.68065.9995 1.52092.9995z'/%3E%3Cpath d='M62.98405 19.62524h-40c-.5522 0-.9995.4473-.9995.9995 0 .5523.4473.9995.9995.9995h40c.5523 0 .9996-.4472.9996-.9995 0-.5522-.4473-.9995-.9996-.9995z'/%3E%3Cpath stroke='null' d='M10.00888 13.67918c-3.87581 0-7.02924 3.15984-7.02924 7.04356 0 3.88384 3.15342 7.0437 7.02924 7.0437 3.87592 0 7.02934-3.15986 7.02934-7.0437 0-3.88372-3.15342-7.04356-7.02934-7.04356zm0 11.80281c-2.61911 0-4.74945-2.13465-4.74945-4.75925 0-2.62448 2.13034-4.75913 4.74945-4.75913 2.61925 0 4.74956 2.13465 4.74956 4.75913 0 2.62459-2.1303 4.75925-4.74956 4.75925zM1.52092 37.42953h60.86722c.84043 0 1.52108-.4472 1.52108-.9995 0-.5522-.68065-.9995-1.52108-.9995H1.52092c-.84027 0-1.52092.4473-1.52092.9995 0 .5523.68065.9995 1.52092.9995z'/%3E%3Cpath d='M62.98405 51.15925h-40c-.5522 0-.9995.4473-.9995.9995 0 .5523.4473.9995.9995.9995h40c.5523 0 .9996-.4472.9996-.9995 0-.5522-.4473-.9995-.9996-.9995z'/%3E%3Cpath stroke='null' d='M10.00888 45.21319c-3.87582 0-7.02924 3.15984-7.02924 7.04356 0 3.88384 3.15342 7.0437 7.02924 7.0437 3.87592 0 7.02934-3.15986 7.02934-7.0437 0-3.88372-3.15342-7.04356-7.02934-7.04356zm0 11.80281c-2.61912 0-4.74945-2.13465-4.74945-4.75925 0-2.62447 2.13033-4.75913 4.74945-4.75913 2.61925 0 4.74955 2.13466 4.74955 4.75913 0 2.6246-2.1303 4.75925-4.74955 4.75925z'/%3E%3C/svg%3E");--icon-list-grid:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23555' stroke-linecap='round' viewBox='0 0 24 24'%3E%3Crect width='8' height='8' x='2' y='2' rx='0'/%3E%3Crect width='8' height='8' x='2' y='14' rx='0'/%3E%3Crect width='8' height='8' x='14' y='2' rx='0'/%3E%3Crect width='8' height='8' x='14' y='14' rx='0'/%3E%3C/svg%3E");--icon-filter:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 256 256'%3E%3Cg fill='%23555' stroke-miterlimit='10' stroke-width='0'%3E%3Cpath d='M1.793 44.436943c0-3.0962784 2.5129216-5.6092 5.6092-5.6092h92.229271c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H7.4022c-3.0962784 0-5.6092-2.510117-5.6092-5.6092zM87.7343578 211.563057c0-3.0962784 2.5129216-5.6092 5.6092-5.6092H248.5978c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H93.3435578c-3.099083 0-5.6092-2.5129216-5.6092-5.6092zM1.793 128c0-3.0962784 2.5129216-5.6092 5.6092-5.6092h168.4947588c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H7.4022c-3.0962784 0-5.6092-2.5129216-5.6092-5.6092z'/%3E%3Cpath d='M170.2877588 128c0-15.3243344 12.466447-27.793586 27.793586-27.793586S225.8749308 112.672861 225.8749308 128s-12.466447 27.793586-27.793586 27.793586S170.2877588 143.327139 170.2877588 128zm44.3659674 0c0-9.1401914-7.4349946-16.575186-16.575186-16.575186S181.5033542 118.8598086 181.5033542 128s7.4349946 16.575186 16.575186 16.575186 16.575186-7.4349946 16.575186-16.575186zM94.022271 44.436943c0-15.3243344 12.466447-27.793586 27.793586-27.793586 15.3243344 0 27.793586 12.466447 27.793586 27.793586s-12.466447 27.793586-27.793586 27.793586-27.793586-12.4692516-27.793586-27.793586zm44.368772 0c0-9.1401914-7.4349946-16.575186-16.575186-16.575186s-16.575186 7.4349946-16.575186 16.575186 7.4349946 16.575186 16.575186 16.575186 16.575186-7.4349946 16.575186-16.575186zM43.3655858 211.563057c0-15.3243344 12.466447-27.7907814 27.793586-27.7907814 15.3243344 0 27.7907814 12.466447 27.7907814 27.7907814 0 15.327139-12.466447 27.793586-27.7907814 27.793586s-27.793586-12.466447-27.793586-27.793586zm44.368772 0c0-9.1401914-7.43219-16.5723814-16.5723814-16.5723814s-16.575186 7.43219-16.575186 16.5723814 7.4349946 16.575186 16.575186 16.575186 16.5723814-7.4349946 16.5723814-16.575186z'/%3E%3Cpath d='M138.391043 44.436943c0-3.0962784 2.5129216-5.6092 5.6092-5.6092H248.5978c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H144.000243c-3.099083 0-5.6092-2.510117-5.6092-5.6092zM214.6537262 128c0-3.0962784 2.5129216-5.6092 5.6092-5.6092H248.5978c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092h-28.3348738c-3.0962784 0-5.6092-2.5129216-5.6092-5.6092zM1.793 211.563057c0-3.0962784 2.5129216-5.6092 5.6092-5.6092h41.5725858c3.0962784 0 5.6092 2.5129216 5.6092 5.6092s-2.5129216 5.6092-5.6092 5.6092H7.4022c-3.0962784 0-5.6092-2.5129216-5.6092-5.6092z'/%3E%3C/g%3E%3C/svg%3E");--icon-filter-hide:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 256 256"><g class="layer"><g fill="%23555" stroke-miterlimit="10" stroke-width="0"><path d="M1.8 44.4c0-3 2.5-5.6 5.6-5.6h92.2a5.6 5.6 0 1 1 0 11.3H7.4c-3 0-5.6-2.6-5.6-5.7zm86 167.2c0-3.1 2.5-5.6 5.5-5.6h155.3a5.6 5.6 0 0 1 0 11.2H93.3a5.6 5.6 0 0 1-5.6-5.6zM1.7 128c0-3.1 2.5-5.6 5.6-5.6h168.5a5.6 5.6 0 0 1 0 11.2H7.4c-3 0-5.6-2.5-5.6-5.6z"/><path d="M170.3 128a27.8 27.8 0 1 1 55.6 0 27.8 27.8 0 0 1-55.6 0zm44.3 0a16.6 16.6 0 1 0-33.1 0 16.6 16.6 0 0 0 33.1 0zM94 44.4a27.8 27.8 0 1 1 55.7.1 27.8 27.8 0 0 1-55.7 0zm44.4 0a16.6 16.6 0 1 0-33.2 0 16.6 16.6 0 0 0 33.2 0zm-95 167.2a27.8 27.8 0 1 1 55.6 0 27.8 27.8 0 0 1-55.6 0zm44.3 0a16.6 16.6 0 1 0-33.1 0 16.6 16.6 0 0 0 33.1 0z"/><path d="M138.4 44.4c0-3 2.5-5.6 5.6-5.6h104.6a5.6 5.6 0 0 1 0 11.3H144a5.6 5.6 0 0 1-5.6-5.7zm76.2 83.6c0-3.1 2.6-5.6 5.7-5.6h28.3a5.6 5.6 0 0 1 0 11.2h-28.3c-3.1 0-5.7-2.5-5.7-5.6zM1.8 211.6c0-3.1 2.5-5.6 5.6-5.6H49a5.6 5.6 0 0 1 0 11.2H7.4c-3 0-5.6-2.5-5.6-5.6z"/></g><rect width="339.7" height="9.6" x="-41.5" y="124.4" fill="%23545454" rx="6" ry="6" transform="rotate(45 128.4 129.2)"/></g></svg>');--icon-sort-desc:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' viewBox='0 0 24 24'%3E%3Cpath stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M7 12h10m-6 6h2'/%3E%3C/svg%3E");--icon-sort-asc:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23555' transform='rotate(180)' viewBox='0 0 24 24'%3E%3Cpath stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 6h16M7 12h10m-6 6h2'/%3E%3C/svg%3E");--icon-list:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 489.7 489.7' fill='%23555'%3E%3Cpath d='M52.7 134.75c29.1 0 52.7-23.7 52.7-52.7s-23.6-52.8-52.7-52.8S0 52.95 0 81.95s23.7 52.8 52.7 52.8zm0-81c15.6 0 28.2 12.7 28.2 28.2s-12.7 28.2-28.2 28.2-28.2-12.7-28.2-28.2 12.7-28.2 28.2-28.2zM52.7 297.55c29.1 0 52.7-23.7 52.7-52.7s-23.6-52.7-52.7-52.7S0 215.75 0 244.85s23.7 52.7 52.7 52.7zm0-80.9c15.6 0 28.2 12.7 28.2 28.2s-12.7 28.2-28.2 28.2-28.2-12.6-28.2-28.2 12.7-28.2 28.2-28.2zM52.7 460.45c29.1 0 52.7-23.7 52.7-52.7 0-29.1-23.7-52.7-52.7-52.7S0 378.75 0 407.75c0 29 23.7 52.7 52.7 52.7zm0-81c15.6 0 28.2 12.7 28.2 28.2 0 15.6-12.7 28.2-28.2 28.2s-28.2-12.7-28.2-28.2 12.7-28.2 28.2-28.2zM175.9 94.25h301.5c6.8 0 12.3-5.5 12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3zM175.9 257.15h301.5c6.8 0 12.3-5.5 12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3zM175.9 419.95h301.5c6.8 0 12.3-5.5 12.3-12.3s-5.5-12.3-12.3-12.3H175.9c-6.8 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3z'/%3E%3C/svg%3E");--icon-map:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 24 24'%3E%3Cg fill='%23555' stroke='null'%3E%3Cpath d='M23.60271 6.00106c-.06052-.04356-.1382-.05504-.20853-.03174l-5.24662 1.74601c.45988-.98428.77708-1.91431.77708-2.61002 0-2.62885-2.14206-4.7674-4.77523-4.7674-2.63289 0-4.77523 2.13855-4.77523 4.7674 0 .38044.09287.82775.25022 1.31358l-1.35121-.44957c-.00646-.00226-.01321 0-.02-.0017-.01773-.00419-.0349-.00447-.0532-.00447-.0183 0-.03547.00028-.0532.00447-.00646.0017-.01349-.00057-.02.0017L.49322 8.5097c-.09452.03146-.15815.11938-.15815.21887v13.85684c0 .07417.03575.14386.09599.18742.03995.02867.08754.04356.13537.04356.02448 0 .04924-.00395.07316-.0121l7.56037-2.51589 7.56037 2.51589c.00028 0 .00085 0 .00113.00028.02335.00758.04754.01182.07207.01182s.04868-.00419.07202-.01182c.00028 0 .00085 0 .00113-.00028l7.63353-2.54033c.09457-.03146.15815-.11942.15815-.21887V6.1882c.00033-.07417-.03542-.14386-.09566-.18714l.00001-.00001zM7.96888 19.87843.79806 22.26481V8.89516l7.17086-2.38638v13.36965h-.00005.00001zM14.14937.70374c2.43082 0 4.4085 1.97444 4.4085 4.40129 0 .71987-.36758 1.71874-.88458 2.76796-.0957.19443-.19674.39057-.30145.58727-.40639.76229-.86854 1.52826-1.30673 2.21356-.15872.2484-.31409.48583-.46271.7089-.57865.8691-1.05004 1.51644-1.18541 1.70024l-.15787.2144c-.05009.06828-.16886.06941-.22008-.00113l-.1573-.21327c-.32253-.4386-2.5527-3.51001-3.59963-5.95846-.08188-.19133-.15622-.37875-.22206-.56085-.19843-.54874-.31913-1.04973-.31913-1.45857C9.74087 2.6782 11.71856.70376 14.14938.70376l-.00001-.00001zm1.45309 21.56107L8.4316 19.87843V6.50878l1.392.46332c.96929 2.45745 3.21545 5.58367 3.76316 6.32798l.15678.2127c.09429.12898.24626.20569.40611.20569.16013 0 .31154-.07671.40526-.20456l.15759-.21383c.11202-.15201.45087-.6173.88991-1.26272v10.22746h.00005zm7.63353-2.38638-7.17086 2.38638V11.34474c.58511-.89297 1.25437-1.98146 1.79868-3.04838l5.37246-1.78787v13.36993h-.00028z'/%3E%3Cpath d='M14.14937 7.56078c1.1407 0 2.06857-.9264 2.06857-2.06495-.00028-1.13882-.92821-2.06495-2.06857-2.06495-1.14041 0-2.06834.9264-2.06834 2.06495s.92792 2.06495 2.06834 2.06495zm0-3.76401c.93835 0 1.70161.76229 1.70189 1.69911 0 .93681-.76355 1.69911-1.70189 1.69911-.93835 0-1.70189-.76229-1.70189-1.69911s.76355-1.69911 1.70189-1.69911z'/%3E%3C/g%3E%3C/svg%3E");--icon-location:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 54.757 54.757' fill='%23555'%3E%3Cpath d='M27.557 12c-3.859 0-7 3.141-7 7s3.141 7 7 7 7-3.141 7-7-3.141-7-7-7zm0 12c-2.757 0-5-2.243-5-5s2.243-5 5-5 5 2.243 5 5-2.243 5-5 5z'/%3E%3Cpath d='M40.94 5.617C37.318 1.995 32.502 0 27.38 0c-5.123 0-9.938 1.995-13.56 5.617-6.703 6.702-7.536 19.312-1.804 26.952L27.38 54.757 42.721 32.6c5.755-7.671 4.922-20.281-1.781-26.983zm.159 25.814L27.38 51.243 13.639 31.4C8.44 24.468 9.185 13.08 15.235 7.031 18.479 3.787 22.792 2 27.38 2s8.901 1.787 12.146 5.031c6.05 6.049 6.795 17.437 1.573 24.4z'/%3E%3C/svg%3E");--icon-settings:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 54 54' fill='%23555'%3E%3Cpath d='M51.22 21h-5.052c-.812 0-1.481-.447-1.792-1.197s-.153-1.54.42-2.114l3.572-3.571c.525-.525.814-1.224.814-1.966 0-.743-.289-1.441-.814-1.967l-4.553-4.553c-1.05-1.05-2.881-1.052-3.933 0l-3.571 3.571c-.574.573-1.366.733-2.114.421-.75-.311-1.197-.98-1.197-1.792V2.78C33 1.247 31.753 0 30.22 0h-6.44C22.247 0 21 1.247 21 2.78v5.052c0 .812-.447 1.481-1.197 1.792-.748.313-1.54.152-2.114-.421l-3.571-3.571c-1.052-1.052-2.883-1.05-3.933 0l-4.553 4.553c-.525.525-.814 1.224-.814 1.967 0 .742.289 1.44.814 1.966l3.572 3.571c.573.574.73 1.364.42 2.114S8.644 21 7.832 21H2.78C1.247 21 0 22.247 0 23.78v6.439C0 31.753 1.247 33 2.78 33h5.052c.812 0 1.481.447 1.792 1.197s.153 1.54-.42 2.114l-3.572 3.571c-.525.525-.814 1.224-.814 1.966 0 .743.289 1.441.814 1.967l4.553 4.553c1.051 1.051 2.881 1.053 3.933 0l3.571-3.572c.574-.573 1.363-.731 2.114-.42.75.311 1.197.98 1.197 1.792v5.052c0 1.533 1.247 2.78 2.78 2.78h6.439c1.533 0 2.78-1.247 2.78-2.78v-5.052c0-.812.447-1.481 1.197-1.792.751-.312 1.54-.153 2.114.42l3.571 3.572c1.052 1.052 2.883 1.05 3.933 0l4.553-4.553c.525-.525.814-1.224.814-1.967 0-.742-.289-1.44-.814-1.966l-3.572-3.571c-.573-.574-.73-1.364-.42-2.114S45.356 33 46.168 33h5.052c1.533 0 2.78-1.247 2.78-2.78v-6.44c0-1.533-1.247-2.78-2.78-2.78zm.78 9.22c0 .43-.35.78-.78.78h-5.052c-1.624 0-3.019.932-3.64 2.432-.622 1.5-.295 3.146.854 4.294l3.572 3.571c.305.305.305.8 0 1.104l-4.553 4.553c-.304.304-.799.306-1.104 0l-3.571-3.572c-1.149-1.149-2.794-1.474-4.294-.854-1.5.621-2.432 2.016-2.432 3.64v5.052c0 .43-.35.78-.78.78h-6.44c-.43 0-.78-.35-.78-.78v-5.052c0-1.624-.932-3.019-2.432-3.64-.503-.209-1.021-.311-1.533-.311-1.014 0-1.997.4-2.761 1.164l-3.571 3.572c-.306.306-.801.304-1.104 0L7.046 42.4c-.305-.305-.305-.8 0-1.104l3.572-3.571c1.148-1.148 1.476-2.794.854-4.294C10.851 31.932 9.456 31 7.832 31H2.78c-.43 0-.78-.35-.78-.78v-6.44c0-.43.35-.78.78-.78h5.052c1.624 0 3.019-.932 3.64-2.432.622-1.5.295-3.146-.854-4.294l-3.572-3.571c-.305-.305-.305-.8 0-1.104l4.553-4.553c.304-.305.799-.305 1.104 0l3.571 3.571c1.147 1.147 2.792 1.476 4.294.854 1.5-.62 2.432-2.015 2.432-3.639V2.78c0-.43.35-.78.78-.78h6.439c.431 0 .781.35.781.78v5.052c0 1.624.932 3.019 2.432 3.64 1.502.622 3.146.294 4.294-.854l3.571-3.571c.306-.305.801-.305 1.104 0l4.553 4.553c.305.305.305.8 0 1.104l-3.572 3.571c-1.148 1.148-1.476 2.794-.854 4.294.621 1.5 2.016 2.432 3.64 2.432h5.052c.43-.001.78.349.78.779v6.44z'/%3E%3Cpath d='M27 18c-4.963 0-9 4.037-9 9s4.037 9 9 9 9-4.037 9-9-4.037-9-9-9zm0 16c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7z'/%3E%3C/svg%3E");--icon-clock:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 60 60' fill='%23555'%3E%3Cpath d='M30 0C13.458 0 0 13.458 0 30s13.458 30 30 30 30-13.458 30-30S46.542 0 30 0zm0 58C14.561 58 2 45.439 2 30S14.561 2 30 2s28 12.561 28 28-12.561 28-28 28z'/%3E%3Cpath d='M31 26.021V15.879c0-.553-.448-1-1-1s-1 .447-1 1v10.142c-1.399.364-2.494 1.459-2.858 2.858H19c-.552 0-1 .447-1 1s.448 1 1 1h7.142c.447 1.72 2 3 3.858 3 2.206 0 4-1.794 4-4 0-1.859-1.28-3.411-3-3.858zm-1 5.858c-1.103 0-2-.897-2-2s.897-2 2-2 2 .897 2 2-.897 2-2 2zM30 9.879c.552 0 1-.447 1-1v-1c0-.553-.448-1-1-1s-1 .447-1 1v1c0 .553.448 1 1 1zM30 49.879c-.552 0-1 .447-1 1v1c0 .553.448 1 1 1s1-.447 1-1v-1c0-.553-.448-1-1-1zM52 28.879h-1c-.552 0-1 .447-1 1s.448 1 1 1h1c.552 0 1-.447 1-1s-.448-1-1-1zM9 28.879H8c-.552 0-1 .447-1 1s.448 1 1 1h1c.552 0 1-.447 1-1s-.448-1-1-1zM44.849 13.615l-.707.707c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l.707-.707c.391-.391.391-1.023 0-1.414s-1.023-.39-1.414 0zM14.444 44.021l-.707.707c-.391.391-.391 1.023 0 1.414.195.195.451.293.707.293s.512-.098.707-.293l.707-.707c.391-.391.391-1.023 0-1.414s-1.024-.39-1.414 0zM45.556 44.021c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l.707.707c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414l-.707-.707zM15.151 13.615c-.391-.391-1.023-.391-1.414 0s-.391 1.023 0 1.414l.707.707c.195.195.451.293.707.293s.512-.098.707-.293c.391-.391.391-1.023 0-1.414l-.707-.707z'/%3E%3C/svg%3E");--icon-folder:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 60 60' fill='%23555'%3E%3Cpath d='m26.525 10.5-4.618-6.451-.392-.549H0v53h60v-46H26.525zM58 12.5v5H31.536l-3.579-5H58zm-56 42v-49h18.485l5 7h.012l4.69 6.551c.195.272.501.417.813.418v.031h27v35H2z'/%3E%3C/svg%3E");--icon-category:var(--icon-folder);--icon-tag:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 502.418 502.418'%3E%3Cpath d='M101.791 0v502.418l149.413-114.577 149.423 114.577V0H101.791zm279.144 462.505-129.731-99.481-129.721 99.481V19.692h259.452v442.813z'/%3E%3C/svg%3E");--icon-ticket:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' version='1.0' viewBox='0 0 64 64'%3E%3Cg fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2'%3E%3Cpath d='M57 18c-1.504 1.504-2.705 2-5 2-4.59 0-8-3.41-8-8 0-2.295.496-3.496 2-5l-6-6L1 40l6 6c1.504-1.504 2.705-2 5-2 4.59 0 8 3.41 8 8 0 2.295-.496 3.496-2 5l6 6 39-39-6-6zM26 15l4 4M45 34l4 4'/%3E%3C/g%3E%3Cpath fill='none' stroke='%23000' stroke-miterlimit='10' stroke-width='2' d='m32 21 4 4M39 28l4 4'/%3E%3C/svg%3E");--icon-tickets:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23000" stroke-width="1.8" viewBox="0 0 64 64"><path d="M58.1 37.7 16.6 54.5l-2-5.5s4.2-2.1 2.8-5.8-6.2-3-6.2-3l-1.8-5.6L51 18.2l2 4.9s-4.4 2.7-3 6.5 6.3 3 6.3 3Z"/><path stroke-dasharray="9 4" d="m18.5 31 2.3 5.2M21.8 38.6l2 4.4M24.5 45l2.3 5.2"/><path d="m9.4 34.5 32.1-23.8 3.4 4s-3.5 4-1 7.2"/></svg>');--icon-attendees:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23646468" stroke="%23646468" stroke-width="0" viewBox="0 0 32 32"><path stroke="none" d="M23.3 26.1 17 22.6c2.4-1.8 3-5.4 3-7.5V11c0-2.8-3.7-6-7.5-6C8.8 5 5 8.2 5 11v4.2c0 1.9.8 5.6 3.1 7.5l-6.4 3.5S0 26.9 0 27.8v2.5c0 1 .8 1.7 1.7 1.7h21.6c1 0 1.7-.7 1.7-1.7v-2.5c0-1-1.7-1.7-1.7-1.7zm-.3 4H2v-1.9a3.2 3.2 0 0 1 .6-.3l6.5-3.5a2 2 0 0 0 .3-3.4C7.7 19.7 7 16.7 7 15.1V11c0-1.4 2.7-4 5.5-4 3 0 5.5 2.5 5.5 4v4.2c0 1.6-.5 4.6-2.2 6a2 2 0 0 0 .3 3.3l6.3 3.5h.1l.5.3V30zm7.3-9L24 17.6c2.4-1.8 3-5.4 3-7.5V6c0-2.8-3.7-6-7.4-6A8.8 8.8 0 0 0 13 3c.8.1 1.7.1 2.5.4 1-.8 2.4-1.3 3.9-1.3C22.3 2 25 4.5 25 6V10c0 1.6-.6 4.6-2.3 6a2 2 0 0 0 .3 3.3l6.4 3.5h.1l.5.3V25h-4c.6.5.8 1.1 1 2h3.3c1 0 1.7-.8 1.7-1.7v-2.5c0-1-1.7-1.7-1.7-1.7z"/></svg>');--icon-multiple:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 64 64"><path fill="none" stroke="%23000" stroke-width="2.254626" d="m62.5 37.5-52 21L8 51.8s5.3-2.6 3.5-7.3c-1.7-4.6-7.7-3.7-7.7-3.7l-2.3-7L53.6 13l2.5 6.2s-5.5 3.3-3.7 8c1.7 4.9 7.8 3.9 7.8 3.9l2.3 6.3Z"/><path fill="none" stroke="%23000" stroke-dasharray="11.27313,5.01028" stroke-width="2.254626" d="m12.9 29.1 2.9 6.6m1.2 3 2.5 5.5m1 2.5 2.8 6.5"/><path fill="none" stroke="%23000" stroke-width="2.254626" d="M1.5 33.5 41.7 3.7l4.3 5s-4.4 5-1.3 9"/><path fill-rule="nonzero" d="M54 58.6v-6h-6V50h6v-6h2.5v6h6v2.5h-6v6h-2.6Z"/></svg>');--icon-at:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath d='M127.999 27.99512a100 100 0 1 0 55.2959 183.333 4.00018 4.00018 0 1 0-4.42969-6.6621 92.00763 92.00763 0 1 1 41.13379-76.6709c0 31.32324-15.03711 36-24 36s-24-4.67676-24-36v-40a4 4 0 0 0-8 0v14.74841a43.986 43.986 0 1 0 2.81739 45.94226c4.645 14.88452 14.84521 23.30933 29.18261 23.30933 20.03711 0 32-16.44825 32-44a100.11269 100.11269 0 0 0-100-100Zm0 136a36 36 0 1 1 36-36 36.04063 36.04063 0 0 1-36 36Z'/%3E%3C/svg%3E");--icon-next-circle:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m6.5 10.5 3-3-3-3'/%3E%3C/svg%3E");--icon-prev-circle:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m8.5 4.5-3 3 3 3'/%3E%3C/svg%3E");--icon-first-circle:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m6.5 9.5-2-2 2-2m3 4-2-2 2-2'/%3E%3C/svg%3E");--icon-last-circle:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m8.5 9.5 2-2-2-2m-3 4 2-2-2-2'/%3E%3C/svg%3E");--icon-cross-circle:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23535358' viewBox='25 25 214 214'%3E%3Cpath d='M128 28.00012a100 100 0 1 0 100 100 100.113 100.113 0 0 0-100-100Zm0 192a92 92 0 1 1 92-92 92.10446 92.10446 0 0 1-92 92Zm34.82813-121.17139-29.17139 29.17139 29.17139 29.17139a3.99992 3.99992 0 1 1-5.65625 5.65722L128 133.65686l-29.17187 29.17187a3.99992 3.99992 0 0 1-5.65625-5.65722l29.17138-29.17139-29.17138-29.17139a3.99992 3.99992 0 0 1 5.65625-5.65722L128 122.34338l29.17188-29.17187a3.99992 3.99992 0 1 1 5.65625 5.65722Z'/%3E%3C/svg%3E");--icon-checkmark-circle:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" fill='%23535358' viewBox=\"25 25 214 214\"><path d=\"M174.9 101.2a4 4 0 0 1-.1 5.7l-58.7 56a4 4 0 0 1-5.5 0l-29.4-28a4 4 0 0 1 5.6-5.8l26.5 25.4 56-53.4a4 4 0 0 1 5.6.1ZM228 128A100 100 0 1 1 128 28a100.1 100.1 0 0 1 100 100Zm-8 0a92 92 0 1 0-92 92 92.1 92.1 0 0 0 92-92Z\"/></svg>");--icon-warning:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path d="M124 144v-40a4 4 0 0 1 8 0v40a4 4 0 0 1-8 0Zm109.30273 65.98291a19.79613 19.79613 0 0 1-17.32617 10.00928H40.02344a19.9998 19.9998 0 0 1-17.30957-30.019L110.69043 37.981a20.00012 20.00012 0 0 1 34.61914 0l87.97656 151.99218a19.798 19.798 0 0 1 .0166 20.00973Zm-6.94043-16.00244L138.38574 41.98828a12.00037 12.00037 0 0 0-20.77148 0L29.6377 193.98047a12.00033 12.00033 0 0 0 10.38574 18.01172h175.95312a12.00033 12.00033 0 0 0 10.38574-18.01172ZM128 172a8 8 0 1 0 8 8 7.99977 7.99977 0 0 0-8-8Z"/></svg>');--icon-close:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M15.898 4.045c-.271-.272-.713-.272-.986 0l-4.71 4.711-4.709-4.711c-.272-.272-.714-.272-.986 0s-.272.714 0 .986l4.709 4.711-4.71 4.711c-.272.271-.272.713 0 .986.136.136.314.203.492.203.179 0 .357-.067.493-.203l4.711-4.711 4.71 4.711c.137.136.314.203.494.203.178 0 .355-.067.492-.203.273-.273.273-.715 0-.986l-4.711-4.711 4.711-4.711c.274-.272.274-.714 0-.986z'/%3E%3C/svg%3E");--icon-chevron-down:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E");--icon-chevron-up:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555'%3E%3Cpath d='M5.8 16.4c.4 0 .7-.1.9-.4l4.3-4.6c.5-.5 1.4-.5 1.9 0l4.3 4.6c.2.3.6.4.9.4 1.1 0 1.7-1.3.9-2.1l-6.2-6.8c-.5-.6-1.4-.6-1.9 0l-6.2 6.8c-.5.8.1 2.1 1.1 2.1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");--icon-magnifying-glass:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 53.627 53.627'%3E%3Cpath d='M53.627 49.385 37.795 33.553C40.423 30.046 42 25.709 42 21 42 9.42 32.58 0 21 0S0 9.42 0 21s9.42 21 21 21c4.709 0 9.046-1.577 12.553-4.205l15.832 15.832 4.242-4.242zM2 21C2 10.523 10.523 2 21 2s19 8.523 19 19-8.523 19-19 19S2 31.477 2 21zm33.567 15.093c.178-.172.353-.347.525-.525.146-.151.304-.29.445-.445l14.262 14.262-1.415 1.415-14.261-14.263c.155-.141.293-.299.444-.444z'/%3E%3C/svg%3E");--icon-location-on:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%2389ba89'%3E%3Cpath d='M12 1C7.6 1 4 4.6 4 9s8 14 8 14 8-9.6 8-14-3.6-8-8-8zm0 12c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");--icon-location-off:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23c46464'%3E%3Cpath d='M12 1C7.6 1 4 4.6 4 9s8 14 8 14 8-9.6 8-14-3.6-8-8-8zm0 12c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");--icon-checkmark:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555'%3E%3Cpath d='M22.5 4.5c-.8-.8-2.2-.8-3 0L9 15l-4.5-4.5c-.8-.8-2.2-.8-3 0s-.8 2.2 0 3L9 21 22.5 7.5c.8-.8.8-2.2 0-3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");--icon-plus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23555'%3E%3Cpath d='M220 128a4.0002 4.0002 0 0 1-4 4h-84v84a4 4 0 0 1-8 0v-84H40a4 4 0 0 1 0-8h84V40a4 4 0 0 1 8 0v84h84a4.0002 4.0002 0 0 1 4 4Z'/%3E%3C/svg%3E");--icon-minus:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' fill='%23555'%3E%3Cpath d='M216 132H40a4 4 0 0 1 0-8h176a4 4 0 0 1 0 8Z'/%3E%3C/svg%3E");--icon-compass:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555555'%3E%3Cpath d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm0 18c-4.4 0-8-3.6-8-8s3.6-8 8-8 8 3.6 8 8-3.6 8-8 8zM12 4l-2 8 2 8 2-8-2-8zm0 9c-.6 0-1-.4-1-1s.4-1 1-1 1 .4 1 1-.4 1-1 1z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");--icon-options-v:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555555'%3E%3Ccircle cx='12' cy='12' r='2'%3E%3C/circle%3E%3Ccircle cx='12' cy='5' r='2'%3E%3C/circle%3E%3Ccircle cx='12' cy='19' r='2'%3E%3C/circle%3E%3C/g%3E%3C/svg%3E");--icon-point-down:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='%23555555'%3E%3Cpath d='M7.8 7h8.5c.8 0 1.3.8.9 1.5L13 15.6c-.4.6-1.3.6-1.7 0L6.9 8.5C6.5 7.8 7 7 7.8 7z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");--icon-expand:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%23535358" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 20 7 7 7-7m0-8-7-7-7 7"/></svg>');--icon-collapse:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path stroke="%23535358" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m23 26-7-7-7 7M9 6l7 7 7-7"/></svg>');--icon-enter:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23535358" d="M8 1v4h1V2h10v17H9v-3H8v4h12V1H8zm2 6 3 3H0v1h13l-3 3h1.5l3.5-3.5L11.5 7H10z"/></svg>');--icon-exit:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ccc" stroke="%23ccc" viewBox="0 0 20 20"><path fill="%23535358" stroke="none" d="M0 1v19h12v-4h-1v3H1V2h10v3h1V1H0zm15 6 3 3H5v1h13l-3 3h1.5l3.5-3.5L16.5 7H15z"/></svg>');--icon-undo:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><path stroke="%23535358" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4 7h11a5 5 0 0 1 0 10M4 7l3-3M4 7l3 3m1 7h3"/></svg>');--icon-phone:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23230000" stroke="%23230000" stroke-width="2.2" viewBox="0 0 48 48"><path fill="none" stroke-linecap="round" stroke-linejoin="round" d="M19.3 12.5a24 24 0 0 1-.9-4.4 3 3 0 0 0-3-2.6H8.7a3 3 0 0 0-3 3.3 37 37 0 0 0 33.6 33.6 3 3 0 0 0 3.3-3v-6.1c0-2.3-1.1-3.6-2.6-3.7a24 24 0 0 1-4.4-1c-1.7-.4-3.6 0-4.8 1.3l-3 3a31.3 31.3 0 0 1-12.6-12.6l3-3a4.9 4.9 0 0 0 1.2-4.8Z"/></svg>');--icon-file:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23000" viewBox="0 0 64 64"><path d="M44 8v8h8"/><path d="m52 16-8-8H12v48h40V16z"/></svg>');--icon-drag:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23555" stroke-width="0" viewBox="0 0 15 15"><path fill="%23555" fill-rule="evenodd" stroke="none" d="M4.5 2.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm4 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm4 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm-4 5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm4 0a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z" clip-rule="evenodd"/></svg>');--button-icon-padding:20px;--counter-background:#F36752;--counter-color:#fff;--counter-background-tentative:#ddd;--counter-color-tentative:#888;--font-size:16px;--line-height:20px;--default-color:#666666;--default-border:#4b86b4;--palette-1-bg:#03396c;--palette-1-color:#FFFFFF;--meta-color:#787878;--meta-bg:transparent;--main-bg:#F5F5F5;--main-h3-color:#777777;--main-border-color:#cdcdcd}.em.pixelbones{--button-padding:0 30px;--input-padding:6px 10px;scroll-behavior:smooth!important;font-size:var(--font-size)!important;line-height:var(--line-height)!important;font-weight:var(--font-weight)!important;font-family:var(--font-family)!important;color:var(--text-color-normal)!important;background-color:var(--background-color)!important}.em.pixelbones .pixelbones{line-height:1.15;-webkit-text-size-adjust:100%;margin:0}.em.pixelbones details,.em.pixelbones main{display:block}.em.pixelbones h1{font-size:2em;margin:.67em 0}.em.pixelbones hr{box-sizing:content-box;height:0;overflow:visible;margin-top:30px!important;margin-bottom:35px!important;border-width:0!important;border-top:1px solid var(--border-color-softer)!important}.em.pixelbones code{font-family:monospace,monospace}.em.pixelbones kbd,.em.pixelbones pre,.em.pixelbones samp{font-family:monospace,monospace;font-size:1em}.em.pixelbones a{color:var(--accent-color)!important;background-color:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.em.pixelbones abbr[title]{border-bottom:none;text-decoration:underline dotted}.em.pixelbones b,.em.pixelbones strong{font-weight:bolder}.em.pixelbones small{font-size:80%}.em.pixelbones sub,.em.pixelbones sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.em.pixelbones sub{bottom:-.25em}.em.pixelbones sup{top:-.5em}.em.pixelbones img{border-style:none}.em.pixelbones .input button,.em.pixelbones .input input,.em.pixelbones .input optgroup,.em.pixelbones .input select,.em.pixelbones .input textarea{display:inline-block;font-family:inherit;font-size:100%;line-height:1.15;margin:0}.em.pixelbones .input button,.em.pixelbones .input input{overflow:visible}.em.pixelbones .input button,.em.pixelbones .input select{text-transform:none}.em.pixelbones .input [type=button],.em.pixelbones .input [type=reset],.em.pixelbones .input [type=submit],.em.pixelbones .input button{-webkit-appearance:button}.em.pixelbones .input [type=button]::-moz-focus-inner,.em.pixelbones .input [type=reset]::-moz-focus-inner,.em.pixelbones .input [type=submit]::-moz-focus-inner,.em.pixelbones .input button::-moz-focus-inner{border-style:none;padding:0}.em.pixelbones .input [type=button]:-moz-focusring,.em.pixelbones .input [type=reset]:-moz-focusring,.em.pixelbones .input [type=submit]:-moz-focusring,.em.pixelbones .input button:-moz-focusring{outline:1px dotted ButtonText}.em.pixelbones .input legend{color:inherit;display:table;max-width:100%;white-space:normal}.em.pixelbones .input progress{vertical-align:baseline}.em.pixelbones .input textarea{overflow:auto}.em.pixelbones .input [type=checkbox],.em.pixelbones .input [type=radio],.em.pixelbones .input legend{box-sizing:border-box;padding:0}.em.pixelbones .input [type=number]::-webkit-inner-spin-button,.em.pixelbones .input [type=number]::-webkit-outer-spin-button{height:auto}.em.pixelbones .input [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.em.pixelbones .input [type=search]::-webkit-search-decoration{-webkit-appearance:none}.em.pixelbones .input ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.em.pixelbones summary{display:list-item}.em.pixelbones [hidden],.em.pixelbones template{display:none}.em.pixelbones *{box-sizing:border-box!important}.em.pixelbones .grid-container{position:relative!important;max-width:var(--grid-max-width)!important;margin:0 auto!important;padding:0!important;text-align:left!important;display:grid!important;grid-gap:20px!important;gap:20px!important;grid-template-columns:minmax(200px,1fr)!important}@media (min-width:600px){.em.pixelbones .grid-container{grid-template-columns:repeat(3,1fr)!important;padding:0!important}.em.pixelbones .grid-container.fifths{grid-template-columns:repeat(5,1fr)!important}.em.pixelbones .grid-container.quarters{grid-template-columns:repeat(4,1fr)!important}.em.pixelbones .grid-container.thirds{grid-template-columns:repeat(3,1fr)!important}.em.pixelbones .grid-container.halves{grid-template-columns:repeat(2,1fr)!important}.em.pixelbones .grid-container.full{grid-template-columns:1fr!important}}.em.pixelbones h1,.em.pixelbones h2,.em.pixelbones h3,.em.pixelbones h4,.em.pixelbones h5,.em.pixelbones h6{margin-top:0!important;margin-bottom:20px!important;font-weight:300!important}.em.pixelbones h1{font-size:calc(var(--font-size) + 24px)!important;line-height:1.2!important;letter-spacing:-1px!important}.em.pixelbones h2,.em.pixelbones h3{font-size:calc(var(--font-size) + 20px)!important;line-height:1.25!important;letter-spacing:-1px!important}.em.pixelbones h3{font-size:calc(var(--font-size) + 14px)!important;line-height:1.3!important}.em.pixelbones h4{font-size:calc(var(--font-size) + 8px)!important;line-height:1.35!important;letter-spacing:-.8px!important}.em.pixelbones h5{font-size:calc(var(--font-size) + 2px)!important;line-height:1.5!important;letter-spacing:-.5px!important}.em.pixelbones h6{font-size:var(--font-size)!important;line-height:1.6!important;letter-spacing:0!important}@media (min-width:600px){.em.pixelbones h1{font-size:calc(var(--font-size) + 34px)!important}.em.pixelbones h2{font-size:calc(var(--font-size) + 26px)!important}.em.pixelbones h3{font-size:calc(var(--font-size) + 20px)!important}.em.pixelbones h4{font-size:calc(var(--font-size) + 14px)!important}.em.pixelbones h5{font-size:calc(var(--font-size) + 8px)!important}.em.pixelbones h6{font-size:var(--font-size)!important}}.em.pixelbones p{line-height:var(--line-height)!important}.em.pixelbones a :hover{color:var(--accent-color-hover)!important;background-color:transparent!important}.em.pixelbones a :focus{background-color:transparent!important}.em.pixelbones .button.input:not([data-nostyle]),.em.pixelbones .input .button:not([data-nostyle]),.em.pixelbones .input button:not([data-nostyle]),.em.pixelbones .input input[type=button]:not([data-nostyle]),.em.pixelbones .input input[type=reset]:not([data-nostyle]),.em.pixelbones .input input[type=submit]:not([data-nostyle]),.em.pixelbones button.input:not([data-nostyle]),.em.pixelbones input[type=button].input:not([data-nostyle]),.em.pixelbones input[type=reset].input:not([data-nostyle]),.em.pixelbones input[type=submit].input:not([data-nostyle]),.em.pixelbones.input .button:not([data-nostyle]),.em.pixelbones.input button:not([data-nostyle]),.em.pixelbones.input input[type=button]:not([data-nostyle]),.em.pixelbones.input input[type=reset]:not([data-nostyle]),.em.pixelbones.input input[type=submit]:not([data-nostyle]){display:inline-block;height:38px!important;padding:var(--button-padding)!important;color:var(--text-color-softer)!important;text-align:center!important;font-size:11px!important;font-weight:600!important;line-height:38px!important;letter-spacing:1px!important;text-transform:uppercase!important;text-decoration:none!important;white-space:nowrap!important;background-color:transparent!important;border-radius:4px!important;border:1px solid var(--border-color)!important;cursor:pointer!important;box-sizing:border-box!important}.em.pixelbones .button.input:not([data-nostyle]).disabled,.em.pixelbones .input .button:not([data-nostyle]).disabled,.em.pixelbones .input button:not([data-nostyle]).disabled,.em.pixelbones .input input[type=button]:not([data-nostyle]).disabled,.em.pixelbones .input input[type=reset]:not([data-nostyle]).disabled,.em.pixelbones .input input[type=submit]:not([data-nostyle]).disabled,.em.pixelbones button.input:not([data-nostyle]).disabled,.em.pixelbones input[type=button].input:not([data-nostyle]).disabled,.em.pixelbones input[type=reset].input:not([data-nostyle]).disabled,.em.pixelbones input[type=submit].input:not([data-nostyle]).disabled,.em.pixelbones.input .button:not([data-nostyle]).disabled,.em.pixelbones.input button:not([data-nostyle]).disabled,.em.pixelbones.input input[type=button]:not([data-nostyle]).disabled,.em.pixelbones.input input[type=reset]:not([data-nostyle]).disabled,.em.pixelbones.input input[type=submit]:not([data-nostyle]).disabled{pointer-events:none!important;opacity:.5!important}.em.pixelbones .button.input[data-nostyle],.em.pixelbones .input .button[data-nostyle],.em.pixelbones .input button[data-nostyle],.em.pixelbones button.input[data-nostyle],.em.pixelbones.input .button[data-nostyle],.em.pixelbones.input button[data-nostyle]{background-color:transparent;border:0;cursor:pointer}.em.pixelbones .input .button:not([data-nostyle]):focus,.em.pixelbones .input .button:not([data-nostyle]):hover,.em.pixelbones .input button.em.pixelbones .input:not([data-nostyle]):focus,.em.pixelbones .input button.em.pixelbones .input:not([data-nostyle]):hover,.em.pixelbones .input button:not([data-nostyle]):focus,.em.pixelbones .input button:not([data-nostyle]):hover,.em.pixelbones .input input[type=button].em.pixelbones .input:not([data-nostyle]):focus,.em.pixelbones .input input[type=button].em.pixelbones .input:not([data-nostyle]):hover,.em.pixelbones .input input[type=button]:not([data-nostyle]):focus,.em.pixelbones .input input[type=button]:not([data-nostyle]):hover,.em.pixelbones .input input[type=reset].em.pixelbones .input:not([data-nostyle]):focus,.em.pixelbones .input input[type=reset].em.pixelbones .input:not([data-nostyle]):hover,.em.pixelbones .input input[type=reset]:not([data-nostyle]):focus,.em.pixelbones .input input[type=reset]:not([data-nostyle]):hover,.em.pixelbones .input input[type=submit].em.pixelbones .input:not([data-nostyle]):focus,.em.pixelbones .input input[type=submit].em.pixelbones .input:not([data-nostyle]):hover,.em.pixelbones .input input[type=submit]:not([data-nostyle]):focus,.em.pixelbones .input input[type=submit]:not([data-nostyle]):hover,.em.pixelbones .input.button:not([data-nostyle]):focus,.em.pixelbones .input.button:not([data-nostyle]):hover,.em.pixelbones.input .button:not([data-nostyle]):focus,.em.pixelbones.input .button:not([data-nostyle]):hover,.em.pixelbones.input button:not([data-nostyle]):focus,.em.pixelbones.input button:not([data-nostyle]):hover,.em.pixelbones.input input[type=button]:not([data-nostyle]):focus,.em.pixelbones.input input[type=button]:not([data-nostyle]):hover,.em.pixelbones.input input[type=reset]:not([data-nostyle]):focus,.em.pixelbones.input input[type=reset]:not([data-nostyle]):hover,.em.pixelbones.input input[type=submit]:not([data-nostyle]):focus,.em.pixelbones.input input[type=submit]:not([data-nostyle]):hover,.em.pixelbones.input.button:not([data-nostyle]):focus,.em.pixelbones.input.button:not([data-nostyle]):hover{color:var(--text-color-normal)!important;border-color:var(--text-color-softer)!important;outline:0!important}.em.pixelbones .button.button-primary.input,.em.pixelbones .input .button.button-primary,.em.pixelbones .input button.button-primary,.em.pixelbones .input input[type=button].button-primary,.em.pixelbones .input input[type=reset].button-primary,.em.pixelbones .input input[type=submit].button-primary,.em.pixelbones button.button-primary.input,.em.pixelbones input[type=button].button-primary.input,.em.pixelbones input[type=reset].button-primary.input,.em.pixelbones input[type=submit].button-primary.input,.em.pixelbones.input .button.button-primary,.em.pixelbones.input button.button-primary,.em.pixelbones.input input[type=button].button-primary,.em.pixelbones.input input[type=reset].button-primary,.em.pixelbones.input input[type=submit].button-primary{color:var(--button-primary-color)!important;background-color:var(--accent-color)!important;border-color:var(--accent-color)!important}.em.pixelbones .button.button-primary.input:focus,.em.pixelbones .input .button.button-primary:hover,.em.pixelbones .input button.button-primary:hover,.em.pixelbones .input input[type=button].button-primary:hover,.em.pixelbones .input input[type=reset].button-primary:hover,.em.pixelbones .input input[type=submit].button-primary:hover,.em.pixelbones button.button-primary.input:focus,.em.pixelbones input[type=button].button-primary.input:focus,.em.pixelbones input[type=reset].button-primary.input:focus,.em.pixelbones input[type=submit].button-primary.input:focus,.em.pixelbones.input .button.button-primary:hover,.em.pixelbones.input button.button-primary:hover,.em.pixelbones.input input[type=button].button-primary:hover,.em.pixelbones.input input[type=reset].button-primary:hover,.em.pixelbones.input input[type=submit].button-primary:hover{color:var(--button-primary-color)!important;background-color:var(--accent-color-hover)!important;border-color:var(--accent-color-hover)!important}.em.pixelbones .button.input:not([data-nostyle]),.em.pixelbones .input .button:not([data-nostyle]),.em.pixelbones .input button:not([data-nostyle]),.em.pixelbones button.input:not([data-nostyle]),.em.pixelbones.input .button:not([data-nostyle]),.em.pixelbones.input button:not([data-nostyle]){margin-bottom:10px!important}.em.pixelbones.input [data-lastpass-icon-root]{display:none}.em.pixelbones form{border:0!important;margin:0!important;padding:0!important;font-weight:400!important;overflow:visible;background:var(--background-color)!important;box-sizing:border-box!important;box-shadow:none!important}.em.pixelbones .input div.input-wrap,.em.pixelbones .input fieldset,.em.pixelbones .input input,.em.pixelbones .input select,.em.pixelbones .input textarea,.em.pixelbones.input div.input-wrap,.em.pixelbones.input fieldset,.em.pixelbones.input input,.em.pixelbones.input select,.em.pixelbones.input textarea{margin-bottom:15px!important}.em.pixelbones .input div.input-wrap,.em.pixelbones .input input[type=email],.em.pixelbones .input input[type=number],.em.pixelbones .input input[type=password],.em.pixelbones .input input[type=search],.em.pixelbones .input input[type=select-one],.em.pixelbones .input input[type=select-type],.em.pixelbones .input input[type=tel],.em.pixelbones .input input[type=text],.em.pixelbones .input input[type=url],.em.pixelbones .input select:not([multiple]),.em.pixelbones .input textarea,.em.pixelbones.input div.input-wrap,.em.pixelbones.input input[type=email],.em.pixelbones.input input[type=number],.em.pixelbones.input input[type=password],.em.pixelbones.input input[type=search],.em.pixelbones.input input[type=select-one],.em.pixelbones.input input[type=select-type],.em.pixelbones.input input[type=tel],.em.pixelbones.input input[type=text],.em.pixelbones.input input[type=url],.em.pixelbones.input select:not([multiple]),.em.pixelbones.input textarea{width:100%!important;height:38px!important;padding:var(--input-padding)!important;border-radius:4px!important;background-color:var(--background-color-inputs)!important;box-shadow:none!important;box-sizing:border-box!important;border:1px solid var(--border-color-softer)!important}.em.pixelbones .input div.input-wrap.inline,.em.pixelbones .input input[type=email].inline,.em.pixelbones .input input[type=number].inline,.em.pixelbones .input input[type=password].inline,.em.pixelbones .input input[type=search].inline,.em.pixelbones .input input[type=select-one].inline,.em.pixelbones .input input[type=select-type].inline,.em.pixelbones .input input[type=tel].inline,.em.pixelbones .input input[type=text].inline,.em.pixelbones .input input[type=url].inline,.em.pixelbones .input select:not([multiple]).inline,.em.pixelbones .input textarea.inline,.em.pixelbones.input div.input-wrap.inline,.em.pixelbones.input input[type=email].inline,.em.pixelbones.input input[type=number].inline,.em.pixelbones.input input[type=password].inline,.em.pixelbones.input input[type=search].inline,.em.pixelbones.input input[type=select-one].inline,.em.pixelbones.input input[type=select-type].inline,.em.pixelbones.input input[type=tel].inline,.em.pixelbones.input input[type=text].inline,.em.pixelbones.input input[type=url].inline,.em.pixelbones.input select:not([multiple]).inline,.em.pixelbones.input textarea.inline{width:auto!important;margin-bottom:0!important;display:inline-block!important}.em.pixelbones .input select.inline,.em.pixelbones.input select.inline{padding-right:30px!important}.em.pixelbones .input input.select-toggle,.em.pixelbones .input select:not([multiple]),.em.pixelbones.input input.select-toggle,.em.pixelbones.input select:not([multiple]){-webkit-appearance:none!important;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23555' stroke-linecap='square' d='m4.5 6.5 3 3 3-3'/%3E%3C/svg%3E") no-repeat right 0 top 55%!important;background-position-x:calc(100% - 5px)!important;background-size:20px 20px!important;cursor:pointer!important;vertical-align:top!important;padding-right:30px!important}.em.pixelbones .input input.select-toggle:focus,.em.pixelbones .input select:not([multiple]):focus,.em.pixelbones.input input.select-toggle:focus,.em.pixelbones.input select:not([multiple]):focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='%23000' stroke-linecap='square' d='m10.5 8.5-3-3-3 3'/%3E%3C/svg%3E")!important}.em.pixelbones .input input[type=button],.em.pixelbones .input input[type=email],.em.pixelbones .input input[type=number],.em.pixelbones .input input[type=password],.em.pixelbones .input input[type=search],.em.pixelbones .input input[type=select-one],.em.pixelbones .input input[type=submit],.em.pixelbones .input input[type=tel],.em.pixelbones .input input[type=text],.em.pixelbones .input input[type=url],.em.pixelbones .input textarea,.em.pixelbones.input input[type=button],.em.pixelbones.input input[type=email],.em.pixelbones.input input[type=number],.em.pixelbones.input input[type=password],.em.pixelbones.input input[type=search],.em.pixelbones.input input[type=select-one],.em.pixelbones.input input[type=submit],.em.pixelbones.input input[type=tel],.em.pixelbones.input input[type=text],.em.pixelbones.input input[type=url],.em.pixelbones.input textarea{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.em.pixelbones .input textarea,.em.pixelbones.input textarea{min-height:65px!important;padding-top:6px!important;padding-bottom:6px!important}.em.pixelbones .input div.input-wrap:focus,.em.pixelbones .input input[type=email]:focus,.em.pixelbones .input input[type=number]:focus,.em.pixelbones .input input[type=password]:focus,.em.pixelbones .input input[type=search]:focus,.em.pixelbones .input input[type=select-one]:focus,.em.pixelbones .input input[type=tel]:focus,.em.pixelbones .input input[type=text]:focus,.em.pixelbones .input input[type=url]:focus,.em.pixelbones .input select:focus,.em.pixelbones .input textarea:focus,.em.pixelbones.input div.input-wrap:focus,.em.pixelbones.input input[type=email]:focus,.em.pixelbones.input input[type=number]:focus,.em.pixelbones.input input[type=password]:focus,.em.pixelbones.input input[type=search]:focus,.em.pixelbones.input input[type=select-one]:focus,.em.pixelbones.input input[type=tel]:focus,.em.pixelbones.input input[type=text]:focus,.em.pixelbones.input input[type=url]:focus,.em.pixelbones.input select:focus,.em.pixelbones.input textarea:focus{border:1px solid var(--accent-color)!important;outline:0!important}.em.pixelbones .input div.input-wrap,.em.pixelbones.input div.input-wrap{padding:0!important}.em.pixelbones .input div.input-wrap>input,.em.pixelbones .input div.input-wrap>input:focus,.em.pixelbones .input div.input-wrap>input:hover,.em.pixelbones.input div.input-wrap>input,.em.pixelbones.input div.input-wrap>input:focus,.em.pixelbones.input div.input-wrap>input:hover{width:100%!important;margin:0!important;border:0!important;outline:0!important;background-color:transparent!important;box-shadow:none!important;box-sizing:border-box!important}.em.pixelbones .input label:not([data-nostyle]),.em.pixelbones .input legend:not([data-nostyle]),.em.pixelbones.input label:not([data-nostyle]),.em.pixelbones.input legend:not([data-nostyle]){display:block!important;margin-bottom:8px!important;font-weight:400!important;font-size:var(--font-size);line-height:var(--line-height)}.em.pixelbones .input fieldset.inline,.em.pixelbones .input fieldset.inline-left,.em.pixelbones .input fieldset.inline-right,.em.pixelbones .input label.inline,.em.pixelbones .input label.inline-left,.em.pixelbones .input label.inline-right,.em.pixelbones.input fieldset.inline,.em.pixelbones.input fieldset.inline-left,.em.pixelbones.input fieldset.inline-right,.em.pixelbones.input label.inline,.em.pixelbones.input label.inline-left,.em.pixelbones.input label.inline-right{display:inline-block!important}.em.pixelbones .input fieldset.inline-left,.em.pixelbones .input label.inline-left,.em.pixelbones.input fieldset.inline-left,.em.pixelbones.input label.inline-left{margin-right:10px!important}.em.pixelbones .input fieldset.inline-right,.em.pixelbones .input label.inline-right,.em.pixelbones.input fieldset.inline-right,.em.pixelbones.input label.inline-right{margin-left:10px!important}.em.pixelbones .input .inline-inputs input:not([type=radio]):not([type=checkbox]):not([data-nostyle]),.em.pixelbones .input .inline-inputs label:not([data-nostyle]),.em.pixelbones .input .inline-inputs legend:not([data-nostyle]),.em.pixelbones .input .inline-inputs select:not([mutiple]):not([data-nostyle]),.em.pixelbones.input .inline-inputs input:not([type=radio]):not([type=checkbox]):not([data-nostyle]),.em.pixelbones.input .inline-inputs label:not([data-nostyle]),.em.pixelbones.input .inline-inputs legend:not([data-nostyle]),.em.pixelbones.input .inline-inputs select:not([mutiple]):not([data-nostyle]){width:auto!important;display:inline-block!important;margin:0!important}.em.em-calendar .em-cal-nav .month form,.em.pixelbones .input .inline-inputs>div,.em.pixelbones.input .inline-inputs>div{display:inline-block}.em.pixelbones .input fieldset,.em.pixelbones.input fieldset{padding:0!important;border-width:0!important}.em.pixelbones .input input[type=checkbox],.em.pixelbones.input input[type=checkbox]{-webkit-appearance:none!important;width:15px!important;height:15px!important;position:relative!important;top:2px!important}.em.pixelbones .input input[type=checkbox]:focus,.em.pixelbones.input input[type=checkbox]:focus{outline:0!important}.em.pixelbones .input input[type=checkbox]:before,.em.pixelbones.input input[type=checkbox]:before{content:""!important;display:none!important}.em.pixelbones .input input[type=checkbox]:checked:after,.em.pixelbones.input input[type=checkbox]:checked:after{opacity:1!important}.em.pixelbones .input input[type=checkbox]:after,.em.pixelbones.input input[type=checkbox]:after{content:""!important;opacity:0!important;display:block!important;left:4px!important;top:1px!important;position:absolute!important;width:6px!important;height:10px!important;border:2px solid #666!important;border-top:0!important;border-left:0!important;transform:rotate(30deg)!important;box-sizing:border-box!important}.em.pixelbones .input input[type=checkbox]:not([data-nostyle]),.em.pixelbones .input input[type=radio]:not([data-nostyle]),.em.pixelbones.input input[type=checkbox]:not([data-nostyle]),.em.pixelbones.input input[type=radio]:not([data-nostyle]){margin-bottom:0!important;display:inline-block!important;text-align:start!important;background-color:var(--background-color-checkboxes)!important;box-shadow:none!important;box-sizing:border-box!important;border:1px solid var(--border-color-softer)!important}.em.pixelbones .input label>.label-body,.em.pixelbones.input label>.label-body{display:inline-block!important;margin-left:5px!important;font-weight:400!important}.em.pixelbones .input input:disabled,.em.pixelbones .input select:disabled,.em.pixelbones .input textarea:disabled,.em.pixelbones.input input:disabled,.em.pixelbones.input select:disabled,.em.pixelbones.input textarea:disabled{opacity:.5;background-color:#efefef}.em.pixelbones ul{list-style:circle inside!important}.em.pixelbones ol{list-style:decimal inside!important}.em.pixelbones ol,.em.pixelbones ul{padding-left:0!important;margin-top:0!important}.em.pixelbones ol ol,.em.pixelbones ol ul,.em.pixelbones ul ol,.em.pixelbones ul ul{font-size:100%!important;margin:10px 0 10px 30px!important;color:var(--text-color-softer)!important}.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line p,.em.pixelbones li{margin-bottom:5px!important}.em.pixelbones code{padding:2px 5px!important;margin:0 2px!important;font-size:90%!important;white-space:nowrap!important;background:var(--code-background)!important;border:1px solid var(--border-color-softer)!important;border-radius:4px!important}.em.pixelbones pre>code{display:block!important;padding:10px 15px!important;white-space:pre!important;overflow:auto!important}.em.pixelbones table{width:100%}.em.pixelbones td,.em.pixelbones th{padding:12px 15px!important;text-align:left!important;border:0!important;border-bottom:1px solid var(--border-color-softer)!important}.em.pixelbones td:first-child,.em.pixelbones th:first-child{padding-left:0!important}.em.pixelbones td:last-child,.em.pixelbones th:last-child{padding-right:0!important}.em.pixelbones blockquote,.em.pixelbones dl,.em.pixelbones figure,.em.pixelbones ol,.em.pixelbones pre,.em.pixelbones table,.em.pixelbones ul{margin-bottom:25px!important}.em.pixelbones p{margin:0 0 25px!important}.em.pixelbones .screen-reader-text{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.em.pixelbones .u-full-width{width:100%!important;box-sizing:border-box!important}.em.pixelbones .u-max-full-width{max-width:100%!important;box-sizing:border-box!important}.em.pixelbones .u-pull-right{float:right!important}.em.pixelbones .u-pull-left{float:left!important}.em.pixelbones .u-align-left{text-align:left!important}.em.pixelbones .u-align-right{text-align:right!important}.em.pixelbones section{padding:0;margin:0}.em.pixelbones .container:after,.em.pixelbones .row:after,.em.pixelbones .u-cf{content:""!important;display:table!important;clear:both!important}.em .em-checkbox-icon:has(.em-icon){cursor:pointer}.em .em-checkbox-icon:has(.em-icon):has(input:checked) .em-icon{opacity:1}.em .em-checkbox-icon:has(.em-icon):has(input:checked)[style][data-checked-icon] .em-icon{background-image:var(--checked-icon)}.em .em-checkbox-icon:has(.em-icon) :not(.em-icon){display:none!important}.em .em-checkbox-icon:has(.em-icon) .em-icon{width:24px;height:24px;background-size:24px;opacity:.4}.em .em-icon{display:inline-block;font-size:20px;line-height:22px;width:20px;height:20px;color:var(--meta-dashicons);margin:0 0 -4px;padding:0;background-position:0 0;background-repeat:no-repeat;background-size:20px}.em .em-icon.s-10,.em .em-icon.s-15{width:15px!important;height:15px!important;font-size:15px!important;line-height:16px;background-size:15px!important;vertical-align:top;margin-top:2px}.em .em-icon.s-10{width:10px!important;height:10px!important;font-size:10px!important;line-height:11px;background-size:10px!important}.em .em-icon:focus{box-shadow:none}.em .em-icon.em-icon-logo-office365{background-image:var(--icon-logo-office365)}.em .em-icon.em-icon-logo-google-calendar{background-image:var(--icon-logo-google-calendar)}.em .em-icon.em-icon-logo-apple{background-image:var(--icon-logo-apple)}.em .em-icon.em-icon-logo-outlook{background-image:var(--icon-logo-outlook)}.em .em-icon.em-icon-download{background-image:var(--icon-download)}.em .em-icon.em-icon-info{background-image:var(--icon-info)}.em .em-icon.em-icon-updated{background-image:var(--icon-updated)}.em .em-icon.em-icon-trash{background-image:var(--icon-trash)}.em .em-icon.em-icon-edit{background-image:var(--icon-edit)}.em .em-icon.em-icon-spinner{background-image:var(--icon-spinner)}.em .em-icon.em-icon-calendar{background-image:var(--icon-calendar)}.em .em-icon.em-icon-calendar-empty{background-image:var(--icon-calendar-empty)}.em .em-icon.em-icon-24h{background-image:var(--icon-24h)}.em .em-icon.em-icon-list-grouped{background-image:var(--icon-list-grouped)}.em .em-icon.em-icon-list-grid{background-image:var(--icon-list-grid)}.em .em-icon.em-icon-filter{background-image:var(--icon-filter)}.em .em-icon.em-icon-filter-hide{background-image:var(--icon-filter-hide)}.em .em-icon.em-icon-sort-desc{background-image:var(--icon-sort-desc)}.em .em-icon.em-icon-sort-asc{background-image:var(--icon-sort-asc)}.em .em-icon.em-icon-list{background-image:var(--icon-list)}.em .em-icon.em-icon-map{background-image:var(--icon-map)}.em .em-icon.em-icon-location{background-image:var(--icon-location)}.em .em-icon.em-icon-settings{background-image:var(--icon-settings)}.em .em-icon.em-icon-clock{background-image:var(--icon-clock)}.em .em-icon.em-icon-category,.em .em-icon.em-icon-folder{background-image:var(--icon-folder)}.em .em-icon.em-icon-tag{background-image:var(--icon-tag)}.em .em-icon.em-icon-ticket{background-image:var(--icon-ticket)}.em .em-icon.em-icon-tickets{background-image:var(--icon-tickets)}.em .em-icon.em-icon-attendees{background-image:var(--icon-attendees)}.em .em-icon.em-icon-multiple{background-image:var(--icon-multiple)}.em .em-icon.em-icon-at{background-image:var(--icon-at)}.em .em-icon.em-icon-next-circle{background-image:var(--icon-next-circle)}.em .em-icon.em-icon-prev-circle{background-image:var(--icon-prev-circle)}.em .em-icon.em-icon-first-circle{background-image:var(--icon-first-circle)}.em .em-icon.em-icon-last-circle{background-image:var(--icon-last-circle)}.em .em-icon.em-icon-cross-circle{background-image:var(--icon-cross-circle)}.em .em-icon.em-icon-checkmark-circle{background-image:var(--icon-checkmark-circle)}.em .em-icon.em-icon-warning{background-image:var(--icon-warning)}.em .em-icon.em-icon-close{background-image:var(--icon-close)}.em .em-icon.em-icon-chevron-down{background-image:var(--icon-chevron-down)}.em .em-icon.em-icon-chevron-up,.em .em-list-table div.table-wrap th.sortable a .sorting-indicators .sorting-indicator.asc,.em .em-list-table div.table-wrap th.sorted a .sorting-indicators .sorting-indicator.asc,.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row.expanded,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row.expanded{background-image:var(--icon-chevron-up)}.em .em-icon.em-icon-magnifying-glass{background-image:var(--icon-magnifying-glass)}.em .em-icon.em-icon-location-on{background-image:var(--icon-location-on)}.em .em-icon.em-icon-location-off{background-image:var(--icon-location-off)}.em .em-icon.em-icon-checkmark{background-image:var(--icon-checkmark)}.em .em-icon.em-icon-plus{background-image:var(--icon-plus)}.em .em-icon.em-icon-minus{background-image:var(--icon-minus)}.em .em-icon.em-icon-compass{background-image:var(--icon-compass)}.em .em-icon.em-icon-options-v{background-image:var(--icon-options-v)}.em .em-icon.em-icon-point-down{background-image:var(--icon-point-down)}.em .em-icon.em-icon-expand{background-image:var(--icon-expand)}.em .em-icon.em-icon-collapse{background-image:var(--icon-collapse)}.em .em-icon.em-icon-enter{background-image:var(--icon-enter)}.em .em-icon.em-icon-exit{background-image:var(--icon-exit)}.em .em-icon.em-icon-undo{background-image:var(--icon-undo)}.em .em-icon.em-icon-phone{background-image:var(--icon-phone)}.em .em-icon.em-icon-file{background-image:var(--icon-file)}.em .em-icon.em-icon-drag{background-image:var(--icon-drag)}.em.em-calendar{--nav-color:#777;--nav-border:1px solid #dedede;--nav-background:none;--event-border-color:#ccc;--event-background-color:#dedede;--event-color:#fff;--header-border:1px solid #dedede;--header-background:transparent;--header-color:#888;--date-box-border:1px solid #dedede;--date-color:#999;--date-background:#fff;--date-border-color:#cdcdcd;--date-border:1px solid var(--date-border-color);--date-today-color:#999;--date-today-background:#ededed;--date-today-border:1px solid var(--date-today-background);--date-more-color:var(--nav-color);--calendar-background:#fff;--counter-background:#F36752;display:block;width:100%}.em.em-calendar section{display:grid;width:100%;padding:0;margin:0}.em.em-calendar section div{text-align:center;display:block}.em.em-calendar section>div,.em.em-modal .em-modal-popup .em-modal-content.has-image>div.image img{width:100%}.em.em-calendar section.em-cal-days{grid-template-columns:repeat(7,1fr)}.em.em-calendar .em-cal-nav{grid-template-columns:1fr auto;justify-items:center;align-items:center}.em.em-calendar .em-cal-nav.em-cal-nav-centered{grid-template-columns:1fr}.em.em-calendar .em-cal-nav.em-cal-nav-centered .month-nav{display:grid;gap:20px;width:max-content;grid-template-columns:22px 1fr 22px;align-items:center;justify-items:center}.em.em-calendar .em-cal-nav.em-cal-nav-centered .month-nav .em-calnav svg{height:22px;width:22px}.em.em-calendar .em-cal-nav>div{margin:10px 0}.em.em-calendar .em-cal-nav .em-search-advanced-trigger{display:none;visibility:hidden}.em.em-calendar .em-cal-nav .month{margin-left:10px;text-align:left}.em.em-calendar .em-cal-nav .month input,.em.em-calendar .em-cal-nav .month span.marker{border:0!important;margin:0!important;padding:10px!important;font-size:22px}.em.em-calendar .em-cal-nav .month input:focus,.em.em-calendar .em-cal-nav .month input:hover,.em.em-calendar .em-cal-nav .month span.marker:focus,.em.em-calendar .em-cal-nav .month span.marker:hover{border:0!important}.em.em-calendar .em-cal-nav .month span.marker{display:inline-block;position:absolute;left:-100%}.em.em-calendar .em-cal-nav .month input[type=month]{position:relative}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data input::-webkit-calendar-picker-indicator,.em.em-calendar .em-cal-nav .month input[type=month]::-webkit-calendar-picker-indicator,.em.em-search .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data input::-webkit-calendar-picker-indicator,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data input::-webkit-calendar-picker-indicator{position:absolute;left:0;top:0;width:100%;height:100%;margin:0;padding:0;cursor:pointer;background:0 0}.em.em-calendar .em-cal-nav .month input[type=text]{background-color:transparent!important}.em.em-calendar .em-cal-nav .button{padding:0 10px!important;margin:0!important;display:inline-block}.em.em-calendar .em-cal-nav .month-nav{margin:5px 0 15px}.em.em-calendar .em-cal-nav .month-nav .em-calnav{background:var(--nav-background)!important;color:var(--nav-color)!important;width:38px;height:18px;display:inline-block;padding:0;margin:0}.em.em-calendar .em-cal-nav .month-nav .em-calnav.em-calnav-prev{padding-right:0}.em.em-calendar .em-cal-nav .month-nav .em-calnav.em-calnav-next{padding-left:0}.em.em-calendar .em-cal-nav .month-nav .em-calnav:hover,.em.em-calendar .em-cal-nav .month-nav .em-calnav:hover path,.em.em-calendar .em-cal-nav .month-nav .em-calnav:hover svg{color:var(--nav-color)!important;filter:brightness(.5)!important}.em.em-calendar .em-cal-nav .month-nav .em-calnav:focus{outline:0}.em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"],.em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"]:hover,.em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"]:hover path,.em.em-calendar .em-cal-nav .month-nav .em-calnav[data-disabled="1"]:hover svg{cursor:not-allowed!important;filter:brightness(1)!important}.em.em-calendar .em-cal-nav .month-nav .em-calnav svg{height:28px;width:28px;display:block;margin:0 auto;transition:all ease-in-out;fill:none;stroke:var(--nav-color)}.em .em-list-table div.table-wrap tr.loading .check-column input,.em.em-calendar .em-cal-nav .month-nav .em-calnav-today.is-today{opacity:.3}.em.em-calendar .em-cal-nav .month-nav .em-calnav-today.is-today:hover{cursor:default!important}.em.em-calendar .em-cal-head{border:var(--header-border);background:var(--calendar-background);border-bottom:0;border-radius:8px 8px 0 0}.em.em-calendar .em-cal-head>div{background:var(--header-background);color:var(--header-color);margin:10px 0;padding:0 10px;border-left:var(--header-border);text-transform:uppercase;overflow-x:hidden;text-overflow:ellipsis}.em.em-calendar .em-cal-head>div:first-child{border-left:none}.em.em-calendar .em-cal-body{border-bottom:var(--date-box-border);background-color:var(--calendar-background);--grid-auto-rows:auto}.em.em-calendar .em-cal-body:not(.auto-aspect){grid-auto-rows:var(--grid-auto-rows)}.em.em-calendar .em-cal-body .em-cal-day{text-align:right}.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date{display:inline-block;text-align:center;position:relative;margin:0 0 10px}.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date a,.em.em-calendar .em-cal-body .em-cal-day .em-cal-day-date.em-cal-day-date span{color:var(--date-color)!important;text-decoration:none!important;display:inline-block;margin:0;padding:5px 6px;width:34px;height:34px;font-size:16px;background:var(--date-background);border-radius:50%;box-sizing:border-box}.em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date,.em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date,.em.em-calendar .em-cal-body .em-cal-day.eventless-post .em-cal-day-date,.em.em-calendar .em-cal-body .em-cal-day.eventless-pre .em-cal-day-date{opacity:50%}.em.em-calendar .em-cal-body .em-cal-day.eventful .em-cal-day-date a,.em.em-calendar .em-cal-body .em-cal-day.eventful-post .em-cal-day-date a,.em.em-calendar .em-cal-body .em-cal-day.eventful-pre .em-cal-day-date a{border:var(--date-border)!important}.em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a,.em.em-calendar .em-cal-body .em-cal-day.eventful-today .em-cal-day-date span,.em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date a,.em.em-calendar .em-cal-body .em-cal-day.eventless-today .em-cal-day-date span{border-radius:50%;text-decoration:underline!important;text-underline-offset:5px;font-size:16px;line-height:18px}.em.em-calendar .em-cal-body .em-cal-day span.date-day-colors{display:none;visibility:hidden}.em.em-calendar .em-cal-body>div{border:var(--date-box-border);border-right-width:0;border-bottom:none;padding:10px}.em.em-calendar .em-cal-body>div:nth-child(7n){border-right-width:1px}.em.em-calendar .em-cal-body .em-cal-day-limit a{margin-top:10px;line-height:14px!important;height:14px!important;padding:0;width:100%;outline:0!important;border:0!important;color:var(--date-more-color)!important;font-size:14px}.em.em-calendar .em-cal-body.even-height{grid-template-rows:1fr;grid-auto-rows:1fr}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event{text-align:left;position:relative;height:28px;padding:0;margin:5px 0;cursor:pointer;font-size:14px}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event>div{text-align:left;background-color:var(--event-background-color);border:1px solid var(--event-border-color);color:var(--event-color);position:absolute;width:calc(100% + 10px);height:28px;margin:0;padding:5px 8px;left:-5px;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event>div:hover{filter:brightness(95%)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event>div a{color:var(--event-text-color)!important;text-decoration:none!important}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday>div{left:-10px;border-radius:0}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-2>div{width:calc(200% + 44px - 15px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-3>div{width:calc(300% + 66px - 15px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-4>div{width:calc(400% + 88px - 15px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-5>div{width:calc(500% + 110px - 15px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-6>div{width:calc(600% + 132px - 15px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.has-start.days-7>div{width:calc(700% + 154px - 15px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-2>div,.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-2>div{width:calc(200% + 44px - 10px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-3>div,.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-3>div{width:calc(300% + 66px - 10px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-4>div,.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-4>div{width:calc(400% + 88px - 10px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-5>div,.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-5>div{width:calc(500% + 110px - 10px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-6>div,.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-6>div{width:calc(600% + 132px - 10px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end.days-7>div,.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start.days-7>div{width:calc(700% + 154px - 10px)}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-start>div{border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:1px!important;border-left:0;left:-5px}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.has-end>div{border-top-right-radius:5px;border-bottom-right-radius:5px;border-left:1px!important;border-right:0}.em.em-calendar .em-cal-body.event-style-pill .em-cal-event.multiday.days-7>div{width:calc(700% + 146px)}.em.em-calendar.size-large .size-medium:not(.size-large),.em.em-calendar.size-large .size-small:not(.size-large),.em.em-calendar.size-medium .size-large:not(.size-medium),.em.em-calendar.size-medium .size-small:not(.size-medium){display:none!important;visibility:hidden}.em.em-calendar.size-large .event-style-pill .eventful-today .em-cal-day-date,.em.em-calendar.size-large .event-style-pill .eventless-today .em-cal-day-date{margin-bottom:6px}.em.em-calendar.size-large .event-style-pill .eventful-today .em-cal-day-date a,.em.em-calendar.size-large .event-style-pill .eventless-today .em-cal-day-date a,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful-today .em-cal-day-date a,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventless-today .em-cal-day-date a{width:38px;height:38px}.em.em-calendar.size-medium .em-cal-body,.em.em-calendar.size-small .em-cal-body{justify-items:center;align-items:center}.em.em-calendar.size-medium .em-cal-body>div,.em.em-calendar.size-small .em-cal-body>div{padding:0}.em.em-calendar.size-medium .em-cal-body .em-cal-day,.em.em-calendar.size-small .em-cal-body .em-cal-day{aspect-ratio:1/1;text-align:center;display:grid;justify-items:center;align-items:center}.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date{position:relative;display:inline-block;text-align:center;margin:0}.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date a,.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date span,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date a,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date span{margin:0}.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-date .limited-icon,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date .limited-icon{color:var(--date-color)!important;display:block;position:absolute;top:-2px;right:-2px;width:14px;height:14px;border:0;border-radius:50%;background:#fff;font-size:14px;padding:0;margin:0;line-height:15px}.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-event,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-event{display:none}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored{--date-border-color-top:none;--date-border-color-right:none;--date-border-color-bottom:none;--date-border-color-left:none;--date-border-color:#fefefe;--date-border:1px solid var(--date-border-color)}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored a,.em.em-event-booking-form .em-tickets tr th{border:0}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring{border-radius:50%;padding:1px;display:inline-block;border:var(--date-border)!important}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.one{border-color:var(--date-border-color)!important}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.two,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.two{border-top-color:var(--date-border-color-top)!important;border-left-color:var(--date-border-color-top)!important;border-right-color:var(--date-border-color-bottom)!important;border-bottom-color:var(--date-border-color-bottom)!important;background-clip:content-box;clip-path:polygon(0 0,75% 0,75% 25%,100% 25%,100% 100%,25% 100%,25% 75%,0 75%);-webkit-clip-path:polygon(0 0,75% 0,75% 25%,100% 25%,100% 100%,25% 100%,25% 75%,0 75%)}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.four,.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.three,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.four,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.three{border-top-color:var(--date-border-color-top)!important;border-right-color:var(--date-border-color-bottom)!important;border-bottom-color:var(--date-border-color-bottom)!important;background-clip:content-box;clip-path:polygon(0 25%,25% 25%,25% 0,75% 0,75% 25%,100% 25%,100% 75%,75% 75%,75% 100%,25% 100%,25% 75%,0 75%);-webkit-clip-path:polygon(0 25%,25% 25%,25% 0,75% 0,75% 25%,100% 25%,100% 75%,75% 75%,75% 100%,25% 100%,25% 75%,0 75%)}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.four,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored div.ring.four{border-right-color:var(--date-border-color-right)!important;border-left-color:var(--date-border-color-left)!important}.em.em-calendar.size-medium .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored.selected div.ring,.em.em-calendar.size-small .em-cal-body .em-cal-day.eventful .em-cal-day-date.colored.selected div.ring{border-width:3px!important;font-weight:700!important}.em.em-calendar.preview-tooltips section.em-cal-events-content,.em.em-calendar.size-medium .em-cal-body .em-cal-day .em-cal-day-limit,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-limit{display:none;visibility:hidden}.em.em-calendar.size-small{--header-border:none;--header-background:none;--header-color:#888;--date-box-border:0}.em.em-calendar.size-small .size-large:not(.size-small),.em.em-calendar.size-small .size-medium:not(.size-small){display:none!important;visibility:hidden}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered){padding:0 .5% 0 1%;margin:0 0 10px}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered)>div{margin:0}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .month input{font-size:20px!important;padding-left:0!important}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav{width:26px;height:26px;padding:2px}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav svg{height:22px;width:22px;margin:0 auto}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav-today.size-small{display:inline-block;width:12px;height:12px;background:var(--nav-color)!important;border:0;border-radius:50%;margin-bottom:3px}.em.em-calendar.size-small .em-cal-nav:not(.em-cal-nav-centered) .em-calnav-today.size-small:hover{filter:brightness(.8)}.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date a,.em.em-calendar.size-small .em-cal-body .em-cal-day .em-cal-day-date span{padding:6px;width:36px;height:36px;font-size:16px}.em.em-calendar.size-small .em-cal-body.eventful a,.em.em-calendar.size-small .em-cal-body.eventful span{line-height:16px}.em.em-calendar.size-small.with-advanced .em-cal-nav:not(.em-cal-nav-centered) .month input{padding-left:10px!important}.em.em-calendar.with-advanced .em-cal-nav:not(.em-cal-nav-centered){grid-template-columns:25px 1fr auto}.em.em-calendar.with-advanced .em-cal-nav.em-cal-nav-centered{grid-template-columns:25px 1fr}.em.em-calendar.with-advanced .em-cal-nav .em-search-advanced-trigger{display:block;visibility:visible;background-size:22px}.em.em-calendar.preview-tooltips .tippy-box{width:330px}.em.em-calendar.preview-tooltips .em-cal-event-content{margin:5px 2px 12px}.em.em-calendar.preview-tooltips .em-cal-event-content>div{margin-bottom:8px;text-align:left}.em.em-calendar.preview-tooltips .em-cal-event-content>div:last-of-type{margin-bottom:0}.em.em-calendar.preview-tooltips .em-cal-event-content div{text-align:left}.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-title{font-weight:700;margin:10px 0 15px;font-size:calc(var(--font-size) + 2px)}.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-title a,.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-title a:hover{color:#555!important}.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-desc{text-align:justify;margin:15px 0 10px}.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-actions{font-size:14px;text-align:center}.em.em-calendar.preview-tooltips .em-cal-event-content .em-item-actions .button{padding:0 20px!important;border:0!important;margin-bottom:0!important}.em.size-small div.em-loading{background-size:18% 18%}.em.size-medium div.em-loading{background-size:12% 12%}.em.size-large div.em-loading{background-size:10% 10%}.em.em-modal.em-cal-date-content .em-modal-content{padding:0 0 25px;margin:25px 0!important;border-bottom:1px solid #dedede}.em.em-modal.em-cal-date-content .em-modal-content:first-of-type{margin-top:0!important}.em.em-modal.em-cal-date-content .em-modal-content:last-of-type{margin-bottom:0!important;border-bottom:0!important}.em.em-modal.em-cal-date-content .button,.em.em-modal.em-cal-date-content .em-cal-day-limit{text-align:center;margin-bottom:0!important}@media only screen and (min-width:40rem){.em.em-modal{display:flex!important;align-items:center!important;justify-content:center!important;position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;padding:40px!important;margin:0!important;z-index:99998!important;background:rgba(0,0,0,.6)!important;opacity:0!important;visibility:hidden!important;backface-visibility:hidden!important;transition:all .3s cubic-bezier(.55,0,.1,1)!important;-webkit-transition:all .3s cubic-bezier(.55,0,.1,1)!important;pointer-events:none;touch-action:none}.em.em-modal.active{opacity:1!important;visibility:visible!important;backdrop-filter:blur(4px);pointer-events:auto;touch-action:auto}}@media only screen and (max-width:40rem){.em.em-modal{display:none!important;visibility:hidden!important}.em.em-modal.active{display:block!important;visibility:visible!important}}.em.em-modal .em-modal-popup,.em.em-modal>form{margin:0 auto!important;padding:0!important;max-width:780px!important;min-height:200px!important;max-height:calc(100vh - 80px)!important}.em.em-modal>form{width:100%!important;border:0!important;background:0 0!important}.em.em-modal .em-modal-popup{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-items:center!important;justify-content:start!important;position:relative!important;background-color:#fff!important;border-radius:3px!important;visibility:hidden!important;box-shadow:0 2px 10px rgba(0,0,0,.1)!important;transform:scale(1.2)!important;transition:all .3s cubic-bezier(.55,0,.1,1)!important;z-index:99999!important;pointer-events:none;touch-action:none}.em.em-modal .em-modal-popup.active{visibility:visible!important;opacity:1!important;transform:scale(1)!important;pointer-events:auto;touch-action:auto}.em.em-modal .em-modal-popup.active .em-close-modal,.em.em-modal .em-modal-popup.active .em-modal-content{opacity:1!important}.em.em-modal .em-modal-popup header{width:100%;border-bottom:1px solid #dedede;margin:0;padding:10px 0 7px 15px}.em.em-modal .em-modal-popup header a.em-close-modal{display:block;width:28px;height:28px;background:var(--icon-close) no-repeat;background-size:28px 28px;position:absolute!important;cursor:pointer!important;top:10px!important;right:10px!important;opacity:0!important;backface-visibility:hidden!important;transition:opacity .3s cubic-bezier(.55,0,.1,1),visibility .3s cubic-bezier(.55,0,.1,1)!important;-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1),visibility .3s cubic-bezier(.55,0,.1,1)!important;transition-delay:.15s!important}.em.em-modal .em-modal-popup header .em-modal-title{font-size:24px!important;line-height:1.3!important;padding:0 32px 0 0!important;margin:0!important}.em.em-modal .em-modal-popup header .em-modal-title a{color:var(--text-color-normal)!important}.em.em-modal .em-modal-default .em-event-main-info .event-title a:hover,.em.em-modal .em-modal-default .em-event-title a:hover,.em.em-modal .em-modal-popup header .em-modal-title a:hover{text-decoration:underline}.em.em-modal .em-modal-popup,.em.em-modal .em-modal-popup .em-modal-content{opacity:0!important;backface-visibility:hidden!important;transition-delay:.15s!important;width:100%!important}.em.em-modal .em-modal-popup .em-modal-content{transition:opacity .3s cubic-bezier(.55,0,.1,1)!important;margin:0;padding:20px 15px;overflow-y:auto!important}.em.em-modal .em-modal-popup .em-modal-content.no-overflow{overflow-y:visible!important}.em.em-modal .em-modal-popup .em-modal-content.has-image{display:grid;grid-template-columns:auto minmax(80px,150px);grid-gap:40px}.em.em-modal .em-modal-popup .em-modal-content.has-image>div.image{text-align:center}.em.em-modal .em-modal-popup .em-modal-content section header{width:100%;font-size:18px;padding:16px 0 14px;margin:0;border-bottom:1px solid #dedede}.em.em-modal .em-modal-popup .em-modal-content section>div{margin:15px 0}.em.em-modal .em-modal-popup footer{width:100%!important;border-top:1px solid #dedede!important;display:grid;grid-template-columns:1fr 1fr;align-items:center}.em.em-modal .em-modal-popup footer>div{padding:10px 25px!important}.em.em-modal .em-modal-popup footer>div .button,.em.em-modal .em-modal-popup footer>div button,.em.em-search-advanced section.em-search-main>.em-search-field{margin:0!important}.em.em-modal .em-modal-popup footer div:first-child{justify-self:start}.em.em-modal .em-modal-popup footer div:not(:first-child):last-child{justify-self:end}.em.em-modal .em-modal-popup footer button.button{margin-bottom:0!important;padding-bottom:0!important}@media only screen and (max-width:39.99rem){.em.em-modal .em-modal-popup{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:100%!important;-webkit-overflow-scrolling:touch!important;border-radius:0!important;transform:scale(1.1)!important;padding:0!important;margin:0!important}.em.em-modal .em-modal-popup .em-modal-content{padding:10px 15px 15px}}.em.em-modal .em-modal-default:first-child{padding-top:0;margin-top:0}.em.em-modal .em-modal-default>div{margin-bottom:20px}.em.em-modal .em-modal-default .em-event-main-info .event-meta-info>div:last-of-type,.em.em-modal .em-modal-default>div:last-of-type{margin-bottom:0}.em.em-modal .em-modal-default .em-event-title a{font-size:18px!important;color:var(--text-color-normal)!important}.em.em-modal .em-modal-default .em-event-main-info,.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-submit button,.em.em-search.size-small.multi-line .em-search-main-bar .em-search-submit button{width:100%}.em.em-modal .em-modal-default .em-event-main-info.has-image{display:grid;grid-template-columns:3fr 4fr}.em.em-modal .em-modal-default .em-event-main-info.has-image .em-event-image{justify-self:end}.em.em-modal .em-modal-default .em-event-main-info.has-image .em-event-image img{max-width:100%}.em.em-modal .em-modal-default .em-event-main-info .event-title a{color:var(--text-color-normal)!important}.em.em-modal .em-modal-default .em-event-main-info .event-meta-info .em-event-meta{display:grid;grid-template-columns:30px 1fr}.em.em-modal .em-modal-default .em-event-main-info .event-meta-info .em-icon{opacity:.5;padding-right:10px}.em.em-modal .em-modal-default .em-event-main-info .event-meta-info>div{margin-bottom:10px}.em.em-modal .em-modal-default .em-event-actions{font-size:14px;text-align:center}.em.em-modal .em-modal-default .em-event-actions .button{padding:0 20px!important}@media only screen and (max-width:39.99rem){.em.em-modal .em-modal-default .em-modal-default{margin-top:25px}.em.em-modal .em-modal-default .em-modal-default .em-event-main-info .event-meta-info{margin-bottom:20px}.em.em-modal .em-modal-default .em-modal-default .em-event-main-info.has-image{display:block}.em.em-modal .em-modal-default .em-modal-default .em-event-main-info.has-image .em-event-image{text-align:center}}.em.em-modal.em-admin-modal{--font-size:15px;--line-height:20px}.em.em-modal.em-admin-modal .em-modal-content p{font-size:var(--font-size)!important;line-height:var(--line-height)!important;text-align:justify}.em .em-search-advanced,.em.em-search,.em.em-search-advanced{--border-color:#dedede;margin:10px 0 25px}.em .em-search-advanced form,.em.em-search form,.em.em-search-advanced form{--background-color:#fff}.em .em-search-advanced .em-search-main.em-search-main-bar,.em.em-search .em-search-main.em-search-main-bar,.em.em-search-advanced .em-search-main.em-search-main-bar{border:1px solid var(--border-color);padding:10px;width:100%;display:flex;-webkit-flex-direction:row;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-items:stretch}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-field,.em.em-search .em-search-main.em-search-main-bar>.em-search-field,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field{border-right:1px solid var(--border-color)!important}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-field input,.em.em-search .em-search-main.em-search-main-bar>.em-search-field input,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field input{margin:0!important;text-overflow:ellipsis;overflow:hidden}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-field:not(:first-child) input,.em.em-search .em-search-main.em-search-main-bar>.em-search-field:not(:first-child) input,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field:not(:first-child) input{border:0!important;border-radius:0!important;padding-left:50px!important;background-position-x:15px!important;background-size:20px!important}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-field:first-child input,.em.em-search .em-search-main.em-search-main-bar>.em-search-field:first-child input,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field:first-child input{border:0!important;margin-left:0;padding-left:50px!important;background-position-x:15px!important;background-size:20px!important}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-field.em-selectized,.em.em-search .em-search-main.em-search-main-bar>.em-search-field.em-selectized,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field.em-selectized{max-height:38px;overflow:visible;z-index:10000}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-field.em-selectized .em-selectize .em-selectize-placeholder,.em.em-search .em-search-main.em-search-main-bar>.em-search-field.em-selectized .em-selectize .em-selectize-placeholder,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-field.em-selectized .em-selectize .em-selectize-placeholder{height:36px;padding-top:6px}.em .em-search-advanced .em-search-main.em-search-main-bar>div,.em.em-search .em-search-main.em-search-main-bar>div,.em.em-search-advanced .em-search-main.em-search-main-bar>div{flex:none}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-geo,.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-text,.em.em-search .em-search-main.em-search-main-bar>.em-search-geo,.em.em-search .em-search-main.em-search-main-bar>.em-search-text,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-geo,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-text{flex:auto;width:100%}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope,.em.em-search .em-search-main.em-search-main-bar>.em-search-scope,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope{flex:1 0 180px}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data,.em.em-search .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data{width:100%;overflow:hidden;background:var(--icon-calendar) 8px 50% no-repeat!important;background-size:18px!important;padding-left:36px!important;background-position-x:14px!important}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data input,.em.em-search .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data input,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data input{position:relative;display:inline-block!important;width:130px!important;padding:0 0 0 10px!important;margin:0!important;font-size:14px;color:#777}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data .separator,.em.em-search .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data .separator,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-scope .em-datepicker-data .separator{display:none}.em .em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button,.em.em-search .em-search-main.em-search-main-bar>.em-search-submit button,.em.em-search-advanced .em-search-main.em-search-main-bar>.em-search-submit button{padding:0 20px!important;line-height:34px!important;height:34px!important;margin:0!important}.em .em-search-advanced .em-search-main input.em-search-text,.em.em-search .em-search-main input.em-search-text,.em.em-search-advanced .em-search-main input.em-search-text{background:var(--icon-magnifying-glass) 8px 50% no-repeat!important;background-size:18px!important;padding-left:36px!important}.em .em-search-advanced .em-search-main input.em-search-geo,.em.em-search .em-search-main input.em-search-geo,.em.em-search-advanced .em-search-main input.em-search-geo{background:var(--icon-location) 8px 50% no-repeat!important;background-size:18px!important;padding-left:36px!important}.em .em-search-advanced .em-search-main input.em-search-geo.on,.em.em-search .em-search-main input.em-search-geo.on,.em.em-search-advanced .em-search-main input.em-search-geo.on{background-image:var(--icon-location-on)!important}.em .em-search-advanced .em-search-main input.em-search-geo.off,.em.em-search .em-search-main input.em-search-geo.off,.em.em-search-advanced .em-search-main input.em-search-geo.off{background-image:var(--icon-location-off)!important}.em .em-search-advanced .em-search-main input.em-search-scope,.em.em-search .em-search-main input.em-search-scope,.em.em-search-advanced .em-search-main input.em-search-scope{background:var(--icon-calendar) 8px 50% no-repeat!important;background-size:18px!important;padding-left:36px!important}.em .em-search-advanced .em-search-main input:-webkit-autofill,.em .em-search-advanced .em-search-main input:-webkit-autofill:focus,.em.em-search .em-search-main input:-webkit-autofill,.em.em-search .em-search-main input:-webkit-autofill:focus,.em.em-search-advanced .em-search-main input:-webkit-autofill,.em.em-search-advanced .em-search-main input:-webkit-autofill:focus{transition:background-color 600000s 0s,color 600000s 0s}.em .em-search-advanced .em-search-main input[data-autocompleted],.em.em-search .em-search-main input[data-autocompleted],.em.em-search-advanced .em-search-main input[data-autocompleted]{background-color:transparent!important}.em .em-search-advanced button[type=submit].disabled:hover,.em.em-search button[type=submit].disabled:hover,.em.em-search-advanced button[type=submit].disabled:hover{cursor:not-allowed!important;pointer-events:auto!important}.em .em-search-advanced .em-search-advanced-trigger,.em.em-search .em-search-advanced-trigger,.em.em-search-advanced .em-search-advanced-trigger{width:55px;padding:0 15px}.em .em-search-advanced .em-search-sort,.em .em-search-advanced .em-search-views,.em.em-search .em-search-sort,.em.em-search .em-search-views,.em.em-search-advanced .em-search-sort,.em.em-search-advanced .em-search-views{width:52px;height:25px;padding:0 15px}.em .em-search-advanced .em-search-views [data-view=list],.em.em-search .em-search-views [data-view=list],.em.em-search-advanced .em-search-views [data-view=list]{background-image:var(--icon-list)!important}.em .em-search-advanced .em-search-views [data-view=list-grouped],.em.em-search .em-search-views [data-view=list-grouped],.em.em-search-advanced .em-search-views [data-view=list-grouped]{background-image:var(--icon-list-grouped)!important}.em .em-search-advanced .em-search-views [data-view=calendar],.em.em-search .em-search-views [data-view=calendar],.em.em-search-advanced .em-search-views [data-view=calendar]{background-image:var(--icon-calendar)!important}.em .em-search-advanced .em-search-views [data-view=map],.em.em-search .em-search-views [data-view=map],.em.em-search-advanced .em-search-views [data-view=map]{background-image:var(--icon-map)!important}.em .em-search-advanced .em-search-views [data-view=grid],.em.em-search .em-search-views [data-view=grid],.em.em-search-advanced .em-search-views [data-view=grid]{background-image:var(--icon-list-grid)!important}.em .em-search-advanced .em-search-views button[data-view=map],.em.em-search .em-search-views button[data-view=map],.em.em-search-advanced .em-search-views button[data-view=map]{background-size:28px;width:28px;height:28px}.em .em-search-advanced .em-search-views .em-search-views-trigger,.em.em-search .em-search-views .em-search-views-trigger,.em.em-search-advanced .em-search-views .em-search-views-trigger{display:block;width:42px;height:25px;background:var(--icon-point-down) 30px 6px no-repeat;background-size:14px;padding:0 15px 0 0;margin:0;cursor:pointer}.em .em-search-advanced .em-search-views .em-search-views-trigger .em-search-view-option,.em.em-search .em-search-views .em-search-views-trigger .em-search-view-option,.em.em-search-advanced .em-search-views .em-search-views-trigger .em-search-view-option{display:block;width:25px;height:25px;background-size:25px;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;text-indent:-10000px!important}.em .em-search-advanced .em-search-views .em-search-views-options,.em.em-search .em-search-views .em-search-views-options,.em.em-search-advanced .em-search-views .em-search-views-options{display:none}.em .em-search-advanced .em-search-views .tippy-content .em-search-views-options,.em.em-search .em-search-views .tippy-content .em-search-views-options,.em.em-search-advanced .em-search-views .tippy-content .em-search-views-options{display:block}.em .em-search-advanced .em-search-views .em-search-views-options-list,.em.em-search .em-search-views .em-search-views-options-list,.em.em-search-advanced .em-search-views .em-search-views-options-list{display:block!important;padding:0!important;margin:5px 0!important;border:0!important;background:0 0!important;cursor:pointer!important;overflow:visible!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option,.em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option,.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option,.em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option{display:block!important;padding:5px 10px 5px 40px!important;margin:0!important;background-repeat:no-repeat!important;background-size:18px!important;background-position:10px center!important;background-color:transparent!important}.em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.focused,.em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:hover,.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option.focused,.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option:hover,.em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.focused,.em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:hover{background-color:#efefef!important}.em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.checked,.em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:checked,.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option.checked,.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option:checked,.em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option.checked,.em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option:checked{background-color:#cee0ea!important}.em .em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option input[type=radio],.em.em-search .em-search-views .em-search-views-options-list label.em-search-view-option input[type=radio],.em.em-search-advanced .em-search-views .em-search-views-options-list label.em-search-view-option input[type=radio]{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.em .em-search-advanced .em-search-views .em-search-views-options-list:focus,.em.em-search .em-search-views .em-search-views-options-list:focus,.em.em-search-advanced .em-search-views .em-search-views-options-list:focus{border:0!important;outline:0!important}.em .em-search-advanced .em-search-sort [data-sort=ASC],.em.em-search .em-search-sort [data-sort=ASC],.em.em-search-advanced .em-search-sort [data-sort=ASC]{background-image:var(--icon-sort-asc)!important}.em .em-search-advanced .em-search-sort [data-sort=DESC],.em.em-search .em-search-sort [data-sort=DESC],.em.em-search-advanced .em-search-sort [data-sort=DESC]{background-image:var(--icon-sort-desc)!important}.em .em-search-advanced .em-search-sort .em-search-sort-trigger,.em.em-search .em-search-sort .em-search-sort-trigger,.em.em-search-advanced .em-search-sort .em-search-sort-trigger{display:block;width:42px;height:25px;margin:0;cursor:pointer}.em .em-search-advanced .em-search-sort .em-search-sort-option,.em.em-search .em-search-sort .em-search-sort-option,.em.em-search-advanced .em-search-sort .em-search-sort-option{display:block;width:25px;height:25px;background-size:25px;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;text-indent:-10000px!important}.em .em-search-advanced[data-view=calendar] .em-search-scope,.em.em-search-advanced[data-view=calendar] .em-search-scope,.em.em-search.advanced-mode-inline.advanced-visible.no-advanced-trigger .em-search-main .em-search-submit,.em.em-search.is-hidden,.em.em-search[data-view=calendar] .em-search-scope{display:none;visibility:hidden}.em.em-search.has-advanced.has-sorting .em-search-sort,.em.em-search.has-advanced.has-views .em-search-views,.em.em-search.has-sorting.has-views .em-search-views{width:72px;border-left:1px solid var(--border-color);padding-left:15px;flex:0 0 42px}.em.em-search.has-advanced.has-sorting .em-search-sort{width:48px;padding-left:10px}.em.em-search.has-search-main .em-search-advanced-inline{margin-top:20px}.em.em-search.size-medium.multi-line .em-search-main-bar,.em.em-search.size-small.multi-line .em-search-main-bar{padding:10px 15px 15px 10px;flex-wrap:wrap}.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-field,.em.em-search.size-small.multi-line .em-search-main-bar .em-search-field{flex:1 0 100%!important;border-bottom:1px solid var(--border-color)!important;border-right:0!important;padding-bottom:5px;margin-bottom:5px}.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-field:nth-last-child(1 of .em-search-field),.em.em-search.size-medium.multi-line[data-view=calendar] .em-search-main-bar .em-search-field:nth-last-child(2 of .em-search-field),.em.em-search.size-small.multi-line .em-search-main-bar .em-search-field:nth-last-child(1 of .em-search-field),.em.em-search.size-small.multi-line[data-view=calendar] .em-search-main-bar .em-search-field:nth-last-child(2 of .em-search-field){padding-bottom:8px;margin-bottom:18px}.em.em-search.size-medium.multi-line .em-search-main-bar .em-search-submit,.em.em-search.size-small.multi-line .em-search-main-bar .em-search-submit{flex:1}.em.em-search.size-small .hide-small{display:none;visibility:hidden}.em.em-search.size-small .one-line{padding:5px!important}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count:hover>span:not(.clear),.em.em-search.size-small .one-line .em-search-main-bar>.em-search-field:not(:first-child){display:none;visibility:hidden}.em.em-search.size-small .one-line .em-search-main-bar>.em-search-field:first-child input{padding-left:30px!important;padding-right:5px!important;background-position-x:3px!important;background-size:16px!important}.em.em-search.size-small .one-line .em-search-main-bar .em-search-scope{flex:auto}.em.em-search.size-small .one-line .em-search-advanced-trigger{width:45px;padding:0 10px;flex:0 0 25px!important}.em.em-search.size-small .one-line.has-advanced.has-sorting .em-search-sort{width:36px;padding:0 5px;flex:0 0 36px!important}.em.em-search.size-small .one-line.has-advanced.has-views .em-search-views{width:62px!important;padding-left:10px!important}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count span.clear-selection,.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section div.em-search-section-content,.em.em-search.size-medium .hide-medium{display:none;visibility:hidden}.em.em-search.size-medium .one-line .em-search-main-bar>.em-search-field:first-child input{padding-left:40px!important;padding-right:10px!important;background-position-x:8px!important}.em button.em-clickable.em-search-advanced-trigger{display:block!important;visibility:visible!important;width:25px!important;height:25px!important;background:var(--icon-filter) 0 center no-repeat!important;background-size:25px!important;position:relative!important}.em button.em-clickable.em-search-advanced-trigger span.total-count{position:absolute;border:1px solid var(--counter-background);border-radius:50%;color:var(--counter-color);background:var(--counter-background);width:15px;height:15px;font-size:11px;top:-8px;right:-8px;padding:0;line-height:11px;text-align:center}.em button.em-clickable.em-search-advanced-trigger span.total-count.tentative{background:var(--counter-background-tentative);color:var(--counter-color-tentative);border-color:var(--counter-background-tentative)}.em .em-list-table-cols .em-list-table-cols-selected .item>span,.em.em-search-advanced .em-modal-content{flex:1 1 auto}#em-booking div.em-booking-login input,.em #em_booking_stats .em-chart,.em.em-search-advanced .em-modal-content section>div,.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings>section.em-search-advanced-section>div{margin:0}.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown{margin-bottom:15px;max-height:none}.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown .selectize-dropdown{display:none!important;position:relative}.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown.dropdown-active{height:auto}.em .selectize-control.em-selectize.multidropdown.dropdown-active.no-options .selectize-dropdown,.em.em-search-advanced .em-modal-content .selectize-control.em-selectize.multidropdown.dropdown-active .selectize-dropdown{display:block!important}.em.em-search-advanced.em-search-advanced-inline footer{text-align:right}.em.em-search-advanced.em-search-advanced-inline footer .em-search-views{width:auto!important;height:auto!important;border:0!important;border-right:1px solid var(--border-color);padding:0!important;text-align:left}.em.em-search-advanced.em-search-advanced-inline footer .em-search-views .em-search-views-trigger{width:auto!important;height:auto!important;background-position:calc(100% - 8px) center;padding:0!important}.em.em-search-advanced.em-search-advanced-inline footer .em-search-views .em-search-views-trigger button{width:auto!important;padding:0 40px 0 25px!important;background-position:calc(50% - 8px) center;background-size:22px}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count span,.em.em-search-advanced.em-search-advanced-inline footer div{display:inline-block}@media only screen and (max-width:39.99rem){.em.em-search-advanced.em-modal footer>div{padding:10px 15px}.em.em-search-advanced.em-modal footer button.button{padding:0 20px!important}}.em.em-search-advanced .em-search-advanced-sections section.em-search-advanced-section span.total-count{border:1px solid var(--counter-background);border-radius:50%;color:#fff;background:var(--counter-background);width:24px;height:24px;font-size:12px;padding:2px 0 0;margin:0 0 0 10px;display:inline-block;text-align:center;top:-4px;position:relative;line-height:16px}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section{background:var(--icon-options-v) 0 15px no-repeat;background-size:18px 18px;border-bottom:1px solid #dedede}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.active:last-of-type div.em-search-section-content,.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.active:last-of-type header,.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section:last-of-type{border-bottom:0}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section header{width:100%;font-size:18px;padding:16px 0 14px 28px;margin:0;background:var(--icon-plus) right 50% no-repeat;background-size:18px 18px}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section header:hover{cursor:pointer}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.active header{background-image:var(--icon-minus);margin-bottom:10px}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.active div.em-search-section-content{display:block;visibility:visible;padding:0 0 20px}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.em-search-section-location{background-image:var(--icon-compass)}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.em-search-section-categories{background-image:var(--icon-folder)}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.em-search-section-categories .em-search-section-content{margin:0 0 15px}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.em-search-section-tags{background-image:var(--icon-tag)}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.em-search-section-categories.active header,.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-accordion>section.em-search-advanced-section.em-search-section-tags.active header{margin-bottom:0}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings>section.em-search-advanced-section{padding-bottom:10px}.em.em-search-advanced .em-search-advanced-sections.em-search-advanced-style-headings>section.em-search-advanced-section header{width:100%;font-size:16px;padding:0 0 8px;border:0}.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units{display:flex;flex-direction:row;gap:5px}.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units select{display:inline-block!important;padding-right:30px!important}.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units label{display:inline-block!important;vertical-align:top!important;padding:9px 15px!important}.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units .em-search-geo-distance{width:auto!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important;margin-right:0!important}.em.em-search-advanced .em-search-advanced-sections .em-search-geo-units .em-search-geo-unit{width:auto!important;border-top-left-radius:0!important;border-bottom-left-radius:0!important;margin-left:0!important}.em.em-modal.em-search-advanced section>header{border-bottom:0!important}.em .selectize-control{--border-radius:4px}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) input,.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) input:focus,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) input,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) input:focus{border:0!important;outline:0!important;height:auto!important;padding:0!important;margin:0!important;border-radius:0!important;background:0 0!important;width:auto!important}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) .selectize-input,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) .selectize-input{border-radius:var(--border-radius)!important;width:100%!important;min-height:38px!important;padding:6px 30px 6px 10px!important}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) .selectize-input:after,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) .selectize-input:after{display:inline-flex!important;content:"";position:absolute;border:0!important;background-image:var(--icon-chevron-down);background-size:16px 16px;height:16px;width:16px;margin-top:calc(16px/2*-1);right:8px;top:50%}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) .selectize-input.focus:not(:focus),.em .selectize-control.em-selectize:not(.always-open,.multidropdown) .selectize-input.focus:not(:focus){border:1px solid var(--border-color-softer)!important;box-shadow:none!important}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) .selectize-input.focus.dropdown-active,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) .selectize-input.focus.dropdown-active{border:1px solid var(--accent-color)!important;box-shadow:none!important;border-bottom:0!important;border-radius:var(--border-radius) var(--border-radius) 0 0!important}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) .selectize-input.focus.dropdown-active:after,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) .selectize-input.focus.dropdown-active:after{margin-top:-8px;transform:rotate(180deg)}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown) .selectize-input:not(.has-items) input,.em .selectize-control.em-selectize:not(.always-open,.multidropdown) .selectize-input:not(.has-items) input{width:calc(100% - 40px)!important}.em .selectize-control.em-selectize-autocomplete:not(.always-open,.multidropdown).selectize-control,.em .selectize-control.em-selectize:not(.always-open,.multidropdown).selectize-control{margin-bottom:15px!important}.em .selectize-control.em-selectize-autocomplete.multi.plugin-remove_button .item,.em .selectize-control.em-selectize.multi.plugin-remove_button .item{background:#dff4fd;border:1px solid #97dbf9;color:#0095c3;padding-left:8px}.em .selectize-control.em-selectize-autocomplete.multi.plugin-remove_button .item a.remove,.em .selectize-control.em-selectize.multi.plugin-remove_button .item a.remove{color:inherit!important;background-color:inherit!important}.em .selectize-control.em-selectize .selectize-dropdown,.em .selectize-control.em-selectize-autocomplete .selectize-dropdown{width:100%!important;left:0!important;top:calc(100% - 3px)!important;border-radius:0 0 var(--border-radius) var(--border-radius);border:1px solid var(--accent-color)!important;background-color:var(--background-color-inputs)!important;box-shadow:none!important;margin-bottom:0!important;border-top:0!important}.em .selectize-control.no-search .selectize-input{position:absolute!important;opacity:0!important;pointer-events:none!important}.em .selectize-control.em-selectize-autocomplete .selectize-input:after{display:none!important}.em .selectize-control.em-selectize-autocomplete.loading .selectize-input:after{display:inline-flex!important;content:"";position:absolute;border:0!important;background-image:var(--icon-spinner);background-size:26px 26px;height:26px;width:26px;margin-top:calc(26px/2*-1);right:8px;top:50%}.em .selectize-control.em-selectize-autocomplete .selectize-dropdown-content>div{padding:3px .75rem}.em .selectize-control.em-selectize.always-open .selectize-input,.em .selectize-control.em-selectize.multidropdown .selectize-input{border:0!important;padding:0!important}.em .selectize-control.em-selectize.always-open .selectize-input.focus,.em .selectize-control.em-selectize.multidropdown .selectize-input.focus{border:0!important;box-shadow:none!important}.em .selectize-control.em-selectize.always-open .selectize-input input,.em .selectize-control.em-selectize.multidropdown .selectize-input input{border:1px solid #cdcdcd!important;border-radius:var(--border-radius);padding:5px;width:100%;background:var(--icon-magnifying-glass) 8px 50% no-repeat!important;background-size:18px!important;padding-left:36px!important;margin:10px 0 0!important;opacity:1!important;position:static!important}.em .selectize-control.em-selectize.always-open .selectize-input input:focus,.em .selectize-control.em-selectize.multidropdown .selectize-input input:focus{border:1px solid #cdcdcd!important}.em .selectize-control.em-selectize.always-open .selectize-input:after,.em .selectize-control.em-selectize.multidropdown .selectize-input:after{display:none!important}.em .selectize-control.em-selectize.always-open .selectize-input{width:100%!important;margin:0!important}.em .selectize-control.em-selectize.always-open .selectize-dropdown{width:100%!important;position:static!important;border:0!important}.em .selectize-control.em-selectize.always-open .selectize-dropdown .selectize-dropdown-content{overflow-y:visible;overflow-x:visible;max-height:none}.em .selectize-control.em-selectize.multidropdown{width:100%;border:1px solid var(--border-color-softer)!important;background-color:var(--background-color-inputs)!important;border-radius:4px!important;cursor:pointer;max-height:40px;overflow:visible}.em .selectize-control.em-selectize.multidropdown.dropdown-active{height:100px}.em .selectize-control.em-selectize.multidropdown .selectize-dropdown{width:calc(100% + 2px)!important;left:-1px!important}.em .selectize-control.em-selectize.multidropdown .selectize-dropdown .selectize-dropdown-content{overflow-y:scroll;overflow-x:visible;max-height:500px}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder{display:block;width:100%;height:38px;font-size:16px;color:#888;padding:8px 30px 8px 10px}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder:after{display:inline-flex!important;content:"";position:absolute;border:0!important;background-image:var(--icon-chevron-down);background-size:16px 16px;height:16px;width:16px;margin-top:calc(16px/2*-1);right:8px;top:20px!important}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count{border-radius:5px;color:#fff;background:#999;font-size:14px;padding:2px 6px;margin:0 10px 0 0;display:inline-block;text-align:center}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count a.remove{color:inherit!important;background-color:inherit!important;border-right:1px solid #ccc;display:inline-block;padding:0 5px 0 2px;margin-right:5px;font-size:12px;text-decoration:none}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count a.remove:hover{text-decoration:none}.em .selectize-control.em-selectize.multidropdown .em-selectize-placeholder span.placeholder-count:hover>span.clear-selection{display:inline-block;visibility:visible}.em .selectize-control.em-selectize.multidropdown.dropdown-active{border:1px solid var(--accent-color)!important;border-radius:4px 4px 0 0!important}.em .selectize-control.em-selectize.multidropdown.dropdown-active .em-selectize-placeholder:after{margin-top:-8px;transform:rotate(180deg)}.em .selectize-control.em-selectize.multidropdown.dropdown-active.no-options{border-radius:var(--border-radius)!important}.em .selectize-control.em-selectize.multidropdown.dropdown-active .selectize-dropdown{opacity:1;pointer-events:all}.em .selectize-control.em-selectize.multidropdown .selectize-dropdown{display:block!important;opacity:0;pointer-events:none}.em .selectize-control.em-selectize.multidropdown:not(.dropdown-active)>.selectize-input{opacity:0;position:absolute;z-index:-1;pointer-events:none}.em .selectize-control.em-selectize.multidropdown .selectize-input{width:calc(100% - 20px)!important;margin:0 10px 5px!important}.em .selectize-control.em-selectize.multidropdown .selectize-input .item{display:none;visibility:hidden}.em .selectize-control.em-selectize.always-open .selectize-dropdown{display:block!important;visibility:visible!important}.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option{display:grid;grid-template-columns:repeat(auto-fit,minmax(25px,max-content));align-items:baseline}.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option>span:first-child{display:inline-block;width:15px;height:15px;border:1px solid #ccc;border-radius:2px;margin:-4px 5px 0 0;vertical-align:middle}.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option.selected{color:#0095c3;background-color:transparent}.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option.selected.active{background-color:#e9ecef}.em .selectize-control.em-selectize.checkboxes .selectize-dropdown div.option.selected>span:first-child{background:var(--icon-checkmark) 50% 50% white no-repeat;background-size:12px 12px}.em.em-item .em-item-image,.em.em-list .em-item .em-item-image{min-width:150px;width:100%;height:100%}.em.em-list-widget .em-item .em-item-image{width:100%;height:100%}.em.em-item .em-item-image a,.em.em-list .em-item .em-item-image a,.em.em-list-widget .em-item .em-item-image a{border:0;margin:0;padding:0}.em.em-item .em-item-image img,.em.em-list .em-item .em-item-image img{width:100%;padding:0 10px 0 0;border:0;margin:0}.em.em-list-widget .em-item .em-item-image img{padding:0 10px 0 0;border:0;margin:0}.em.em-item .em-item-image.has-placeholder,.em.em-list .em-item .em-item-image.has-placeholder,.em.em-list-widget .em-item .em-item-image.has-placeholder{display:flex;justify-content:center;align-items:center}.em.em-item .em-item-image .em-item-image-placeholder,.em.em-list .em-item .em-item-image .em-item-image-placeholder,.em.em-list-widget .em-item .em-item-image .em-item-image-placeholder{width:100%;max-width:150px;aspect-ratio:1/1;background:var(--icon-calendar-empty) center center no-repeat;background-size:100%;opacity:.45}.em.em-item .em-item-image .em-item-image-placeholder div:first-child,.em.em-list .em-item .em-item-image .em-item-image-placeholder div:first-child,.em.em-list-widget .em-item .em-item-image .em-item-image-placeholder div:first-child{align-self:end}.em.em-item .em-item-meta .em-item-meta-line,.em.em-list .em-item .em-item-meta .em-item-meta-line,.em.em-list-widget .em-item .em-item-meta .em-item-meta-line{line-height:22px;margin-bottom:10px;display:grid;grid-template-columns:35px 1fr}.em.em-item .em-item-meta .em-item-meta-line .em-icon,.em.em-list .em-item .em-item-meta .em-item-meta-line .em-icon,.em.em-list-widget .em-item .em-item-meta .em-item-meta-line .em-icon{margin-right:15px}.em.em-item .em-item-meta .em-item-meta-line a,.em.em-list .em-item .em-item-meta .em-item-meta-line a,.em.em-list-widget .em-item .em-item-meta .em-item-meta-line a{color:var(--meta-color)!important;font-style:italic!important;text-decoration:underline dotted var(--meta-color) 1px!important;text-underline-offset:3px}.em.em-item .em-item-meta .em-item-taxonomy ul,.em.em-list .em-item .em-item-meta .em-item-taxonomy ul,.em.em-list-widget .em-item .em-item-meta .em-item-taxonomy ul{display:inline-block!important;margin:0!important;padding:0!important}.em.em-item .em-item-meta .em-item-taxonomy ul li,.em.em-list .em-item .em-item-meta .em-item-taxonomy ul li,.em.em-list-widget .em-item .em-item-meta .em-item-taxonomy ul li{display:inline-block!important;list-style:none!important;margin:0 5px 0 0!important;padding:0!important;line-height:1!important}.em.em-event-booking-form .em-login.size-small .em-login-buttons button,.em.em-item.em-item-single{width:100%}.em.em-item.em-item-single .em-item-header{display:flex;flex-wrap:nowrap;gap:20px;width:100%;background-color:var(--meta-bg);color:var(--default-color);margin-bottom:20px}.em.em-item.em-item-single .em-item-image{flex:1 0 300px;order:2}.em.em-item.em-item-single .em-item-image img{padding-left:10px!important;border-left:4px solid var(--default-border)}.em.em-item.em-item-single .em-item-meta>section{flex:max(290px,33.4333333333%)}.em.em-item.em-item-single .em-item-meta>section section{margin-bottom:40px}.em.em-item.em-item-single .em-item-meta h3{font-size:calc(var(--font-size) + 10px)!important;text-transform:uppercase}.em.em-item.em-item-single .em-item-meta .button,.em.em-item.em-item-single .em-item-meta button{margin:15px 0 0!important}.em.em-item.em-item-single>section{margin:0 0 20px}.em.em-item.em-item-single .em-item-content{margin:30px 0}.em.em-item.em-item-single.size-medium .em-item-header,.em.em-item.em-item-single.size-small,.em.em-item.em-item-single.size-small .em-item-header,.em.em-list.em-grid>div.em-item .em-item-image .em-item-image-placeholder{display:block}.em.em-item.em-item-single.size-medium .em-item-header .em-item-image,.em.em-item.em-item-single.size-small .em-item-header .em-item-image,.em.em-item.em-item-single.size-small .em-item-meta>section section{margin-bottom:30px}.em.em-item.em-item-single.size-medium .em-item-header .em-item-image img,.em.em-item.em-item-single.size-small .em-item-header .em-item-image img{padding:0 0 10px!important;border:0;border-bottom:4px solid var(--default-border)}.em.em-event-booking-form .em-booking-form>section,.em.em-item.em-item-single.size-small .em-item-meta>section{margin:0;padding:0}.em.em-item.em-item-single.size-small .em-item-meta h3{font-size:calc(var(--font-size) + 6px)!important}.em.em-list{width:100%;display:grid;grid-template-rows:1fr;grid-gap:25px}.em.em-list.em-grid{grid-template-rows:none;grid-template-columns:repeat(auto-fill,minmax(var(--view-grid-width),1fr));align-items:start;justify-items:center;grid-gap:20px}.em.em-list.em-grid>div.em-item{max-width:400px;height:100%;padding:0!important;border:0;box-shadow:rgba(0,0,0,.15) 0 5px 15px 0;transition:box-shadow .3s ease-out;cursor:pointer}.em.em-list.em-grid>div.em-item:hover{box-shadow:rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px}.em.em-list.em-grid>div.em-item .em-item-image{position:relative;width:100%;aspect-ratio:3/2;padding:0!important}.em.em-list.em-grid>div.em-item .em-item-image:not(.has-placeholder)>div{position:absolute;overflow:hidden;inset:0;width:100%;height:100%}.em.em-list.em-grid>div.em-item .em-item-image:not(.has-placeholder)>div img{position:absolute;min-width:100%;min-height:100%;max-width:100%;max-height:100%;display:block;padding:0;z-index:0;box-sizing:border-box;object-fit:cover;object-position:center center;margin:auto}.em.em-list.em-grid>div.em-item .em-item-info{margin-top:1px;padding:10px 10px 20px 15px}.em.em-list.em-grid>div.em-item .em-item-info .em-item-title{font-weight:400!important;font-size:calc(var(--font-size) + 4px)!important;margin:5px 0 15px!important}.em.em-list.em-grid>div.em-item .em-item-info .em-item-title a{color:var(--default-color)!important;background-color:transparent!important}.em.em-list.em-grid>div.em-item .em-item-info .em-item-meta{display:block}.em.em-list.em-grid>div.em-item .em-item-info .em-item-meta .em-item-meta-line{line-height:16px;margin-bottom:10px;grid-template-columns:30px 1fr;font-size:calc(var(--font-size) - 2px)}.em.em-list.em-grid>div.em-item .em-item-info .em-item-meta .em-icon{line-height:16px;width:16px;height:16px;background-size:16px}.em.em-list.em-grid>div.em-item .em-item-info .em-item-meta>div{min-width:auto}.em.em-list.em-grid>:not(.em-item){width:100%;align-self:center;justify-self:center;justify-content:center;grid-column:1/-1}.em.em-list .em-item{width:100%;display:grid;grid-template-columns:minmax(0,1fr) 2fr;border-top:1px solid #efefef;padding:30px 4px 3px;background-color:var(--meta-bg);color:var(--default-color)}.em.em-list .em-item:first-child{border-top:0;padding-top:5px}.em.em-list .em-item .em-item-info{border-left:4px solid var(--default-border);padding:0 10px 0 35px}.em.em-list .em-item .em-item-info h3.em-item-title{font-size:22px;line-height:26px;font-weight:400;clear:none;margin:0 0 7px;padding:0;text-decoration:none}.em.em-list .em-item .em-item-info h3.em-item-title a{color:var(--a-color-1);text-decoration:none}.em.em-list .em-item .em-item-info .em-item-meta,.em.em-list-widget .em-item{margin-bottom:20px;display:flex;flex-direction:row;flex-wrap:wrap}.em.em-list .em-item .em-item-info .em-item-meta>div{flex:1 1 50%;min-width:250px}.em.em-list .em-item .em-item-info .em-item-desc{font-size:16px;margin:20px 0}.em .em-recurrence-sets fieldset,.em .event-form-when fieldset,.em.em-list .em-item .em-item-info .button{margin-bottom:0!important}.em.em-list.em-grid .em-item,.em.em-list.size-small .em-item{border:1px solid var(--main-border-color);padding:10px;box-shadow:rgba(99,99,99,.2) 0 2px 8px 0;grid-template-columns:100%;grid-template-rows:min-content max-content}.em.em-list.em-grid .em-item .em-item-image,.em.em-list.size-small .em-item .em-item-image{min-width:125px;max-width:100%;padding-bottom:10px}.em.em-list.em-grid .em-item .em-item-image.has-placeholder,.em.em-list.size-small .em-item .em-item-image.has-placeholder{padding:20px 0 30px}#buddypress .wp-editor-wrap table tr td,#buddypress .wp-editor-wrap table tr th,.css-events-list table.events-table td,.em.em-list.em-grid .em-item .em-item-image .em-item-image-placeholder,.em.em-list.em-grid .em-item .em-item-image img,.em.em-list.size-small .em-item .em-item-image .em-item-image-placeholder,.em.em-list.size-small .em-item .em-item-image img{padding:0}.em.em-list.em-grid .em-item .em-item-info,.em.em-list.size-small .em-item .em-item-info{border-left:none!important;border-top:4px solid var(--default-border);padding:10px}.em.em-list.em-grid .em-item .em-item-info .em-item-meta,.em.em-list.size-small .em-item .em-item-info .em-item-meta{width:100%;margin-left:0;line-height:22px;margin-bottom:5px;display:flex;flex-direction:row;flex-wrap:wrap}.em.em-list.em-grid .em-item .em-item-info .em-item-meta>div,.em.em-list.size-small .em-item .em-item-info .em-item-meta>div{flex:1 1 50%;min-width:200px}.em.em-item.em-item-single .em-item-meta{flex:1 1 auto;order:1;display:flex;flex-wrap:wrap;gap:20px}.em.em-list-widget{display:flex;flex-direction:column;gap:15px}.em.em-list-widget .em-item{flex-wrap:nowrap;gap:5px;width:100%;margin-bottom:0!important}.em.em-list-widget .em-item .em-item-image{flex:0 0 auto;min-width:auto;max-width:none}.em.em-list-widget .em-item .em-item-image img{width:auto;height:auto}.em.em-list-widget .em-item .em-item-image.has-placeholder{flex:0 0 auto}.em.em-list-widget .em-item .em-item-image.has-placeholder .em-item-image-placeholder{max-width:70px}.em.em-list-widget .em-item .em-item-info{border-left:2px solid var(--default-border);padding-left:15px}.em.em-list-widget .em-item .em-item-info .em-item-name{margin-bottom:10px}.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line{margin-bottom:5px}.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line .em-icon{margin-left:5px;background-size:18px;background-position:0 2px}.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-meta-line p:last-child{margin-bottom:0!important}.em.em-list-widget .em-item .em-item-info .em-item-meta .em-item-name{margin-bottom:10px}.em .em-pagination,.em .em-pagination .not-current{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-items:center;min-width:0}.em .em-pagination{--color:#aaa;--color-hover:#777;max-width:100%;margin:auto}.em .em-pagination .not-current{height:40px;overflow:hidden}.em .em-pagination.overflowing .not-current .page-numbers,.em.em-event-booking-form .em-login.size-small .em-login-links span{display:none}.em .em-pagination.overflowing .not-current:after{content:"...";padding:0 10px}.em .em-pagination.overflowing .not-current.first-half:after{padding-right:15px}.em .em-pagination.overflowing .not-current.second-half:after{padding-left:15px}.em .em-pagination .page-numbers{display:inline-block;min-width:38px;height:40px;font-size:18px!important;color:var(--color)!important;text-decoration:none;padding:6px 0;margin:0;transition:all 300ms ease-in-out;text-align:center}.em .em-pagination .page-numbers.current,.em .em-pagination .page-numbers:hover{color:var(--color-hover);font-size:25px!important;height:48px;padding:4px 0}.em .em-pagination .page-numbers.current{text-decoration:2px dotted underline;text-underline-offset:5px}.em .em-pagination .page-numbers.next,.em .em-pagination .page-numbers.next.last,.em .em-pagination .page-numbers.prev,.em .em-pagination .page-numbers.prev.first{display:block;width:25px;height:25px;margin:0;font-size:0!important;background-size:25px;background-position:center;background-repeat:no-repeat;opacity:.5;transition:all 300ms ease-in-out}.em .em-pagination .page-numbers.next.last:hover,.em .em-pagination .page-numbers.next:hover,.em .em-pagination .page-numbers.prev.first:hover,.em .em-pagination .page-numbers.prev:hover{opacity:1;background-size:35px;border-bottom:none}.em .em-pagination .page-numbers.next{background-image:var(--icon-next-circle)}.em .em-pagination .page-numbers.next.last{background-image:var(--icon-last-circle)}.em .em-pagination .page-numbers.prev{background-image:var(--icon-prev-circle)}.em .em-pagination .page-numbers.prev.first{background-image:var(--icon-first-circle)}.em .em-pagination>.page-numbers{flex:none}.em.em-event.em-event-single .em-event-meta-line.em-event-location{line-height:24px!important}.em.em-event .em-item-image .em-item-image-placeholder div.date,.em.em-events-list .em-item-image .em-item-image-placeholder div.date,.em.em-events-widget .em-item-image .em-item-image-placeholder div.date{display:grid;grid-template-rows:7fr 4fr;justify-content:center;align-items:start;height:100%;min-width:125px}.em.em-event .em-item-image .em-item-image-placeholder div.date span,.em.em-events-list .em-item-image .em-item-image-placeholder div.date span,.em.em-events-widget .em-item-image .em-item-image-placeholder div.date span{text-align:center;display:block;font-size:30px;line-height:30px}.em.em-event .em-item-image .em-item-image-placeholder div.date span.day,.em.em-events-list .em-item-image .em-item-image-placeholder div.date span.day,.em.em-events-widget .em-item-image .em-item-image-placeholder div.date span.day{font-size:45px;line-height:45px;align-self:end}.em.em-event .em-event-cancelled .em-event-meta-datetime,.em.em-event.em-event-cancelled .em-event-meta-datetime,.em.em-events-list .em-event-cancelled .em-event-meta-datetime,.em.em-events-list.em-event-cancelled .em-event-meta-datetime,.em.em-events-widget .em-event-cancelled .em-event-meta-datetime,.em.em-events-widget.em-event-cancelled .em-event-meta-datetime{text-decoration:line-through}.em.em-events-widget .em-item .em-item-image-placeholder div.date{padding-top:15%;min-width:60px}.em.em-events-widget .em-item .em-item-image-placeholder div.date span.day{font-size:30px!important;line-height:30px!important;margin-bottom:1px}.em.em-events-widget .em-item .em-item-image-placeholder div.date span.month{font-size:16px!important;line-height:16px!important}.em button.input.em-event-add-to-calendar{padding-left:20px!important}.em button.input.em-event-add-to-calendar .em-icon-calendar{margin-right:10px}.em .em-add-to-calendar-tooltip{margin-top:-5px!important}.em .em-event-add-to-calendar-content a{display:inline-block;width:calc(100% - 18px);padding:8px 10px 5px 35px!important;color:var(--default-color)!important;text-decoration:none!important;background:var(--icon-download) 5px 50% no-repeat;background-size:18px}.em .em-event-add-to-calendar-content a:focus,.em .em-event-add-to-calendar-content a:hover{outline:0!important;background-color:#f3f3f3!important}.em .em-event-add-to-calendar-content a.em-a2c-download{background-image:var(--icon-download)}.em .em-event-add-to-calendar-content a.em-a2c-google{background-image:var(--icon-logo-google-calendar)}.em .em-event-add-to-calendar-content a.em-a2c-apple{background-image:var(--icon-logo-apple)}.em .em-event-add-to-calendar-content a.em-a2c-office{background-image:var(--icon-logo-office365)}.em .em-event-add-to-calendar-content a.em-a2c-outlook{background-image:var(--icon-logo-outlook)}.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section{background:0 0!important}.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section header{display:none!important;visibility:hidden!important}.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section .em-search-section-content{display:block!important;visibility:visible!important}.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section div.em-search-eventful{margin:15px 3px}.em.em-search-advanced.em-locations-search-advanced .em-search-section-location.em-search-advanced-section .em-search-geo-units label{padding-left:3px!important}.em.em-location .em-item-meta-line.em-location-address{line-height:24px!important}.em.em-item.em-taxonomy .em-item-events p,.em.em-list .em-item.em-taxonomy .em-item-events p,.em.em-location .em-location-events p,.em.em-locations-list .em-location-events p{margin:0 0 8px!important}.em.em-location .em-item-image .em-item-image-placeholder,.em.em-locations-list .em-item-image .em-item-image-placeholder{min-width:100px;background-image:var(--icon-location)!important}.em.em-item.em-taxonomy .em-item-image .em-item-image-placeholder,.em.em-list .em-item.em-taxonomy .em-item-image .em-item-image-placeholder{background-image:var(--icon-tag)}.em.em-item.em-taxonomy.em-category .em-item-image .em-item-image-placeholder,.em.em-list .em-item.em-taxonomy.em-category .em-item-image .em-item-image-placeholder{background-image:var(--icon-category)}.em.em-event-booking-form{width:100%;position:relative}.em.em-event-booking-form div#em-loading{background-color:#fff;opacity:50%}.em.em-event-booking-form .em-booking-message{padding:15px!important;margin-bottom:20px!important;border:1px solid transparent!important;border-radius:2.5px!important;display:block!important;color:#084298!important;background-color:#cfe2ff!important;border-color:#b6d4fe!important}.em.em-event-booking-form .em-booking-message p{margin:10px 0!important;padding:0}.em.em-event-booking-form .em-booking-message.em-booking-message-error{color:#842029!important;background-color:#f8d7da!important;border-color:#f5c2c7!important}.em.em-event-booking-form .em-booking-message.em-booking-message-success{color:#0f5132!important;background-color:#d1e7dd!important;border-color:#badbcc!important}.em.em-event-booking-form .em-booking-form{border:1px solid var(--main-border-color)}.em.em-event-booking-form .em-booking-form .input-group,.em.em-event-booking-form .em-booking-form .input-type,.em.em-event-booking-form .em-booking-form .input-user-field{display:block!important;margin-bottom:25px!important}.em.em-event-booking-form .em-booking-form .input-group.hidden,.em.em-event-booking-form .em-booking-form .input-type.hidden,.em.em-event-booking-form .em-booking-form .input-user-field.hidden{display:none!important}.em.em-event-booking-form .em-booking-form .input-group .input-group,.em.em-event-booking-form .em-booking-form .input-group .input-group-checkboxes,.em.em-event-booking-form .em-booking-form .input-group button,.em.em-event-booking-form .em-booking-form .input-group input:not([type=checkbox],[type=radio]),.em.em-event-booking-form .em-booking-form .input-group select,.em.em-event-booking-form .em-booking-form .input-type .input-group,.em.em-event-booking-form .em-booking-form .input-type .input-group-checkboxes,.em.em-event-booking-form .em-booking-form .input-type button,.em.em-event-booking-form .em-booking-form .input-type input:not([type=checkbox],[type=radio]),.em.em-event-booking-form .em-booking-form .input-type select,.em.em-event-booking-form .em-booking-form .input-user-field .input-group,.em.em-event-booking-form .em-booking-form .input-user-field .input-group-checkboxes,.em.em-event-booking-form .em-booking-form .input-user-field button,.em.em-event-booking-form .em-booking-form .input-user-field input:not([type=checkbox],[type=radio]),.em.em-event-booking-form .em-booking-form .input-user-field select{margin-bottom:0!important}.em.em-event-booking-form.em-hide-dynamic .em-booking-form[data-spaces="0"] section:not(.em-booking-form-section-tickets){display:none;visibility:hidden}.em.em-event-booking-form h3.em-booking-section-title{width:auto;background-color:var(--main-bg);color:var(--main-h3-color);font-size:24px!important;font-weight:700;padding:15px;border-width:1px 0 0 3px;border-style:solid;border-color:var(--main-border-color);margin:0}.em.em-event-booking-form .em-button.em-booking-submit{width:100%!important;padding:15px;font-size:var(--font-size);font-weight:700}.em.em-event-booking-form .em-button.em-booking-submit.disabled,.em.em-event-booking-form .em-button.em-booking-submit:disabled{opacity:1!important}.em.em-event-booking-form .em-booking-section{position:relative;width:auto;float:none;padding:20px 15px;margin:0}.em.em-event-booking-form .em-booking-section.em-booking-form-buttons{z-index:100000000}.em.em-event-booking-form .em-tickets{border:0;padding:0;width:calc(100% - 20px)}.em.em-event-booking-form .em-tickets.widefat{background-color:transparent}.em.em-event-booking-form .em-tickets thead{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.em.em-event-booking-form .em-tickets tr td{padding:15px;border:0!important}.em.em-event-booking-form .em-tickets tr td:first-child{padding-left:30px}.em.em-event-booking-form .em-tickets tr td:last-child{padding-right:30px}.em.em-event-booking-form .em-tickets tr th{background-color:var(--palette-1-bg);color:var(--palette-1-color);padding:10px 15px}.em.em-event-booking-form .em-tickets tr{padding:0 20px;border-top:1px solid #dedede}.em.em-event-booking-form .em-tickets tr:first-child{border-top:0}.em.em-event-booking-form .em-tickets .em-ticket-bookings{padding:0 15px 20px!important;border:0;text-align:left}.em.em-event-booking-form .em-tickets .em-ticket-bookings.hidden{display:none!important;visibility:hidden!important}.em.em-event-booking-form .em-tickets .em-ticket-bookings td:last-child{text-align:left}.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking{margin:0 0 25px;padding:20px 0 0;border-top:1px solid #dedede}.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking>strong,.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fields>strong{display:block;margin-bottom:15px}.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking:first-child,.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fields:first-child{border-top:none}.em .em-list-table div.tablenav>br.clear,.em .em-list-table.frontend div.tablenav .tablenav-pages.no-pages .pagination-links,.em .em-list-table.frontend div.tablenav .tablenav-pages.one-page .pagination-links,.em.em-event-booking-form .em-tickets .em-ticket-bookings .em-ticket-booking-template{display:none;visibility:hidden}.em.em-event-booking-form .em-tickets tr.em-attendee-details{border:0}.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fieldset{margin:0 20px 20px}.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fieldset p.input-group{padding-bottom:0}.em.em-event-booking-form .em-tickets tr.em-attendee-details .em-attendee-fields{margin:0 0 25px;padding:20px 0 0;border-top:1px solid #dedede}.em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces{width:5%}.em.em-event-booking-form .em-tickets .em-bookings-ticket-table-spaces select{width:calc(3ch + 30px)!important;padding:5px 5px 5px 10px!important;margin:0!important}.em.em-event-booking-form .em-booking-form-details .em-login-trigger{margin-bottom:30px}.em.em-event-booking-form .em-login{margin:10px 0 20px;padding:0;border:0}.em.em-event-booking-form .em-login .em-login-trigger{font-style:italic}.em.em-event-booking-form .em-login .em-login-content{display:none;margin-bottom:10px}.em.em-event-booking-form .em-login .em-login-content p:first-of-type{margin-bottom:20px;font-weight:700}.em.em-event-booking-form .em-login .em-login-actions{display:flex;align-items:normal;font-size:15px}.em.em-event-booking-form .em-login .em-login-actions .em-login-meta{padding-left:15px}.em.em-event-booking-form .em-login .em-login-actions .em-login-rememberme{width:auto;margin-bottom:8px}.em.em-event-booking-form .em-login .em-login-actions .em-login-rememberme input{margin:0 8px 0 0;padding:0}.em.em-event-booking-form .em-login .em-login-actions .em-login-links a{text-decoration:none}.em.em-event-booking-form .em-login .em-login-actions .em-login-links a a:hover{text-decoration:underline}.em.em-event-booking-form .em-login.size-small .em-login-buttons{max-width:30%;min-width:120px}.em.em-event-booking-form .em-login.size-small .em-login-links a{display:inline-block;width:100%;margin-bottom:5px}.em.em-event-booking-form .em-booking-form-confirm .em-booking-gateway-form{margin-bottom:20px}.em.em-event-booking-form .em-booking-form-confirm .em-bookings-form-gateway-expiry select{width:auto!important;min-width:100px}@media (max-width:768px){.em.em-event-booking-form .em-booking-section{padding:20px 5px}.em.em-event-booking-form .em-tickets .em-ticket-bookings{padding:0 0 20px 8px!important}}.em .em-booking-form-summary.em-booking-section{padding-bottom:30px}.em .em-booking-form-summary.em-booking-section.no-booking{padding-bottom:40px}.em .em-booking-form-summary.em-booking-section.no-booking .em-loading{background-position-y:calc(50% - 10px)!important}.em .em-booking-form-summary .em-bs-section{display:grid;grid-template-rows:1fr;grid-template-columns:none;grid-gap:10px}.em .em-booking-form-summary .em-bs-section:not(:first-child){margin-top:20px;padding-top:20px;border-top:1px solid #dedede}.em .em-booking-form-summary .em-bs-section .em-bs-row{display:grid;grid-template-rows:none;grid-template-columns:auto max-content;grid-gap:10px;align-items:center;justify-items:start}.em .em-booking-form-summary .em-bs-section .em-bs-row.em-bs-row-item{grid-template-columns:max-content auto max-content}.em .em-booking-form-summary .em-bs-section .em-bs-subtitle{width:100%;align-self:center;justify-self:start;justify-content:start;grid-column:1/-1;margin:20px 14px 0 10px;padding-bottom:5px;border-bottom:1px solid #dedede;font-weight:500}.em .em-booking-form-summary .em-loading{opacity:85%!important;background-size:55px!important}.em .em-booking-form-summary .em-bs-section-total{font-weight:700;font-size:1.2rem}.em .em-booking-form-summary .em-bs-section-total .em-bs-total-taxes-inc{display:block;font-size:.8rem;font-weight:400;font-style:italic}.em .em-booking-form-summary .em-bs-cell-price{justify-self:end;justify-content:end;text-align:right}.em .em-booking-form-summary .em-bs-cell-desc .em-icon{font-size:15px;line-height:17px;width:15px;height:17px;background-size:13px}.em .em-booking-form-summary .em-bs-subsection .em-bs-cell-desc{padding-left:20px}.em .em-booking-form-summary .em-bs-qty-x{display:inline-block;padding-right:5px}.em .em-booking-form-summary .skeleton .item{margin-bottom:0}.em .em-booking-form-summary .skeleton .em-bs-row{grid-template-columns:8fr 2fr}.em .em-booking-form-summary .skeleton .em-bs-row.em-bs-row-item{grid-template-columns:7fr 1fr 2fr}.em .em-booking-timeslot-picker.mode-buttons{--original-accent-color:var(--accent-color);--selected-border:var(--original-accent-color)}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslots-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:5px;text-align:center}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot{--accent-color:var(--text-color-softer);--accent-color-hover:var(--text-color-normal);margin:0;padding:10px;border-radius:4px;transition:all .2s ease-in-out;line-height:20px;display:block}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot.selected{border:2px solid var(--accent-color)!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence:not(.selected),.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot:not(.selected){opacity:.5}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot:not(.skeleton-item){border:1px solid var(--border-color);background-color:var(--background-color-inputs, #fff);text-decoration:none;color:var(--text-color-normal);cursor:pointer}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot.skeleton-item{height:auto}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot:not([disabled]):hover{border-color:var(--accent-color)!important;transform:translateY(-2px)}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot *{padding:0!important;margin:0!important;vertical-align:middle}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot .em-icon{margin-right:8px!important}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot[disabled]{opacity:.7;cursor:not-allowed;background-color:var(--background-color-softer)}.em .em-booking-timeslot-picker.mode-buttons .em-booking-timeslot .em-booking-timeslot-spaces{font-size:80%;font-style:italic}.em .em-booking-recurrence-picker.mode-calendar{display:grid;grid-template-columns:1fr;gap:40px;align-items:start;width:100%}.em .em-booking-recurrence-picker.mode-calendar.size-xsmall{grid-template-columns:1fr}.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-view-container[data-view=calendar]{width:100%;max-width:425px;margin:0 auto}.em .em-booking-recurrence-picker.mode-calendar.size-large .em-view-container[data-view=calendar],.em .em-booking-recurrence-picker.mode-calendar.size-medium .em-view-container[data-view=calendar],.em .em-booking-recurrence-picker.mode-calendar.size-small .em-view-container[data-view=calendar],.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrences{width:100%}.em .em-booking-recurrence-picker.mode-calendar.size-small{grid-template-columns:1fr minmax(200px,auto);align-items:start}.em .em-booking-recurrence-picker.mode-calendar.size-small .em-booking-recurrences{width:100%;padding-right:5px}.em .em-booking-recurrence-picker.mode-calendar.size-medium .em-booking-recurrence{display:grid;grid-template-columns:1fr;gap:10px;align-items:center}.em .em-booking-recurrence-picker.mode-calendar.size-large,.em .em-booking-recurrence-picker.mode-calendar.size-medium{grid-template-columns:minmax(325px,450px) minmax(300px,1fr)}.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrences,.em .em-booking-recurrence-picker.mode-calendar.size-medium .em-booking-recurrences,.em .event-form-when .em-event-dates.em-datepicker-range fieldset{width:100%}.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrence,.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrence{display:grid;grid-template-columns:auto 1fr;gap:5px;align-items:center}.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrence .em-booking-recurrence-time,.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrence .em-booking-recurrence-time{padding-left:10px!important}.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrence .em-booking-recurrence-spaces,.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrence .em-booking-recurrence-spaces{grid-column:1/-1}.em .em-booking-recurrence-picker.mode-calendar.size-large .em-booking-recurrences:not(.has-dates) .em-booking-recurrence .em-booking-recurrence-time,.em .em-booking-recurrence-picker.mode-calendar.size-xsmall .em-booking-recurrences:not(.has-dates) .em-booking-recurrence .em-booking-recurrence-time{padding-left:0!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences{display:grid;gap:10px;grid-template-columns:1fr;--original-accent-color:var(--accent-color);--selected-border:var(--original-accent-color)}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence.selected,.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence.selected:focus,.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences.selected .em-booking-recurrence.selected:hover{border:2px solid var(--selected-border)!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences h3{font-size:22px!important;margin-top:6px!important;margin-bottom:10px!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences p.em-timezone,.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section div.general-data{margin:0 0 10px!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences p.em-timezone .em-selectize{margin:0!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence{--accent-color:var(--text-color-softer);--accent-color-hover:var(--text-color-normal);margin:0;padding:15px;border-radius:4px;transition:all .2s ease-in-out;width:100%;line-height:20px}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence:not(.skeleton-item){border:1px solid var(--border-color);background-color:var(--background-color-inputs, #fff);text-decoration:none;color:var(--text-color-normal);cursor:pointer}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence.skeleton-item{height:auto}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence:not([disabled]):focus,.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence:not([disabled]):hover{border-color:var(--accent-color)!important;transform:translateY(-2px)}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence *{padding:0!important;margin:0!important;vertical-align:middle}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence .em-icon{margin-right:8px!important}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence[disabled]{opacity:.7;cursor:not-allowed;background-color:var(--background-color-softer)}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences .em-booking-recurrence .em-booking-recurrence-spaces,.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences p.more-recurrenes{font-size:80%;font-style:italic}.em .em-booking-recurrence-picker.mode-calendar .em-booking-recurrences:not(.has-dates) .em-booking-recurrence-date{display:none;visibility:hidden}.em .em-booking-recurrence-form{margin-top:40px}.em .em-my-bookings-actions-content a.em-bookings-rsvp-confirm{color:#198754!important}.em .em-my-bookings-actions-content a.em-bookings-rsvp-cancel{color:#dc3545!important}.em .em-my-bookings-actions-content a.em-bookings-rsvp-maybe{color:#6c757d!important}.em.em-bookings-admin-single .input select{width:auto!important;padding-right:30px!important;margin:0 5px!important}.em.em-bookings-admin-single .input .em-button,.em.em-bookings-admin-single .input input[type=button],.em.em-bookings-admin-single .input input[type=submit]{margin:0 0 0 10px!important}.em.em-bookings-admin-single .input .em-booking-single-rsvp-status-info,.em.em-bookings-admin-single .input .em-booking-single-status-info{line-height:38px;margin-bottom:30px!important}.em.em-bookings-admin-single .input .em-booking-single-rsvp-status-edit,.em.em-bookings-admin-single .input .em-booking-single-status-edit{margin-bottom:30px!important}.em.em-bookings-admin-single .input .em-booking-single-rsvp-status-edit em:last-child,.em.em-bookings-admin-single .input .em-booking-single-status-edit em:last-child{margin:10px 0}.em.em-bookings-admin-single .input .em-booking-single-rsvp-status{display:block;margin:15px 0}.em.em-bookings-admin-single .input .em-booking-single-rsvp-status .button-secondary{vertical-align:initial}.em.em-bookings-admin-single table.em-tickets-bookings-table td,.em.em-bookings-admin-single table.em-tickets-bookings-table th{border-top:1px solid #dedede!important;border-bottom:0!important}.em.em-bookings-admin-single table.em-tickets-bookings-table :not(tfoot) tr:first-child th{border-top:0!important}.em.em-bookings-admin-single table.em-tickets-bookings-table td.em-attendee-form-admin{border:0!important;border-bottom:1px solid #dedede}.em.em-bookings-admin-single table.em-tickets-bookings-table td.em-attendee-form-admin .em-attendee-details td,.em.em-bookings-admin-single table.em-tickets-bookings-table td.em-attendee-form-admin .em-attendee-details th{border:0!important}.em.em-bookings-admin-single .metabox-holder .postbox,.em.em-event-editor section,.em.em-location-editor section{margin-bottom:40px}.em .em-bookings-stats.wrap{margin-bottom:30px}.em.em-events-admin-list .subsubsub>div{margin:10px 0}.em.em-events-admin-list .input .search-box{float:left;width:50%}.em.em-events-admin-list .input .search-box input{width:auto!important;margin-bottom:10px!important}.em.em-events-admin-list .input .tablenav{width:50%!important}.em.em-event-editor .input.em-location-data>div,.em.em-location-editor .input.em-location-data>div{margin-bottom:15px}.em.em-event-editor .em-ticket-form .em-ticket-form-advanced>div .inline-inputs,.em.em-event-editor .em-ticket-form .em-ticket-form-advanced>div.inline-inputs,.em.em-event-editor .em-ticket-form .em-ticket-form-main>div .inline-inputs,.em.em-event-editor .em-ticket-form .em-ticket-form-main>div.inline-inputs,.em.em-event-editor .input.em-location-data>div.em-location-data-name,.em.em-location-editor .input.em-location-data>div.em-location-data-name{margin-bottom:25px}.em.em-event-editor .event-extra-details{margin-top:25px}.em.em-event-editor .input.em-location-data .em-selectize-autocomplete{margin-bottom:5px!important}.em.em-event-editor .em-ticket-form .em-ticket-form-advanced>div,.em.em-event-editor .em-ticket-form .em-ticket-form-main>div{margin-bottom:10px}.em.em-event-editor .em-ticket-form .em-ticket-form-advanced>div .inline-inputs:last-child,.em.em-event-editor .em-ticket-form .em-ticket-form-advanced>div.inline-inputs:last-child,.em.em-event-editor .em-ticket-form .em-ticket-form-main>div .inline-inputs:last-child,.em.em-event-editor .em-ticket-form .em-ticket-form-main>div.inline-inputs:last-child{margin-bottom:20px}.em .em-recurrence-sets>*,.em .event-form-when .em-event-datetimes>*,.em .event-form-when>*{margin-bottom:15px!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section div.general-data:last-child,.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl:last-child,.em .em-warning p:last-child,.em .event-form-when .em-event-datetimes>:last-child{margin-bottom:0!important}.em .event-form-when .em-event-dates label{width:100%;display:block}.em .event-form-when .em-event-dates .em-date-start-end{width:100%!important;max-width:250px!important}.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields{display:grid;grid-template-columns:minmax(100px,150px) min-content minmax(100px,150px);grid-column-gap:8px;justify-items:center;align-items:center}.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields>*{margin-bottom:0!important;width:100%}.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields .em-range-description{margin-top:15px}.em .event-form-when .em-event-dates.em-datepicker-until .em-datepicker-until-fields [disabled]{color:#777}.em .event-form-when .em-event-type label:has(select){line-height:38px;vertical-align:middle}.em .em-recurrence-sets>p,.em .event-form-when>p{margin-bottom:20px!important}.em .em-recurrence-sets .em-recurrence-dates.em-datepicker-range fieldset,.em .event-form-when .em-recurrence-dates.em-datepicker-range fieldset{width:100%;max-width:250px!important}.em .em-location-map-container{height:100%}.em .reschedule-hidden{display:none!important;visibility:hidden!important}.em.em-location-where.has-map{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}.em.em-location-where.has-map .em-location-data,.em.em-location-where.has-map .em-location-map-container{width:100%;flex:1 1 450px}.em.em-location-where.has-map .em-location-map-container,.em.em-location-where.has-map div.em-location-data .em-location-map-404,.em.em-location-where.has-map div.em-location-data .em-location-map-content{max-width:800px;aspect-ratio:3/2}.em.em-location-where.has-map .em-location-data-maps-tip{width:100%;flex:0 0 100%}.em .em_obj{position:relative}.em .em_obj:not(.em-list-table) .alignleft.actions{padding-bottom:15px}.em .em-list-table{position:relative;margin:15px 0}.em .em-list-table .em-list-table-triggers{margin-right:5px}.em .em-list-table .em-list-table-triggers .em-list-table-trigger{float:left;display:block;margin:2px 5px 0;width:24px;height:36px;background-position:50% 50%;background-size:24px}.em .em-list-table .em-list-table-triggers .em-list-table-trigger:focus,.em .em-list-table .em-list-table-triggers .em-list-table-trigger:hover,.em .em-tooltip-ddm-display a:focus{outline:0;box-shadow:none}.em .em-list-table .em-list-table-error-notice{clear:both}.em .em-list-table.frontend div.tablenav .tablenav-pages{float:right;grid-area:pagination;text-wrap:nowrap;text-align:right;margin:0 0 15px}.em .em-list-table.frontend div.tablenav .tablenav-pages.no-pages,.em .em-list-table.frontend div.tablenav .tablenav-pages.one-page{padding-top:18px}.em .em-list-table.frontend div.tablenav .tablenav-pages .button{padding:0 12px!important;margin:0!important}.em .em-list-table div.table-wrap tfoot,.em .em-list-table.frontend div.tablenav .tablenav-pages .button.disabled{display:none}.em .em-list-table.frontend div.tablenav .tablenav-pages input.current-page{width:auto!important;margin:0!important}.em .em-list-table div.table-wrap tfoot td.manage-column,.em .em-list-table div.table-wrap thead td.manage-column,.em .em-list-table.backend div.tablenav>.actions .actions{vertical-align:middle}#wp-em-editor-content-wrap table,.em .em-list-table.has-filter div.tablenav{margin-bottom:0}.em .em-list-table.has-filter div.tablenav .actions.filters{margin-bottom:15px}.em .em-list-table div.tablenav{clear:both;width:100%;margin-bottom:12px}.em .em-list-table div.tablenav>.actions{display:block;float:left;margin:0 0 15px;text-align:left}.em .em-list-table div.tablenav>.actions:last-child{margin-bottom:0}#em-booking .em-booking-form p,.em .em-list-table div.tablenav>.actions.filters{clear:left}.em .em-list-table div.tablenav>.actions .actions{display:inline-block;float:none;margin-right:0;padding-right:0;vertical-align:top}.em .em-list-table div.tablenav>.actions .actions:not(:last-child,:first-child){margin-left:10px;padding-left:10px;border-left:1px solid var(--border-color-softer)}.em .em-list-table div.tablenav>.actions .actions:last-child{margin-left:10px}.em .em-bookings-table td.column-actions a:last-of-type,.em .em-list-table div.tablenav>.actions .actions :last-of-type{margin-right:0}.em .em-bookings-table td.column-actions,.em .em-list-table div.table-wrap td.booking_price,.em .em-list-table div.table-wrap td.column-primary,.em .em-list-table div.table-wrap td.price-col,.em .em-list-table div.table-wrap td.ticket_price,.em .em-list-table div.table-wrap td.ticket_total,.em .em-list-table div.table-wrap td.total_paid,.em .em-list-table div.tablenav>.actions .actions.bulkactions-input{text-wrap:nowrap}.em .em-list-table div.tablenav>.actions button,.em .em-list-table div.tablenav>.actions input,.em .em-list-table div.tablenav>.actions select{max-width:12.5rem;min-height:auto;margin:0 6px 0 0!important}.em .em-list-table div.tablenav>.actions button.filters-trigger,.em .em-list-table div.tablenav>.actions button.small-expand-trigger{width:25px;height:25px;background-size:25px;padding:0 12.5px!important;margin:0!important;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;text-indent:-10000px!important;border:0!important;background-image:var(--icon-filter-hide);opacity:.5}.em .em-list-table div.tablenav>.actions button.filters-trigger.hidden,.em .em-list-table div.tablenav>.actions button.small-expand-trigger.hidden{display:inline-block!important;visibility:visible!important;background-image:var(--icon-filter);opacity:1}.em .em-list-table div.tablenav>.actions button.filters-trigger:active,.em .em-list-table div.tablenav>.actions button.filters-trigger:focus,.em .em-list-table div.tablenav>.actions button.small-expand-trigger:active,.em .em-list-table div.tablenav>.actions button.small-expand-trigger:focus,.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row:active,.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row:focus,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row:active,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row:focus{border:0!important;box-shadow:none!important;outline:0!important}.em .em-list-table div.tablenav>.actions button.small-expand-trigger{display:none;visibility:hidden}.em .em-list-table div.tablenav select{width:auto!important;padding-right:30px!important}.em .em-list-table div.tablenav.bottom{margin-top:15px;align-items:start}.em .em-list-table div.tablenav.bottom .tablenav-pages.no-pages,.em .em-list-table div.tablenav.bottom .tablenav-pages.one-page{padding-top:0}.em .em-list-table div.table-wrap{overflow-x:auto;border:1px solid var(--border-color);clear:both;margin:5px 0 0;font-size:14px}.em .em-list-table div.table-wrap .check-column{text-wrap:nowrap;padding:10px 0 10px 10px!important}.em .em-list-table div.table-wrap .check-column button.em-tooltip-ddm{font-family:"Arial",sans-serif!important;transform:rotate(-90deg)!important;border:0!important;background:0 0!important;width:22px!important;height:1px!important;font-size:16px!important;line-height:3px!important;font-weight:700!important;color:#aaa!important;padding:0 0 10px 6px!important;cursor:pointer!important}.em .em-list-table div.table-wrap .check-column button.em-tooltip-ddm:active,.em .em-list-table div.table-wrap .check-column button.em-tooltip-ddm:focus{border:0!important;box-shadow:none!important}.em .em-list-table div.table-wrap thead .check-column{padding:0 0 0 3px}.em .em-list-table div.table-wrap table{width:100%;margin:0!important;border:0!important}.em .em-list-table div.table-wrap .toggle-row,.em .em-list-table div.table-wrap td.column-primary .em-list-table-row-responsive-meta{display:none;visibility:hidden}.em .em-list-table div.table-wrap tr{transition:opacity 800ms ease-out}.em .em-list-table div.table-wrap tr.loading{pointer-events:none;cursor:not-allowed}.em .em-list-table div.table-wrap tr.loading td:not(.check-column){opacity:.5}.em .em-list-table div.table-wrap tr.loading .check-column button{background:var(--icon-spinner) 3px 0 no-repeat;background-size:16px;text-indent:-99999px;overflow:hidden}.em .em-list-table div.table-wrap tr.faded-out{opacity:0}#event-form .em-input-field.em-input-field-boolean label,.em .em-bookings-table .em-bookings-table-views,.em .em-list-table div.table-wrap td.column-primary .primary-column-content{display:inline-block}.em .em-list-table div.table-wrap tfoot td.manage-column label,.em .em-list-table div.table-wrap thead td.manage-column label{position:absolute}.em .em-list-table div.table-wrap tfoot th,.em .em-list-table div.table-wrap thead th{vertical-align:center}#event-form .event-extra-details select,.em .em-list-table div.table-wrap tbody td,.em .em-list-table.size-small .wp-list-table tbody td,.em .em-list-table.size-small .wp-list-table tbody th,.em .em-list-table.size-xsmall .wp-list-table tbody td,.em .em-list-table.size-xsmall .wp-list-table tbody th{vertical-align:top}.em .em-list-table div.table-wrap tbody>:nth-child(odd){background-color:#fafafa}.em .em-list-table div.table-wrap tbody>.selected{background-color:#f6f6f6}.em .em-list-table div.table-wrap tfoot td,.em .em-list-table div.table-wrap tfoot th{border-bottom:0!important}.em .em-list-table div.table-wrap th{font-weight:400;vertical-align:top;padding:10px 12px!important}.em .em-list-table div.table-wrap th.sortable a,.em .em-list-table div.table-wrap th.sorted a{display:grid;grid-gap:10px;grid-template-columns:auto 15px;align-items:center;color:var(--text-color-normal)!important}.em .em-list-table div.table-wrap th.sortable a:hover,.em .em-list-table div.table-wrap th.sorted a:hover{color:var(--text-color-normal);text-decoration:none}.em .em-list-table div.table-wrap th.sortable a .sorting-indicators,.em .em-list-table div.table-wrap th.sorted a .sorting-indicators{display:grid;grid-template-columns:1fr;grid-template-rows:min-content}.em .em-list-table div.table-wrap th.sortable a .sorting-indicators .sorting-indicator,.em .em-list-table div.table-wrap th.sorted a .sorting-indicators .sorting-indicator{display:block;width:12px;height:12px;background-size:12px;background-repeat:no-repeat}.em .em-list-table div.table-wrap th.sortable a .sorting-indicators .sorting-indicator.desc,.em .em-list-table div.table-wrap th.sorted a .sorting-indicators .sorting-indicator.desc{background-image:var(--icon-chevron-down)}.em .em-list-table div.table-wrap th.sortable:hover.asc .sorting-indicator.asc,.em .em-list-table div.table-wrap th.sortable:hover.desc .sorting-indicator.desc,.em .em-list-table div.table-wrap th.sorted:hover.asc .sorting-indicator.asc,.em .em-list-table div.table-wrap th.sorted:hover.desc .sorting-indicator.desc{opacity:.2}.em .em-list-table div.table-wrap th.sortable:hover.asc .sorting-indicator.desc,.em .em-list-table div.table-wrap th.sortable:hover.desc .sorting-indicator.asc,.em .em-list-table div.table-wrap th.sorted:hover.asc .sorting-indicator.desc,.em .em-list-table div.table-wrap th.sorted:hover.desc .sorting-indicator.asc{opacity:1!important}.em .em-list-table div.table-wrap th.sortable.sorted.asc .sorting-indicator.desc,.em .em-list-table div.table-wrap th.sortable.sorted.desc .sorting-indicator.asc,.em .em-list-table div.table-wrap th.sorted.sorted.asc .sorting-indicator.desc,.em .em-list-table div.table-wrap th.sorted.sorted.desc .sorting-indicator.asc{opacity:.2}.em .em-list-table div.table-wrap td{padding:11px 12px!important}.em .em-list-table div.table-wrap .em-icon{width:18px;height:18px;margin-right:5px;background-size:18px}.em .em-list-table div.table-wrap .em-icon.em-icon-updated{background:green;-webkit-mask-image:var(--icon-updated);mask-image:var(--icon-updated)}.em .em-list-table div.table-wrap .em-icon.em-icon-cross-circle{background:red;-webkit-mask-image:var(--icon-cross-circle);mask-image:var(--icon-cross-circle)}.em .em-list-table div.table-wrap .em-icon.em-icon-trash{background:red;-webkit-mask-image:var(--icon-trash);mask-image:var(--icon-trash)}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content{padding:10px}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section{margin:0 0 12px!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section:last-of-type{margin-bottom:0!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section header{padding-bottom:2px;border-bottom:1px solid #dedede;margin-bottom:10px}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section footer{margin-top:5px}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section footer p{margin:0 0 5px!important;padding:0!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl{display:grid;grid-template-columns:max-content max-content;margin:0 0 10px!important;padding:0!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dt{margin:0!important;padding:3px 0!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dd{margin:0!important;padding:3px 0 3px 15px!important}#em-wrapper #locations-filter .subsubsub .current,#em-wrapper #posts-filter .subsubsub .current,#event-rsvp-options label,.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl dt{font-weight:700}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt{font-weight:400;padding:8px 0!important;border-bottom:1px solid #dedede}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd{padding:8px 0 0 15px!important;border-bottom:1px solid #dedede}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd:first-of-type,.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt:first-of-type{border-top:0!important;padding-top:0!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dd:last-of-type,.em .em-list-table div.table-wrap .em-list-table-col-tooltip .em-tooltip-content section dl.tabular-data dt:last-of-type{border-bottom:0!important;padding-bottom:0!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip .tippy-box{max-width:none!important}.em .em-list-table div.table-wrap .em-list-table-col-tooltip a.em-tooltip{color:var(--text-color-softer)!important;border-bottom:2px dotted #ccc;padding-bottom:2px;text-wrap:nowrap}.em .em-list-table div.table-wrap .em-list-table-col-tooltip a.em-tooltip:hover{cursor:pointer;text-decoration:none!important}.em .em-list-table.no-checkboxes div.tablenav>.actions{margin-right:15px}.em .em-list-table.no-checkboxes div.tablenav>.actions .actions{margin-right:5px}.em .em-list-table.no-checkboxes div.tablenav>.actions.filters{clear:none}.em .em-list-table.size-medium div.tablenav>.actions,.em .em-list-table.size-medium div.tablenav>.tablenav-pages,.em .em-list-table.size-small div.tablenav>.actions,.em .em-list-table.size-small div.tablenav>.tablenav-pages,.em .em-list-table.size-xsmall div.tablenav>.actions,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages{display:flex;float:none;text-align:center;justify-content:center;justify-items:center;align-items:center}.em .em-list-table.size-medium div.tablenav>.filters,.em .em-list-table.size-small div.tablenav>.filters,.em .em-list-table.size-xsmall div.tablenav>.filters{border-width:1px 0;border-style:solid;border-color:var(--border-color);padding:10px 0}.em .em-list-table.size-medium div.tablenav>.filters>*,.em .em-list-table.size-small div.tablenav>.filters>*,.em .em-list-table.size-xsmall div.tablenav>.filters>*{width:100%!important;max-width:none!important;float:none}.em .em-list-table.size-medium div.tablenav>.filters .button,.em .em-list-table.size-medium div.tablenav>.filters>button,.em .em-list-table.size-small div.tablenav>.filters .button,.em .em-list-table.size-small div.tablenav>.filters>button,.em .em-list-table.size-xsmall div.tablenav>.filters .button,.em .em-list-table.size-xsmall div.tablenav>.filters>button{width:auto!important}.em .em-list-table.size-medium div.tablenav>.tablenav-pages,.em .em-list-table.size-small div.tablenav>.tablenav-pages,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages{gap:8px}.em .em-list-table.size-medium div.tablenav>.tablenav-pages.no-pages,.em .em-list-table.size-medium div.tablenav>.tablenav-pages.one-page,.em .em-list-table.size-small div.tablenav>.tablenav-pages.no-pages,.em .em-list-table.size-small div.tablenav>.tablenav-pages.one-page,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages.no-pages,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages.one-page{padding-top:0}.em .em-list-table.size-small button.small-expand-trigger,.em .em-list-table.size-xsmall button.small-expand-trigger{display:inline-block!important;visibility:visible!important;width:15px;background-image:var(--icon-expand)!important;opacity:.5}.em .em-list-table.size-small button.small-expand-trigger.expanded,.em .em-list-table.size-xsmall button.small-expand-trigger.expanded{background-image:var(--icon-collapse)!important;opacity:1}.em .em-list-table.size-small.has-checkboxes .wp-list-table thead th:not(:nth-child(-n+2)),.em .em-list-table.size-small.no-checkboxes .wp-list-table thead th:not(:nth-child(-n+1)),.em .em-list-table.size-xsmall.has-checkboxes .wp-list-table thead th:not(:nth-child(-n+2)),.em .em-list-table.size-xsmall.no-checkboxes .wp-list-table thead th:not(:nth-child(-n+1)){display:none!important;overflow:hidden}.em .em-list-table.size-small.has-checkboxes tbody td:not(.check-column):not(:nth-child(-n+2))::before,.em .em-list-table.size-small.no-checkboxes tbody td:not(.check-column):not(:nth-child(-n+1))::before,.em .em-list-table.size-xsmall.has-checkboxes tbody td:not(.check-column):not(:nth-child(-n+2))::before,.em .em-list-table.size-xsmall.no-checkboxes tbody td:not(.check-column):not(:nth-child(-n+1))::before{display:inline-block;overflow:hidden;width:35%;content:attr(data-colname);white-space:nowrap;text-overflow:ellipsis;border:0;vertical-align:middle}.em .em-list-table.size-small .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column),.em .em-list-table.size-xsmall .wp-list-table tr:not(.inline-edit-row):not(.no-items) td:not(.check-column){position:relative;clear:both;width:auto!important}.em .em-list-table.size-small .wp-list-table thead th.column-primary,.em .em-list-table.size-xsmall .wp-list-table thead th.column-primary{content:""}.em .em-list-table.size-small .wp-list-table tbody th.check-column,.em .em-list-table.size-xsmall .wp-list-table tbody th.check-column{width:77px}.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column),.em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column){display:block!important;overflow:hidden}.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column):not(.column-primary),.em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column):not(.column-primary){display:none!important}.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column):not(.column-primary,:last-child),.em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column):not(.column-primary,:last-child){border:0!important;padding-top:5px!important;padding-bottom:5px!important}.em .em-list-table.size-small .wp-list-table tbody td:not(.check-column):last-child,.em .em-list-table.size-xsmall .wp-list-table tbody td:not(.check-column):last-child{padding-top:5px!important;padding-bottom:10px!important}.em .em-list-table.size-small .wp-list-table tbody tr.expanded td.column-primary:not(:has(.em-list-table-row-responsive-meta)),.em .em-list-table.size-xsmall .wp-list-table tbody tr.expanded td.column-primary:not(:has(.em-list-table-row-responsive-meta)){margin-bottom:0!important;padding-bottom:0!important;border-bottom:0!important}.em .em-list-table.size-small .wp-list-table tbody td.column-primary:not(:has(.em-list-table-row-responsive-meta)) .primary-column-content,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary:not(:has(.em-list-table-row-responsive-meta)) .primary-column-content{border-bottom:0}.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row{display:inline-block!important;visibility:visible!important;float:right;width:10px!important;height:15px!important;background-size:15px;padding:0 5px!important;margin:0 0 0 5px!important;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;text-indent:-10000px!important;border:0!important;background-image:var(--icon-chevron-down)}.em .em-bookings-table td.column-actions a :focus,.em .em-list-table.size-small .wp-list-table tbody td.column-primary button.toggle-row :focus:before,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary button.toggle-row :focus:before{box-shadow:none;outline:0}.em .em-list-table.size-small .wp-list-table tbody td.column-primary .em-list-table-row-responsive-meta,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary .em-list-table-row-responsive-meta{float:left;clear:left;display:block;visibility:visible}.em .em-list-table.size-small .wp-list-table tbody td.column-primary .primary-column-content,.em .em-list-table.size-xsmall .wp-list-table tbody td.column-primary .primary-column-content{float:left;clear:left;margin-bottom:8px;border-bottom:1px solid var(--border-color-softer);padding-bottom:5px}.em .em-list-table.size-small .wp-list-table tbody tr.expanded td:not(:first-child,.column-primary),.em .em-list-table.size-xsmall .wp-list-table tbody tr.expanded td:not(:first-child,.column-primary){display:block!important}.em .em-list-table.size-small .wp-list-table tbody tr.expanded td.column-primary,.em .em-list-table.size-xsmall .wp-list-table tbody tr.expanded td.column-primary{margin:0 13px 10px 11px!important;padding-left:0!important;padding-right:0!important}.em .em-list-table.size-small div.tablenav>.actions.filters,.em .em-list-table.size-xsmall div.tablenav>.actions,.em .em-list-table.size-xsmall div.tablenav>.actions.filters,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages{display:block}.em .em-list-table.size-small div.tablenav>.actions.filters>*,.em .em-list-table.size-xsmall div.tablenav>.actions.filters>*{width:90%!important;max-width:none;margin:5px 5%!important}.em .em-list-table.size-xsmall div.tablenav>.actions .bulkactions-input,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages .bulkactions-input{display:block;margin-top:15px}.em .em-list-table.size-xsmall div.tablenav>.actions .bulkactions-input select,.em .em-list-table.size-xsmall div.tablenav>.tablenav-pages .bulkactions-input select{float:none}.em .em-list-table-cols{display:grid;width:100%;grid-template-columns:1fr 1fr;grid-gap:20px}.em .em-list-table-cols p{margin-bottom:15px!important}.em .em-list-table-cols .em-list-table-cols-selected .item{width:100%;display:flex;flex-wrap:nowrap;flex-direction:row-reverse;align-items:center;cursor:pointer;margin:0 0 8px;padding:5px 0 5px 8px;border-radius:calc(.25rem - 1px);background:#dff4fd;border:1px solid #97dbf9;color:#0095c3}.em .em-list-table-cols .em-list-table-cols-selected .item.sortable-ghost{border-style:dotted;opacity:.4}.em .em-list-table-cols .em-list-table-cols-selected .item .remove{flex:0 0 auto;color:inherit!important;background-color:inherit!important;text-decoration:none;vertical-align:middle;display:inline-block;padding:0;border:0;box-sizing:border-box;margin-right:10px}.em .em-list-table-cols .em-list-table-cols-select .selectize-input.items .item{display:none!important}.em .em-list-table-cols .em-list-table-cols-select .selectize-input.items input{margin-top:0!important}.em .em-list-table-cols .em-list-table-cols-select .selectize-dropdown .optgroup:before{display:none}.em .em-list-table-cols .em-list-table-cols-select .selectize-dropdown .optgroup-header{display:block;width:95%;padding:0 0 6px;margin:10px auto 6px;border-bottom:1px solid #ddd}.em .em-list-table-cols .em-list-table-cols-select .selectize-dropdown .optgroup:first-child .optgroup-header{margin-top:5px}.em .em-bookings-table .em-bookings-table-views-selection+.actions{margin-left:5px!important}.em .em-bookings-table .em-bookings-table-views [data-view=bookings]{background-image:var(--icon-tickets)!important;background-size:30px!important}.em .em-bookings-table .em-bookings-table-views [data-view=tickets]{background-image:var(--icon-ticket)!important}.em .em-bookings-table .em-bookings-table-views [data-view=attendees]{background-image:var(--icon-attendees)!important}.em .em-bookings-table .em-bookings-table-views [data-view=multiple-bookings]{background-image:var(--icon-multiple)!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-trigger{display:block;width:42px;background:var(--icon-point-down) 30px 6px no-repeat;background-size:14px;padding:0 15px 0 0;margin:0;cursor:pointer}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-trigger .em-bookings-table-view-option{display:block;width:25px;height:25px;background-size:25px;background-repeat:no-repeat;background-position:center center;background-color:transparent!important;text-indent:-10000px!important;padding:0!important;border:0!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options,.em .em-chart.hidden-filters form{display:none}.em .em-bookings-table .em-bookings-table-views .tippy-content .em-bookings-table-views-options,.em .em-chart form section.main-filters label,.em .em-chart.size-small form section.main-filters{display:block}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list{display:block!important;padding:0!important;margin:5px 0!important;border:0!important;background:0 0!important;cursor:pointer!important;overflow:visible!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option.focused,.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option:hover{background-color:#efefef!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option.checked,.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option:checked{background-color:#cee0ea!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option input[type=radio],.em .em-tooltip-ddm-content{border:0;padding:0;margin:0;position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:inset(50%);white-space:nowrap}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option[data-view=bookings],.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list label.em-bookings-table-view-option[data-view=mulitple-bookings]{background-size:24px!important;background-position:6px center!important}.em .em-bookings-table .em-bookings-table-views .em-bookings-table-views-options-list:focus{border:0!important;outline:0!important}.em .em-bookings-table td.column-actions a{display:inline-block;text-indent:-9999px;background-size:18px;width:18px;height:18px;margin:0 6px 0 0}.em .em-bookings-table td.column-actions a[data-row_action=delete]{background:var(--icon-trash) no-repeat}.em .em-bookings-table td.column-actions a[data-row_action=approve]{background:var(--icon-checkmark-circle) no-repeat}.em .em-bookings-table td.column-actions a[data-row_action=unapprove]{background:var(--icon-undo) no-repeat}.em .em-bookings-table td.column-actions a[data-row_action=cancel],.em .em-bookings-table td.column-actions a[data-row_action=reject]{background:var(--icon-cross-circle) no-repeat}.em .em-bookings-table td.column-actions a[data-row_action=checkin]{background:var(--icon-enter) no-repeat}.em .em-bookings-table td.column-actions a[data-row_action=checkout]{background:var(--icon-exit) no-repeat}.em .em-bookings-table td.column-actions a.em-list-table-row-edit{background:var(--icon-edit) no-repeat}.em.em-list-table-settings .em-list-table-settings-remember{text-align:right}.em.em-list-table-settings .em-list-table-settings-remember input[type=checkbox]{margin-left:10px}.em.em-list-table-settings .em-list-table-settings-remember [data-tippy-root]{text-align:center}@media only screen and (max-width:800px){.em .em-list-table-cols-selected .item{display:block}}@media only screen and (max-width:380px){.em .em-list-table-cols-selected .item{display:block}}.em button.input.em-tooltip-ddm{background-image:var(--icon-chevron-down)!important;background-position:calc(100% - 15px) 50%!important;background-repeat:no-repeat!important;background-size:15px!important;padding-right:40px!important}.em button.input.em-tooltip-ddm[aria-expanded=true]{background-image:var(--icon-chevron-up)!important}.em .em-tooltip-ddm-display{top:-5px!important}.em .em-tooltip-ddm-display a{padding:5px;display:block}.em .em-tooltip-ddm-display .tippy-box{width:100%}.em .em-tooltip-ddm-display section:not(:first-child){padding-top:5px;margin-top:5px;border-top:1px solid #dedede}.em .em-tooltip-ddm-display section:not(:last-child){border-bottom:1px solid #dedede;margin-bottom:5px;padding-bottom:5px}.em .em-tooltip-ddm-display section+section{border-top:0!important}.em .button.input.with-icon,.em .input .button.with-icon,.em .input button.with-icon,.em button.input.with-icon{padding-left:var(--button-icon-padding)!important}.em .button.input.with-icon .em-icon,.em .input .button.with-icon .em-icon,.em .input button.with-icon .em-icon,.em button.input.with-icon .em-icon{margin-right:6px}.em .button.input.with-icon-right,.em .input .button.with-icon-right,.em .input button.with-icon-right,.em button.input.with-icon-right{padding-right:var(--button-icon-padding)!important}.em .button.input.with-icon-right .em-icon,.em .input .button.with-icon-right .em-icon,.em .input button.with-icon-right .em-icon,.em button.input.with-icon-right .em-icon{margin-left:6px}.em .button.input .em-icon,.em .input .button .em-icon,.em .input button .em-icon,.em button.input .em-icon{width:18px;height:18px;background-size:18px}.em .button.input.em-icon,.em .input .button.em-icon,.em .input button.em-icon,.em button.input.em-icon{border:0;padding:0;background-color:transparent}.em button.em-clickable.loading .loaded,.em form.em-ajax-form.loading .loaded{display:none;visibility:hidden}.em button.em-clickable.loading .loading-content,.em form.em-ajax-form.loading .loading-content{display:inline-block;visibility:visible}.em button.em-clickable .loaded-success,.em button.em-clickable .loading-content,.em button.em-clickable.load-successful .loaded,.em form.em-ajax-form .loaded-success,.em form.em-ajax-form .loading-content,.em form.em-ajax-form.load-successful .loaded{display:none;visibility:hidden}.em button.em-clickable.load-successful .loaded-success,.em form.em-ajax-form.load-successful .loaded-success{display:inline-block;visibility:visible}.em .em-chart.hidden-filters .option-triggers{float:none}.em .em-chart .em-chart-header{display:grid;grid-template-columns:auto max-content;align-items:center;margin:10px 0}.em .em-chart .em-chart-header .em-chart-title{padding-left:5px;font-size:16px;font-weight:500}.em .em-chart .em-chart-header .option-triggers{text-align:right}.em .em-chart .em-chart-header .option-triggers .em-icon{margin:0 5px}.em .em-chart form section.main-filters{margin:5px 5px 15px;padding:10px 0 15px;display:grid;grid-template-columns:1fr 1fr auto;border-top:1px solid #dedede;border-bottom:1px solid #dedede}.em .em-chart form section.main-filters>div:nth-child(2){margin:0 15px;padding:0 15px;border-left:1px solid #dedede;border-right:1px solid #dedede}.em .em-chart form section.main-filters>div>:not(:first-child){margin-top:10px}.em .em-chart form section.main-filters .dataset-1-metric{display:grid;grid-template-columns:max-content auto;grid-gap:5px}.em .em-chart form section.main-filters select{width:100%;max-width:none}#em-tickets-form tbody.em-ticket-template,.em .em-chart form section.main-filters .em-datepicker{display:none}.em .em-chart form section.main-filters .em-datepicker input.em-date-input{cursor:pointer;margin:10px 0 0 5px;width:100%;border-radius:0!important;padding-left:30px!important;background:var(--icon-calendar) 0 50% no-repeat!important;background-size:20px!important}.em .em-chart form section.main-filters .em-datepicker input.em-date-input,.em .em-chart form section.main-filters .em-datepicker input.em-date-input:active,.em .em-chart form section.main-filters .em-datepicker input.em-date-input:focus{border:0!important;box-shadow:none}.em .em-chart form section.main-filters label span{display:block;font-size:12px;margin-bottom:2px}.em .em-chart .em-chart-wrapper{position:relative;margin-top:20px}.em .em-chart .em-chart-wrapper canvas{max-height:400px}.em .em-chart .em-chart-wrapper.loading .em-chart-stats,.em .em-chart .em-chart-wrapper.loading canvas{opacity:.2}.em .em-chart .em-chart-wrapper.loading .em-loading{background-color:transparent;filter:none;opacity:1}.em .em-chart .em-chart-stats{margin-top:15px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.em .em-chart .em-chart-stats>div{border-left:1px solid #dedede;padding:0 10px;margin:10px 0;text-align:center}.em .em-chart .em-chart-stats>div:first-child{border-left:none}.em .em-chart .em-chart-stats>div div{margin-bottom:8px}.em .em-chart .em-chart-stats>div .title{font-weight:700;font-size:16px}.em .em-chart .em-chart-stats>div .total{font-size:18px}.em .em-chart .em-chart-stats>div .change span:first-child{font-size:20px;color:#999}.em .em-chart .em-chart-stats>div .change span:first-child.minus{color:red}.em .em-chart .em-chart-stats>div .change span:first-child.plus{color:green}.em .em-chart .em-chart-stats>div span.sub{font-size:14px;color:#aaa}.em .em-chart:not(.size-small) section.view-options{text-align:left;padding-top:5px;margin:10px 5px 15px}.em .em-chart:not(.size-small) section.view-options select{line-height:1;min-height:24px;text-transform:lowercase}.em .em-chart:not(.size-small) section.view-options label:first-child span:first-child{text-transform:none}.em .em-chart:not(.size-small) section.view-options span{text-transform:lowercase}.em .em-chart.size-large .em-chart-title{text-align:center}.em .em-chart.size-large section.main-filters{grid-template-columns:1fr 1fr 1fr}.em .em-chart.size-medium .em-chart-stats{grid-template-columns:repeat(3,1fr)}.em .em-chart.size-medium .em-chart-stats>div:nth-child(4),.em .em-chart.size-small .em-chart-stats>div:nth-child(2n+1){border-left:none}.em .em-chart.size-small .option-triggers{float:none}.em .em-chart.size-small form section.main-filters>div:nth-child(2){margin:15px 0;padding:15px 0;border:0;border-top:1px solid #dedede;border-bottom:1px solid #dedede}.em .em-chart.size-small .em-chart-stats{grid-template-columns:repeat(2,1fr)}.em .em-chart{margin:20px 0 40px}.em.pixelbones .iti input.iti__search-input{width:100%!important;margin:0!important;padding-left:30px!important;border:0!important}.em.pixelbones .iti button.iti__search-clear{border:0!important;border-radius:3px!important;padding:4px!important;display:flex!important;width:24px!important;height:24px!important}.em .iti{display:block!important;--iti-path-flags-1x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/flags.webp")!important;--iti-path-flags-2x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/flags@2x.webp")!important;--iti-path-globe-1x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/globe.webp")!important;--iti-path-globe-2x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/external/intl-tel-input/img/globe@2x.webp")!important}.em .iti.phone-error{border-color:red}.em .iti ul{list-style:none!important}.em .iti .iti__country-container button.iti__selected-country[type=button]{cursor:pointer!important;box-sizing:border-box!important;z-index:1!important;position:relative!important;display:flex!important;align-items:center!important;height:100%!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;font-family:inherit!important;font-size:inherit!important;color:inherit!important;border-radius:0!important;font-weight:inherit!important;line-height:inherit!important;text-decoration:none!important}.em .em-datepicker fieldset,.em .iti .iti__country-list,.em-time-input fieldset{margin-bottom:0!important}.em .iti.invalid-number input[type=tel]{border-color:#8b0000!important}.em .iti+.em-inline-error{margin:10px 0;color:#8b0000}.em .iti+.em-inline-error .em-icon{background-color:#8b0000}.em .iti input[type=tel],.em .iti.iti--allow-dropdown input[type=tel],.em .iti.iti--allow-dropdown>input,.em .iti.iti--allow-dropdown>input[type=text],.em .iti.iti--separate-dial-code>input,.em .iti.iti--separate-dial-code>input[type=tel],.em .iti.iti--separate-dial-code>input[type=text]{padding-right:6px!important;margin-left:0!important;--input-padding:6px 10px 6px 90px!important}@media (min-resolution:2x){.em .iti .iti__flag{background-image:var(--iti-path-flags-2x)}.em .iti .iti__flag.iti__globe{background-image:var(--icon-phone)}}.em .iti input.iti__search-input{padding-top:5px;padding-bottom:5px;font-size:14px}.em .em-input-upload{min-width:300px;max-width:800px}.em .em-input-upload .em-input-upload-files,.em .em-input-upload .em-input-upload-files-tbd{margin-top:0;padding-top:0}.em .em-input-upload .em-input-upload-files li,.em .em-input-upload .em-input-upload-files-tbd li{display:block;margin:0 0 8px!important}.em .em-input-upload .em-input-upload-files li:first-child,.em .em-input-upload .em-input-upload-files-tbd li:first-child{margin-bottom:10px!important}.em .em-input-upload .em-input-upload-files li button.em-icon,.em .em-input-upload .em-input-upload-files-tbd li button.em-icon{cursor:pointer!important;margin:0 10px 0 0!important;padding:0!important;border:0!important;background-color:transparent!important;box-shadow:none;height:20px!important;width:20px!important}.em .em-input-upload .em-input-upload-files li button.em-icon.em-icon-trash,.em .em-input-upload .em-input-upload-files-tbd li button.em-icon.em-icon-trash{margin:0 0 0 10px!important}.em .em-input-upload .em-input-upload-files li a,.em .em-input-upload .em-input-upload-files-tbd li a{display:inline-block;vertical-align:top}.em .em-input-upload .em-input-upload-files li{margin-bottom:5px}.em .em-input-upload .em-input-upload-files li:before{content:"";display:inline-block;margin-right:10px;height:20px;width:20px;background-image:var(--icon-file)}.em .em-input-upload.em-input-upload-post-image>input.em-uploader{margin-top:15px!important}.em .em-input-upload.em-input-upload-post-image .em-input-upload-files li img{display:block;margin-bottom:10px}.em .em-input-upload.em-input-upload-post-image .em-input-upload-files li:before{display:inline;background:0 0;width:auto;height:auto;margin:0}.em .em-input-upload .em-input-upload-files .em-icon-undo,.em .em-input-upload .em-input-upload-files-tbd .em-icon-trash,.em .em-input-upload input[disabled],.em .em-input-upload.em-input-upload-post-image .em-input-upload-files-tbd li img{display:none;visibility:hidden}.em .em-input-upload.disabled button.em-icon,.em .hidden{display:none!important;visibility:hidden!important}.em .em-input-upload:not(.disabled) ul{margin-top:15px}.em div#em-loading,.em div.em-loading{position:absolute;width:100%;height:100%;background:#fff url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto%3B background: none%3B display: block%3B shape-rendering: auto%3B' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Cg transform='rotate(0 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.9166666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(30 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.8333333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(60 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.75s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(90 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.6666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(120 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.5833333333333334s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(150 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.5s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(180 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.4166666666666667s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(210 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.3333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(240 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.25s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(270 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.16666666666666666s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(300 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='-0.08333333333333333s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3Cg transform='rotate(330 50 50)'%3E%3Crect x='46.5' y='7.5' rx='0' ry='0' width='7' height='21' fill='%2385a2b6'%3E%3Canimate attributeName='opacity' values='1%3B0' keyTimes='0%3B1' dur='1s' begin='0s' repeatCount='indefinite'%3E%3C/animate%3E%3C/rect%3E%3C/g%3E%3C!-- %5Bldio%5D generated by https://loading.io/ --%3E%3C/svg%3E") 50% 50% no-repeat;left:0;top:0;opacity:.8;filter:alpha(opacity=80);z-index:99998;background-size:100px}.em button.em-clickable{cursor:pointer!important;justify-self:start!important;background-color:transparent;margin:0!important;padding:0!important;border:0!important;outline:0}.em button.em-clickable:focus{outline:0}.em .em-datepicker .em-datepicker-data.hidden{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;visibility:visible;display:inherit}.em .em-datepicker .em-date-input.button.button-secondary{width:max-content!important;min-height:30px!important}.em .em-datepicker .em-date-input.button.button-secondary input[type=date],.em .em-datepicker .em-date-input.button.button-secondary input[type=text]{opacity:0!important;width:1px!important;height:30px!important;min-height:30px!important;overflow:hidden!important;padding:0!important;margin:0!important;display:inline!important}.em .em-datepicker .em-date-input.button.button-secondary+button.clear-all{min-height:30px!important}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates{margin:10px 0;max-width:800px;line-height:1}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates:not(.has-value){display:none;visibility:hidden}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item{background:#dff4fd;border:1px solid #97dbf9;color:#0095c3;padding-left:8px;border-radius:calc(.375rem - 1px);cursor:pointer;margin:0 3px 3px 0;display:inline-flex;align-items:center;padding-right:0!important}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item a.remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 5px;border-left:1px solid #dee2e6;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:5px}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item span{line-height:1.5}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates .item.clear-all{background:#efefef;border:1px solid #cdcdcd;color:#777;border-left:1px solid #cdcdcd}.em .em-datepicker.em-datepicker-multiple .em-datepicker-dates.disabled{opacity:.7;pointer-events:none}.em .em-datepicker:not(.has-value) .clear-all{visibility:hidden;display:none}.em.em-view-container{position:relative}.em .em-location-map-container{aspect-ratio:2/1;width:100%}.em .em-location-map-container .em-loading-maps,.em .em-location-map-container .em-location-map-404{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;border:1px dashed #d0d0d0;background-color:#fafafa;color:#888;font-size:18px;padding:20px;text-align:center}.em .em-location-map-container .em-loading-maps svg,.em .em-location-map-container .em-location-map-404 svg{width:100px;max-height:100px}.em .em-location-map-container .em-loading-maps span,.em .em-location-map-container .em-location-map-404 span{display:block;margin-bottom:20px;font-size:20px;color:#aaa}.em .em-location-map-container .em-loading{background-position:50% 10%}.em .em-location-map-container .em-location-map,.em .em-location-map-container .em-location-map-content,.em .em-location-map-container .em-locations-map{width:100%;height:100%}.em #em-map .em-map-balloon-title,.em .em-location-map .em-map-balloon-title,.em .em-locations-map .em-map-balloon-title{font-size:14px;font-weight:700!important}.em #em-map .em-map-balloon-content,.em .em-location-map .em-map-balloon-content,.em .em-locations-map .em-map-balloon-content{margin:0!important;padding:0 0 10px!important;font-size:13px!important;line-height:18px!important;color:#000!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important}.em #em-map img,.em .em-location-map img,.em .em-locations-map img{max-width:none!important;background:0 0!important;border:0!important;margin:0!important;padding:0!important;height:auto;width:auto}.em .em-warning{margin:10px 0 15px;padding:15px;color:#333;border-radius:3px;display:block!important}.em .em-warning p{margin:0 0 10px!important;padding:0;color:#333}.em .em-warning.em-warning-errors,.em .em-warning.error{background-color:#ffebe8;border:1px solid #c00}.em .em-warning.confirm,.em .em-warning.em-warning-confirms{background-color:#f1fff0;border:1px solid #a8d144}.em a.em-button{padding:5px 10px;margin:5px;background:#eee;color:#333;border:1px solid #ccc;border-radius:3px;display:inline-block}.em a.em-button,.em a.em-button:hover{text-decoration:none}.em .em-notice{padding:15px!important;margin-bottom:20px!important;margin-top:20px!important;border:1px solid #b6d4fe!important;border-radius:2.5px!important;display:block!important;color:#084298!important;background-color:#cfe2ff!important}.em .em-notice p{margin:10px 0!important;padding:0}.em .em-notice.em-notice-error{color:#842029!important;background-color:#f8d7da!important;border-color:#f5c2c7!important}.em .em-notice.em-notice-success{color:#0f5132!important;background-color:#d1e7dd!important;border-color:#badbcc!important}.em .em-notice.em-notice-warning{color:#664d03;background:#fff3cd;border-color:#ffecb5}.em .em-notice.em-notice-icon{display:grid!important;grid-template-columns:25px auto;grid-gap:10px}.em .em-notice.em-notice-icon .em-icon{align-self:center}.em .em-notice.em-notice-thin{padding:10px 15px!important}.em .em-inline-error{color:red;display:block;width:100%;margin:8px 0 0}.em .em-inline-error .em-icon{background-color:red;-webkit-mask-image:var(--icon-cross-circle);mask-image:var(--icon-cross-circle)}.em .skeleton{box-sizing:border-box;position:relative;overflow:hidden}.em .skeleton .item{height:38px;margin-bottom:15px;border:1px solid var(--background-color-skeleton-softer);border-radius:4px;background-color:var(--background-color-skeleton);box-shadow:none;overflow:hidden;position:relative}.em .skeleton .item::after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 80%,rgba(255,255,255,.5) 20%,rgba(255,255,255,0));animation:shimmer 1.5s infinite;content:""}.em .skeleton .item.label{width:33%;height:14px;margin-bottom:8px;border-radius:0}.em .skeleton .item.text{height:26px;border-radius:0}.em .skeleton .item.title{margin-bottom:15px;border-radius:0}.em-working{opacity:.5}.em-working div#em-loading,.em-working div.em-loading{background-color:transparent!important}.em .flatpickr-calendar,body .pac-container{z-index:100000!important}#em-booking,.em-view-container,div[data-view-id]{position:relative}#em-wrapper label span.screen-reader-text,.em-wrapper label span.screen-reader-text{clip:rect(1px 1px 1px 1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.em-search .hidden{display:none!important}#event-form .em-notice-warning,#post .em-notice-warning{margin:10px 0;padding:15px 20px;border-left:4px solid orange}#event-form .em-notice-warning h4,#event-form .em-recurrence-reschedule h4,#post .em-notice-warning h4,#post .em-recurrence-reschedule h4{margin-top:0}#event-form .em-notice-warning div.warning-bold,#post .em-notice-warning div.warning-bold{color:#c45500;font-weight:700}#event-form .em-notice-warning div.warning-bold p,#event-form .recurrence-reschedule-warning p,#post .em-notice-warning div.warning-bold p,#post .recurrence-reschedule-warning p{margin-top:0;font-size:14px}.css-events-list table.events-table{border-spacing:0;border-collapse:collapse}.css-events-list table.events-table th.event-time{width:150px}#buddypress .wp-editor-wrap table,#em-booking .em-booking-form-details .em-booking-submit,#em-tickets-form th,.css-events-list table.events-table th.event-description{width:auto}#em-booking{margin:15px 0 10px}#em-booking .em-booking-form{position:relative;clear:left}#em-booking .em-booking-form-details{padding:10px;width:360px;float:left}#em-booking .em-booking-form-details input.input,.em-booking-form-details textarea{width:250px}#em-booking .em-booking-form label{float:left;display:inline-block;width:100px}#em-booking .em-booking-form span.input-group input{margin-left:-20px}#em-booking .em-booking-form span.input-group{display:block;margin-left:120px}#em-booking .em-booking-form p.em-consent-checkbox label,.em .skeleton .item{display:block;width:100%}#em-booking .em-tickets{margin-bottom:20px}#em-booking div.em-booking-message{margin:10px 0;padding:10px;color:#333;border-radius:3px}#em-booking div.em-booking-message p{margin:10px 0!important;padding:0;color:#333}#em-booking div.em-booking-message-success{background-color:#f1fff0;border:1px solid #a8d144}#em-booking div.em-booking-message-error{background-color:#ffebe8;border:1px solid #c00}#em-booking div.em-booking-login{padding:10px 10px 10px 20px;margin:0 0 0 390px;border-left:1px solid #000}#em-booking div.em-booking-login label{display:inline-block;width:90px}#em-booking div.em-booking-login p{margin:10px 0!important;padding:0!important}#em-wrapper .em-events-admin-list .em-button,#em-wrapper .em-locations-admin-list .em-button{float:right}#event-form h4{margin:25px 0 15px;font-weight:700}#event-form p{margin-top:10px}#event-form .inside{clear:both;margin-bottom:20px}#buddypress .wp-editor-wrap a.button,#buddypress .wp-editor-wrap button,#buddypress .wp-editor-wrap input[type=button],#buddypress .wp-editor-wrap input[type=reset],#buddypress .wp-editor-wrap input[type=submit]{padding:0 10px 1px}#event-form #event-name{width:80%;padding:2px}#event-form .event-extra-details{margin-top:20px}#event-form .reschedule-hidden,#post .reschedule-hidden{display:none;visibility:hidden}#event-form .em-recurrence-reschedule,#post .em-recurrence-reschedule{padding:15px 20px;border-left:4px solid orange}#event-form .recurrence-reschedule-warning,#post .recurrence-reschedule-warning{margin-bottom:25px;color:#c45500}#event-rsvp-box{margin:10px}#em-tickets-form th.ticket-status,.em-tickets-row .ticket-status{width:20px}#em-tickets-form .em-tickets-row .ticket-status span.dashicons{display:block;width:16px;height:16px;line-height:16px;font-size:16px;font-weight:bolder}#em-tickets-form .em-tickets-row .ticket-status.single span.dashicons{cursor:auto}#em-tickets-form .em-tickets-row .ticket-status span.ticket-on{color:green}#em-tickets-form .em-tickets-row .ticket-status span.ticket-off{color:red}#em-tickets-form .em-tickets-row .ticket-status span.ticket_new{color:gray}#em-tickets-form .em-ticket-sortable-placeholder{border:2px dashed #dedede;background:#efefef}#em-tickets-form .ui-sortable-helper,#em-tickets-form.em-tickets-sortable .em-tickets-row .ticket-status span.dashicons{cursor:move}#em-tickets-form input[type=checkbox][indeterminate]:not(:checked){-webkit-appearance:checkbox}#em-tickets-form .ticket-roles label{font-weight:400}#em-tickets-form .ticket-required .ticket_required-default{display:none}#em-tickets-form .ticket-required:has(input:indeterminate) .ticket_required-default{display:inline-block;font-style:italic}#em-tickets-form .em-ticket-form-parent-warning{margin:0 0 15px;font-style:italic}#em-tickets-form .ticket-deleted,#event-form .em-location-types-single{display:none;visibility:hidden}.em-ticket-form .ticket-options{margin-top:10px}#em-tickets-form .ticket-roles div{margin-left:110px}#event-form .em-location-type{border-top:1px solid #dedede;margin-top:20px;padding-top:20px}#event-form .em-location-type-single .em-location-type{border-top:0;margin-top:0;padding-top:0}#event-form .em-location-type.em-location-type-single{border:0}#event-form .em-location-type p:first-child{margin-top:0}#event-form div.em-location-data table{float:left;margin:0 15px 0 0}#event-form .em-event-location-data h4{padding-bottom:5px;border-bottom:1px solid #dedede;margin-bottom:15px}#event-form .em-input-field{margin-bottom:10px}#event-form .em-input-field label{display:block;margin-bottom:5px}#event-form .em-input-field em{display:block;margin-top:2px}#event-form .em-location-type-delete-active-alert{display:none;visibility:hidden}table.em-form-fields td,table.em-form-fields th{text-align:left;vertical-align:top}table.em-form-fields th{padding:0 20px 5px 0}#em-bookings-admin-booking .em-booking-single-info{display:none}#em-bookings-admin-booking .em-booking-single-form{padding-right:20px}body#printable{font-family:Gill Sans,Helvetica,Arial,sans-serif;text-align:center}body#printable #container{margin:0 auto;width:780px;text-align:left}body#printable table#bookings-table{width:600px;border-spacing:0}body#printable table#bookings-table td{padding:5px 0}body#printable table#bookings-table td.spaces-number{text-align:right;padding-right:20px}body#printable table#bookings-table th{text-align:left;margin-left:5px}body#printable table#bookings-table tr#booked-spaces td{border-top:2px solid #999}body#printable table#bookings-table td.total-label{text-align:right}body#printable table#bookings-table tr#booked-spaces td.spaces-number,table#bookings-table tr#available-spaces td.spaces-number,table.em-calendar.table tr.days-names{font-weight:700}table.em-calendar td{padding:2px 4px;text-align:center}.em-calendar td.eventless-post,table.em-calendar td.eventless-pre{color:#ccc}table.em-calendar td.eventful-post a,table.em-calendar td.eventful-pre a{color:#aaa;text-decoration:underline}table.em-calendar td.eventful a,table.em-calendar td.eventful-today a{color:#fd7e29}table.em-calendar td.eventful-today a{font-weight:700}table.em-calendar td.eventful-today,table.em-calendar td.eventless-today{background-color:#cfcfcf}table.em-calendar thead{font-size:120%;font-weight:700}table.fullcalendar{border-collapse:collapse}table.fullcalendar td{text-align:left;border:1px solid #888}div.em-calendar-wrapper{position:relative;width:100%!important;max-width:100%!important}.em-time-input{width:7em}.em-time-range:has(.em-time-all-day:checked) .em-time-input{background-color:#dedede!important;--background-color-inputs:#dedede;color:#777!important;pointer-events:none}.em-time-range:has(.em-time-all-day:indeterminate) .em-time-input{background-color:#efefef!important;--background-color-inputs:#efefef}.em-time-range:has(.em-time-all-day:indeterminate) .em-time-input::placeholder{opacity:.5}.em-time-input.error,.em-time-range .em-time-input.error{border:#c00 1px solid}.ui-em_timepicker-wrapper{overflow-y:auto;max-height:150px;width:6.5em;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);z-index:10052;margin:0}.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration{width:13em}.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-30,.ui-em_timepicker-wrapper.ui-em_timepicker-with-duration.ui-em_timepicker-step-60{width:11em}.ui-em_timepicker-list{margin:0;padding:0;list-style:none}.ui-em_timepicker-list li{margin:0;list-style:none;padding:3px 0 3px 5px;cursor:pointer;white-space:nowrap;color:#000}.ui-em_timepicker-duration{margin-left:5px;color:#888}.ui-em_timepicker-list:hover .ui-em_timepicker-duration{color:#888}.ui-em_timepicker-list:hover .ui-em_timepicker-selected{background:#fff;color:#000}.ui-em_timepicker-list .ui-em_timepicker-selected:hover,.ui-em_timepicker-list li:hover,li.ui-em_timepicker-selected{background:#1980ec;color:#fff}.ui-em_timepicker-list li:hover .ui-em_timepicker-duration,li.ui-em_timepicker-selected .ui-em_timepicker-duration{color:#ccc}.ui-em_timepicker-list li.ui-em_timepicker-disabled,.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover,.ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled{color:#888;cursor:default}.ui-em_timepicker-list li.ui-em_timepicker-disabled:hover,.ui-em_timepicker-list li.ui-em_timepicker-selected.ui-em_timepicker-disabled{background:#f2f2f2}.flatpickr-calendar{background:#fff}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{color:rgba(0,0,0,.9);fill:rgba(0,0,0,.9)}.flatpickr-months .flatpickr-next-month:hover svg,.flatpickr-months .flatpickr-prev-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-next-month svg,.flatpickr-months .flatpickr-prev-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-next-month svg path,.flatpickr-months .flatpickr-prev-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(90,97,113,.5)}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,.9)}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-months .flatpickr-month,.flatpickr-weekdays{background:0 0}span.flatpickr-weekday{background:0 0;color:rgba(0,0,0,.54)}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{background:#e6e6e6}.flatpickr-day.today:focus,.flatpickr-day.today:hover{background:#959ea9}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#569ff7}.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #ff5a5f;box-shadow:-10px 0 0 #ff5a5f}.flatpickr-weekwrapper .flatpickr-weeks{-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eee}.flatpickr-calendar{background:0 0;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-box-shadow:0 3px 13px rgba(0,0,0,.08);box-shadow:0 3px 13px rgba(0,0,0,.08)}.flatpickr-calendar.inline,.flatpickr-calendar.open{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none!important;box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasTime .dayContainer,.flatpickr-calendar .hasWeeks .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px}.flatpickr-calendar.hasTime .flatpickr-innerContainer{border-bottom:0}.flatpickr-calendar.hasTime .flatpickr-time{border:1px solid #eceef1}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:after,.flatpickr-calendar:before{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.arrowRight:after,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.rightMost:before{left:auto;right:22px}.flatpickr-calendar.arrowCenter:after,.flatpickr-calendar.arrowCenter:before{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:after,.flatpickr-calendar.arrowTop:before{bottom:100%;border-bottom-color:#eceef1}.flatpickr-calendar.arrowBottom:after,.flatpickr-calendar.arrowBottom:before{top:100%;border-top-color:#eceef1}.flatpickr-calendar:focus,.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month,.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:34px;color:#5a6171;fill:#5a6171}.flatpickr-months .flatpickr-month{border-radius:5px 5px 0 0;background:#eceef1;line-height:1;text-align:center;position:relative;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{text-decoration:none;cursor:pointer;position:absolute;top:0;padding:10px;z-index:3}.flatpickr-months .flatpickr-next-month.flatpickr-disabled,.flatpickr-months .flatpickr-prev-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-next-month i,.flatpickr-months .flatpickr-prev-month i,.numInputWrapper{position:relative}.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-next-month.flatpickr-next-month,.flatpickr-months .flatpickr-prev-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-next-month:hover,.flatpickr-months .flatpickr-prev-month:hover{color:#bbb}.numInputWrapper{height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-inner-spin-button,.numInputWrapper input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(72,72,72,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,.1)}.numInputWrapper span:active{background:rgba(0,0,0,.2)}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(72,72,72,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(72,72,72,.6);top:40%}.flatpickr-current-month span.cur-month:hover,.numInputWrapper:hover{background:rgba(0,0,0,.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0 ;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#5a6171}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#5a6171}.flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-current-month input.cur-year{border:0;border-radius:0;box-sizing:border-box;color:inherit;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;padding:0 0 0 .5ch;vertical-align:initial;-webkit-box-sizing:border-box}.flatpickr-current-month input.cur-year{background:0 0;cursor:text;margin:0;display:inline-block;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(90,97,113,.5);background:0 0;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:#eceef1;cursor:pointer;margin:-1px 0 0;outline:0;position:relative;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:active,.flatpickr-current-month .flatpickr-monthDropdown-months:focus{outline:0}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:#eceef1;outline:0;padding:0}.flatpickr-weekdays{background:#eceef1;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer,span.flatpickr-weekday{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:#eceef1;color:#5a6171;line-height:1;margin:0;text-align:center;display:block;font-weight:bolder}.flatpickr-weeks{padding:1px 0 0}.flatpickr-days,.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-days{position:relative;overflow:hidden;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;border-left:1px solid #eceef1;border-right:1px solid #eceef1}.flatpickr-days:focus{outline:0}.dayContainer,.flatpickr-day{-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer+.dayContainer{-webkit-box-shadow:-1px 0 0 #eceef1;box-shadow:-1px 0 0 #eceef1}.flatpickr-day{background:0 0;border:1px solid transparent;border-radius:150px;color:#484848;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day.nextMonthDay:focus,.flatpickr-day.nextMonthDay:hover,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.today.inRange,.flatpickr-day:focus,.flatpickr-day:hover{cursor:pointer;outline:0;background:#e2e2e2;border-color:#e2e2e2}.flatpickr-day.today{border-color:#bbb}.flatpickr-day.today:focus,.flatpickr-day.today:hover{border-color:#bbb;background:#bbb;color:#fff}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:#ff5a5f;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#ff5a5f}.flatpickr-day.endRange.startRange,.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.endRange.endRange,.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.endRange.startRange.endRange,.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2;box-shadow:-5px 0 0 #e2e2e2,5px 0 0 #e2e2e2}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{background:0 0;border-color:transparent}.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.nextMonthDay,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.prevMonthDay{color:rgba(72,72,72,.3);background:0 0;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(72,72,72,.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #ff5a5f,5px 0 0 #ff5a5f;box-shadow:-5px 0 0 #ff5a5f,5px 0 0 #ff5a5f}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;border-left:1px solid #eceef1}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(72,72,72,.3);background:0 0;cursor:default;border:0}.flatpickr-innerContainer,.flatpickr-rContainer{-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:hidden;background:#fff;border-bottom:1px solid #eceef1}.flatpickr-rContainer{display:inline-block;padding:0}.flatpickr-time,.flatpickr-time input{text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{outline:0;display:block;height:0;line-height:40px;max-height:40px;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background:#fff;border-radius:0 0 5px 5px}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#484848}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#484848}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:0 0;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;height:inherit;line-height:inherit;color:#484848;font-size:14px;position:relative;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour,span.flatpickr-day.selected{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-am-pm,.flatpickr-time .flatpickr-time-separator{height:inherit;float:left;line-height:inherit;color:#484848;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-time-separator{font-weight:700;width:2%}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time .flatpickr-am-pm:focus,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time input:hover{background:#eaeaea}.flatpickr-input[readonly]{cursor:pointer}.flatpickr-monthSelect-months{margin:10px 1px 3px;flex-wrap:wrap}.flatpickr-monthSelect-month{background:0 0;border:1px solid transparent;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;display:inline-block;font-weight:400;margin:.5px;justify-content:center;padding:10px;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;text-align:center;width:33%}.flatpickr-monthSelect-month.flatpickr-disabled{color:#eee}.flatpickr-monthSelect-month.flatpickr-disabled:focus,.flatpickr-monthSelect-month.flatpickr-disabled:hover{cursor:not-allowed;background:0 0!important}.flatpickr-monthSelect-theme-dark{background:#3f4458}.flatpickr-monthSelect-theme-dark .flatpickr-current-month input.cur-year{color:#fff}.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-next-month,.flatpickr-monthSelect-theme-dark .flatpickr-months .flatpickr-prev-month{color:#fff;fill:#fff}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month{color:rgba(255,255,255,.95)}.flatpickr-monthSelect-month.today{border-color:#959ea9}.flatpickr-monthSelect-month.inRange,.flatpickr-monthSelect-month.inRange.today,.flatpickr-monthSelect-month:focus,.flatpickr-monthSelect-month:hover{background:#e6e6e6;cursor:pointer;outline:0;border-color:#e6e6e6}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.inRange,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:focus,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month:hover{background:#646c8c;border-color:#646c8c}.flatpickr-monthSelect-month.today:focus,.flatpickr-monthSelect-month.today:hover{background:#959ea9;border-color:#959ea9;color:#fff}.flatpickr-monthSelect-month.endRange,.flatpickr-monthSelect-month.selected,.flatpickr-monthSelect-month.startRange{background-color:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-monthSelect-month.startRange{border-radius:50px 0 0 50px}.flatpickr-monthSelect-month.endRange{border-radius:0 50px 50px 0}.flatpickr-monthSelect-month.startRange.endRange{border-radius:50px}.flatpickr-monthSelect-month.inRange{border-radius:0;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.endRange,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.selected,.flatpickr-monthSelect-theme-dark .flatpickr-monthSelect-month.startRange{background:#80cbc4;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#80cbc4}
/*! Tippy.js v6.3.7 - https://unpkg.com/tippy.js@6.3.7/themes/light-border.css */
@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tippy-box[data-theme~=light-border]{background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,8,16,.15);color:#333;box-shadow:0 4px 14px -2px rgba(0,8,16,.08)}.selectize-input.full,.tippy-box[data-theme~=light-border]>.tippy-backdrop{background-color:#fff}.tippy-box[data-theme~=light-border]>.tippy-arrow:after,.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{content:"";position:absolute;z-index:-1}.tippy-box[data-theme~=light-border]>.tippy-arrow:after{border-color:transparent;border-style:solid}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:before{border-top-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-arrow:after{border-top-color:rgba(0,8,16,.2);border-width:7px 7px 0;top:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow>svg{top:16px}.tippy-box[data-theme~=light-border][data-placement^=top]>.tippy-svg-arrow:after{top:17px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:#fff;bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:rgba(0,8,16,.2);border-width:0 7px 7px;bottom:17px;left:1px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-theme~=light-border][data-placement^=bottom]>.tippy-svg-arrow:after{bottom:17px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:before{border-left-color:#fff}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-arrow:after{border-left-color:rgba(0,8,16,.2);border-width:7px 0 7px 7px;left:17px;top:1px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow>svg{left:11px}.tippy-box[data-theme~=light-border][data-placement^=left]>.tippy-svg-arrow:after{left:12px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:before{border-right-color:#fff;right:16px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-arrow:after{border-width:7px 7px 7px 0;right:17px;top:1px;border-right-color:rgba(0,8,16,.2)}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow>svg{right:11px}.tippy-box[data-theme~=light-border][data-placement^=right]>.tippy-svg-arrow:after{right:12px}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow{fill:#fff}.tippy-box[data-theme~=light-border]>.tippy-svg-arrow:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);background-size:16px 6px;width:16px;height:6px}.selectize-control.plugin-remove_button .disabled .item .remove:hover{background:0}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active{border-radius:.375rem!important;border-top:1px solid #ced4da!important;border-radius:0 0 3px 3px}.selectize-control.plugin-auto_position .selectize-input.selectize-position-top.dropdown-active::before{top:0;bottom:unset}.selectize-control{position:relative}.selectize-dropdown,.selectize-input,.selectize-input input{color:#343a40;font-family:inherit;font-size:inherit;line-height:1.5;font-smoothing:inherit}.selectize-input{border:1px solid #ced4da;padding:.375rem .75rem;width:100%;position:relative;z-index:1;box-sizing:border-box;box-shadow:none;border-radius:.375rem}.selectize-control.single .selectize-input.input-active,.selectize-input{background:#fff;cursor:text;display:inline-block}.selectize-control.multi .selectize-input.has-items{padding:calc(.375rem - 1px - 0px) .75rem calc(.375rem - 1px - 3px - 0px)}.selectize-input.disabled,.selectize-input.disabled *{cursor:default!important}.selectize-input.focus{box-shadow:inset 0 1px 2px rgba(0,0,0,.15)}.selectize-input>*{vertical-align:baseline;display:inline-block;zoom:1}.selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:1px 5px;background:#efefef;color:#343a40;border:0 solid #dee2e6;border-radius:calc(.375rem - 1px)}.selectize-control.multi .selectize-input>div.active{background:#0d6efd;color:#fff;border:0 solid transparent}.selectize-control.multi .selectize-input.disabled>div,.selectize-control.multi .selectize-input.disabled>div.active{color:#878787;background:#fff;border:0 solid #fff}.selectize-input>input{display:inline-block!important;padding:0!important;min-height:0!important;max-height:none!important;max-width:100%!important;margin:0!important;text-indent:0!important;border:0!important;background:0 0!important;line-height:inherit!important;user-select:auto!important;box-shadow:none!important}.selectize-input>input::-ms-clear{display:none}.selectize-input>input:focus{outline:0!important}.selectize-input>input[placeholder]{box-sizing:initial}.selectize-input.has-items>input{margin:0!important}.selectize-input::after{content:" ";display:block;clear:left}.selectize-input.dropdown-active::before{content:" ";position:absolute;background:#d8dde1;height:1px;bottom:0;left:0;right:0}.selectize-dropdown{position:absolute;top:100%;left:0;width:100%;border:1px solid #d0d0d0;border-top:0 none;box-sizing:border-box}.selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.selectize-dropdown [data-selectable] .highlight{background:rgba(255,237,40,.4);border-radius:1px}.selectize-dropdown .create,.selectize-dropdown .no-results,.selectize-dropdown .optgroup-header,.selectize-dropdown .option{padding:3px .75rem}.selectize-dropdown .option,.selectize-dropdown [data-disabled],.selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:.5}.selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.selectize-dropdown .optgroup-header{color:#6c757d;background:#fff;cursor:default}.selectize-dropdown .active,.selectize-dropdown .selected{background-color:#0d6efd;color:#fff}.selectize-dropdown .active.create{color:#1e2125}.selectize-dropdown .create{color:rgba(52,58,64,.5)}.selectize-dropdown .active:not(.selected){background:#e9ecef;color:#1e2125}.selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;overflow-scrolling:touch}.selectize-dropdown .spinner{display:inline-block;width:30px;height:30px;margin:3px .75rem}.selectize-dropdown .spinner:after{content:" ";display:block;width:24px;height:24px;margin:3px;border-radius:50%;border:5px solid #d0d0d0;border-color:#d0d0d0 transparent;animation:lds-dual-ring 1.2s linear infinite}.selectize-control.single .selectize-input,.selectize-control.single .selectize-input input{cursor:pointer}.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input:not(:read-only){cursor:text}.selectize-control.single .selectize-input:after{content:" ";display:block;position:absolute;top:50%;right:calc(.75rem + 5px);margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0;border-color:#343a40 transparent transparent}.selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px;border-color:transparent transparent #343a40}.selectize-control.rtl{text-align:right}.selectize-control.rtl.single .selectize-input:after{left:calc(.75rem + 5px);right:auto}.selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px!important}.selectize-control .selectize-input.disabled{opacity:.5;background-color:#fff}.selectize-dropdown,.selectize-dropdown.form-control{height:auto;padding:0;margin:2px 0 0;z-index:1000;background:#fff;border:1px solid var(--bs-border-color-translucent);border-radius:.375rem;box-shadow:0 6px 12px rgba(0,0,0,.175)}.selectize-dropdown .optgroup-header{font-size:.875rem;line-height:1.5}.selectize-dropdown .optgroup:first-child:before{display:none}.selectize-dropdown .optgroup:before{content:" ";display:block;height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid var(--bs-border-color-translucent);margin-left:-.75rem;margin-right:-.75rem}.selectize-dropdown .create{padding-left:.75rem}.selectize-dropdown-content{padding:5px 0}.selectize-dropdown-emptyoptionlabel{text-align:center}.selectize-input{min-height:calc(1.5em + .75rem + 2px);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.selectize-input{transition:none}}.selectize-input.dropdown-active{border-radius:.375rem}.selectize-input.dropdown-active::before{display:none}.selectize-input.focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.is-invalid .selectize-input{border-color:#dc3545;box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.is-invalid .selectize-input:focus{border-color:#bd2130;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eb8c95}.selectize-control.form-control-sm .selectize-input{min-height:calc(1.5em + .5rem + 2px)!important;height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem!important;font-size:.875rem;line-height:1.25}.selectize-control.multi .selectize-input{height:auto;padding-left:calc(.75rem - 5px);padding-right:calc(.75rem - 5px)}.form-control.selectize-control,.form-select.selectize-control{padding:0;height:auto;border:0;background:0;box-shadow:none;border-radius:0}.input-group>.form-control:not(:first-child),.input-group>.input-group-append>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.input-group-prepend>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group .selectize-control:not(:last-child) .selectize-input{overflow:unset;border-top-right-radius:0;border-bottom-right-radius:0}.input-group .selectize-control:not(:first-child) .selectize-input{overflow:unset;border-top-left-radius:0;border-bottom-left-radius:0}.selectize-dropdown.plugin-auto_position.selectize-position-top{border-top:1px solid #ced4da!important;border-bottom:1px solid #ced4da!important;border-radius:.375rem!important;border-radius:3px 3px 0 0;box-shadow:0 -6px 12px rgba(0,0,0,.18)}.selectize-control.plugin-clear_button .clear{text-decoration:none;display:flex;position:absolute;height:100%;width:25px;top:0;right:calc(.75rem - 5px);color:#000;opacity:.4;font-weight:700;border:0;cursor:pointer;z-index:1;font-size:21px;justify-content:center;align-items:center}.selectize-control.plugin-clear_button .clear:hover{opacity:1}.selectize-control.plugin-clear_button.single .clear{right:calc(.75rem - 5px + 1.5rem)}.selectize-control.plugin-drag_drop.multi>.selectize-input.dragging{overflow:visible}.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible!important;background:#f2f2f2!important;background:rgba(0,0,0,.06)!important;border:0!important;box-shadow:inset 0 0 12px 4px #fff}.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:"!";visibility:hidden}.selectize-control.plugin-drag_drop .ui-sortable-helper{box-shadow:0 2px 5px rgba(0,0,0,.2)}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header{position:relative;padding:6px .75rem;border-bottom:1px solid #d0d0d0;background:#f8f8f8;border-radius:.375rem .375rem 0 0}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close{position:absolute;right:.75rem;top:50%;color:#343a40;opacity:.4;margin-top:-12px;line-height:20px;font-size:20px!important;text-decoration:none}.selectize-dropdown.plugin-dropdown_header .selectize-dropdown-header-close:hover{color:#000}.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content{display:flex}.selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;flex-grow:1;flex-basis:0;min-width:0}.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.selectize-control.plugin-remove_button .item{display:inline-flex;align-items:center;padding-right:0!important}.selectize-control.plugin-remove_button .item .remove{color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:1px 5px;border-left:1px solid #dee2e6;border-radius:0 2px 2px 0;box-sizing:border-box;margin-left:5px}.selectize-control.plugin-remove_button .item .remove:hover{background:rgba(0,0,0,.05)}.selectize-control.plugin-remove_button .item.active .remove{border-left-color:transparent}.selectize-control.plugin-remove_button .disabled .item .remove{border-left-color:#fff}
/*!
 * International Telephone Input v25.12.5
 * https://github.com/jackocnr/intl-tel-input.git
 */
:root{--iti-hover-color:rgba(0, 0, 0, 0.05);--iti-border-color:#ccc;--iti-dialcode-color:#999;--iti-dropdown-bg:white;--iti-search-icon-color:#999;--iti-spacer-horizontal:8px;--iti-flag-height:12px;--iti-flag-width:16px;--iti-border-width:1px;--iti-arrow-height:4px;--iti-arrow-width:6px;--iti-triangle-border:calc(var(--iti-arrow-width) / 2);--iti-arrow-padding:6px;--iti-arrow-color:#555;--iti-path-flags-1x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/img/flags.webp");--iti-path-flags-2x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/img/flags@2x.webp");--iti-path-globe-1x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/img/globe.webp");--iti-path-globe-2x:url("https://zeitenblicke.eu/wp-content/plugins/events-manager/includes/img/globe@2x.webp");--iti-flag-sprite-width:3904px;--iti-flag-sprite-height:12px;--iti-mobile-popup-margin:30px}.em .iti{position:relative;display:inline-block}.em .iti *{box-sizing:border-box}.em .iti__a11y-text{width:1px;height:1px;clip:rect(1px,1px,1px,1px);overflow:hidden;position:absolute}.em .iti input.iti__tel-input,.em .iti input.iti__tel-input[type=tel],.em .iti input.iti__tel-input[type=text]{position:relative;z-index:0;margin:0!important}.em .iti__country-container{position:absolute;top:0;bottom:0;left:0;padding:var(--iti-border-width)}.em .iti__selected-country{z-index:1;position:relative;display:flex;align-items:center;height:100%;background:0 0;border:0;margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;border-radius:0;font-weight:inherit;line-height:inherit;text-decoration:none}.em .iti__selected-country-primary{display:flex;align-items:center;height:100%;padding:0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal)}.em .iti__arrow{margin-left:var(--iti-arrow-padding);width:0;height:0;border-left:var(--iti-triangle-border) solid transparent;border-right:var(--iti-triangle-border) solid transparent;border-top:var(--iti-arrow-height) solid var(--iti-arrow-color)}.em .iti__arrow--up{border-top:none;border-bottom:var(--iti-arrow-height) solid var(--iti-arrow-color)}.em .iti__dropdown-content{border-radius:3px;background-color:var(--iti-dropdown-bg)}.em .iti--inline-dropdown .iti__dropdown-content{position:absolute;z-index:2;margin-top:3px;margin-left:calc(var(--iti-border-width)*-1);border:var(--iti-border-width) solid var(--iti-border-color);box-shadow:1px 1px 4px rgba(0,0,0,.2)}.em .iti__search-input{width:100%;border-width:0;border-radius:3px;padding-left:30px;padding-right:28px}.em [dir=rtl] .iti__search-input{padding-left:inherit;padding-right:30px;background-position:right 8px center}.em .iti__search-input+.iti__country-list{border-top:1px solid var(--iti-border-color)}.em .iti__search-input::-webkit-search-cancel-button{appearance:none}.em .iti__search-input-wrapper{position:relative;display:flex;align-items:center}.em .iti__search-icon{position:absolute;left:8px;display:flex;pointer-events:none}.em [dir=rtl] .iti__search-icon{left:auto;right:8px}.em .iti__search-icon-svg{stroke:var(--iti-search-icon-color);fill:none;stroke-width:3}.em .iti__search-clear{position:absolute;right:4px;background:0 0;border:0;border-radius:3px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:background-color .15s ease;width:24px;height:24px}.em .iti__search-clear .iti__search-clear-x{stroke-width:2}.em .iti__search-clear .iti__search-clear-bg{fill:var(--iti-search-icon-color)}.em [dir=rtl] .iti__search-clear{right:auto;left:4px}.em .iti__search-clear:focus-visible,.em .iti__search-clear:hover{background:var(--iti-hover-color);outline:0}.em .iti__no-results{text-align:center;padding:30px 0}.em .iti__country-list{list-style:none;padding:0;margin:0;cursor:pointer;overflow-y:scroll;-webkit-overflow-scrolling:touch}.em .iti--inline-dropdown .iti__country-list{max-height:185px}.em .iti--flexible-dropdown-width .iti__country-list{white-space:nowrap}@media (max-width:500px){.em .iti--flexible-dropdown-width .iti__country-list{white-space:normal}}.em .iti__country{display:flex;align-items:center;padding:8px var(--iti-spacer-horizontal);outline:0}.em .iti__dial-code{color:var(--iti-dialcode-color)}.em .iti__country.iti__highlight{background-color:var(--iti-hover-color)}.em .iti__country-list .iti__flag,.em .iti__country-name{margin-right:var(--iti-spacer-horizontal)}.em [dir=rtl] .iti__country-list .iti__flag,.em [dir=rtl] .iti__country-name{margin-right:0;margin-left:var(--iti-spacer-horizontal)}.em .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) button.iti__selected-country{cursor:pointer}.em .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country-primary:hover,.em .iti--allow-dropdown .iti__country-container:not(:has(+input[disabled])):not(:has(+input[readonly])) .iti__selected-country:has(+.iti__dropdown-content:hover) .iti__selected-country-primary{background-color:var(--iti-hover-color)}.em .iti .iti__selected-dial-code{margin-left:4px}.em .iti--container{position:fixed;top:-1000px;left:-1000px;z-index:1060;padding:var(--iti-border-width)}.em .iti--container:hover{cursor:pointer}.em .iti__hide{display:none}.em .iti__v-hide{visibility:hidden}.em .iti--fullscreen-popup.iti--container{background-color:rgba(0,0,0,.5);top:0;bottom:0;left:0;right:0;position:fixed;padding:var(--iti-mobile-popup-margin);display:flex;flex-direction:column;justify-content:flex-start}.em .iti--fullscreen-popup .iti__dropdown-content{display:flex;flex-direction:column;max-height:100%;position:relative}.em .iti--fullscreen-popup .iti__country{padding:10px;line-height:1.5em}.em .iti__flag{--iti-flag-offset:100px;height:var(--iti-flag-height);width:var(--iti-flag-width);border-radius:1px;box-shadow:0 0 1px 0 #888;background-image:var(--iti-path-flags-1x);background-repeat:no-repeat;background-position:var(--iti-flag-offset) 0;background-size:var(--iti-flag-sprite-width) var(--iti-flag-sprite-height)}.em .iti__ac{--iti-flag-offset:0px}.em .iti__ad{--iti-flag-offset:-16px}.em .iti__ae{--iti-flag-offset:-32px}.em .iti__af{--iti-flag-offset:-48px}.em .iti__ag{--iti-flag-offset:-64px}.em .iti__ai{--iti-flag-offset:-80px}.em .iti__al{--iti-flag-offset:-96px}.em .iti__am{--iti-flag-offset:-112px}.em .iti__ao{--iti-flag-offset:-128px}.em .iti__ar{--iti-flag-offset:-144px}.em .iti__as{--iti-flag-offset:-160px}.em .iti__at{--iti-flag-offset:-176px}.em .iti__au{--iti-flag-offset:-192px}.em .iti__aw{--iti-flag-offset:-208px}.em .iti__ax{--iti-flag-offset:-224px}.em .iti__az{--iti-flag-offset:-240px}.em .iti__ba{--iti-flag-offset:-256px}.em .iti__bb{--iti-flag-offset:-272px}.em .iti__bd{--iti-flag-offset:-288px}.em .iti__be{--iti-flag-offset:-304px}.em .iti__bf{--iti-flag-offset:-320px}.em .iti__bg{--iti-flag-offset:-336px}.em .iti__bh{--iti-flag-offset:-352px}.em .iti__bi{--iti-flag-offset:-368px}.em .iti__bj{--iti-flag-offset:-384px}.em .iti__bl{--iti-flag-offset:-400px}.em .iti__bm{--iti-flag-offset:-416px}.em .iti__bn{--iti-flag-offset:-432px}.em .iti__bo{--iti-flag-offset:-448px}.em .iti__bq{--iti-flag-offset:-464px}.em .iti__br{--iti-flag-offset:-480px}.em .iti__bs{--iti-flag-offset:-496px}.em .iti__bt{--iti-flag-offset:-512px}.em .iti__bw{--iti-flag-offset:-528px}.em .iti__by{--iti-flag-offset:-544px}.em .iti__bz{--iti-flag-offset:-560px}.em .iti__ca{--iti-flag-offset:-576px}.em .iti__cc{--iti-flag-offset:-592px}.em .iti__cd{--iti-flag-offset:-608px}.em .iti__cf{--iti-flag-offset:-624px}.em .iti__cg{--iti-flag-offset:-640px}.em .iti__ch{--iti-flag-offset:-656px}.em .iti__ci{--iti-flag-offset:-672px}.em .iti__ck{--iti-flag-offset:-688px}.em .iti__cl{--iti-flag-offset:-704px}.em .iti__cm{--iti-flag-offset:-720px}.em .iti__cn{--iti-flag-offset:-736px}.em .iti__co{--iti-flag-offset:-752px}.em .iti__cr{--iti-flag-offset:-768px}.em .iti__cu{--iti-flag-offset:-784px}.em .iti__cv{--iti-flag-offset:-800px}.em .iti__cw{--iti-flag-offset:-816px}.em .iti__cx{--iti-flag-offset:-832px}.em .iti__cy{--iti-flag-offset:-848px}.em .iti__cz{--iti-flag-offset:-864px}.em .iti__de{--iti-flag-offset:-880px}.em .iti__dj{--iti-flag-offset:-896px}.em .iti__dk{--iti-flag-offset:-912px}.em .iti__dm{--iti-flag-offset:-928px}.em .iti__do{--iti-flag-offset:-944px}.em .iti__dz{--iti-flag-offset:-960px}.em .iti__ec{--iti-flag-offset:-976px}.em .iti__ee{--iti-flag-offset:-992px}.em .iti__eg{--iti-flag-offset:-1008px}.em .iti__eh{--iti-flag-offset:-1024px}.em .iti__er{--iti-flag-offset:-1040px}.em .iti__es{--iti-flag-offset:-1056px}.em .iti__et{--iti-flag-offset:-1072px}.em .iti__fi{--iti-flag-offset:-1088px}.em .iti__fj{--iti-flag-offset:-1104px}.em .iti__fk{--iti-flag-offset:-1120px}.em .iti__fm{--iti-flag-offset:-1136px}.em .iti__fo{--iti-flag-offset:-1152px}.em .iti__fr{--iti-flag-offset:-1168px}.em .iti__ga{--iti-flag-offset:-1184px}.em .iti__gb{--iti-flag-offset:-1200px}.em .iti__gd{--iti-flag-offset:-1216px}.em .iti__ge{--iti-flag-offset:-1232px}.em .iti__gf{--iti-flag-offset:-1248px}.em .iti__gg{--iti-flag-offset:-1264px}.em .iti__gh{--iti-flag-offset:-1280px}.em .iti__gi{--iti-flag-offset:-1296px}.em .iti__gl{--iti-flag-offset:-1312px}.em .iti__gm{--iti-flag-offset:-1328px}.em .iti__gn{--iti-flag-offset:-1344px}.em .iti__gp{--iti-flag-offset:-1360px}.em .iti__gq{--iti-flag-offset:-1376px}.em .iti__gr{--iti-flag-offset:-1392px}.em .iti__gt{--iti-flag-offset:-1408px}.em .iti__gu{--iti-flag-offset:-1424px}.em .iti__gw{--iti-flag-offset:-1440px}.em .iti__gy{--iti-flag-offset:-1456px}.em .iti__hk{--iti-flag-offset:-1472px}.em .iti__hn{--iti-flag-offset:-1488px}.em .iti__hr{--iti-flag-offset:-1504px}.em .iti__ht{--iti-flag-offset:-1520px}.em .iti__hu{--iti-flag-offset:-1536px}.em .iti__id{--iti-flag-offset:-1552px}.em .iti__ie{--iti-flag-offset:-1568px}.em .iti__il{--iti-flag-offset:-1584px}.em .iti__im{--iti-flag-offset:-1600px}.em .iti__in{--iti-flag-offset:-1616px}.em .iti__io{--iti-flag-offset:-1632px}.em .iti__iq{--iti-flag-offset:-1648px}.em .iti__ir{--iti-flag-offset:-1664px}.em .iti__is{--iti-flag-offset:-1680px}.em .iti__it{--iti-flag-offset:-1696px}.em .iti__je{--iti-flag-offset:-1712px}.em .iti__jm{--iti-flag-offset:-1728px}.em .iti__jo{--iti-flag-offset:-1744px}.em .iti__jp{--iti-flag-offset:-1760px}.em .iti__ke{--iti-flag-offset:-1776px}.em .iti__kg{--iti-flag-offset:-1792px}.em .iti__kh{--iti-flag-offset:-1808px}.em .iti__ki{--iti-flag-offset:-1824px}.em .iti__km{--iti-flag-offset:-1840px}.em .iti__kn{--iti-flag-offset:-1856px}.em .iti__kp{--iti-flag-offset:-1872px}.em .iti__kr{--iti-flag-offset:-1888px}.em .iti__kw{--iti-flag-offset:-1904px}.em .iti__ky{--iti-flag-offset:-1920px}.em .iti__kz{--iti-flag-offset:-1936px}.em .iti__la{--iti-flag-offset:-1952px}.em .iti__lb{--iti-flag-offset:-1968px}.em .iti__lc{--iti-flag-offset:-1984px}.em .iti__li{--iti-flag-offset:-2000px}.em .iti__lk{--iti-flag-offset:-2016px}.em .iti__lr{--iti-flag-offset:-2032px}.em .iti__ls{--iti-flag-offset:-2048px}.em .iti__lt{--iti-flag-offset:-2064px}.em .iti__lu{--iti-flag-offset:-2080px}.em .iti__lv{--iti-flag-offset:-2096px}.em .iti__ly{--iti-flag-offset:-2112px}.em .iti__ma{--iti-flag-offset:-2128px}.em .iti__mc{--iti-flag-offset:-2144px}.em .iti__md{--iti-flag-offset:-2160px}.em .iti__me{--iti-flag-offset:-2176px}.em .iti__mf{--iti-flag-offset:-2192px}.em .iti__mg{--iti-flag-offset:-2208px}.em .iti__mh{--iti-flag-offset:-2224px}.em .iti__mk{--iti-flag-offset:-2240px}.em .iti__ml{--iti-flag-offset:-2256px}.em .iti__mm{--iti-flag-offset:-2272px}.em .iti__mn{--iti-flag-offset:-2288px}.em .iti__mo{--iti-flag-offset:-2304px}.em .iti__mp{--iti-flag-offset:-2320px}.em .iti__mq{--iti-flag-offset:-2336px}.em .iti__mr{--iti-flag-offset:-2352px}.em .iti__ms{--iti-flag-offset:-2368px}.em .iti__mt{--iti-flag-offset:-2384px}.em .iti__mu{--iti-flag-offset:-2400px}.em .iti__mv{--iti-flag-offset:-2416px}.em .iti__mw{--iti-flag-offset:-2432px}.em .iti__mx{--iti-flag-offset:-2448px}.em .iti__my{--iti-flag-offset:-2464px}.em .iti__mz{--iti-flag-offset:-2480px}.em .iti__na{--iti-flag-offset:-2496px}.em .iti__nc{--iti-flag-offset:-2512px}.em .iti__ne{--iti-flag-offset:-2528px}.em .iti__nf{--iti-flag-offset:-2544px}.em .iti__ng{--iti-flag-offset:-2560px}.em .iti__ni{--iti-flag-offset:-2576px}.em .iti__nl{--iti-flag-offset:-2592px}.em .iti__no{--iti-flag-offset:-2608px}.em .iti__np{--iti-flag-offset:-2624px}.em .iti__nr{--iti-flag-offset:-2640px}.em .iti__nu{--iti-flag-offset:-2656px}.em .iti__nz{--iti-flag-offset:-2672px}.em .iti__om{--iti-flag-offset:-2688px}.em .iti__pa{--iti-flag-offset:-2704px}.em .iti__pe{--iti-flag-offset:-2720px}.em .iti__pf{--iti-flag-offset:-2736px}.em .iti__pg{--iti-flag-offset:-2752px}.em .iti__ph{--iti-flag-offset:-2768px}.em .iti__pk{--iti-flag-offset:-2784px}.em .iti__pl{--iti-flag-offset:-2800px}.em .iti__pm{--iti-flag-offset:-2816px}.em .iti__pr{--iti-flag-offset:-2832px}.em .iti__ps{--iti-flag-offset:-2848px}.em .iti__pt{--iti-flag-offset:-2864px}.em .iti__pw{--iti-flag-offset:-2880px}.em .iti__py{--iti-flag-offset:-2896px}.em .iti__qa{--iti-flag-offset:-2912px}.em .iti__re{--iti-flag-offset:-2928px}.em .iti__ro{--iti-flag-offset:-2944px}.em .iti__rs{--iti-flag-offset:-2960px}.em .iti__ru{--iti-flag-offset:-2976px}.em .iti__rw{--iti-flag-offset:-2992px}.em .iti__sa{--iti-flag-offset:-3008px}.em .iti__sb{--iti-flag-offset:-3024px}.em .iti__sc{--iti-flag-offset:-3040px}.em .iti__sd{--iti-flag-offset:-3056px}.em .iti__se{--iti-flag-offset:-3072px}.em .iti__sg{--iti-flag-offset:-3088px}.em .iti__sh{--iti-flag-offset:-3104px}.em .iti__si{--iti-flag-offset:-3120px}.em .iti__sj{--iti-flag-offset:-3136px}.em .iti__sk{--iti-flag-offset:-3152px}.em .iti__sl{--iti-flag-offset:-3168px}.em .iti__sm{--iti-flag-offset:-3184px}.em .iti__sn{--iti-flag-offset:-3200px}.em .iti__so{--iti-flag-offset:-3216px}.em .iti__sr{--iti-flag-offset:-3232px}.em .iti__ss{--iti-flag-offset:-3248px}.em .iti__st{--iti-flag-offset:-3264px}.em .iti__sv{--iti-flag-offset:-3280px}.em .iti__sx{--iti-flag-offset:-3296px}.em .iti__sy{--iti-flag-offset:-3312px}.em .iti__sz{--iti-flag-offset:-3328px}.em .iti__tc{--iti-flag-offset:-3344px}.em .iti__td{--iti-flag-offset:-3360px}.em .iti__tg{--iti-flag-offset:-3376px}.em .iti__th{--iti-flag-offset:-3392px}.em .iti__tj{--iti-flag-offset:-3408px}.em .iti__tk{--iti-flag-offset:-3424px}.em .iti__tl{--iti-flag-offset:-3440px}.em .iti__tm{--iti-flag-offset:-3456px}.em .iti__tn{--iti-flag-offset:-3472px}.em .iti__to{--iti-flag-offset:-3488px}.em .iti__tr{--iti-flag-offset:-3504px}.em .iti__tt{--iti-flag-offset:-3520px}.em .iti__tv{--iti-flag-offset:-3536px}.em .iti__tw{--iti-flag-offset:-3552px}.em .iti__tz{--iti-flag-offset:-3568px}.em .iti__ua{--iti-flag-offset:-3584px}.em .iti__ug{--iti-flag-offset:-3600px}.em .iti__us{--iti-flag-offset:-3616px}.em .iti__uy{--iti-flag-offset:-3632px}.em .iti__uz{--iti-flag-offset:-3648px}.em .iti__va{--iti-flag-offset:-3664px}.em .iti__vc{--iti-flag-offset:-3680px}.em .iti__ve{--iti-flag-offset:-3696px}.em .iti__vg{--iti-flag-offset:-3712px}.em .iti__vi{--iti-flag-offset:-3728px}.em .iti__vn{--iti-flag-offset:-3744px}.em .iti__vu{--iti-flag-offset:-3760px}.em .iti__wf{--iti-flag-offset:-3776px}.em .iti__ws{--iti-flag-offset:-3792px}.em .iti__xk{--iti-flag-offset:-3808px}.em .iti__ye{--iti-flag-offset:-3824px}.em .iti__yt{--iti-flag-offset:-3840px}.em .iti__za{--iti-flag-offset:-3856px}.em .iti__zm{--iti-flag-offset:-3872px}.em .iti__zw{--iti-flag-offset:-3888px}.em .iti__globe{background-image:var(--iti-path-globe-1x);background-size:contain;background-position:right;box-shadow:none;height:19px}@media (min-resolution:2x){.em .iti__flag{background-image:var(--iti-path-flags-2x)}.em .iti__globe{background-image:var(--iti-path-globe-2x)}}
/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.columns-1.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.columns-2.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.columns-3.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.columns-4.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.columns-5.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.columns-6.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.columns-7.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.columns-8.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(8,minmax(0,1fr))}.columns-9.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(9,minmax(0,1fr))}.columns-10.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(10,minmax(0,1fr))}.columns-11.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(11,minmax(0,1fr))}.columns-12.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.columns-13.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(13,minmax(0,1fr))}.columns-14.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(14,minmax(0,1fr))}.columns-15.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(15,minmax(0,1fr))}.columns-16.wp-block-post-template.is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:repeat(16,minmax(0,1fr))}
.wp-block-navigation.wpbbe-responsive-navigation .wp-block-navigation__responsive-container-open:not(.always-shown){display:flex}.wp-block-navigation.wpbbe-responsive-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation.wpbbe-responsive-navigation .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:revert}
.wp-block-navigation.has-hover .wp-block-navigation-item__content,.wp-block-navigation.has-submenu-hover .wp-block-navigation-item__content{transition:color .1s}.wp-block-navigation.has-hover .wp-block-navigation-item__content:hover{color:var(--wp-navigation-hover,initial)}.wp-block-navigation.has-submenu-hover .is-menu-open .wp-block-navigation-item__content:hover,.wp-block-navigation.has-submenu-hover .wp-block-navigation__submenu-container .wp-block-navigation-item__content:hover{color:var(--wp-navigation-submenu-hover,initial)}
.wp-block-button.has-hover-text :is(.wp-element-button:hover,.wp-block-button__link:hover){color:var(--wp-block-button--hover-text,initial)!important}.wp-block-button.has-hover-background :is(.wp-element-button:hover,.wp-block-button__link:hover){background-color:var(--wp-block-button--hover-background,initial)!important}.wp-block-button.has-hover-border :is(.wp-element-button:hover,.wp-block-button__link:hover){border-color:var(--wp-block-button--hover-border,initial)!important}.wp-block-button.has-hover-background :is(.wp-element-button,.wp-block-button__link),.wp-block-button.has-hover-border :is(.wp-element-button,.wp-block-button__link),.wp-block-button.has-hover-text :is(.wp-element-button,.wp-block-button__link){transition:color .1s,background-color .1s,border-color .1s}
body:not(.wpbbe-visibility-helper) .wpbbe-visibility-hidden{display:none!important}.wpbbe-visibility-hidden.has-warning,.wpbbe-visibility-visible.has-warning{display:flex!important}
.wpbbe__flex-item-prevent-shrinking{flex-shrink:0;max-width:100%}
[data-aos]{animation-delay:var(--aos-delay,0s);animation-duration:var(--aos-duration,.3s);animation-fill-mode:forwards;animation-timing-function:var(--aos-easing,ease);opacity:0;transform:translateZ(0)}[data-aos][data-aos-easing=linear]{animation-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos-easing=ease]{animation-timing-function:ease}[data-aos][data-aos-easing=ease-in]{animation-timing-function:ease-in}[data-aos][data-aos-easing=ease-out]{animation-timing-function:ease-out}[data-aos][data-aos-easing=ease-in-out]{animation-timing-function:ease-in-out}[data-aos][data-aos-easing=ease-back]{animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos-easing=ease-in-quad]{animation-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos-easing=ease-out-quad]{animation-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos-easing=ease-in-out-quad]{animation-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos-easing=ease-in-quart]{animation-timing-function:cubic-bezier(.895,.03,.685,.22)}[data-aos][data-aos-easing=ease-out-quart]{animation-timing-function:cubic-bezier(.165,.84,.44,1)}[data-aos][data-aos-easing=ease-in-out-quart]{animation-timing-function:cubic-bezier(.77,0,.175,1)}[data-aos][data-aos-easing=ease-in-expo]{animation-timing-function:cubic-bezier(.95,.05,.795,.035)}[data-aos][data-aos-easing=ease-out-expo]{animation-timing-function:cubic-bezier(.19,1,.22,1)}[data-aos][data-aos-easing=ease-in-out-expo]{animation-timing-function:cubic-bezier(1,0,0,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}[data-aos|=fade-in].aos-animate,[data-aos|=fade].aos-animate{animation-name:fadeIn}[data-aos|=fade-out].aos-animate{animation-name:fadeOut}@keyframes slideUp{0%{opacity:0;transform:translate3d(0,30px,0)}to{opacity:1;transform:none}}@keyframes slideDown{0%{opacity:0;transform:translate3d(0,-30px,0)}to{opacity:1;transform:none}}@keyframes slideLeft{0%{opacity:0;transform:translate3d(50px,0,0)}to{opacity:1;transform:none}}@keyframes slideRight{0%{opacity:0;transform:translate3d(-50px,0,0)}to{opacity:1;transform:none}}[data-aos=slide-up].aos-animate{animation-name:slideUp}[data-aos=slide-down].aos-animate{animation-name:slideDown}[data-aos=slide-left].aos-animate{animation-name:slideLeft}[data-aos=slide-right].aos-animate{animation-name:slideRight}@keyframes zoomIn{0%{opacity:0;transform:translateZ(0) scale(.8)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes zoomOut{0%{opacity:0;transform:translateZ(0) scale(1.2)}to{opacity:1;transform:translateZ(0) scale(1)}}[data-aos=zoom-in].aos-animate{animation-name:zoomIn}[data-aos=zoom-out].aos-animate{animation-name:zoomOut}
.aos-root[data-aos] [data-aos]{animation-name:none}.aos-root.aos-animate [data-aos|=fade-in],.aos-root.aos-animate [data-aos|=fade]{animation-name:fadeIn}.aos-root.aos-animate [data-aos|=fade-out]{animation-name:fadeOut}.aos-root.aos-animate [data-aos=slide-up]{animation-name:slideUp}.aos-root.aos-animate [data-aos=slide-down]{animation-name:slideDown}.aos-root.aos-animate [data-aos=slide-left]{animation-name:slideLeft}.aos-root.aos-animate [data-aos=slide-right]{animation-name:slideRight}.aos-root.aos-animate [data-aos=zoom-in]{animation-name:zoomIn}.aos-root.aos-animate [data-aos=zoom-out]{animation-name:zoomOut}
.wp-block-navigation__responsive-container.is-menu-open{box-sizing:border-box;height:100dvh}header:has(>.is-position-sticky){display:contents}.is-position-sticky.is-pin-ready.is-pin-ready{transition-duration:.2s;transition-property:background,border-color,box-shadow,backdrop-filter}.is-position-sticky.is-pinned.has-pinned-background{background:var(--wp-sticky--pinned-background,initial)!important}.is-position-sticky.is-pinned.has-pinned-blur{backdrop-filter:blur(var(--wp-sticky--pinned-backdrop-blur,0))}.is-position-sticky.is-pinned.has-pinned-border{border-color:var(--wp-sticky--pinned-border-color,initial)!important}.is-position-sticky.is-pinned.has-pinned-shadow{box-shadow:var(--wp-sticky--pinned-shadow,initial)}
.is-position-sticky.is-overlap-bottom{margin-top:var(--wp--pinned-block-overlap,0)!important}.is-position-sticky.is-overlap-top{margin-bottom:var(--wp--pinned-block-overlap,0)!important}
.wp-block-navigation__responsive-container.is-menu-open{box-sizing:border-box;height:100dvh}.has-backdrop-blur{backdrop-filter:blur(var(--wp--backdrop-blur,0))}
span.text-with-gradient{-webkit-background-clip:text;background-repeat:repeat;background-size:100%;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}.format-library__inline-color-wpbbe-gradient{padding:16px}.format-library__inline-color-wpbbe-gradient .components-custom-gradient-picker__gradient-bar .components-button{padding:0}
.nativeScroll{position:relative;--ns-items:5;--ns-item-min-height:150px;--ns-item-min-width:150px;--ns-item-gap:20px;--ns-item-tail:0;--ns-progress-alignment:left;--ns-progress-width:100%;--ns-progress-height:4px;--ns-indicator-height:4px;--ns-indicator-color:#888888c2;--ns-progress-radius:0px;--ns-progress-voffset:0px;--ns-progress-hoffset:0px;--ns-progress-translate-x:0px;--ns-progress-translate-y:0px;--ns-progress-left-position:calc(50% + var(--ns-progress-hoffset));--ns-progress-top-position:calc(100% + var(--ns-progress-voffset));--ns-progress-bar-voffset:0px;--ns-progress-bar-translate-x:0px;--ns-progress-bar-translate-y:-50%;--ns-progress-bar-top-position:calc(50% + var(--ns-progress-bar-voffset));--ns-progress-color:#88888840;--ns-scroll-snap:inline mandatory;--ns-scroll-snap-mode:center;--ns-scroll-padding:0px;--ns-scroll-block-padding:0px;--progress-display:inline-flex;--progress-opacity:1;--ns-overlap-position:relative;--ns-overlap-width:auto;--ns-overlap-left-offset:auto;--ns-overlap-right-offset:auto;--ns-overlap-top-offset:auto;--ns-overlap-bottom-offset:auto;opacity:0;-webkit-transform:translateZ(0);transition:opacity .2s;--ns-item-justify:center;--ns-item-alignment:start;align-items:flex-start;justify-content:space-between;max-width:100%}.nativeScroll.alignfull{max-width:none}.nsContent{display:grid;gap:var(--ns-item-gap);grid-auto-columns:min(100%,max(var(--ns-item-min-width),100%/(var(--ns-items) + var(--ns-item-tail)) - var(--ns-item-gap)*(var(--ns-items) - 1)/var(--ns-items)));grid-auto-flow:column;min-height:var(--ns-item-min-height);overflow-x:auto;overflow-y:hidden;padding-block:var(--ns-scroll-block-padding);padding-inline:var(--ns-scroll-padding);overflow-scrolling:touch;align-items:var(--ns-item-alignment);border-style:solid;border-width:0;justify-items:var(--ns-item-justify);overscroll-behavior-inline:contain;position:relative;scroll-behavior:smooth;scroll-padding-inline:var(--ns-scroll-padding);scroll-snap-type:var(--ns-scroll-snap);scrollbar-width:none;z-index:1}.nsContent.has-border-color{border-width:2px}.nsContent::-webkit-scrollbar{display:none}.nsContent>*{scroll-snap-align:var(--ns-scroll-snap-mode)}.nativeScroll .nsArrow{cursor:pointer;left:var(--ns-overlap-left-offset);opacity:var(--arrow-opacity);position:var(--ns-overlap-position);right:var(--ns-overlap-right-offset);transition:opacity .3s;-moz-user-select:none;user-select:none;-webkit-user-select:none;z-index:2}.nativeScroll .nsArrow.nsDisabled{cursor:auto}.nativeScroll .nsProgressTrackWrapper{bottom:var(--ns-overlap-bottom-offset);display:flex;justify-content:var(--ns-progress-alignment);position:var(--ns-overlap-position);top:var(--ns-overlap-top-offset);width:var(--ns-overlap-width)}.nsProgressTrack{background:var(--ns-progress-color);border-radius:var(--ns-progress-radius);border-style:solid;border-width:0;display:var(--progress-display);height:var(--ns-progress-height);left:var(--ns-progress-left-position);min-width:56px;opacity:var(--progress-opacity);top:var(--ns-progress-top-position);transform:translate3d(var(--ns-progress-translate-x),var(--ns-progress-translate-y),0);transition:all .3s;width:min(var(--ns-progress-width),100%);z-index:2}.nativeScroll:hover .nsProgressTrack{opacity:1}.nsProgressIndicator{background:var(--ns-indicator-color);border-radius:var(--ns-progress-radius);border-style:solid;border-width:0;box-sizing:border-box;height:var(--ns-indicator-height);position:absolute;top:var(--ns-progress-bar-top-position);transform:translate3d(var(--ns-progress-bar-translate-x),var(--ns-progress-bar-translate-y),0);transition:border-color,border-radius .3s ease-in-out,transform 1ms;width:0}.nsContent.nsGrab{cursor:grabbing;-moz-user-select:none;user-select:none;-webkit-user-select:none}.nsContent>.is-selected{cursor:auto;-moz-user-select:initial;user-select:auto;-webkit-user-select:initial}.nsNoScroll:not(.block-editor-block-list__block) .nsArrow,.nsNoScroll:not(.block-editor-block-list__block) .nsProgressTrackWrapper{display:none}.nativeScroll .wp-block-group,.nsContent .block-editor-block-list__block{min-width:0}
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{background:var(--e-a-bg-logo);border-radius:50%;display:inline-block;line-height:1;padding:.75em}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1100px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1100px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-left:auto;margin-right:auto;position:relative}@media (max-width:1100px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1100px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1101px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1101px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1100px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1100px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1100px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-bottom:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1101px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop"}}@media (max-width:-1){#elementor-device-mode:after{content:"tablet_extra"}}@media (max-width:1100px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap;margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1100px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;font-size:15px;line-height:1;padding:12px 24px;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;padding:.5em;fill:#fff}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1100px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop{display:none}}@media (min-width:1101px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.elementor-widget-the7_horizontal-menu>.elementor-widget-container{position:relative;display:flex;flex-flow:column}#the7-body .dt-nav-menu-horizontal{list-style:none;margin:0}.elementor-widget-the7_horizontal-menu{--submenu-padding-top:20px;--submenu-padding-right:20px;--submenu-padding-bottom:20px;--submenu-padding-left:20px;--submenu-item-color:var(--the7-submenu-color);--icon-size:1em;--icon-spacing:5px;--decoration-height:3px;--divider-height:1em;--grid-row-gap:10px;--icon-margin:0 0 var(--icon-spacing) 0;--default-submenu-max-width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px))}.elementor-widget-the7_horizontal-menu .horizontal-menu-wrap{--first-level-submenu-offset:calc(var(--grid-row-gap, 0px) /2)}.horizontal-menu-wrap.horizontal-menu-dropdown{align-items:center;align-self:var(--justify,center)}.dt-nav-menu-horizontal{flex-wrap:wrap;align-items:stretch}.dt-nav-menu-horizontal>li,.dt-nav-menu-horizontal>li>.horizontal-sub-nav li{list-style:none}.dt-nav-menu-horizontal>li{display:flex;flex-flow:column wrap;align-items:center;justify-content:center;list-style:none}.dt-nav-menu-horizontal>li:not(.item-divider):not(:first-child){padding-left:calc(var(--grid-row-gap)/ 2)}.dt-nav-menu-horizontal>li:not(.item-divider):not(:last-child){padding-right:calc(var(--grid-row-gap)/ 2)}.widget-divider-yes .last-item-border-hide .dt-nav-menu-horizontal>li:nth-last-child(2){padding-right:0}.dt-nav-menu-horizontal.justify-content-evenly{justify-content:space-evenly}.dt-nav-menu-horizontal.justify-content-justified>li{flex-grow:1}.dt-nav-menu-horizontal.justify-content-justified>li>a{width:100%}.dt-nav-menu-horizontal.justify-content-fullwidth>li:not(.item-divider){flex:1 1 0}.dt-nav-menu-horizontal>li.item-divider{flex:0;align-self:center}.widget-divider-yes .dt-nav-menu-horizontal .item-divider{height:var(--divider-height);border-left-width:var(--divider-width,0px);border-right-width:var(--divider-width,0px);border-color:var(--the7-divider-color)}.sub-widget-divider-yes .horizontal-sub-nav>li:after{position:absolute;display:block;bottom:calc((var(--sub-grid-row-gap,0px) - var(--divider-sub-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-sub-width,0px);border-bottom-width:var(--divider-sub-width,0px);border-color:var(--the7-divider-color);content:""}.sub-widget-divider-yes .horizontal-menu-dropdown>ul .horizontal-sub-nav:before{position:absolute;display:block!important;bottom:auto;top:calc((var(--sub-grid-row-gap,0px) - var(--divider-sub-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-sub-width,0px);border-bottom-width:var(--divider-sub-width,0px);border-color:var(--the7-divider-color);content:""}.dt-nav-menu-horizontal>li>a{position:relative;display:flex;justify-content:center;font-size:var(--the7-text-big-font-size);line-height:var(--the7-text-big-line-height);color:var(--the7-title-color);transition:background .3s,border-color .3s,box-shadow .3s;border:0 solid}.decoration-align-height .dt-nav-menu-horizontal>li>a{height:100%}.justify-content-fullwidth .dt-nav-menu-horizontal>li>a{width:100%}.dt-nav-menu-horizontal>li>a .menu-item-text{transition:color .3s}.dt-nav-menu-horizontal>li>a .menu-text{grid-area:header}.dt-nav-menu-horizontal>li>a .menu-item-icon .menu-text{padding-top:var(--row-gap,5px)}.dt-nav-menu-horizontal>li>a i,.dt-nav-menu-horizontal>li>a img,.dt-nav-menu-horizontal>li>a svg{grid-area:icon;align-self:center;justify-self:center}.dt-nav-menu-horizontal>li>a .subtitle-text{grid-area:subtitle}.dt-nav-menu-horizontal>li>a .menu-item-icon{display:grid;grid-template-areas:var(--icon-grid-template," icon header " " icon subtitle ");grid-template-columns:var(--icon-grid-columns,1em max-content);grid-column-gap:var(--column-gap,5px);transition:color .3s;grid-template-rows:auto auto 0 auto}.dt-nav-menu-horizontal>li>a .menu-item-icon i,.dt-nav-menu-horizontal>li>a .menu-item-icon img,.dt-nav-menu-horizontal>li>a .menu-item-icon svg{display:var(--icon-display,inline-flex);justify-content:center;align-items:center;height:1em;margin:0!important;box-sizing:content-box;border-radius:0!important;transition:all .3s}.dt-nav-menu-horizontal>li>a .with-description .menu-item-icon{grid-template-rows:auto}.items-decoration-yes .dt-nav-menu-horizontal>li>a:after{position:absolute;left:auto;right:auto;width:100%;content:"";height:3px}.decoration-position-top .dt-nav-menu-horizontal>li>a:after{top:0}.decoration-position-bottom .dt-nav-menu-horizontal>li>a:after{top:calc(100% - var(--decoration-height,0px))}.decoration-left-to-right .dt-nav-menu-horizontal>li>a:after{width:0px;transition:.35s cubic-bezier(.175,.885,.32,1.275)}.decoration-upwards .dt-nav-menu-horizontal>li>a:after{opacity:0;transition:.3s cubic-bezier(.25,.46,.45,.94);transform:translateY(10px)}.decoration-downwards .dt-nav-menu-horizontal>li>a:after{opacity:0;transition:.3s cubic-bezier(0,.54,.52,.76);transform:translateY(-10px)}.decoration-fade .dt-nav-menu-horizontal>li>a:after{opacity:0;transition:.4s}.dt-nav-menu-horizontal>li>a:hover:after{background:var(--the7-accent-color)}.decoration-left-to-right .dt-nav-menu-horizontal>li>a:hover:after{width:var(--decoration-wiidth,100%)}.decoration-downwards .dt-nav-menu-horizontal>li>a:hover:after,.decoration-upwards .dt-nav-menu-horizontal>li>a:hover:after{opacity:1;transform:translateY(0px)}.decoration-fade .dt-nav-menu-horizontal>li>a:hover:after{opacity:1}.dt-nav-menu-horizontal>li.act>a:after,.dt-nav-menu-horizontal>li.parent-clicked>a:after{background:var(--the7-accent-color)}.decoration-left-to-right .dt-nav-menu-horizontal>li.act>a:after,.decoration-left-to-right .dt-nav-menu-horizontal>li.parent-clicked>a:after{width:100%}.decoration-downwards .dt-nav-menu-horizontal>li.act>a:after,.decoration-downwards .dt-nav-menu-horizontal>li.parent-clicked>a:after,.decoration-upwards .dt-nav-menu-horizontal>li.act>a:after,.decoration-upwards .dt-nav-menu-horizontal>li.parent-clicked>a:after{opacity:1;transform:translateY(0px)}.decoration-fade .dt-nav-menu-horizontal>li.act>a:after,.decoration-fade .dt-nav-menu-horizontal>li.parent-clicked>a:after{opacity:1}.horizontal-sub-nav{position:absolute;z-index:5;--sub-icon-size:1em;--sub-icon-spacing:5px;--submenu-item-padding-right:0;--sub-grid-row-gap:10px;min-width:250px;padding:var(--sub-paddings)}.horizontal-sub-nav>li{position:relative}.horizontal-sub-nav>li:not(:last-child){padding-bottom:var(--sub-grid-row-gap)}.horizontal-sub-nav>li.has-children>a:before{content:"";position:absolute;display:block;left:calc(-1 * var(--submenu-padding-left,0px));top:0;height:100%;width:calc(var(--submenu-padding-left,0px) + var(--submenu-padding-right,0px) + 100% + var(--sub-grid-row-gap))}.dt-sub-menu_align-center .horizontal-sub-nav>li.has-children>a .item-content:before{content:""}.horizontal-sub-nav>li>a{position:relative;display:flex;transition:background .3s,border-color .3s,box-shadow .3s,color .3s;border:0 solid;font-size:var(--the7-text-big-font-size);line-height:var(--the7-text-big-line-height);color:var(--the7-title-color);border-color:var(--the7-divider-color);justify-content:var(--h-menu-sub-nav-justify-content);text-align:var(--h-menu-sub-nav-text-align)}.horizontal-sub-nav>li>a .menu-text{grid-area:header}.horizontal-sub-nav>li>a .menu-item-icon .menu-text{padding-top:var(--row-gap,5px)}.horizontal-sub-nav>li>a i,.horizontal-sub-nav>li>a img,.horizontal-sub-nav>li>a svg{grid-area:icon;align-self:center;justify-self:var(--h-menu-sub-nav-justify-content,center)}.horizontal-sub-nav>li>a .subtitle-text{grid-area:subtitle}.horizontal-sub-nav>li>a .item-content>i,.horizontal-sub-nav>li>a .menu-item-text{order:1}.horizontal-sub-nav>li>a .menu-item-icon{display:grid;grid-template-areas:var(--icon-grid-template," icon header " " icon subtitle ");grid-template-columns:var(--icon-grid-columns,1em max-content);grid-column-gap:var(--column-gap,5px);transition:color .3s;grid-template-rows:auto auto 0 auto}.horizontal-sub-nav>li>a .menu-item-icon i,.horizontal-sub-nav>li>a .menu-item-icon img,.horizontal-sub-nav>li>a .menu-item-icon svg{display:var(--icon-display,inline-flex);justify-content:center;align-items:center;margin:0!important;height:1em;box-sizing:content-box;border-radius:0!important;transition:all .3s}.horizontal-sub-nav>li>a .with-description .menu-item-icon{grid-template-rows:auto}.dt-nav-menu-horizontal>li>.horizontal-sub-nav{top:100%}.dt-nav-menu-horizontal>li>.horizontal-sub-nav:before{content:"";display:block;left:var(--sub-left,0px);height:calc(100% - var(--sub-menu-gap,0px));width:var(--sub-width,100%);position:absolute;bottom:0;background:var(--the7-content-boxes-bg)}.horizontal-sub-nav .horizontal-sub-nav{top:calc(-1 * var(--submenu-padding-top,0px));left:calc(var(--submenu-padding-right,0px) + 100%);background:var(--the7-content-boxes-bg);padding:var(--submenu-padding-top,0px) var(--submenu-padding-right,0px) var(--submenu-padding-bottom,0px) var(--submenu-padding-left,0px)}.horizontal-sub-nav .horizontal-sub-nav.right-overflow{left:auto;right:calc(var(--submenu-padding-left,0px) + 100%)}.sub-icon_align-side.sub-icon_position-left .horizontal-sub-nav>li .menu-item-text{padding-left:var(--sub-icon-size);margin-left:var(--sub-icon-spacing)}.sub-icon_align-side.sub-icon_position-right .horizontal-sub-nav>li .menu-item-text{padding-right:var(--sub-icon-size);margin-right:var(--sub-icon-spacing)}.dt-sub-menu_align-center.sub-icon_align-side .horizontal-sub-nav>li .menu-item-text{padding:0 var(--sub-icon-size);margin:0 var(--sub-icon-spacing)}.dt-nav-menu-horizontal li .item-content,.horizontal-menu-dropdown li .item-content{display:flex;align-items:center}.content ul.horizontal-sub-nav{margin:0}.dt-nav-menu-horizontal>li>a,.horizontal-sub-nav>li>a{align-items:inherit}.dt-nav-menu-horizontal__align-center .dt-nav-menu-horizontal>li,.dt-nav-menu-horizontal__align-center .dt-nav-menu-horizontal>li>a,.dt-nav-menu-horizontal__align-center .dt-nav-menu-horizontal>li>a>.item-content{justify-content:inherit;align-items:inherit;text-align:inherit}#the7-body .dt-nav-menu-horizontal__align-right .dt-nav-menu-horizontal>li,#the7-body .dt-nav-menu-horizontal__align-right .dt-nav-menu-horizontal>li>a{justify-content:inherit}.dt-nav-menu-horizontal .submenu-indicator{display:none}.dt-nav-menu-horizontal .has-children>a .submenu-indicator{position:relative;display:flex;pointer-events:auto;line-height:1.2;text-align:center}.sub-icon_align-side .horizontal-sub-nav li>a .submenu-indicator{position:absolute}.sub-icon_position-left.sub-icon_align-side .horizontal-sub-nav li>a .submenu-indicator{left:var(--submenu-item-padding-left)}.sub-icon_position-right.sub-icon_align-side .horizontal-sub-nav li>a .submenu-indicator{right:var(--submenu-item-padding-right)}.dt-nav-menu-horizontal--main .has-children>a .submenu-indicator i,.dt-nav-menu-horizontal--main li>a .item-content i{width:1em}.dt-nav-menu-horizontal--main .has-children>a .submenu-indicator i{transition:color .3s ease}.dt-nav-menu-horizontal--main li>a .item-content img{width:1em;border-radius:0!important}.dt-nav-menu-horizontal--main li>a .item-content>i{margin:0px 6px 0px 0px}.dt-nav-menu-horizontal--main li>a .submenu-indicator svg,.horizontal-menu-dropdown>li>a svg,.horizontal-sub-nav>li>a svg{width:1em;height:auto;fill:var(--the7-title-color);color:var(--the7-title-color);transition:all .3s ease}.dt-nav-menu-horizontal .subtitle-text{font-size:70%}.horizontal-menu-toggle{--toggle-icon-spacing:10px;display:none;align-items:center;justify-content:center;cursor:pointer;border:0 solid var(--the7-divider-color);font-size:var(--the7-text-big-font-size);line-height:var(--the7-text-big-line-height);color:var(--the7-title-color);outline:transparent solid 0;transition:all .3s ease}.horizontal-menu-toggle:hover{color:var(--the7-title-color)}.horizontal-menu-toggle svg{width:1em;fill:var(--the7-title-color);color:var(--the7-title-color);transition:all .3s ease}.dt-nav-menu-horizontal--main .submenu-indicator>*{display:none}.dt-nav-menu-horizontal .has-children>a .submenu-indicator>:nth-child(1):not(.submenu-mob-indicator){display:block}.dt-nav-menu-horizontal .has-children>a .submenu-indicator>:nth-child(2){display:none}.has-children>a .submenu-mob-indicator{text-align:center}.has-children>a .submenu-mob-indicator>:nth-child(1){display:block}.has-children>a .submenu-mob-indicator>:nth-child(2){display:none}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main{min-width:250px;max-width:var(--submenu-max-width,var(--default-submenu-max-width));padding:var(--submenu-padding-top,20px) var(--submenu-padding-right,20px) var(--submenu-padding-bottom,20px) var(--submenu-padding-left,20px);background:var(--the7-content-boxes-bg)}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .horizontal-sub-nav{position:static;visibility:visible;opacity:1}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .horizontal-sub-nav .horizontal-sub-nav{position:relative;top:0;display:none;width:100%;left:0;background:0 0;transition:opacity .5s;padding-top:var(--sub-grid-row-gap)}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .item-divider{display:none}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main li>a .submenu-indicator{align-items:center;position:relative}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main li>a .submenu-indicator:after{position:absolute;content:"";min-width:30px;min-height:30px;width:100%;height:100%;top:50%;left:50%;cursor:pointer;transform:translate3d(-50%,-50%,0px)}.horizontal-menu-toggle .menu-toggle-icons{position:relative;order:1;line-height:0}.horizontal-menu-toggle .menu-toggle-icons>:nth-child(1){display:inline-block;opacity:1}.horizontal-menu-toggle .menu-toggle-icons>:nth-child(2){position:absolute;display:inline-block;opacity:0;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.horizontal-menu-toggle.elementor-active .menu-toggle-icons>:nth-child(1){opacity:0}.horizontal-menu-toggle.elementor-active .menu-toggle-icons>:nth-child(2){opacity:1}.dt-nav-menu-horizontal>li,.horizontal-menu-wrap{position:var(--position,relative)}.widget-divider- .dt-nav-menu-horizontal .first.depth-0>.horizontal-sub-nav{left:var(--first-item-offset)}.widget-divider- .dt-nav-menu-horizontal .first.depth-0>.horizontal-sub-nav.left-overflow{right:auto;left:var(--first-item-offset)}.widget-divider- .dt-nav-menu-horizontal .last.depth-0>.horizontal-sub-nav{right:var(--last-item-offset)}.widget-divider- .dt-nav-menu-horizontal .last.depth-0>.horizontal-sub-nav.right-overflow{right:0;left:auto}.widget-divider-yes.first-item-border-hide .dt-nav-menu-horizontal .first.depth-0>.horizontal-sub-nav{left:var(--first-item-offset)}.widget-divider-yes.first-item-border-hide .dt-nav-menu-horizontal .first.depth-0>.horizontal-sub-nav.left-overflow{right:auto;left:0}.widget-divider-yes.last-item-border-hide .dt-nav-menu-horizontal .last.depth-0>.horizontal-sub-nav{right:var(--last-item-offset)}.widget-divider-yes.last-item-border-hide .dt-nav-menu-horizontal .last.depth-0>.horizontal-sub-nav.right-overflow{right:0;left:auto}.dt-nav-menu-horizontal .depth-0.the7-e-mega-menu-width-content>.the7-e-mega-menu-sub-nav.right-overflow,.dt-nav-menu-horizontal .depth-0>.horizontal-sub-nav.right-overflow{right:var(--first-level-submenu-offset);left:auto}.dt-nav-menu-horizontal .depth-0.the7-e-mega-menu-width-content>.the7-e-mega-menu-sub-nav.left-overflow,.dt-nav-menu-horizontal .depth-0>.horizontal-sub-nav.left-overflow{right:auto;left:var(--first-level-submenu-offset)}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main{width:var(--width,auto);left:var(--first-item-offset,0);right:var(--last-item-offset,auto);margin:var(--sub-margins);position:absolute;z-index:34;top:100%;transition:max-height .3s,transform .3s;transform-origin:top;overflow-x:hidden;overflow-y:auto}.dt-nav-menu-horizontal>li>.horizontal-sub-nav{width:var(--width,auto);left:var(--left,0);right:var(--right,auto);max-width:var(--submenu-max-width,var(--default-submenu-max-width));margin:var(--sub-margins)}.dt-nav-menu-horizontal>.the7-e-mega-menu.the7-e-mega-menu-width-content>.the7-e-mega-menu-sub-nav{width:auto;left:var(--left,0);right:var(--right,auto)}.horizontal-menu-dropdown .horizontal-menu-toggle{display:inline-flex}.horizontal-menu-dropdown{display:inline-flex;flex-flow:column}.sub-menu-position-center.horizontal-menu-dropdown{align-items:center}.mob-menu-dropdown .dt-nav-menu-horizontal--main{display:var(--menu-display,block)}.mob-menu-dropdown .horizontal-menu-dropdown .dt-nav-menu-horizontal--main{display:var(--mobile-display,none)}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .has-children>a .submenu-indicator>:nth-child(1):not(.submenu-mob-indicator),.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .has-children>a.item-active .submenu-mob-indicator>:nth-child(1):not(.submenu-mob-indicator){display:none}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .has-children>a .submenu-indicator>:nth-child(1).submenu-mob-indicator,.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .has-children>a .submenu-indicator>:nth-child(2),.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .has-children>a.item-active .submenu-mob-indicator>:nth-child(1).submenu-mob-indicator,.horizontal-menu-dropdown .dt-nav-menu-horizontal--main .has-children>a.item-active .submenu-mob-indicator>:nth-child(2){display:block}.touchevents .horizontal-menu-dropdown .dt-nav-menu-horizontal--main{-webkit-overflow-scrolling:touch}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav{position:relative;visibility:inherit!important;opacity:1;flex-flow:column;justify-content:flex-start;transform:none;min-width:auto;width:100%;padding:0}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav .item-divider{display:none}.sub-widget-divider-yes.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav>li:after{position:absolute;display:block;bottom:calc((var(--sub-grid-row-gap,0px)/ 2 - var(--divider-sub-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-sub-width,0px);border-bottom-width:var(--divider-sub-width,0px);border-color:var(--the7-divider-color);content:""}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav>li{display:flex;flex-flow:column}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav>li>a{width:100%}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav>li>a:before{display:none}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav li .horizontal-sub-nav,.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav li .horizontal-sub-nav .horizontal-sub-nav{display:none;opacity:0;padding-top:var(--sub-grid-row-gap)}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav li .horizontal-sub-nav .horizontal-sub-nav:before,.horizontal-menu-dropdown .dt-nav-menu-horizontal--main ul.horizontal-sub-nav li .horizontal-sub-nav:before{display:none}.dt-nav-menu-horizontal .depth-0>.horizontal-sub-nav{z-index:99}.dt-sub-menu_align-left .horizontal-menu-dropdown .dt-nav-menu-horizontal--main li .horizontal-sub-nav,.dt-sub-menu_align-left .horizontal-menu-dropdown .dt-nav-menu-horizontal--main li .horizontal-sub-nav .horizontal-sub-nav,.dt-sub-menu_align-right .horizontal-menu-dropdown .dt-nav-menu-horizontal--main li .horizontal-sub-nav,.dt-sub-menu_align-right .horizontal-menu-dropdown .dt-nav-menu-horizontal--main li .horizontal-sub-nav .horizontal-sub-nav{padding-left:var(--submenu-side-gap,20px)}.dt-sub-menu_align-center .horizontal-menu-dropdown .dt-nav-menu-horizontal--main li .horizontal-sub-nav,.dt-sub-menu_align-center .horizontal-menu-dropdown .dt-nav-menu-horizontal--main li .horizontal-sub-nav .horizontal-sub-nav{padding-left:var(--submenu-side-gap,0px)}.horizontal-menu-dropdown .horizontal-menu-toggle:not(.elementor-active)+.dt-nav-menu-horizontal--main{transform:scaleY(0);max-height:0}.horizontal-menu-dropdown .horizontal-menu-toggle.elementor-active+.dt-nav-menu-horizontal--main{transform:scaleY(1);max-height:100vh;max-height:calc(var(--vh,100vh) - var(--sub-menu-bottom-gap,0px))}.dt-nav-menu-horizontal>.the7-e-mega-menu>.the7-e-mega-menu-sub-nav{position:absolute;z-index:5;min-width:80px;width:100%;left:0;right:auto;margin:0;top:100%;padding:0}.dt-nav-menu-horizontal>.the7-e-mega-menu{position:static}.dt-nav-menu-horizontal>.the7-e-mega-menu.the7-e-mega-menu-width-content{position:var(--position,relative)}.dt-nav-menu-horizontal>.the7-e-mega-menu.the7-e-mega-menu-width-full>.the7-e-sub-nav.the7-e-mega-menu-sub-nav{left:var(--dynamic-justified-submenu-left-offset);right:auto;width:100vw}.dt-nav-menu-horizontal>.the7-e-mega-menu.the7-e-mega-menu-width-auto>.the7-e-sub-nav.the7-e-mega-menu-sub-nav{left:var(--dynamic-submenu-content-left-offset);right:auto;width:var(--dynamic-submenu-content-width)}.horizontal-menu-wrap.horizontal-menu-dropdown .the7-e-mega-menu.the7-e-mega-menu-mobile>.the7-e-sub-nav.the7-e-mega-menu-sub-nav,.horizontal-menu-wrap:not(.horizontal-menu-dropdown) .the7-e-mega-menu.the7-e-mega-menu-mobile>.the7-e-sub-nav.horizontal-sub-nav{display:none!important}.horizontal-menu-dropdown .the7-e-mega-menu>.the7-e-sub-nav.the7-e-mega-menu-sub-nav{display:none;opacity:0;transition:opacity .5s;visibility:inherit!important}.horizontal-menu-dropdown .the7-e-mega-menu-mobile-empty>a .submenu-indicator{display:none}.horizontal-menu-wrap:not(.horizontal-menu-dropdown) .the7-e-mega-menu-content>.elementor-section-wrap{height:var(--mega-vh,auto);overflow-x:hidden;overflow-y:auto}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main::-webkit-scrollbar,.horizontal-menu-wrap:not(.horizontal-menu-dropdown) .the7-e-mega-menu-content>.elementor-section-wrap::-webkit-scrollbar{width:14px}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main::-webkit-scrollbar-thumb,.horizontal-menu-wrap:not(.horizontal-menu-dropdown) .the7-e-mega-menu-content>.elementor-section-wrap::-webkit-scrollbar-thumb{border:4px solid transparent;background-clip:padding-box;border-radius:7px;background-color:rgba(0,0,0,0)}.horizontal-menu-dropdown .dt-nav-menu-horizontal--main:hover::-webkit-scrollbar-thumb,.horizontal-menu-wrap:not(.horizontal-menu-dropdown) .the7-e-mega-menu-content>.elementor-section-wrap:hover::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.5)}.dt-nav-menu-horizontal li.depth-0>a .item-content{--icon-spacing:10px;flex-flow:var(--flow-depth-0,row nowrap)}.dt-nav-menu-horizontal li.menu-item>a .item-content>i,.dt-nav-menu-horizontal li.menu-item>a .item-content>img{margin:var(--icon-margin)!important;border-style:solid;border-width:0;box-sizing:content-box}.horizontal-menu-wrap .item-content>.menu-item-wrapper{display:flex;align-items:center;width:100%}
.the7-icon-wrapper{line-height:0}.the7-icon-wrapper .elementor-icon{font-size:32px;border-color:var(--the7-accent-color)}.the7-icon-wrapper .elementor-icon i{transition:color .3s ease}.the7-icon-wrapper .elementor-icon svg{transition:all .3s ease}.the7-icon-wrapper i{color:var(--the7-accent-color)}.the7-icon-wrapper svg{fill:var(--the7-accent-color);color:var(--the7-accent-color);height:auto;align-self:center}
.the7-e-sticky-effect-yes .dt-nav-menu-horizontal,.the7-e-sticky-effect-yes .elementor-widget-image img,.the7-e-sticky-effect-yes .elementor-widget-image svg,.the7-e-sticky-effect-yes.e-con,.the7-e-sticky-effect-yes>.elementor-container{transition:min-height .3s,height .3s,width .3s,max-width .3s,opacity .3s}.the7-e-sticky-effect-yes,.the7-e-sticky-scrollup-yes,.the7-e-sticky-scrollup-yes.e-con{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s!important}.the7-e-sticky-effect-yes.e-con{transition:min-height .3s,height .3s,width .3s,max-width .3s,opacity .3s,background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s!important}.the7-e-sticky-effect-yes.e-con.the7-e-sticky{transition:min-height .3s,height .3s,opacity .3s,background .3s,border .3s,border-radius .3s,box-shadow .3s,opacity .3s,transform .3s!important}.the7-e-sticky-scrollup-yes:not(.the7-e-sticky-spacer){--the7-sticky-scroll-up-translate:0;transform:translateY(0)}.the7-e-sticky-scrollup-yes:not(.the7-e-sticky-spacer).the7-e-scroll-down{transform:translateY(calc(0px - var(--the7-sticky-scroll-up-translate)));opacity:0;pointer-events:none}.the7-e-sticky-overlap-yes,.the7-e-sticky-overlap-yes.e-con,.the7-e-sticky-overlap-yes.the7-e-sticky-spacer{position:absolute;top:initial;width:100%}.the7-e-sticky-active,.the7-e-sticky-active.e-con,.the7-e-sticky-overlap-yes,.the7-e-sticky-overlap-yes.e-con{z-index:99}.the7-e-sticky-effect-yes .the7-e-on-sticky-effect-visibility{transition:all .3s ease-in-out!important}.the7-e-sticky-effect-yes.the7-e-sticky-effects:not(.the7-e-sticky-spacer) .the7-e-on-sticky-effect-visibility-hide,.the7-e-sticky-effect-yes:not(.the7-e-sticky-effects):not(.the7-e-sticky-spacer) .the7-e-on-sticky-effect-visibility-show{padding-top:0!important;padding-bottom:0!important;margin-top:0!important;margin-bottom:0!important;height:0!important;opacity:0;overflow:hidden}body.elementor-editor-active .elementor.elementor-edit-mode .the7-e-sticky-effect-yes.the7-e-sticky-effects .the7-e-on-sticky-effect-visibility-hide,body.elementor-editor-active .elementor.elementor-edit-mode .the7-e-sticky-effect-yes:not(.the7-e-sticky-effects) .the7-e-on-sticky-effect-visibility-show{overflow:hidden}.notransition-all.e-con.the7-e-sticky:not(.fix),.notransition-all:not(.fix),.notransition-all:not(.fix) *{transition:none!important}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}
.elementor-column .elementor-spacer-inner{height:var(--spacer-size)}.e-con{--container-widget-width:100%}.e-con-inner>.elementor-widget-spacer,.e-con>.elementor-widget-spacer{width:var(--container-widget-width,var(--spacer-size));--align-self:var( --container-widget-align-self,initial );--flex-shrink:0}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,.e-con>.elementor-widget-spacer>.elementor-widget-container{height:100%;width:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer{height:100%}.e-con-inner>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner,.e-con>.elementor-widget-spacer:not(:has(>.elementor-widget-container))>.elementor-spacer>.elementor-spacer-inner{height:var(--container-widget-height,var(--spacer-size))}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty,.e-con>.elementor-widget-spacer.elementor-widget-empty{min-height:22px;min-width:22px;position:relative}.e-con-inner>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon,.e-con>.elementor-widget-spacer.elementor-widget-empty .elementor-widget-empty-icon{height:22px;inset:0;margin:auto;padding:0;position:absolute;width:22px}
#the7-body .dt-nav-menu{list-style:none;margin:0}.elementor-widget-the7_nav-menu .elementor-widget-container{overflow:hidden}.dt-nav-menu{--icon-size:1em;--icon-spacing:5px}.dt-nav-menu li{position:relative;display:flex;flex-flow:row wrap;align-items:center;width:100%;list-style:none}.sub-widget-divider-yes .dt-nav-menu li:after,.sub-widget-divider-yes .dt-nav-menu li:first-child:before,.widget-divider-yes .dt-nav-menu li:after,.widget-divider-yes .dt-nav-menu li:first-child:before{content:"";position:absolute;bottom:calc((var(--grid-row-gap,0px) - var(--divider-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-width,0px);border-bottom-width:var(--divider-width,0px);border-color:var(--the7-divider-color)}.widget-divider-yes .dt-nav-menu>li:first-child:before{bottom:calc(100% - var(--divider-width,0px))}.widget-divider-yes .dt-nav-menu li:last-child:after{bottom:calc(-1 * var(--divider-width,0px)/ 2)}.widget-divider-yes .dt-nav-menu--main:not(.last-item-border-hide){padding-bottom:calc(var(--divider-width,0px)/ 2)}.sub-widget-divider-yes .vertical-sub-nav li:after,.sub-widget-divider-yes .vertical-sub-nav li:first-child:before{bottom:calc((var(--sub-grid-row-gap,0px) - var(--divider-sub-width,0px))/ 2);left:0;width:100%;border-top-width:var(--divider-sub-width,0px);border-bottom-width:var(--divider-sub-width,0px);border-color:var(--the7-divider-color)}.sub-widget-divider-yes .vertical-sub-nav li:last-child:after{bottom:calc(-1 * var(--divider-sub-width,0px)/ 2)}.sub-widget-divider-yes .vertical-sub-nav>li:first-child:before{bottom:calc(100% - var(--divider-sub-width,0px))}.dt-nav-menu a{position:relative;display:flex;flex-flow:row nowrap;width:100%;transition:background .3s,border-color .3s;border:0 solid;line-height:1.2}.dt-nav-menu>li>a{font-size:var(--the7-text-big-font-size);line-height:var(--the7-text-big-line-height);color:var(--the7-title-color);border-color:var(--the7-divider-color)}.vertical-sub-nav{--sub-icon-size:1em;--sub-icon-spacing:5px;transition:opacity .5s}.the7-e-mega-menu-sub-nav .vertical-sub-nav{opacity:1!important;visibility:inherit!important}.dt-nav-menu li .item-content{display:flex;flex-flow:var(--item-direction,row nowrap);align-items:var(--item-align,center);justify-content:var(--item-justify,inherit);order:1}.dt-nav-menu li .item-content img,.dt-nav-menu li .item-content>i,.dt-nav-menu li .item-content>svg{width:1em;align-items:center;justify-content:center;order:var(--icon-order,0);margin:var(--icon-margin);box-sizing:content-box;transition:all .3s}.dt-nav-menu li .item-content .menu-item-text{order:1;transition:color .3s}.dt-icon-align-side.dt-icon-position-left .dt-nav-menu>li>a .item-content{padding-left:var(--icon-size);margin-left:var(--icon-spacing)}.dt-icon-align-side.dt-icon-position-right .dt-nav-menu>li>a .item-content{padding-right:var(--icon-size);margin-right:var(--icon-spacing)}.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu>li>a .item-content{padding:0 var(--icon-size);margin:0 var(--icon-spacing)}.vertical-sub-nav>li a{font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height);color:var(--the7-title-color);border-color:var(--the7-divider-color);justify-content:var(--sub-justify-content);align-items:var(--sub-align-items);text-align:var(--sub-text-align)}.vertical-sub-nav>li .item-content{align-items:var(--sub-item-align,center)}.dt-sub-icon-align-side.dt-sub-icon-position-left .vertical-sub-nav>li .item-content{padding-left:var(--sub-icon-size);margin-left:var(--sub-icon-spacing)}.dt-sub-icon-align-side.dt-sub-icon-position-right .vertical-sub-nav>li .item-content{padding-right:var(--sub-icon-size);margin-right:var(--sub-icon-spacing)}.dt-sub-menu_align-center .dt-sub-icon-align-side .vertical-sub-nav>li .item-content{padding:0 var(--sub-icon-size);margin:0 var(--sub-icon-spacing)}.content ul.vertical-sub-nav{margin:0}.dt-nav-menu li>.mega-menu-img-left_top .item-content,.dt-nav-menu li>.mega-menu-img-right_top .item-content,.dt-nav-menu li>.mega-menu-img-top .item-content,.dt-nav-menu li>.mega-menu-img-top_align_left .item-content{-ms-flex-flow:column wrap;flex-flow:column wrap}.dt-nav-menu__align-center ul li,.dt-nav-menu__align-center ul li a,.dt-nav-menu__align-center ul li a>.item-content{justify-content:inherit;align-items:inherit;text-align:inherit}#the7-body .dt-nav-menu__align-right ul li,#the7-body .dt-nav-menu__align-right ul li a{justify-content:inherit}.dt-nav-menu__align-left li>a.mega-menu-img-left_top .item-content,.dt-nav-menu__align-left li>a.mega-menu-img-right_top .item-content,.dt-nav-menu__align-left li>a.mega-menu-img-top .item-content,.dt-nav-menu__align-left li>a.mega-menu-img-top_align_left .item-content{align-items:inherit}.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-left_top .item-content,.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-right_top .item-content,.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-top .item-content,.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>a.mega-menu-img-top_align_left .item-content{align-items:inherit;text-align:right}.dt-nav-menu__align-right .dt-nav-menu li:not(.dt-mega-parent)>.mega-menu-img-right .item-content{text-align:right}.dt-nav-menu a:not(.mega-menu-img-top):not(.mega-menu-img-top_align_left):not(.mega-menu-img-right_top):not(.mega-menu-img-left_top){align-items:center}.dt-sub-menu-display-on_click,.dt-sub-menu-display-on_item_click{visibility:hidden}.the7-e-mega-menu .dt-sub-menu-display-on_click,.the7-e-mega-menu .dt-sub-menu-display-on_item_click,.the7-e-sticky-spacer .dt-sub-menu-display-on_click,.the7-e-sticky-spacer .dt-sub-menu-display-on_item_click{visibility:inherit!important}.dt-sub-menu-display-on_click .dt-nav-menu li>.vertical-sub-nav,.dt-sub-menu-display-on_item_click .dt-nav-menu li>.vertical-sub-nav{display:none}.dt-sub-menu-display-on_click .dt-nav-menu li.act>.vertical-sub-nav,.dt-sub-menu-display-on_item_click .dt-nav-menu li.act>.vertical-sub-nav{display:block}.dt-nav-menu li>.vertical-sub-nav{width:100%}.dt-sub-menu-display-always .next-level-button,.dt-sub-menu-display-on_click.indicator-off .next-level-button,.dt-sub-menu-display-on_item_click.indicator-off li .next-level-button{display:none}.dt-sub-menu-display-on_click li .next-level-button,.dt-sub-menu-display-on_item_click li .next-level-button{visibility:hidden;pointer-events:none}.dt-icon-align-side.dt-sub-menu-display-on_click .dt-nav-menu>li>a .next-level-button,.dt-icon-align-side.dt-sub-menu-display-on_item_click .dt-nav-menu>li>a .next-level-button{position:absolute}.dt-icon-position-left.dt-icon-align-side.dt-sub-menu-display-on_click .dt-nav-menu>li>a .next-level-button,.dt-icon-position-left.dt-icon-align-side.dt-sub-menu-display-on_item_click .dt-nav-menu>li>a .next-level-button{left:0}.dt-icon-position-right.dt-icon-align-side.dt-sub-menu-display-on_click .dt-nav-menu>li>a .next-level-button,.dt-icon-position-right.dt-icon-align-side.dt-sub-menu-display-on_item_click .dt-nav-menu>li>a .next-level-button{right:0}.dt-sub-icon-align-side.dt-sub-menu-display-on_click .vertical-sub-nav>li .next-level-button,.dt-sub-icon-align-side.dt-sub-menu-display-on_item_click .vertical-sub-nav>li .next-level-button{position:absolute}.dt-sub-icon-position-left.dt-sub-icon-align-side.dt-sub-menu-display-on_click .vertical-sub-nav>li .next-level-button,.dt-sub-icon-position-left.dt-sub-icon-align-side.dt-sub-menu-display-on_item_click .vertical-sub-nav>li .next-level-button{left:0}.dt-sub-icon-position-right.dt-sub-icon-align-side.dt-sub-menu-display-on_click .vertical-sub-nav>li .next-level-button,.dt-sub-icon-position-right.dt-sub-icon-align-side.dt-sub-menu-display-on_item_click .vertical-sub-nav>li .next-level-button{right:0}.dt-nav-menu .has-children>a .next-level-button{position:relative;align-self:center;display:flex;visibility:visible;pointer-events:auto;line-height:1.2;text-align:center;transition:color .3s}.dt-nav-menu .has-children>a .next-level-button:after{position:absolute;content:"";min-width:50px;min-height:30px;width:100%;height:100%;top:50%;left:50%;cursor:pointer;transform:translate3d(-50%,-50%,0)}.dt-nav-menu .has-children>a .next-level-button svg{transition:all .3s}.the7-e-mega-menu .dt-nav-menu .has-children>a .next-level-button,.the7-e-mega-menu .dt-nav-menu .has-children>a .next-level-button svg{display:none}.the7-e-mega-menu.dt-hovered .dt-nav-menu .has-children>a .next-level-button,.the7-e-mega-menu.dt-hovered .dt-nav-menu .has-children>a .next-level-button svg{display:flex}.dt-icon-align-side .dt-nav-menu>.has-children>a .next-level-button{position:absolute}.dt-icon-position-left.dt-icon-align-side .dt-nav-menu>.has-children>a .next-level-button{left:0}.dt-icon-position-right.dt-icon-align-side .dt-nav-menu>.has-children>a .next-level-button{right:0}.dt-sub-icon-align-side .vertical-sub-nav>.has-children a .next-level-button{position:absolute}.dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav>.has-children a .next-level-button{left:0}.dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav>.has-children a .next-level-button{right:0}.dt-nav-menu .has-children>a .next-level-button i{width:1em}.dt-nav-menu li>a .next-level-button svg{width:1em;height:auto;fill:var(--the7-title-color);color:var(--the7-title-color)}.dt-nav-menu li.has-children>a .next-level-button>:nth-child(1){visibility:visible;opacity:1}.dt-nav-menu li.has-children>a .next-level-button>:nth-child(2){position:absolute;visibility:hidden;opacity:0}.dt-nav-menu li.has-children.open-sub>a .next-level-button>:nth-child(1){visibility:hidden;opacity:0}.dt-nav-menu li.has-children.open-sub>a .next-level-button>:nth-child(2){visibility:visible;opacity:1}.dt-icon-position-left .dt-nav-menu>li>a .next-level-button,.dt-sub-icon-position-left .vertical-sub-nav .next-level-button{margin-right:5px;order:0}.dt-icon-position-right .dt-nav-menu>li>a .next-level-button,.dt-sub-icon-position-right .vertical-sub-nav .next-level-button{margin-left:5px;order:2}.dt-nav-menu .subtitle-text{font-size:70%}
.the7-box-wrapper{display:flex;flex-flow:row nowrap;overflow:hidden}.box-content-wrapper{display:flex;width:100%}.icon-position-top .box-content-wrapper{flex-wrap:wrap}.the7-box-wrapper .elementor-icon-div{display:inline-flex;margin:0 var(--icon-spacing) 0 0}.icon-position-right .the7-box-wrapper .elementor-icon-div{margin:0 0 0 var(--icon-spacing);order:2}.icon-position-top .elementor-icon-div{margin:0 0 var(--icon-spacing)}.the7-box-wrapper .elementor-icon{display:inline-flex;justify-content:center;align-items:center;height:fit-content;font-size:32px}.elementor-icon-div i{color:var(--the7-accent-color);transition:color .3s ease}.elementor-icon-div svg{fill:var(--the7-accent-color);color:var(--the7-accent-color);height:auto;transition:all .3s ease}.box-content-wrapper .elementor-icon{border-color:var(--the7-accent-color)}.icon-position-top .the7-box-wrapper{flex-wrap:wrap}[class*=elementor-widget-the7_icon_box] .the7-box-wrapper .box-content{display:flex;flex-flow:column wrap;flex-grow:1;flex-wrap:unset;justify-content:center}.the7-box-wrapper .box-heading{font:var(--the7-h4-font);text-transform:var(--the7-h4-text-transform);color:var(--the7-h4-color);display:inline-block;text-decoration:none;margin-bottom:0!important;transition:color .3s ease}.the7-box-wrapper .box-heading a{transition:color .3s ease}.the7-box-wrapper,.the7-box-wrapper .box-button{transition:all .3s ease}.the7-box-wrapper .box-button{margin-top:15px}.the7-box-wrapper .box-heading a:hover,a.the7-box-wrapper:hover .box-heading a{color:var(--the7-h4-color)}.the7-box-wrapper .box-description{margin-bottom:0;margin-top:10px;color:var(--the7-base-color);transition:color .3s ease}.the7-box-wrapper .box-description p{margin-bottom:0}.icon-vertical-align-start.icon-position-top .box-content-wrapper{justify-content:flex-start}.icon-vertical-align-center.icon-position-top .box-content-wrapper{justify-content:center}.icon-vertical-align-end.icon-position-top .box-content-wrapper{justify-content:flex-end}.icon-position-left .box-content-wrapper,.icon-position-right .box-content-wrapper{flex-wrap:inherit}
.elementor-shape{direction:ltr;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.elementor-shape-top{top:-1px}.elementor-shape-top:not([data-negative=false]) svg{z-index:-1}.elementor-shape-bottom{bottom:-1px}.elementor-shape-bottom:not([data-negative=true]) svg{z-index:-1}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{transform:rotate(180deg)}.elementor-shape svg{display:block;left:50%;position:relative;transform:translateX(-50%);width:calc(100% + 1.3px)}.elementor-shape .elementor-shape-fill{fill:#fff;transform:rotateY(0deg);transform-origin:center}
.filter-item:after,.filter-item:before{display:block;position:absolute;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transition-timing-function:cubic-bezier(.58,.3,.005,1);-o-transition-timing-function:cubic-bezier(.58,.3,.005,1);transition-timing-function:cubic-bezier(.58,.3,.005,1)}.filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{opacity:0}.act:after,.act:before,.filter-item.highlighted:after,.filter-item.highlighted:before,.filter-item:focus:after,.filter-item:focus:before,.filter-item:hover:after,.filter-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.filter-pointer-double-line .filter-item:after,.filter-pointer-double-line .filter-item:before,.filter-pointer-overline .filter-item:after,.filter-pointer-overline .filter-item:before,.filter-pointer-underline .filter-item:after,.filter-pointer-underline .filter-item:before{height:3px;width:100%;left:0;background-color:var(--filter-pointer-bg-color,transparent);z-index:2}.filter-pointer-double-line.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-double-line.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-overline.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-overline.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-underline.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-underline.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{height:0;width:0;left:50%}.filter-pointer-double-line.filter-animation-drop-out .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-overline.filter-animation-drop-out .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-underline.filter-animation-drop-out .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{top:10px}.filter-pointer-double-line.filter-animation-drop-out .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-overline.filter-animation-drop-out .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-underline.filter-animation-drop-out .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after{bottom:10px}.filter-pointer-double-line.filter-animation-drop-in .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-overline.filter-animation-drop-in .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-underline.filter-animation-drop-in .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{top:-10px}.filter-pointer-double-line.filter-animation-drop-in .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-overline.filter-animation-drop-in .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-underline.filter-animation-drop-in .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after{bottom:-10px}.filter-pointer-double-line.filter-animation-none,.filter-pointer-double-line.filter-animation-none .filter-item,.filter-pointer-double-line.filter-animation-none .filter-item:after,.filter-pointer-double-line.filter-animation-none .filter-item:before,.filter-pointer-double-line.filter-animation-none .filter-item:focus,.filter-pointer-double-line.filter-animation-none .filter-item:hover,.filter-pointer-double-line.filter-animation-none:after,.filter-pointer-double-line.filter-animation-none:before,.filter-pointer-double-line.filter-animation-none:focus,.filter-pointer-double-line.filter-animation-none:hover,.filter-pointer-overline.filter-animation-none,.filter-pointer-overline.filter-animation-none .filter-item,.filter-pointer-overline.filter-animation-none .filter-item:after,.filter-pointer-overline.filter-animation-none .filter-item:before,.filter-pointer-overline.filter-animation-none .filter-item:focus,.filter-pointer-overline.filter-animation-none .filter-item:hover,.filter-pointer-overline.filter-animation-none:after,.filter-pointer-overline.filter-animation-none:before,.filter-pointer-overline.filter-animation-none:focus,.filter-pointer-overline.filter-animation-none:hover,.filter-pointer-underline.filter-animation-none,.filter-pointer-underline.filter-animation-none .filter-item,.filter-pointer-underline.filter-animation-none .filter-item:after,.filter-pointer-underline.filter-animation-none .filter-item:before,.filter-pointer-underline.filter-animation-none .filter-item:focus,.filter-pointer-underline.filter-animation-none .filter-item:hover,.filter-pointer-underline.filter-animation-none:after,.filter-pointer-underline.filter-animation-none:before,.filter-pointer-underline.filter-animation-none:focus,.filter-pointer-underline.filter-animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.filter-pointer-double-line .filter-item:before,.filter-pointer-overline .filter-item:before{content:'';top:0}.filter-pointer-double-line.filter-animation-slide .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before,.filter-pointer-overline.filter-animation-slide .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{width:10px;left:-20px}.filter-pointer-double-line .filter-item:after,.filter-pointer-underline .filter-item:after{content:'';bottom:0}.filter-pointer-double-line.filter-animation-slide .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after,.filter-pointer-underline.filter-animation-slide .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):after{width:10px;left:calc(100% + 20px)}.filter-pointer-framed .filter-item:after,.filter-pointer-framed .filter-item:before{background:0 0;left:0;top:0;bottom:0;right:0;border:var(--filter-pointer-border-width,3px) solid var(--filter-pointer-bg-color,transparent)}.filter-pointer-framed .filter-item:before{content:''}.filter-pointer-framed.filter-animation-grow .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.filter-pointer-framed.filter-animation-shrink .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.filter-pointer-framed.filter-animation-grow .filter-item:before,.filter-pointer-framed.filter-animation-shrink .filter-item:before{-webkit-transition:opacity .2s,-webkit-transform .4s;-o-transition:opacity .2s,transform .4s;transition:opacity .2s,transform .4s;transition:opacity .2s,transform .4s,-webkit-transform .4s}.filter-pointer-framed.filter-animation-draw .filter-item:after,.filter-pointer-framed.filter-animation-draw .filter-item:before{width:3px;height:3px}.filter-pointer-framed.filter-animation-draw .filter-item:before{border-width:0 0 3px 3px;-webkit-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;-o-transition:width .1s .2s,height .1s .3s,opacity .12s .22s;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.filter-pointer-framed.filter-animation-draw .filter-item:after{content:'';top:initial;bottom:0;left:initial;right:0;border-width:3px 3px 0 0;-webkit-transition:width .1s,height .1s .1s,opacity 20ms .18s;-o-transition:width .1s,height .1s .1s,opacity 20ms .18s;transition:width .1s,height .1s .1s,opacity 20ms .18s}.filter-pointer-framed.filter-animation-draw .act:after,.filter-pointer-framed.filter-animation-draw .act:before,.filter-pointer-framed.filter-animation-draw .filter-item.highlighted:after,.filter-pointer-framed.filter-animation-draw .filter-item.highlighted:before,.filter-pointer-framed.filter-animation-draw .filter-item:focus:after,.filter-pointer-framed.filter-animation-draw .filter-item:focus:before,.filter-pointer-framed.filter-animation-draw .filter-item:hover:after,.filter-pointer-framed.filter-animation-draw .filter-item:hover:before{width:100%;height:100%}.filter-pointer-framed.filter-animation-draw .act:before,.filter-pointer-framed.filter-animation-draw .filter-item.highlighted:before,.filter-pointer-framed.filter-animation-draw .filter-item:focus:before,.filter-pointer-framed.filter-animation-draw .filter-item:hover:before{-webkit-transition:opacity 20ms,height .1s,width .1s .1s;-o-transition:opacity 20ms,height .1s,width .1s .1s;transition:opacity 20ms,height .1s,width .1s .1s}.filter-pointer-framed.filter-animation-draw .act:after,.filter-pointer-framed.filter-animation-draw .filter-item.highlighted:after,.filter-pointer-framed.filter-animation-draw .filter-item:focus:after,.filter-pointer-framed.filter-animation-draw .filter-item:hover:after{-webkit-transition:opacity 20ms .2s,height .1s .2s,width .1s .3s;-o-transition:opacity 20ms .2s,height .1s .2s,width .1s .3s;transition:opacity 20ms .2s,height .1s .2s,width .1s .3s}.filter-pointer-framed.filter-animation-corners .filter-item:after,.filter-pointer-framed.filter-animation-corners .filter-item:before{width:3px;height:3px}.filter-pointer-framed.filter-animation-corners .filter-item:before{border-width:3px 0 0 3px}.filter-pointer-framed.filter-animation-corners .filter-item:after{content:'';top:initial;bottom:0;left:initial;right:0;border-width:0 3px 3px 0}.filter-pointer-framed.filter-animation-corners .act:after,.filter-pointer-framed.filter-animation-corners .act:before,.filter-pointer-framed.filter-animation-corners .filter-item.highlighted:after,.filter-pointer-framed.filter-animation-corners .filter-item.highlighted:before,.filter-pointer-framed.filter-animation-corners .filter-item:focus:after,.filter-pointer-framed.filter-animation-corners .filter-item:focus:before,.filter-pointer-framed.filter-animation-corners .filter-item:hover:after,.filter-pointer-framed.filter-animation-corners .filter-item:hover:before{width:100%;height:100%;-webkit-transition:opacity 2ms,width .4s,height .4s;-o-transition:opacity 2ms,width .4s,height .4s;transition:opacity 2ms,width .4s,height .4s}.filter-pointer-framed.filter-animation-none,.filter-pointer-framed.filter-animation-none .filter-item,.filter-pointer-framed.filter-animation-none .filter-item:after,.filter-pointer-framed.filter-animation-none .filter-item:before,.filter-pointer-framed.filter-animation-none .filter-item:focus,.filter-pointer-framed.filter-animation-none .filter-item:hover,.filter-pointer-framed.filter-animation-none:after,.filter-pointer-framed.filter-animation-none:before,.filter-pointer-framed.filter-animation-none:focus,.filter-pointer-framed.filter-animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.filter-pointer-background .filter-item:after,.filter-pointer-background .filter-item:before{content:'';-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.filter-pointer-background .filter-item:before{top:0;left:0;right:0;bottom:0;z-index:-1}.filter-pointer-background .act,.filter-pointer-background .filter-item.highlighted,.filter-pointer-background .filter-item:focus,.filter-pointer-background .filter-item:hover{color:#fff}.filter-pointer-background.filter-animation-grow .filter-item:before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.filter-pointer-background.filter-animation-grow .act:before,.filter-pointer-background.filter-animation-grow .filter-item.highlighted:before,.filter-pointer-background.filter-animation-grow .filter-item:focus:before,.filter-pointer-background.filter-animation-grow .filter-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.filter-pointer-background.filter-animation-shrink .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.filter-pointer-background.filter-animation-shrink .act:before,.filter-pointer-background.filter-animation-shrink .filter-item.highlighted:before,.filter-pointer-background.filter-animation-shrink .filter-item:focus:before,.filter-pointer-background.filter-animation-shrink .filter-item:hover:before{-webkit-transition:opacity .15s,-webkit-transform .4s;-o-transition:opacity .15s,transform .4s;transition:opacity .15s,transform .4s;transition:opacity .15s,transform .4s,-webkit-transform .4s}.filter-pointer-background.filter-animation-sweep-left .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{left:100%}.filter-pointer-background.filter-animation-sweep-right .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{right:100%}.filter-pointer-background.filter-animation-sweep-up .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{top:100%}.filter-pointer-background.filter-animation-sweep-down .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{bottom:100%}.filter-pointer-background.filter-animation-shutter-out-vertical .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{bottom:50%;top:50%}.filter-pointer-background.filter-animation-shutter-out-horizontal .filter-item:not(:hover):not(:focus):not(.act):not(.highlighted):before{right:50%;left:50%}.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:after,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:after{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:before{top:0;bottom:100%}.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:after{top:100%;bottom:0}.filter-pointer-background.filter-animation-shutter-in-vertical .act:before,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item.highlighted:before,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:focus:before,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:hover:before{bottom:50%}.filter-pointer-background.filter-animation-shutter-in-vertical .act:after,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item.highlighted:after,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:focus:after,.filter-pointer-background.filter-animation-shutter-in-vertical .filter-item:hover:after{top:50%}.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:before{right:0;left:100%}.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:after{right:100%;left:0}.filter-pointer-background.filter-animation-shutter-in-horizontal .act:before,.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item.highlighted:before,.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:focus:before,.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:hover:before{left:50%}.filter-pointer-background.filter-animation-shutter-in-horizontal .act:after,.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item.highlighted:after,.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:focus:after,.filter-pointer-background.filter-animation-shutter-in-horizontal .filter-item:hover:after{right:50%}.filter-pointer-background.filter-animation-none,.filter-pointer-background.filter-animation-none .filter-item,.filter-pointer-background.filter-animation-none .filter-item:after,.filter-pointer-background.filter-animation-none .filter-item:before,.filter-pointer-background.filter-animation-none .filter-item:focus,.filter-pointer-background.filter-animation-none .filter-item:hover,.filter-pointer-background.filter-animation-none:after,.filter-pointer-background.filter-animation-none:before,.filter-pointer-background.filter-animation-none:focus,.filter-pointer-background.filter-animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.filter-pointer-text.filter-animation-skew .filter-item:focus,.filter-pointer-text.filter-animation-skew .filter-item:hover{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.filter-pointer-text.filter-animation-grow .filter-item:focus,.filter-pointer-text.filter-animation-grow .filter-item:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.filter-pointer-text.filter-animation-shrink .filter-item:focus,.filter-pointer-text.filter-animation-shrink .filter-item:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.filter-pointer-text.filter-animation-float .filter-item:focus,.filter-pointer-text.filter-animation-float .filter-item:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.filter-pointer-text.filter-animation-sink .filter-item:focus,.filter-pointer-text.filter-animation-sink .filter-item:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.filter-pointer-text.filter-animation-rotate .filter-item:focus,.filter-pointer-text.filter-animation-rotate .filter-item:hover{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.filter-pointer-text.filter-animation-none,.filter-pointer-text.filter-animation-none .filter-item,.filter-pointer-text.filter-animation-none .filter-item:after,.filter-pointer-text.filter-animation-none .filter-item:before,.filter-pointer-text.filter-animation-none .filter-item:focus,.filter-pointer-text.filter-animation-none .filter-item:hover,.filter-pointer-text.filter-animation-none:after,.filter-pointer-text.filter-animation-none:before,.filter-pointer-text.filter-animation-none:focus,.filter-pointer-text.filter-animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-double-line a.filter-item:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-double-line a.filter-item:before,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-overline a.filter-item:before,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-underline a.filter-item:after{height:var(--filter-pointer-border-width)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-background a.filter-item:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-background a.filter-item:before{border-radius:var(--filter-pointer-bg-radius)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item:before{background:var(--filter-pointer-bg-color)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item:hover:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item:hover:before{background:var(--filter-pointer-bg-color-hover)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item.act:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4):not(.filter-pointer-framed) a.filter-item.act:before{background:var(--filter-pointer-bg-color-active)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed a.filter-item:hover:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed a.filter-item:hover:before{border-color:var(--filter-pointer-bg-color-hover)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed a.filter-item.act:after,.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed a.filter-item.act:before{border-color:var(--filter-pointer-bg-color-active)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed.filter-animation-draw a.filter-item:hover:before{border-width:0 0 var(--filter-pointer-border-width) var(--filter-pointer-border-width)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed.filter-animation-draw a.filter-item:hover:after{border-width:var(--filter-pointer-border-width) var(--filter-pointer-border-width) 0 0}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed.filter-animation-corners a.filter-item:hover:before{border-width:var(--filter-pointer-border-width) 0 0 var(--filter-pointer-border-width)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4).filter-pointer-framed.filter-animation-corners a.filter-item:hover:after{border-width:0 var(--filter-pointer-border-width) var(--filter-pointer-border-width) 0}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) a.filter-item{color:var(--filter-title-color-normal)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) a.filter-item:not(.button-load-more){transition:all .3s}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) a.filter-item:hover{color:var(--filter-title-color-hover)}.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) a.filter-item.act{color:var(--filter-title-color-active)}.filter.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) .filter-extras a svg{fill:var(--filter-title-color-normal);color:var(--filter-title-color-normal)}#the7-body .filter.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) .filter-switch{background-color:var(--filter-pointer-bg-color-active);background-image:linear-gradient(0deg,rgba(255,255,255,.8) 0%,rgba(255,255,255,.8) 100%)}#the7-body .filter.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) .filter-switch-toggle{background:var(--filter-pointer-bg-color-active)}.filter.filter-decorations:not(.class-1):not(.class-2):not(.class-3):not(.class-4) .filter-item{z-index:0}.paginator.filter-decorations:not(.class-1) .dots{color:var(--filter-title-color-normal)}.paginator.filter-decorations:not(.class-1) a.button-load-more{border:inherit;transition:none;color:var(--filter-title-color-normal);padding:0 0 5px}.paginator.filter-decorations:not(.class-1) a.button-load-more:hover{color:var(--filter-title-color-hover)}.paginator.filter-decorations:not(.class-1) a.button-load-more:hover svg{fill:var(--filter-title-color-hover);color:var(--filter-title-color-hover)}.paginator.filter-decorations:not(.class-1) a.button-load-more svg{fill:var(--filter-title-color-normal);width:var(--the7-base-font-size);height:var(--the7-base-font-size)}.paginator.filter-decorations:not(.class-1) a.button-load-more i,.paginator.filter-decorations:not(.class-1) a.button-load-more span,.paginator.filter-decorations:not(.class-1) a.button-load-more svg{color:inherit;transition:all .3s ease;margin-right:5px}.paginator.filter-decorations:not(.class-1) a.button-load-more .button-caption:before{content:"";margin:0}.paginator.filter-decorations:not(.class-1):not(.filter-pointer-framed) a.button-load-more.highlighted:not(:hover):after,.paginator.filter-decorations:not(.class-1):not(.filter-pointer-framed) a.button-load-more.highlighted:not(:hover):before{background:var(--filter-pointer-bg-color-normal)}.paginator.filter-decorations:not(.class-1).filter-pointer-framed a.button-load-more.highlighted:not(:hover):after,.paginator.filter-decorations:not(.class-1).filter-pointer-framed a.button-load-more.highlighted:not(:hover):before{border-color:var(--filter-pointer-bg-color-normal)}
[class*=the7-simple-widget] .dt-css-grid .wf-cell{position:relative;min-width:0;border-color:var(--the7-divider-color);transition:all .3s ease;display:flex}[class*=the7-simple-widget]:not(.loading-effect-none) .dt-css-grid .wf-cell{opacity:1}[class*=the7-simple-widget] .post-content-wrapper{display:flex;flex-flow:var(--content-wrapper-flex-flow,row nowrap);width:100%;transition:all .3s ease}[class*=the7-simple-widget] .post-thumbnail-rollover{overflow:hidden;transform:translateZ(0);height:100%}[class*=the7-simple-widget] .post-thumbnail-rollover:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:1;z-index:1}[class*=the7-simple-widget] .post-thumbnail-rollover:hover:before,[class*=the7-simple-widget] a.post:hover .post-thumbnail-rollover:before,[class*=the7-simple-widget] a.wf-cell:hover .post-thumbnail-rollover:before{opacity:0}[class*=the7-simple-widget] .post-thumbnail-rollover:hover .the7-hover-icon,[class*=the7-simple-widget] .post-thumbnail-rollover:hover:after,[class*=the7-simple-widget] a.post:hover .post-thumbnail-rollover:after,[class*=the7-simple-widget] a.post:hover .the7-hover-icon,[class*=the7-simple-widget] a.wf-cell:hover .post-thumbnail-rollover:after,[class*=the7-simple-widget] a.wf-cell:hover .the7-hover-icon{opacity:1}[class*=the7-simple-widget] .post-thumbnail-rollover,[class*=the7-simple-widget] .the7-simple-post-thumb{transition:all .3s ease}.the7-hover-icon{position:absolute;top:50%;left:50%;z-index:2;transform:translate(-50%,-50%);opacity:0;transition:opacity .3s ease}.the7-hover-icon svg{height:auto}div[class*=the7-simple-widget]{--image-spacing:15px;--image-size:80px}[class*=the7-simple-widget] .rp-heading{margin-bottom:20px}div[class*=the7-simple-widget] .post.wrapper{display:flex;flex-flow:row nowrap;flex-wrap:inherit;border-color:var(--the7-divider-color);transition:all .3s ease;width:100%}.desc-to-line .short-description{white-space:nowrap;max-width:100%;text-overflow:ellipsis;overflow:hidden}div[class*=the7-simple-widget] .the7-simple-post-thumb{position:relative;display:flex;flex-shrink:0;margin:var(--thumb-margin,0 var(--image-spacing) 0 0);width:var(--image-size);order:var(--thumb-order,0);max-width:100%}div[class*=the7-simple-widget] .post-entry-content{width:var(--content-width,100%)}.img-align-top [class*=the7-simple-widget] .the7-simple-post-thumb{flex-direction:column}[class*=the7-simple-widget] .the7-simple-post-thumb img{transition:all .3s ease;border-color:var(--the7-divider-color);border-width:1px}div[class*=the7-simple-] .box-button{margin-top:15px}
.the7-simple-widget-posts.widget-divider-on .wf-cell:before{content:"";position:absolute;top:calc(-1 * (var(--grid-row-gap,0px) + var(--divider-width,0px))/ 2);left:0;width:100%;border-bottom-width:var(--divider-width,0px);border-bottom-color:var(--the7-divider-color)}.the7-simple-widget-posts .dt-css-grid{grid-template-rows:auto}.auto-height-y .the7-simple-widget-posts .dt-css-grid{align-items:flex-start}.auto-height-y .the7-simple-widget-posts .wrapper.post{height:100%}.the7-simple-widget-posts .post-entry-content{display:flex;flex-flow:column wrap;max-width:100%;width:100%}.the7-simple-widget-posts .post-title{color:var(--the7-h5-color);display:inline-block;text-decoration:inherit;transition:all .3s ease;margin-bottom:0!important}.the7-simple-widget-posts .post-title:hover,.the7-simple-widget-posts a.wf-cell:hover .post-title{color:var(--the7-h5-color)}.the7-simple-widget-posts .short-description{font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height);color:var(--the7-base-color);margin-bottom:0;margin-top:10px;transition:all .3s ease}.the7-simple-widget-posts .post-details.details-type-btn{width:fit-content;margin-top:15px}.the7-simple-widget-posts .heading{max-width:100%;margin-bottom:0}.the7-simple-widget-posts.title-to-line .post-title{max-width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.the7-simple-widget-posts .post-entry-content ul li{width:100%;max-width:100%;padding:0;justify-content:flex-start}.the7-simple-widget-posts .post-entry-content ul{margin-left:0;margin-right:0}.paginator a.button-load-more{width:auto;height:auto}.paginator a.button-load-more i{line-height:inherit;font-size:inherit}.paginator .disabled{display:none}.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator{--filter-title-color-normal:var(--the7-title-color);--filter-title-color-hover:var(--the7-title-color);--filter-title-color-active:var(--the7-title-color);--filter-pointer-border-width:2px;--filter-pointer-bg-radius:var(--the7-general-border-radius);--filter-pointer-bg-color-active:var(--the7-accent-color);--filter-pointer-bg-color-hover:var(--the7-accent-color);font-size:var(--the7-text-big-font-size);font-weight:400;line-height:1}.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more{line-height:1}.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more .button-caption{font-weight:inherit}.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more i:first-child{margin:0 5px 0 0}.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator .button-load-more i:last-child{margin:0 0 0 5px}.elementor-widget.elementor-widget-the7-elements-simple-posts .paginator a{font-weight:400;margin:0 5px;padding:5px 10px}.the7-simple-widget-posts .entry-meta{margin-top:5px;font-size:var(--the7-text-small-font-size);line-height:var(--the7-text-small-line-height)}.the7-simple-widget-posts .entry-meta a,.the7-simple-widget-posts .entry-meta span{transition:all .3s ease}.the7-simple-widget-posts .entry-meta .meta-item:not(:last-child){margin:0 5px 0 0;padding:0}.the7-simple-widget-posts .entry-meta .meta-item:not(:first-child):before{position:relative;box-shadow:none;margin:0 5px 0 0;height:auto;width:auto;content:''}.the7-simple-widget-posts .entry-meta .meta-item:before{color:var(--meta-color,var(--the7-secondary-text-color))!important}.the7-simple-widget-posts .entry-meta a.meta-item:not(:first-child):before{transition:inherit}.the7-simple-widget-posts .entry-meta .meta-item:after{right:inherit;width:inherit;height:inherit;top:inherit;transform:inherit;content:"";background:0 0}.icon-box-vertical-align-center .the7-simple-widget-posts .post-entry-content{justify-content:center}.icon-box-vertical-align-bottom .the7-simple-widget-posts .post-entry-content{justify-content:flex-end}
.elementor-kit-11{--e-global-color-primary:#FF0000;--e-global-color-secondary:#FF0000;--e-global-color-text:#FF0000;--e-global-color-accent:#FF0000;--e-global-color-el_color_1_2:#1D4B5C;--e-global-color-el_color_1:#387991;--e-global-color-el_color_1_4:#5499B3;--e-global-color-el_color_1_5:#6C63FF21;--e-global-color-el_color_1_7:#6C63FF2E;--e-global-color-el_color_6:#111111;--e-global-color-el_color_7:#111111;--e-global-color-el_color_7_1:#00000094;--e-global-color-el_color_7_2:#00000066;--e-global-color-el_color_7_4:#0000001C;--e-global-color-el_color_7_6:#0000000A;--e-global-color-el_color_0:#FFFFFF;--e-global-color-el_color_0_1:#FFFFFF80;--e-global-color-7bef181:#BF3F38;--e-global-color-91158ab:#E1D688;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-el_title_1-font-family:"Barlow Semi Condensed";--e-global-typography-el_title_1-font-size:50px;--e-global-typography-el_title_1-font-weight:400;--e-global-typography-el_title_1-text-transform:none;--e-global-typography-el_title_1-line-height:1.3em;--e-global-typography-el_title_2-font-family:"Barlow Semi Condensed";--e-global-typography-el_title_2-font-size:40px;--e-global-typography-el_title_2-font-weight:400;--e-global-typography-el_title_2-text-transform:none;--e-global-typography-el_title_2-line-height:1.4em;--e-global-typography-el_title_3-font-family:"Barlow Semi Condensed";--e-global-typography-el_title_3-font-size:30px;--e-global-typography-el_title_3-font-weight:400;--e-global-typography-el_title_3-text-transform:none;--e-global-typography-el_title_3-line-height:1.4em;--e-global-typography-el_title_4-font-family:"Barlow Semi Condensed";--e-global-typography-el_title_4-font-size:22px;--e-global-typography-el_title_4-font-weight:400;--e-global-typography-el_title_4-text-transform:none;--e-global-typography-el_title_4-line-height:1.5em;--e-global-typography-el_title_5-font-family:"Barlow Semi Condensed";--e-global-typography-el_title_5-font-size:18px;--e-global-typography-el_title_5-font-weight:400;--e-global-typography-el_title_5-text-transform:none;--e-global-typography-el_title_5-line-height:1.5em;--e-global-typography-el_title_6-font-family:"Barlow Semi Condensed";--e-global-typography-el_title_6-font-size:16px;--e-global-typography-el_title_6-font-weight:400;--e-global-typography-el_title_6-text-transform:none;--e-global-typography-el_title_6-line-height:1.6em;--e-global-typography-el_content_4-font-family:"canada-type-gibson";--e-global-typography-el_content_4-font-size:21px;--e-global-typography-el_content_4-font-style:normal;--e-global-typography-el_content_4-line-height:1.7em;--e-global-typography-el_content_1-font-family:"canada-type-gibson";--e-global-typography-el_content_1-font-size:17px;--e-global-typography-el_content_1-font-weight:400;--e-global-typography-el_content_1-font-style:normal;--e-global-typography-el_content_1-line-height:1.7em;--e-global-typography-el_content_2-font-family:"canada-type-gibson";--e-global-typography-el_content_2-font-size:15px;--e-global-typography-el_content_2-line-height:1.7em;--e-global-typography-el_content_3-font-family:"canada-type-gibson";--e-global-typography-el_content_3-font-size:13px;--e-global-typography-el_content_3-font-style:normal;--e-global-typography-el_content_3-line-height:1.4em;--e-global-typography-el_list_1-font-family:"canada-type-gibson";--e-global-typography-el_list_1-font-size:19px;--e-global-typography-el_list_1-font-weight:400;--e-global-typography-el_list_1-text-transform:none;--e-global-typography-el_list_1-line-height:1.4em;--e-global-typography-el_quote_1-font-family:"canada-type-gibson";--e-global-typography-el_quote_1-font-size:21px;--e-global-typography-el_quote_1-font-weight:400;--e-global-typography-el_quote_1-font-style:italic;--e-global-typography-el_quote_1-line-height:1.7em;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}#the7-body{--the7-elementor-beautiful-loading-bg:#FFFFFF;--the7-btn-bg:var( --e-global-color-el_color_1_2 );--the7-btn-hover-bg:var( --e-global-color-el_color_1_2 );--the7-accent-color:var( --e-global-color-el_color_1 );--the7-divider-color:var( --e-global-color-el_color_7_4 );--the7-content-boxes-bg:var( --e-global-color-el_color_7_6 );--the7-beautiful-spinner-color:var( --e-global-color-el_color_7_4 );--the7-btn-color:var( --e-global-color-el_color_0 );--the7-btn-border-color:var( --e-global-color-el_color_1 );--the7-btn-hover-color:var( --e-global-color-el_color_0 );--the7-btn-border-hover-color:var( --e-global-color-el_color_1_2 );--the7-btn-s-font-size:12px;--the7-btn-s-padding:6px 10px 6px 10px;--the7-btn-s-min-width:60px;--the7-btn-s-min-height:30px;--the7-btn-s-border-radius:5px 5px 5px 5px;--the7-btn-m-font-size:13px;--the7-btn-m-padding:8px 14px 8px 14px;--the7-btn-m-min-width:50px;--the7-btn-m-min-height:36px;--the7-btn-m-border-radius:6px 6px 6px 6px;--the7-btn-l-font-size:15px;--the7-btn-l-min-height:42px;--the7-btn-l-border-radius:6px 6px 6px 6px;--the7-btn-lg-font-size:17px;--the7-btn-lg-padding:10px 26px 10px 26px;--the7-btn-lg-min-height:58px;--the7-btn-lg-border-radius:6px 6px 6px 6px;--the7-btn-xl-font-size:20px;--the7-btn-xl-padding:10px 30px 10px 30px;--the7-btn-xl-min-height:70px;--the7-btn-xl-border-radius:6px 6px 6px 6px;--the7-input-height:42px;--the7-input-color:var( --e-global-color-el_color_7 );--the7-required-mark-color:#6C63FF;--the7-input-bg-color:var( --e-global-color-el_color_0 );--the7-form-border:solid;--the7-top-input-border-width:1px;--the7-right-input-border-width:1px;--the7-bottom-input-border-width:1px;--the7-left-input-border-width:1px;--the7-input-border-radius:6px 6px 6px 6px;--the7-input-border-radius-top:6px;--the7-input-border-radius-right:6px;--the7-input-border-radius-bottom:6px;--the7-input-border-radius-left:6px;--the7-input-border-color:var( --e-global-color-el_color_7_4 );--the7-form-placeholder-opacity:0.5;--the7-form-placeholder-opacity-focus:0.15;--the7-base-color:var( --e-global-color-el_color_7_1 );--the7-secondary-text-color:var( --e-global-color-el_color_7_2 );--the7-base-font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;--the7-text-big-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-small-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-weight:var( --e-global-typography-el_content_1-font-weight );--the7-base-font-style:var( --e-global-typography-el_content_1-font-style );--the7-text-big-line-height:var( --e-global-typography-el_content_1-line-height );--the7-text-small-line-height:var( --e-global-typography-el_content_1-line-height );--the7-base-line-height:var( --e-global-typography-el_content_1-line-height );--the7-links-color:var( --e-global-color-el_color_1 );--the7-links-hover-color:var( --e-global-color-el_color_1_2 );--the7-title-color:var( --e-global-color-el_color_7 );--the7-h1-font-family:var( --e-global-typography-el_title_1-font-family ), Sans-serif;--the7-h1-font-size:var( --e-global-typography-el_title_1-font-size );--the7-h1-font-weight:var( --e-global-typography-el_title_1-font-weight );--the7-h1-text-transform:var( --e-global-typography-el_title_1-text-transform );--the7-h1-line-height:var( --e-global-typography-el_title_1-line-height );--the7-h1-spacing:30px;--the7-h2-font-family:var( --e-global-typography-el_title_2-font-family ), Sans-serif;--the7-h2-font-size:var( --e-global-typography-el_title_2-font-size );--the7-h2-font-weight:var( --e-global-typography-el_title_2-font-weight );--the7-h2-text-transform:var( --e-global-typography-el_title_2-text-transform );--the7-h2-line-height:var( --e-global-typography-el_title_2-line-height );--the7-h2-spacing:25px;--the7-h3-font-family:var( --e-global-typography-el_title_3-font-family ), Sans-serif;--the7-h3-font-size:var( --e-global-typography-el_title_3-font-size );--the7-h3-font-weight:var( --e-global-typography-el_title_3-font-weight );--the7-h3-text-transform:var( --e-global-typography-el_title_3-text-transform );--the7-h3-line-height:var( --e-global-typography-el_title_3-line-height );--the7-h3-spacing:20px;--the7-h4-font-family:var( --e-global-typography-el_title_4-font-family ), Sans-serif;--the7-h4-font-size:var( --e-global-typography-el_title_4-font-size );--the7-h4-font-weight:var( --e-global-typography-el_title_4-font-weight );--the7-h4-text-transform:var( --e-global-typography-el_title_4-text-transform );--the7-h4-line-height:var( --e-global-typography-el_title_4-line-height );--the7-h4-spacing:20px;--the7-h5-font-family:var( --e-global-typography-el_title_5-font-family ), Sans-serif;--the7-h5-font-size:var( --e-global-typography-el_title_5-font-size );--the7-h5-font-weight:var( --e-global-typography-el_title_5-font-weight );--the7-h5-text-transform:var( --e-global-typography-el_title_5-text-transform );--the7-h5-line-height:var( --e-global-typography-el_title_5-line-height );--the7-h5-spacing:15px;--the7-h6-font-family:var( --e-global-typography-el_title_6-font-family ), Sans-serif;--the7-h6-font-size:var( --e-global-typography-el_title_6-font-size );--the7-h6-font-weight:var( --e-global-typography-el_title_6-font-weight );--the7-h6-text-transform:var( --e-global-typography-el_title_6-text-transform );--the7-h6-line-height:var( --e-global-typography-el_title_6-line-height );--the7-h6-spacing:15px;--the7-widget-title-font-family:var( --e-global-typography-el_title_5-font-family ), Sans-serif;--the7-widget-title-font-size:var( --e-global-typography-el_title_5-font-size );--the7-widget-title-font-weight:var( --e-global-typography-el_title_5-font-weight );--the7-widget-title-text-transform:var( --e-global-typography-el_title_5-text-transform );--the7-widget-title-line-height:var( --e-global-typography-el_title_5-line-height );--the7-widget-gap:15px;--the7-widget-content-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-widget-content-font-size:var( --e-global-typography-el_content_2-font-size );--the7-widget-content-line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.scroll-top-elementor-icon i,.scroll-top:before{font-size:18px;}a.scroll-top-elementor-icon svg{width:18px;height:18px;}#the7-body a.scroll-top{padding:0.6em;width:auto;height:auto;border-style:solid;border-width:0px 0px 0px 0px;border-radius:100% 100% 100% 100%;left:auto;right:var(--the7-scroll-h-offset,0 );transform:translate3d(0,0,0);--the7-scroll-h-offset:20px;bottom:20px;}.scroll-top-elementor-icon i{width:1em;height:1em;text-align:center;}body .scroll-top-elementor-icon i,body .scroll-top:before{color:var( --e-global-color-el_color_1 );}body .scroll-top-elementor-icon svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}body .scroll-top{background-color:var( --e-global-color-el_color_0 );border-color:var( --e-global-color-el_color_0 );box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.1);}body .scroll-top-elementor-icon:hover i, body .scroll-top:hover:before{color:var( --e-global-color-el_color_1 );}body .scroll-top-elementor-icon:hover svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}body .scroll-top:hover{background-color:var( --e-global-color-el_color_0 );border-color:var( --e-global-color-el_color_0 );box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.2);}html{--the7-anchor-scroll-offset:60;scroll-padding-top:60px;}body{--the7-btn-s-font-family:"Poppins", Sans-serif;--the7-btn-m-font-family:"Poppins", Sans-serif;--the7-btn-l-font-family:"Poppins", Sans-serif;--the7-btn-lg-font-family:"Poppins", Sans-serif;--the7-btn-xl-font-family:"Poppins", Sans-serif;--the7-btn-s-font-weight:400;--the7-btn-m-font-weight:400;--the7-btn-l-font-weight:400;--the7-btn-lg-font-weight:400;--the7-btn-xl-font-weight:400;--the7-h1-font-family:"Nunito Sans", Sans-serif;--the7-h2-font-family:"Nunito Sans", Sans-serif;--the7-h3-font-family:"Nunito Sans", Sans-serif;--the7-h4-font-family:"Nunito Sans", Sans-serif;--the7-h5-font-family:"Nunito Sans", Sans-serif;--the7-h6-font-family:"Nunito Sans", Sans-serif;--the7-h1-font-weight:400;--the7-h2-font-weight:400;--the7-h3-font-weight:400;--the7-h4-font-weight:400;--the7-h5-font-weight:400;--the7-h6-font-weight:400;--the7-h1-letter-spacing:0px;--the7-h2-letter-spacing:0px;--the7-h3-letter-spacing:0px;--the7-h4-letter-spacing:0px;--the7-h5-letter-spacing:0px;--the7-h6-letter-spacing:0px;--the7-h1-word-spacing:0em;--the7-h2-word-spacing:0em;--the7-h3-word-spacing:0em;--the7-h4-word-spacing:0em;--the7-h5-word-spacing:0em;--the7-h6-word-spacing:0em;}body#the7-body{--the7-form-xs-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-sm-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-md-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-lg-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;--the7-form-xl-font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;}.elementor-field-group, .elementor-kit-11 .comment-form-cookies-consent, .elementor-kit-11 .comment-notes{padding-right:calc( 30px/2 );padding-left:calc( 30px/2 );}.elementor-form-fields-wrapper{margin-left:calc( -30px/2 );margin-right:calc( -30px/2 );margin-bottom:-30px;}.elementor-field-group{margin-bottom:30px;}.elementor-field-group.recaptcha_v3-bottomleft, .elementor-kit-11 .elementor-field-group.recaptcha_v3-bottomright{margin-bottom:0;}.elementor-mark-required .elementor-field-label:after, .woocommerce-Reviews .comment-form .required{color:#6C63FF;}
			input[type="text"]::placeholder,
			input[type="search"]::placeholder,
			input[type="tel"]::placeholder,
			input[type="url"]::placeholder,
			input[type="email"]::placeholder,
			input[type="number"]::placeholder,
			input[type="date"]::placeholder,
			input[type="range"]::placeholder,
			input[type="password"]::placeholder,
			.elementor-field-group .elementor-field-textual::placeholder{opacity:0.5;}
			input[type="text"]:focus::placeholder,
			input[type="search"]:focus::placeholder,
			input[type="tel"]:focus::placeholder,
			input[type="url"]:focus::placeholder,
			input[type="email"]:focus::placeholder,
			input[type="number"]:focus::placeholder,
			input[type="date"]:focus::placeholder,
			input[type="range"]:focus::placeholder,
			input[type="password"]:focus::placeholder,
			.elementor-field-group .elementor-field-textual:focus::placeholder{opacity:0.15;}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );color:var( --e-global-color-el_color_7 );}body.rtl .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-left:7px;}body:not(.rtl) .elementor-labels-inline .elementor-field-group > .elementor-field-label{padding-right:7px;}body .elementor-labels-above .elementor-field-group > .elementor-field-label{padding-bottom:7px;}body .woocommerce-Reviews .elementor-field-group > label{margin-bottom:7px;}.elementor-field-group .elementor-field-textual.elementor-size-xs,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xs{font-family:var( --e-global-typography-el_content_3-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_3-font-size );font-style:var( --e-global-typography-el_content_3-font-style );line-height:var( --e-global-typography-el_content_3-line-height );padding:4px 8px 4px 8px;min-height:30px;}.elementor-field-group .elementor-field-textual.elementor-size-sm,
		.content .elementor-field-group .elementor-field-textual.elementor-size-sm{font-family:var( --e-global-typography-el_content_3-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_3-font-size );font-style:var( --e-global-typography-el_content_3-font-style );line-height:var( --e-global-typography-el_content_3-line-height );padding:5px 10px 5px 10px;min-height:36px;}.elementor-field-group .elementor-field-textual.elementor-size-md,
		.content .elementor-field-group .elementor-field-textual.elementor-size-md{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );padding:6px 12px 6px 12px;min-height:42px;}.elementor-field-group .elementor-field-textual.elementor-size-lg,
		.content .elementor-field-group .elementor-field-textual.elementor-size-lg{font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_1-font-size );font-weight:var( --e-global-typography-el_content_1-font-weight );font-style:var( --e-global-typography-el_content_1-font-style );line-height:var( --e-global-typography-el_content_1-line-height );padding:12px 18px 12px 18px;min-height:58px;}.elementor-field-group .elementor-field-textual.elementor-size-xl,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xl{font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_1-font-size );font-weight:var( --e-global-typography-el_content_1-font-weight );font-style:var( --e-global-typography-el_content_1-font-style );line-height:var( --e-global-typography-el_content_1-line-height );padding:14px 24px 14px 24px;min-height:70px;}.elementor-widget-text-editor p,
				.elementor-tab-content p,
				.the7-e-tab-content.the7-e-tab-text-content p,
				.elementor-widget-woocommerce-product-content p,
				.elementor-widget-theme-post-content > .elementor-widget-container >  p,
				#the7-body .elementor-widget-text-editor ul,
				#the7-body .elementor-tab-content ul,
				#the7-body .the7-e-tab-content.the7-e-tab-text-content ul,
				#the7-body .elementor-widget-woocommerce-product-content ul,
				#the7-body .elementor-widget-theme-post-content > .elementor-widget-container > ul,
				#the7-body .elementor-widget-text-editor ol,
				#the7-body .elementor-tab-content ol,
				#the7-body .the7-e-tab-content.the7-e-tab-text-content ol,
				#the7-body .elementor-widget-woocommerce-product-content ol,
				#the7-body .elementor-widget-theme-post-content > .elementor-widget-container > ol,
				.the7-elementor-product-comments #reviews .comment-text .description p,
				.elementor-widget-post-comments .comment-content p,
				.elementor-widget-theme-post-content p{margin-bottom:20px;}:root{--the7-p-spacing:20px;}.elementor-tab-content a,
				.the7-e-tab-content.the7-e-tab-text-content a,
				.box-description a,
				.e-hotspot__tooltip a,
				.e-inner-tab-content a,
				.elementor-widget-text-editor a, 
				.comment-respond a{text-decoration:underline;}.elementor-tab-content a:hover,
				.the7-e-tab-content.the7-e-tab-text-content a:hover,
				.box-description a:hover,
				.e-hotspot__tooltip a:hover,
				.e-inner-tab-content a:hover,
				.elementor-widget-text-editor a:hover, 
				.comment-respond a:hover{text-decoration:none;}a:hover{color:var( --e-global-color-el_color_1_2 );}@media(max-width:1100px){.elementor-kit-11{--e-global-typography-el_title_1-font-size:44px;--e-global-typography-el_title_2-font-size:36px;--e-global-typography-el_title_3-font-size:28px;}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xs,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xs{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-sm,
		.content .elementor-field-group .elementor-field-textual.elementor-size-sm{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-md,
		.content .elementor-field-group .elementor-field-textual.elementor-size-md{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-lg,
		.content .elementor-field-group .elementor-field-textual.elementor-size-lg{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xl,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xl{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}#the7-body{--the7-text-big-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-small-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-big-line-height:var( --e-global-typography-el_content_1-line-height );--the7-text-small-line-height:var( --e-global-typography-el_content_1-line-height );--the7-base-line-height:var( --e-global-typography-el_content_1-line-height );--the7-h1-font-size:var( --e-global-typography-el_title_1-font-size );--the7-h1-line-height:var( --e-global-typography-el_title_1-line-height );--the7-h2-font-size:var( --e-global-typography-el_title_2-font-size );--the7-h2-line-height:var( --e-global-typography-el_title_2-line-height );--the7-h3-font-size:var( --e-global-typography-el_title_3-font-size );--the7-h3-line-height:var( --e-global-typography-el_title_3-line-height );--the7-h4-font-size:var( --e-global-typography-el_title_4-font-size );--the7-h4-line-height:var( --e-global-typography-el_title_4-line-height );--the7-h5-font-size:var( --e-global-typography-el_title_5-font-size );--the7-h5-line-height:var( --e-global-typography-el_title_5-line-height );--the7-h6-font-size:var( --e-global-typography-el_title_6-font-size );--the7-h6-line-height:var( --e-global-typography-el_title_6-line-height );--the7-widget-title-font-size:var( --e-global-typography-el_title_5-font-size );--the7-widget-title-line-height:var( --e-global-typography-el_title_5-line-height );--the7-widget-content-font-size:var( --e-global-typography-el_content_2-font-size );--the7-widget-content-line-height:var( --e-global-typography-el_content_2-line-height );}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-el_title_1-font-size:34px;--e-global-typography-el_title_2-font-size:28px;--e-global-typography-el_title_3-font-size:24px;--e-global-typography-el_title_4-font-size:20px;--e-global-typography-el_content_4-font-size:17px;--e-global-typography-el_list_1-font-size:17px;--e-global-typography-el_quote_1-font-size:16px;}#the7-body{--the7-btn-xl-font-size:18px;--the7-btn-xl-padding:10px 26px 10px 26px;--the7-btn-xl-min-height:58px;--the7-text-big-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-small-font-size:var( --e-global-typography-el_content_1-font-size );--the7-base-font-size:var( --e-global-typography-el_content_1-font-size );--the7-text-big-line-height:var( --e-global-typography-el_content_1-line-height );--the7-text-small-line-height:var( --e-global-typography-el_content_1-line-height );--the7-base-line-height:var( --e-global-typography-el_content_1-line-height );--the7-h1-font-size:var( --e-global-typography-el_title_1-font-size );--the7-h1-line-height:var( --e-global-typography-el_title_1-line-height );--the7-h2-font-size:var( --e-global-typography-el_title_2-font-size );--the7-h2-line-height:var( --e-global-typography-el_title_2-line-height );--the7-h3-font-size:var( --e-global-typography-el_title_3-font-size );--the7-h3-line-height:var( --e-global-typography-el_title_3-line-height );--the7-h4-font-size:var( --e-global-typography-el_title_4-font-size );--the7-h4-line-height:var( --e-global-typography-el_title_4-line-height );--the7-h5-font-size:var( --e-global-typography-el_title_5-font-size );--the7-h5-line-height:var( --e-global-typography-el_title_5-line-height );--the7-h6-font-size:var( --e-global-typography-el_title_6-font-size );--the7-h6-line-height:var( --e-global-typography-el_title_6-line-height );--the7-widget-title-font-size:var( --e-global-typography-el_title_5-font-size );--the7-widget-title-line-height:var( --e-global-typography-el_title_5-line-height );--the7-widget-content-font-size:var( --e-global-typography-el_content_2-font-size );--the7-widget-content-line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-label, .elementor-field-subgroup label,.woocommerce-Reviews .elementor-field-group > label, .the7-elementor-product-comments .comment-form label{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-xs,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xs{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-sm,
		.content .elementor-field-group .elementor-field-textual.elementor-size-sm{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-md,
		.content .elementor-field-group .elementor-field-textual.elementor-size-md{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-field-group .elementor-field-textual.elementor-size-lg,
		.content .elementor-field-group .elementor-field-textual.elementor-size-lg{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );padding:12px 18px 12px 18px;}.elementor-field-group .elementor-field-textual.elementor-size-xl,
		.content .elementor-field-group .elementor-field-textual.elementor-size-xl{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );min-height:58px;}}/* Start custom CSS */.the7-e-sticky-active {
  z-index: 9999 !important;
}/* End custom CSS */
.elementor-2900 .elementor-element.elementor-element-c38379c:not(.elementor-motion-effects-element-type-background), .elementor-2900 .elementor-element.elementor-element-c38379c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-el_color_0 );}.elementor-2900 .elementor-element.elementor-element-c38379c > .elementor-container{min-height:110px;}.elementor-2900 .elementor-element.elementor-element-c38379c{box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.1);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2900 .elementor-element.elementor-element-c38379c > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2900 .elementor-element.elementor-element-c38379c:not(.the7-e-sticky-spacer).the7-e-sticky-effects > .elementor-container, .the7-e-sticky-effects:not(.the7-e-sticky-spacer) .elementor-element.elementor-element-c38379c:not(.fix) > .elementor-container{min-height:70px;}.elementor-element-c38379c > .elementor-container{min-height:0;}.elementor-2900 .elementor-element.elementor-element-c38379c.e-container.the7-e-sticky-effects:not(.the7-e-sticky-spacer){--min-height:70px;}.elementor-2900 .elementor-element.elementor-element-c38379c.e-con.the7-e-sticky-effects:not(.the7-e-sticky-spacer){--min-height:70px;}.elementor-bc-flex-widget .elementor-2900 .elementor-element.elementor-element-ecefd2d.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2900 .elementor-element.elementor-element-ecefd2d.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2900 .elementor-element.elementor-element-ecefd2d{max-width:fit-content;flex:0 1 fit-content;min-width:initial;}.elementor-2900 .elementor-element.elementor-element-ecefd2d > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-2900 .elementor-element.elementor-element-3bb6335{text-align:left;}.elementor-2900 .elementor-element.elementor-element-3bb6335 img, .elementor-2900 .elementor-element.elementor-element-3bb6335 svg{width:180px;}.elementor-2900 .elementor-element.elementor-element-3bb6335 svg{height:auto;}body .the7-e-sticky-effects:not(.the7-e-sticky-spacer) .the7-img-sticky-size-effect-yes.elementor-element-3bb6335 img,
		body .the7-e-sticky-effects:not(.the7-e-sticky-spacer) .the7-img-sticky-size-effect-yes.elementor-element-3bb6335 svg{width:140px;}.elementor-bc-flex-widget .elementor-2900 .elementor-element.elementor-element-9cc2aaf.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2900 .elementor-element.elementor-element-9cc2aaf.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2900 .elementor-element.elementor-element-9cc2aaf.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-2900 .elementor-element.elementor-element-9cc2aaf{max-width:initial;flex:1 0 0;min-width:25px;}.elementor-2900 .elementor-element.elementor-element-9cc2aaf > .elementor-element-populated{padding:0px 30px 0px 0px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-wrap{--position:relative;--width:var(--sub-menu-width);--sub-width:100%;--sub-left:0px;--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 0px)) var(--submenu-padding-right, 20px) var(--submenu-padding-bottom, 20px) var(--submenu-padding-left, 20px);--sub-margins:0 var(--sub-menu-right-gap, 0px) 0 var(--sub-menu-left-gap, 0px);--left:calc(var(--first-level-submenu-offset));--right:auto;--first-item-offset:0px;--last-item-offset:auto;--submenu-max-width:var(--default-submenu-max-width);--justify:flex-end;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav{--position:relative;--width:var(--sub-menu-width);--sub-width:100%;--sub-left:0px;--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 0px)) var(--submenu-padding-right, 20px) var(--submenu-padding-bottom, 20px) var(--submenu-padding-left, 20px);--sub-margins:0 var(--sub-menu-right-gap, 0px) 0 var(--sub-menu-left-gap, 0px);--left:calc(var(--first-level-submenu-offset));--right:auto;--first-item-offset:0px;--last-item-offset:auto;--submenu-max-width:var(--default-submenu-max-width);}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal .depth-0 > .the7-e-mega-menu-sub-nav{--position:relative;--width:var(--sub-menu-width);--sub-width:100%;--sub-left:0px;--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 0px)) var(--submenu-padding-right, 20px) var(--submenu-padding-bottom, 20px) var(--submenu-padding-left, 20px);--sub-margins:0 var(--sub-menu-right-gap, 0px) 0 var(--sub-menu-left-gap, 0px);--left:calc(var(--first-level-submenu-offset));--right:auto;--first-item-offset:0px;--last-item-offset:auto;--submenu-max-width:var(--default-submenu-max-width);}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav{--h-menu-sub-nav-justify-content:flex-start;--h-menu-sub-nav-align-items:flex-start;--h-menu-sub-nav-text-align:left;--submenu-side-gap:20px;--sub-icon-size:12px;--sub-icon-spacing:3px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav > li a .submenu-indicator, .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown > ul > li a .submenu-indicator{order:2;margin-left:var(--sub-icon-spacing);}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle{align-self:var(--justify, center);min-width:0px;min-height:0px;color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-3add0b9{width:auto;max-width:auto;--grid-row-gap:30px;--sub-menu-gap:20px;--sub-menu-right-gap:0px;--sub-menu-left-gap:-15px;--sub-menu-bottom-gap:0px;--submenu-padding-top:20px;--submenu-padding-right:20px;--submenu-padding-bottom:20px;--submenu-padding-left:20px;--submenu-item-color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal li.depth-0 > a, .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal--main .horizontal-sub-nav{--icon-display:none;--icon-column-gap:0px;--icon-column-width:0px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li:not(.item-divider):not(:first-child):not(:last-child) {padding-left:calc(30px/2);padding-right:calc(30px/2);}.elementor-2900 .elementor-element.elementor-element-3add0b9.widget-divider-yes .first-item-border-hide .dt-nav-menu-horizontal > li:nth-child(2){padding-left:0;}.elementor-2900 .elementor-element.elementor-element-3add0b9.widget-divider-yes .last-item-border-hide .dt-nav-menu-horizontal > li:nth-last-child(2){padding-right:0;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal{min-height:30px;--decoration-height:1px;--icon-size:12px;--icon-spacing:3px;} .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a .menu-item-text{font-family:"Barlow Semi Condensed", Sans-serif;font-size:20px;font-weight:500;text-transform:uppercase;line-height:1.3em;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a{padding:2px 0px 2px 0px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a:after{height:1px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal li.depth-0 > a{--icon-margin:0 var(--icon-column-gap) 0 0;--icon-grid-template:" icon before" " icon header " " icon subtitle " " icon empty";--icon-grid-columns:max(var(--icon-column-width, 1em), max-content) max-content;--column-gap:var(--icon-column-gap);--row-gap:0px;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal li.menu-item.depth-0 > a .menu-item-text > i{font-size:16px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal li.menu-item.depth-0 > a .menu-item-text > img, .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal li.menu-item.depth-0 > a .menu-item-text > svg{width:16px !important;height:16px!important;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a .submenu-indicator i{font-size:12px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a .submenu-indicator svg{width:12px;height:12px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a  .submenu-indicator{margin-left:3px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a .submenu-indicator{color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > a svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown .dt-nav-menu-horizontal--main{top:calc(100% + 20px);padding:20px 20px 20px 20px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav, .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav .horizontal-sub-nav{min-width:calc(280px);--sub-menu-width:280px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown{--sub-menu-width:280px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav:before, .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav .horizontal-sub-nav, .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown .dt-nav-menu-horizontal--main{background-color:var( --e-global-color-el_color_0 );border-radius:6px 6px 6px 6px;box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav > li:not(:last-child){padding-bottom:20px;--sub-grid-row-gap:20px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown .horizontal-sub-nav .horizontal-sub-nav{padding-top:20px;--sub-grid-row-gap:20px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav > li a .menu-item-text{font-size:18px;line-height:1.3em;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav li > a{color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav > li:not(.act) > a:hover{color:var( --e-global-color-el_color_1_2 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav > li.act > a{color:var( --e-global-color-el_color_1_2 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal--main .horizontal-sub-nav {--icon-margin:0 var(--icon-column-gap) 0 0;--icon-grid-template:" icon before" " icon header " " icon subtitle " " icon empty";--icon-grid-columns:max(var(--icon-column-width, 1em), max-content) max-content;--column-gap:var(--icon-column-gap);--row-gap:0px;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav li.menu-item > a .menu-item-text > i{font-size:16px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav li.menu-item > a .menu-item-text > img, .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav li.menu-item > a .menu-item-text > svg{width:16px !important;height:16px!important;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav .submenu-indicator i{font-size:12px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav .submenu-indicator, .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav .submenu-indicator svg{width:12px;height:12px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav li > a .submenu-indicator{color:var( --e-global-color-el_color_7_2 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav li > a .submenu-indicator svg{fill:var( --e-global-color-el_color_7_2 );color:var( --e-global-color-el_color_7_2 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .menu-toggle-icons{font-size:0px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .menu-toggle-icons svg{width:0px;height:0px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.no-touchevents .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle:hover{color:var( --e-global-color-el_color_1 );}.no-touchevents .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle:hover svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle.elementor-active{color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle.elementor-active svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-f4fcb81 .elementor-icon{display:inline-flex;justify-content:center;align-items:center;font-size:22px;}.elementor-2900 .elementor-element.elementor-element-f4fcb81{width:auto;max-width:auto;}.elementor-2900 .elementor-element.elementor-element-f4fcb81 > .elementor-widget-container{margin:0px 30px 0px 30px;}.elementor-2900 .elementor-element.elementor-element-f4fcb81 .elementor-icon i{color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-f4fcb81 .elementor-icon svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-f4fcb81 .elementor-icon:hover i{color:var( --e-global-color-el_color_1 );}.elementor-2900 .elementor-element.elementor-element-f4fcb81 .elementor-icon:hover svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-2900 .elementor-element.elementor-element-6a3efca:not(.elementor-motion-effects-element-type-background), .elementor-2900 .elementor-element.elementor-element-6a3efca > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-el_color_0 );}.elementor-2900 .elementor-element.elementor-element-6a3efca > .elementor-container{min-height:70px;}.elementor-2900 .elementor-element.elementor-element-6a3efca{box-shadow:0px 0px 25px 0px rgba(0, 0, 0, 0.1);transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2900 .elementor-element.elementor-element-6a3efca > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-2900 .elementor-element.elementor-element-4cf8c4a.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2900 .elementor-element.elementor-element-4cf8c4a.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2900 .elementor-element.elementor-element-4cf8c4a{max-width:initial;flex:1 0 0;min-width:25px;}.elementor-2900 .elementor-element.elementor-element-4cf8c4a > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2900 .elementor-element.elementor-element-6a0b449 .elementor-icon{display:inline-flex;justify-content:center;align-items:center;font-size:40px;}.elementor-2900 .elementor-element.elementor-element-6a0b449{width:auto;max-width:auto;}.elementor-2900 .elementor-element.elementor-element-6a0b449 > .elementor-widget-container{margin:0px 20px 0px 20px;}.elementor-2900 .elementor-element.elementor-element-6a0b449 .elementor-icon i{color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-6a0b449 .elementor-icon svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-6a0b449 .elementor-icon:hover i{color:var( --e-global-color-el_color_1 );}.elementor-2900 .elementor-element.elementor-element-6a0b449 .elementor-icon:hover svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-2900 .elementor-element.elementor-element-24a807c{width:auto;max-width:auto;text-align:left;}.elementor-2900 .elementor-element.elementor-element-24a807c img, .elementor-2900 .elementor-element.elementor-element-24a807c svg{width:140px;}.elementor-2900 .elementor-element.elementor-element-24a807c svg{height:auto;}.elementor-bc-flex-widget .elementor-2900 .elementor-element.elementor-element-d0030ab.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2900 .elementor-element.elementor-element-d0030ab.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2900 .elementor-element.elementor-element-d0030ab.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}.elementor-2900 .elementor-element.elementor-element-d0030ab{max-width:fit-content;flex:0 1 fit-content;min-width:initial;}.elementor-2900 .elementor-element.elementor-element-92ae348 .elementor-icon{display:inline-flex;justify-content:center;align-items:center;font-size:22px;}.elementor-2900 .elementor-element.elementor-element-92ae348{width:auto;max-width:auto;}.elementor-2900 .elementor-element.elementor-element-92ae348 > .elementor-widget-container{margin:0px 25px 0px 0px;}.elementor-2900 .elementor-element.elementor-element-92ae348 .elementor-icon i{color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-92ae348 .elementor-icon svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-2900 .elementor-element.elementor-element-92ae348 .elementor-icon:hover i{color:var( --e-global-color-el_color_1 );}.elementor-2900 .elementor-element.elementor-element-92ae348 .elementor-icon:hover svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1100px){.elementor-2900 .elementor-element.elementor-element-c38379c > .elementor-container{min-height:70px;}.elementor-2900 .elementor-element.elementor-element-ecefd2d{max-width:fit-content;flex:0 1 fit-content;min-width:initial;}.elementor-2900 .elementor-element.elementor-element-3bb6335 img, .elementor-2900 .elementor-element.elementor-element-3bb6335 svg{width:140px;}.elementor-2900 .elementor-element.elementor-element-3bb6335 svg{height:auto;}.elementor-2900 .elementor-element.elementor-element-9cc2aaf{max-width:initial;flex:1 0 0;min-width:25px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-wrap{--position:static;--width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-width:calc(100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-left:var(--sub-menu-left-gap, 0px);--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)) calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px)) var(--submenu-padding-bottom, 20px) calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));--sub-margins:0;--left:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--right:auto;--first-item-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--first-level-submenu-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--last-item-offset:auto;--submenu-max-width:calc(100vw - var(--scrollbar-width, 0px));}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav{--position:static;--width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-width:calc(100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-left:var(--sub-menu-left-gap, 0px);--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)) calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px)) var(--submenu-padding-bottom, 20px) calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));--sub-margins:0;--left:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--right:auto;--first-item-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--first-level-submenu-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--last-item-offset:auto;--submenu-max-width:calc(100vw - var(--scrollbar-width, 0px));}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal .depth-0 > .the7-e-mega-menu-sub-nav{--position:static;--width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-width:calc(100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-left:var(--sub-menu-left-gap, 0px);--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)) calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px)) var(--submenu-padding-bottom, 20px) calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));--sub-margins:0;--left:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--right:auto;--first-item-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--first-level-submenu-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--last-item-offset:auto;--submenu-max-width:calc(100vw - var(--scrollbar-width, 0px));} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-tablet-left.sub-icon_position-left.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-tablet-right.sub-icon_position-left.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-tablet-left.sub-icon_position-right.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-tablet-right.sub-icon_position-right.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-tablet-center.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text {margin:0 var(--icon-spacing);padding:0 var(--sub-icon-size);}.elementor-2900 .elementor-element.elementor-element-3add0b9{--sub-menu-gap:15px;--sub-menu-right-gap:30px;--sub-menu-left-gap:30px;--sub-menu-bottom-gap:0px;--submenu-padding-top:30px;--submenu-padding-right:30px;--submenu-padding-bottom:30px;--submenu-padding-left:30px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown .dt-nav-menu-horizontal--main{top:calc(100% + 15px);padding:30px 30px 30px 30px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav, .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav .horizontal-sub-nav{min-width:calc(100vw);--sub-menu-width:100vw;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown{--sub-menu-width:100vw;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav{--sub-icon-size:16px;--sub-icon-spacing:10px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav .submenu-indicator i{font-size:16px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav .submenu-indicator, .elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-sub-nav .submenu-indicator svg{width:16px;height:16px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle{border-radius:6px;}.elementor-2900 .elementor-element.elementor-element-f4fcb81 > .elementor-widget-container{margin:0px 30px 0px 24px;}.elementor-2900 .elementor-element.elementor-element-6a3efca > .elementor-container{min-height:70px;}.elementor-2900 .elementor-element.elementor-element-24a807c img, .elementor-2900 .elementor-element.elementor-element-24a807c svg{width:140px;}.elementor-2900 .elementor-element.elementor-element-24a807c svg{height:auto;}}@media(max-width:767px){.elementor-2900 .elementor-element.elementor-element-c38379c > .elementor-container{min-height:60px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-wrap{--position:static;--width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-width:calc(100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-left:var(--sub-menu-left-gap, 0px);--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)) calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px)) var(--submenu-padding-bottom, 20px) calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));--sub-margins:0;--left:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--right:auto;--first-item-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--first-level-submenu-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--last-item-offset:auto;--submenu-max-width:calc(100vw - var(--scrollbar-width, 0px));--justify:flex-end;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal .depth-0 > .horizontal-sub-nav{--position:static;--width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-width:calc(100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-left:var(--sub-menu-left-gap, 0px);--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)) calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px)) var(--submenu-padding-bottom, 20px) calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));--sub-margins:0;--left:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--right:auto;--first-item-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--first-level-submenu-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--last-item-offset:auto;--submenu-max-width:calc(100vw - var(--scrollbar-width, 0px));}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal .depth-0 > .the7-e-mega-menu-sub-nav{--position:static;--width:calc(100vw - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-width:calc(100% - var(--sub-menu-right-gap, 0px) - var(--sub-menu-left-gap, 0px));--sub-left:var(--sub-menu-left-gap, 0px);--sub-paddings:calc(var(--sub-menu-gap, 0px) + var(--submenu-padding-top, 20px)) calc(var(--sub-menu-right-gap, 0px) + var(--submenu-padding-right, 20px)) var(--submenu-padding-bottom, 20px) calc(var(--sub-menu-left-gap, 0px) + var(--submenu-padding-left, 20px));--sub-margins:0;--left:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--right:auto;--first-item-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--first-level-submenu-offset:calc(var(--dynamic-justified-submenu-left-offset) + var(--sub-menu-left-gap, 0px));--last-item-offset:auto;--submenu-max-width:calc(100vw - var(--scrollbar-width, 0px));} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-mobile-left.sub-icon_position-left.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-mobile-right.sub-icon_position-left.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-mobile-left.sub-icon_position-right.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-mobile-right.sub-icon_position-right.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-tablet-right.sub-icon_position-right.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-right.sub-icon_position-right.sub-icon_align-side:not(.dt-sub-menu_align-tablet-center) .horizontal-sub-nav > li .menu-item-text{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-2900 .elementor-element.elementor-element-3add0b9.dt-sub-menu_align-mobile-center.sub-icon_align-side .horizontal-sub-nav > li .menu-item-text {margin:0 var(--icon-spacing) !important;padding:0 var(--sub-icon-size) !important;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-toggle{align-self:var(--justify, center);}.elementor-2900 .elementor-element.elementor-element-3add0b9{--sub-menu-gap:10px;--sub-menu-right-gap:20px;--sub-menu-left-gap:20px;--sub-menu-bottom-gap:0px;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown .dt-nav-menu-horizontal--main{top:calc(100% + 10px);}.elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav, .elementor-2900 .elementor-element.elementor-element-3add0b9 .dt-nav-menu-horizontal > li > .horizontal-sub-nav .horizontal-sub-nav{min-width:calc(100vw);--sub-menu-width:100vw;}.elementor-2900 .elementor-element.elementor-element-3add0b9 .horizontal-menu-dropdown{--sub-menu-width:100vw;}.elementor-2900 .elementor-element.elementor-element-f4fcb81 > .elementor-widget-container{margin:0px 0px 0px 20px;}}
.elementor-752 .elementor-element.elementor-element-68523834:not(.elementor-motion-effects-element-type-background), .elementor-752 .elementor-element.elementor-element-68523834 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-91158ab );}.elementor-752 .elementor-element.elementor-element-68523834 > .elementor-container{min-height:90px;}.elementor-752 .elementor-element.elementor-element-68523834 > .elementor-background-overlay{opacity:0.16;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-752 .elementor-element.elementor-element-68523834{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;color:#000000;}.elementor-752 .elementor-element.elementor-element-68523834 .elementor-heading-title{color:#000000;}.elementor-752 .elementor-element.elementor-element-68523834 a{color:var( --e-global-color-7bef181 );}.elementor-752 .elementor-element.elementor-element-68523834 a:hover{color:#000000;}.elementor-bc-flex-widget .elementor-752 .elementor-element.elementor-element-7df1c0f0.elementor-column .elementor-widget-wrap{align-items:flex-end;}.elementor-752 .elementor-element.elementor-element-7df1c0f0.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-end;align-items:flex-end;}.elementor-752 .elementor-element.elementor-element-7df1c0f0.elementor-column > .elementor-widget-wrap{justify-content:space-between;}.elementor-752 .elementor-element.elementor-element-7df1c0f0 > .elementor-element-populated{margin:60px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-752 .elementor-element.elementor-element-acb9471{text-align:left;}.elementor-752 .elementor-element.elementor-element-acb9471 img, .elementor-752 .elementor-element.elementor-element-acb9471 svg{width:100%;max-width:250px;}.elementor-752 .elementor-element.elementor-element-acb9471 svg{height:auto;}.elementor-752 .elementor-element.elementor-element-79e0bd8 .elementor-heading-title{font-family:var( --e-global-typography-el_title_6-font-family ), Sans-serif;font-size:var( --e-global-typography-el_title_6-font-size );font-weight:var( --e-global-typography-el_title_6-font-weight );text-transform:var( --e-global-typography-el_title_6-text-transform );line-height:var( --e-global-typography-el_title_6-line-height );color:var( --e-global-color-el_color_6 );}.elementor-752 .elementor-element.elementor-element-e6d1aa4{--spacer-size:25px;}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a{justify-content:flex-start;align-items:flex-start;text-align:left;--menu-position:flex-start;color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu > li > a .item-content{padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;}.elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav{--sub-justify-content:flex-start;--sub-align-items:flex-start;--sub-text-align:left;--sub-menu-position:flex-start;}.elementor-752 .elementor-element.elementor-element-4e647bc li > a .item-content > i, .elementor-752 .elementor-element.elementor-element-4e647bc li > a .item-content > img, .elementor-752 .elementor-element.elementor-element-4e647bc li > a .item-content > svg{display:flex;}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li:not(:last-child){padding-bottom:calc(10px);margin-bottom:0;}.elementor-752 .elementor-element.elementor-element-4e647bc.widget-divider-yes .dt-nav-menu > li:first-child{padding-top:calc(10px/2);}.elementor-752 .elementor-element.elementor-element-4e647bc.widget-divider-yes .dt-nav-menu > li:last-child{padding-bottom:calc(10px/2);}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu{--grid-row-gap:10px;} .elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a .item-content svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a:hover{color:var( --e-global-color-el_color_1_4 );}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a:hover .item-content svg{fill:var( --e-global-color-el_color_1_4 );color:var( --e-global-color-el_color_1_4 );}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a.active, .elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a.active-item{color:var( --e-global-color-el_color_1_4 );}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a.active .item-content svg, .elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a.active-item .item-content svg{fill:var( --e-global-color-el_color_1_4 );color:var( --e-global-color-el_color_1_4 );}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu li.depth-0 > a{--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu li.menu-item.depth-0 > a .item-content > i{font-size:16px;}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu li.menu-item.depth-0 > a .item-content > img, .elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu li.menu-item.depth-0 > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav > li:not(:last-child){padding-bottom:calc(0px);margin-bottom:0;--sub-grid-row-gap:0px;}.elementor-752 .elementor-element.elementor-element-4e647bc.sub-widget-divider-yes .vertical-sub-nav > li:first-child{padding-top:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav .vertical-sub-nav > li:first-child{margin-top:calc(0px/2);padding-top:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-4e647bc .first-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:first-child{padding-top:0;}.elementor-752 .elementor-element.elementor-element-4e647bc.sub-widget-divider-yes .vertical-sub-nav > li:last-child{padding-bottom:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav .vertical-sub-nav > li:last-child{margin-bottom:calc(0px/2);padding-bottom:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-4e647bc.sub-widget-divider-yes .last-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:last-child{padding-bottom:0;}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > .vertical-sub-nav .vertical-sub-nav{margin-bottom:calc(-0px);}.elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu .vertical-sub-nav {--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav li.menu-item > a .item-content > i{font-size:16px;}.elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav li.menu-item > a .item-content > img, .elementor-752 .elementor-element.elementor-element-4e647bc .vertical-sub-nav li.menu-item > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-752 .elementor-element.elementor-element-6ec42d0 .elementor-heading-title{font-family:var( --e-global-typography-el_title_6-font-family ), Sans-serif;font-size:var( --e-global-typography-el_title_6-font-size );font-weight:var( --e-global-typography-el_title_6-font-weight );text-transform:var( --e-global-typography-el_title_6-text-transform );line-height:var( --e-global-typography-el_title_6-line-height );color:var( --e-global-color-el_color_6 );}.elementor-752 .elementor-element.elementor-element-99922f7{--spacer-size:25px;}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a{justify-content:flex-start;align-items:flex-start;text-align:left;--menu-position:flex-start;color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu > li > a .item-content{padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;}.elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav{--sub-justify-content:flex-start;--sub-align-items:flex-start;--sub-text-align:left;--sub-menu-position:flex-start;}.elementor-752 .elementor-element.elementor-element-7146102 li > a .item-content > i, .elementor-752 .elementor-element.elementor-element-7146102 li > a .item-content > img, .elementor-752 .elementor-element.elementor-element-7146102 li > a .item-content > svg{display:flex;}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li:not(:last-child){padding-bottom:calc(10px);margin-bottom:0;}.elementor-752 .elementor-element.elementor-element-7146102.widget-divider-yes .dt-nav-menu > li:first-child{padding-top:calc(10px/2);}.elementor-752 .elementor-element.elementor-element-7146102.widget-divider-yes .dt-nav-menu > li:last-child{padding-bottom:calc(10px/2);}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu{--grid-row-gap:10px;} .elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a .item-content svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a:hover{color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a:hover .item-content svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a.active, .elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a.active-item{color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a.active .item-content svg, .elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a.active-item .item-content svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu li.depth-0 > a{--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu li.menu-item.depth-0 > a .item-content > i{font-size:16px;}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu li.menu-item.depth-0 > a .item-content > img, .elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu li.menu-item.depth-0 > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav > li:not(:last-child){padding-bottom:calc(0px);margin-bottom:0;--sub-grid-row-gap:0px;}.elementor-752 .elementor-element.elementor-element-7146102.sub-widget-divider-yes .vertical-sub-nav > li:first-child{padding-top:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav .vertical-sub-nav > li:first-child{margin-top:calc(0px/2);padding-top:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-7146102 .first-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:first-child{padding-top:0;}.elementor-752 .elementor-element.elementor-element-7146102.sub-widget-divider-yes .vertical-sub-nav > li:last-child{padding-bottom:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav .vertical-sub-nav > li:last-child{margin-bottom:calc(0px/2);padding-bottom:calc(0px/2);}.elementor-752 .elementor-element.elementor-element-7146102.sub-widget-divider-yes .last-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:last-child{padding-bottom:0;}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > .vertical-sub-nav .vertical-sub-nav{margin-bottom:calc(-0px);}.elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu .vertical-sub-nav {--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav li.menu-item > a .item-content > i{font-size:16px;}.elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav li.menu-item > a .item-content > img, .elementor-752 .elementor-element.elementor-element-7146102 .vertical-sub-nav li.menu-item > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-752 .elementor-element.elementor-element-1da21e1 .elementor-heading-title{font-family:var( --e-global-typography-el_title_6-font-family ), Sans-serif;font-size:var( --e-global-typography-el_title_6-font-size );font-weight:var( --e-global-typography-el_title_6-font-weight );text-transform:var( --e-global-typography-el_title_6-text-transform );line-height:var( --e-global-typography-el_title_6-line-height );color:var( --e-global-color-el_color_6 );}.elementor-752 .elementor-element.elementor-element-30820be{--spacer-size:25px;}.elementor-752 .elementor-element.elementor-element-1d8cddc .box-content{align-items:flex-start;text-align:left;}.elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper{align-items:flex-start;align-content:flex-start;}.elementor-752 .elementor-element.elementor-element-1d8cddc .box-content-wrapper{flex-flow:row nowrap;}.elementor-752 .elementor-element.elementor-element-1d8cddc .elementor-icon-div{align-self:center;}.elementor-752 .elementor-element.elementor-element-1d8cddc .elementor-icon{font-size:20px;}.elementor-752 .elementor-element.elementor-element-1d8cddc .elementor-icon-div i{color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-1d8cddc .elementor-icon-div svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-1d8cddc{--icon-spacing:15px;}.elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper .box-heading, .elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper .box-heading a{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );color:var( --e-global-color-el_color_1_2 );}.elementor-752 .elementor-element.elementor-element-1d8cddc .box-description{margin-top:10px;}.elementor-752 .elementor-element.elementor-element-9dcb7ec{--spacer-size:30px;}.elementor-752 .elementor-element.elementor-element-8c8a0c5 .elementor-icon{display:inline-flex;justify-content:center;align-items:center;background-color:#FFFFFF00;font-size:16px;padding:0.6em;border-style:solid;border-width:2px 2px 2px 2px;border-radius:6px 6px 6px 6px;}.elementor-752 .elementor-element.elementor-element-8c8a0c5 .elementor-icon:hover{background:var( --e-global-color-el_color_1 );border-color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-8c8a0c5{width:auto;max-width:auto;}.elementor-752 .elementor-element.elementor-element-8c8a0c5 > .elementor-widget-container{margin:0px 10px 0px 0px;}.elementor-752 .elementor-element.elementor-element-8c8a0c5 .elementor-icon i{color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-8c8a0c5 .elementor-icon svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-8c8a0c5 .elementor-icon:hover i{color:var( --e-global-color-el_color_0 );}.elementor-752 .elementor-element.elementor-element-8c8a0c5 .elementor-icon:hover svg{fill:var( --e-global-color-el_color_0 );color:var( --e-global-color-el_color_0 );}.elementor-752 .elementor-element.elementor-element-295f912 .elementor-icon{display:inline-flex;justify-content:center;align-items:center;background-color:#FFFFFF00;font-size:16px;padding:0.6em;border-style:solid;border-width:2px 2px 2px 2px;border-radius:6px 6px 6px 6px;}.elementor-752 .elementor-element.elementor-element-295f912 .elementor-icon:hover{background:var( --e-global-color-el_color_1 );border-color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-295f912{width:auto;max-width:auto;}.elementor-752 .elementor-element.elementor-element-295f912 > .elementor-widget-container{margin:0px 10px 0px 0px;}.elementor-752 .elementor-element.elementor-element-295f912 .elementor-icon i{color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-295f912 .elementor-icon svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-752 .elementor-element.elementor-element-295f912 .elementor-icon:hover i{color:var( --e-global-color-el_color_0 );}.elementor-752 .elementor-element.elementor-element-295f912 .elementor-icon:hover svg{fill:var( --e-global-color-el_color_0 );color:var( --e-global-color-el_color_0 );}.elementor-752 .elementor-element.elementor-element-bc3caa9{margin-top:30px;margin-bottom:30px;}.elementor-752 .elementor-element.elementor-element-3514acd{width:auto;max-width:auto;}.elementor-752 .elementor-element.elementor-element-3514acd .elementor-heading-title{font-family:var( --e-global-typography-el_content_3-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_3-font-size );font-style:var( --e-global-typography-el_content_3-font-style );line-height:var( --e-global-typography-el_content_3-line-height );color:var( --e-global-color-el_color_6 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1100px){.elementor-752 .elementor-element.elementor-element-79e0bd8 .elementor-heading-title{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-tablet-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-tablet-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-tablet-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-tablet-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-tablet-center .dt-icon-align-side .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-tablet-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-tablet-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-tablet-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-tablet-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-tablet-center .dt-sub-icon-align-side .vertical-sub-nav > li .item-content {margin:0 var(--icon-spacing);padding:0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-6ec42d0 .elementor-heading-title{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-tablet-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-tablet-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-tablet-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-tablet-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-tablet-center .dt-icon-align-side .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-tablet-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-tablet-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-tablet-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-tablet-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-tablet-center .dt-sub-icon-align-side .vertical-sub-nav > li .item-content {margin:0 var(--icon-spacing);padding:0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-1da21e1 .elementor-heading-title{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );} .elementor-752 .elementor-element.elementor-element-1d8cddc.icon-position-tablet-left .elementor-icon-div{margin:0 var(--icon-spacing) 0 0;} .elementor-752 .elementor-element.elementor-element-1d8cddc.icon-position-tablet-right .elementor-icon-div{margin:0 0 0 var(--icon-spacing);} .elementor-752 .elementor-element.elementor-element-1d8cddc.icon-position-tablet-top .elementor-icon-div{margin:0 0 var(--icon-spacing) 0;}.elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper .box-heading, .elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper .box-heading a{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-3514acd{width:100%;max-width:100%;}.elementor-752 .elementor-element.elementor-element-3514acd .elementor-heading-title{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}}@media(max-width:767px){.elementor-752 .elementor-element.elementor-element-68523834{padding:0px 0px 0px 0px;}.elementor-752 .elementor-element.elementor-element-79e0bd8 .elementor-heading-title{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-mobile-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-mobile-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-mobile-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-mobile-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-right .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-left .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-mobile-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-mobile-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-mobile-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-mobile-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-right .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-left .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-4e647bc .dt-nav-menu > li > a{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-6ec42d0 .elementor-heading-title{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-mobile-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-mobile-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-mobile-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-mobile-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-right .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-left .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-mobile-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-mobile-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-mobile-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-mobile-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-right .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-left .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);} .elementor-752 .elementor-element.elementor-element-7146102 .dt-nav-menu > li > a{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-1da21e1 .elementor-heading-title{font-size:var( --e-global-typography-el_title_6-font-size );line-height:var( --e-global-typography-el_title_6-line-height );} .elementor-752 .elementor-element.elementor-element-1d8cddc.icon-position-mobile-left .elementor-icon-div{margin:0 var(--icon-spacing) 0 0;} .elementor-752 .elementor-element.elementor-element-1d8cddc.icon-position-mobile-right .elementor-icon-div{margin:0 0 0 var(--icon-spacing);} .elementor-752 .elementor-element.elementor-element-1d8cddc.icon-position-mobile-top .elementor-icon-div{margin:0 0 var(--icon-spacing) 0;}.elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper .box-heading, .elementor-752 .elementor-element.elementor-element-1d8cddc .the7-box-wrapper .box-heading a{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-752 .elementor-element.elementor-element-3514acd{width:100%;max-width:100%;text-align:left;}.elementor-752 .elementor-element.elementor-element-3514acd .elementor-heading-title{font-size:var( --e-global-typography-el_content_3-font-size );line-height:var( --e-global-typography-el_content_3-line-height );}}@media(min-width:768px){.elementor-752 .elementor-element.elementor-element-adddd42{width:28.538%;}.elementor-752 .elementor-element.elementor-element-691996b{width:23.924%;}.elementor-752 .elementor-element.elementor-element-6e4b46e{width:22.5%;}.elementor-752 .elementor-element.elementor-element-adae421{width:25%;}}@media(max-width:1100px) and (min-width:768px){.elementor-752 .elementor-element.elementor-element-7df1c0f0{width:100%;}.elementor-752 .elementor-element.elementor-element-adddd42{width:50%;}.elementor-752 .elementor-element.elementor-element-691996b{width:50%;}.elementor-752 .elementor-element.elementor-element-6e4b46e{width:50%;}.elementor-752 .elementor-element.elementor-element-adae421{width:50%;}}@media screen and (max-width: 1100px) {  .icon-position-tablet-right .the7_icon_box_widget-1d8cddc.the7-box-wrapper .elementor-icon-div {    order: 2;  }  .icon-position-tablet-left .the7_icon_box_widget-1d8cddc.the7-box-wrapper .elementor-icon-div,  .icon-position-tablet-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .elementor-icon-div {    order: 0;  }  .icon-position-tablet-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    flex-wrap: wrap;  }  .icon-vertical-align-tablet-start.icon-position-tablet-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    justify-content: flex-start;  }  .icon-vertical-align-tablet-center.icon-position-tablet-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    justify-content: center;  }  .icon-vertical-align-tablet-end.icon-position-tablet-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    justify-content: flex-end;  }  .icon-position-tablet-left .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper,  .icon-position-tablet-right .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    flex-wrap: inherit;  }  .icon-position-tablet-left .the7_icon_box_widget-1d8cddc.the7-box-wrapper,  .icon-position-tablet-right .the7_icon_box_widget-1d8cddc.the7-box-wrapper {    flex-wrap: unset;  }}@media screen and (max-width: 767px) {  .icon-position-mobile-right .the7_icon_box_widget-1d8cddc.the7-box-wrapper .elementor-icon-div {    order: 2;  }  .icon-position-mobile-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    flex-wrap: wrap;  }  .icon-position-mobile-left .the7_icon_box_widget-1d8cddc.the7-box-wrapper .elementor-icon-div,  .icon-position-mobile-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .elementor-icon-div {    order: 0;  }  .icon-vertical-align-mobile-start.icon-position-mobile-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    justify-content: flex-start;  }  .icon-vertical-align-mobile-center.icon-position-mobile-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    justify-content: center;  }  .icon-vertical-align-mobile-end.icon-position-mobile-top .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    justify-content: flex-end;  }  .icon-position-mobile-left .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper,  .icon-position-mobile-right .the7_icon_box_widget-1d8cddc.the7-box-wrapper .box-content-wrapper {    flex-wrap: inherit;  }  .icon-position-mobile-left .the7_icon_box_widget-1d8cddc.the7-box-wrapper,  .icon-position-mobile-right .the7_icon_box_widget-1d8cddc.the7-box-wrapper {    flex-wrap: unset;  }}
.elementor-2659 .elementor-element.elementor-element-59bf303 > .elementor-background-overlay{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-el_color_1_4 ) 10%, var( --e-global-color-el_color_0 ) 100%);opacity:0.25;}.elementor-2659 .elementor-element.elementor-element-59bf303 > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-el_color_0 );}.elementor-2659 .elementor-element.elementor-element-59bf303 > .elementor-shape-bottom svg{width:calc(200% + 1.3px);height:300px;}.elementor-2659 .elementor-element.elementor-element-59bf303{padding:90px 0px 60px 0px;}.elementor-2659 .elementor-element.elementor-element-f4923f9{text-align:center;}.elementor-2659 .elementor-element.elementor-element-f4923f9 .elementor-heading-title{font-family:var( --e-global-typography-el_title_1-font-family ), Sans-serif;font-size:var( --e-global-typography-el_title_1-font-size );font-weight:var( --e-global-typography-el_title_1-font-weight );text-transform:var( --e-global-typography-el_title_1-text-transform );line-height:var( --e-global-typography-el_title_1-line-height );}.elementor-2659 .elementor-element.elementor-element-af77a56 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-2659 .elementor-element.elementor-element-af77a56 > .elementor-background-overlay{background-color:#FFFFFFE0;opacity:1;}.elementor-2659 .elementor-element.elementor-element-af77a56{margin-top:0px;margin-bottom:120px;}.elementor-bc-flex-widget .elementor-2659 .elementor-element.elementor-element-2a7e8a4.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-2659 .elementor-element.elementor-element-2a7e8a4.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-2659 .elementor-element.elementor-element-2a7e8a4 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-2659 .elementor-element.elementor-element-2a7e8a4 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .dt-css-grid{grid-template-columns:repeat(2,1fr);grid-column-gap:60px;grid-row-gap:60px;--grid-row-gap:60px;}.elementor-2659 .elementor-element.elementor-element-3f8d017{--wide-desktop-columns:2;--the7-img-object-fit:var(--object-fit);--the7-img-width:var(--ratio-img-width);--the7-img-height:var(--ratio-img-height);--the7-img-max-height:var(--max-height);--the7-img-max-width:var(--max-width);--box-width:var(--image-size, var(--ratio-img-width));--the7-img-ratio:var(--aspect-ratio, var(--ratio));--object-fit:cover;--ratio-img-width:100%;--svg-width:100%;--height:100%;--max-height:100%;--max-width:100%;--aspect-ratio:1.52;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .post.wrapper{align-items:flex-start;align-content:flex-start;}.elementor-2659 .elementor-element.elementor-element-3f8d017 [class*="the7-simple-widget-"]{--content-wrapper-flex-flow:column wrap;--thumb-margin:0 0 var(--image-spacing) 0;--thumb-order:0;--content-width:100%;--image-spacing:30px;--image-size:100%;--image-ratio:100%;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb, .elementor-2659 .elementor-element.elementor-element-3f8d017 .post-entry-content{align-self:center;}
							.elementor-2659 .elementor-element.elementor-element-3f8d017 .post-thumbnail-rollover:after,
							.elementor-2659 .elementor-element.elementor-element-3f8d017 .post-thumbnail-rollover:before, .elementor-2659 .elementor-element.elementor-element-3f8d017 .post-thumbnail-rollover:after { transition: opacity 0.3s ease; } .elementor-2659 .elementor-element.elementor-element-3f8d017 .post-thumbnail-rollover:after{background:var( --e-global-color-el_color_1_7 );}.elementor-2659 .elementor-element.elementor-element-3f8d017 .post-entry-content{align-items:flex-start;text-align:left;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb{width:var(--image-size);}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb, .elementor-2659 .elementor-element.elementor-element-3f8d017 .post-thumbnail-rollover, .elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb img{border-radius:6px 6px 6px 6px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb .layzr-bg{border-radius:6px 6px 6px 6px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .heading{font-family:"Poppins", Sans-serif;font-size:26px;text-transform:none;line-height:1.4em;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .post-title:hover{color:var( --e-global-color-el_color_1_2 );}.elementor-2659 .elementor-element.elementor-element-3f8d017 a.wf-cell:hover .post-title{color:var( --e-global-color-el_color_1_2 );}.elementor-2659 .elementor-element.elementor-element-3f8d017 .entry-meta .meta-item:not(:first-child):before{content:"-";}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-widget-posts .entry-meta{font-family:var( --e-global-typography-el_content_2-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-2659 .elementor-element.elementor-element-3f8d017 .entry-meta{margin-top:12px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .short-description{font-family:var( --e-global-typography-el_content_1-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_1-font-size );font-weight:var( --e-global-typography-el_content_1-font-weight );font-style:var( --e-global-typography-el_content_1-font-style );line-height:var( --e-global-typography-el_content_1-line-height );margin-top:20px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .box-button{margin-top:20px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .paginator{justify-content:center;margin-top:60px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .paginator a{margin:0px 10px 0px 10px;}@media(max-width:1100px) and (min-width:768px){.elementor-2659 .elementor-element.elementor-element-2a7e8a4{width:100%;}}@media(max-width:1100px){.elementor-2659 .elementor-element.elementor-element-59bf303 > .elementor-shape-bottom svg{width:calc(300% + 1.3px);}.elementor-2659 .elementor-element.elementor-element-f4923f9 .elementor-heading-title{font-size:var( --e-global-typography-el_title_1-font-size );line-height:var( --e-global-typography-el_title_1-line-height );}.elementor-2659 .elementor-element.elementor-element-af77a56 > .elementor-container{min-height:500px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .dt-css-grid{grid-template-columns:repeat(2,1fr);}.elementor-2659 .elementor-element.elementor-element-3f8d017{--wide-desktop-columns:2;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb, .elementor-2659 .elementor-element.elementor-element-3f8d017 .post-entry-content{align-self:flex-start;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .heading{font-size:22px;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-widget-posts .entry-meta{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-2659 .elementor-element.elementor-element-3f8d017 .short-description{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}}@media(max-width:767px){.elementor-2659 .elementor-element.elementor-element-59bf303 > .elementor-shape-bottom svg{width:calc(400% + 1.3px);}.elementor-2659 .elementor-element.elementor-element-59bf303{padding:60px 0px 030px 0px;}.elementor-2659 .elementor-element.elementor-element-f4923f9 .elementor-heading-title{font-size:var( --e-global-typography-el_title_1-font-size );line-height:var( --e-global-typography-el_title_1-line-height );}.elementor-2659 .elementor-element.elementor-element-3f8d017 .dt-css-grid{grid-template-columns:repeat(1,1fr);}.elementor-2659 .elementor-element.elementor-element-3f8d017{--wide-desktop-columns:1;}.elementor-2659 .elementor-element.elementor-element-3f8d017 [class*="the7-simple-widget-"]{--content-wrapper-flex-flow:column wrap;--thumb-margin:0 0 var(--image-spacing) 0;--thumb-order:0;--content-width:100%;--image-size:100%;--image-ratio:100%;}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-post-thumb{width:var(--image-size);}.elementor-2659 .elementor-element.elementor-element-3f8d017 .the7-simple-widget-posts .entry-meta{font-size:var( --e-global-typography-el_content_2-font-size );line-height:var( --e-global-typography-el_content_2-line-height );}.elementor-2659 .elementor-element.elementor-element-3f8d017 .short-description{font-size:var( --e-global-typography-el_content_1-font-size );line-height:var( --e-global-typography-el_content_1-line-height );}}@media screen and (min-width: 1301px) {  .the7-elements-simple-posts-3f8d017 .dt-css-grid {    grid-template-columns: repeat(var(--wide-desktop-columns),minmax(0,1fr)) ! important;  }  .the7-elements-simple-posts-3f8d017 .wf-cell:nth-child(-n + 2):before,  .the7-elements-simple-posts-3f8d017 .wd-hide-divider:before {    display: none;  }}@media screen and (min-width: 1102px) {  .the7-elements-simple-posts-3f8d017 .wf-cell:nth-child(-n + 2):before,  .d-hide-divider:before {    display: none;  }}@media screen and (min-width: 768px) and (max-width: 1100px) {  .the7-elements-simple-posts-3f8d017 .wf-cell:nth-child(-n + 2):before,  .t-hide-divider:before {    display: none;  }}@media screen and (max-width: 1100px) {  .img-align-tablet-right .the7-elements-simple-posts-3f8d017.the7-simple-widget-posts .the7-simple-post-thumb {    order: 2;  }  .img-align-tablet-left .the7-elements-simple-posts-3f8d017.the7-simple-widget-posts .the7-simple-post-thumb {    order: 0;  }  .img-align-tablet-top .the7-elements-simple-posts-3f8d017.the7-simple-widget-posts .the7-simple-post-thumb {    order: 0;    margin: 0 0 var(--image-spacing) 0;  }  .img-align-tablet-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    flex-wrap: wrap;  }  .image-vertical-align-tablet-start.img-align-tablet-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    justify-content: flex-start;  }  .image-vertical-align-tablet-center.img-align-tablet-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    justify-content: center;  }  .image-vertical-align-tablet-end.img-align-tablet-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    justify-content: flex-end;  }  .img-align-tablet-left .the7-elements-simple-posts-3f8d017 .wrapper.post,  .img-align-tablet-right .the7-elements-simple-posts-3f8d017 .wrapper.post {    flex-wrap: inherit;  }  .img-align-tablet-left .the7-elements-simple-posts-3f8d017,  .img-align-tablet-right .the7-elements-simple-posts-3f8d017 {    flex-wrap: unset;  }  .icon-box-vertical-align-tablet-center .the7-elements-simple-posts-3f8d017 .wf-cell .post-entry-content {    justify-content: center;  }  .icon-box-vertical-align-tablet-bottom .the7-elements-simple-posts-3f8d017 .wf-cell .post-entry-content {    justify-content: flex-end;  }}@media screen and (max-width: 767px) {  .the7-elements-simple-posts-3f8d017 .wf-cell:nth-child(-n + 1):before,  .m-hide-divider:before {    display: none;  }  .img-align-mobile-right .the7-elements-simple-posts-3f8d017.the7-simple-widget-posts .the7-simple-post-thumb {    order: 2;  }  .img-align-mobile-left .the7-elements-simple-posts-3f8d017.the7-simple-widget-posts .the7-simple-post-thumb {    order: 0;  }  .img-align-mobile-top .the7-elements-simple-posts-3f8d017.the7-simple-widget-posts .the7-simple-post-thumb {    order: 0;    margin: 0 0 var(--image-spacing) 0;  }  .img-align-mobile-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    flex-wrap: wrap;  }  .image-vertical-align-mobile-start.img-align-mobile-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    justify-content: flex-start;  }  .image-vertical-align-mobile-center.img-align-mobile-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    justify-content: center;  }  .image-vertical-align-mobile-end.img-align-mobile-top .the7-elements-simple-posts-3f8d017 .wrapper.post {    justify-content: flex-end;  }  .img-align-mobile-left .the7-elements-simple-posts-3f8d017 .wrapper.post,  .img-align-mobile-right .the7-elements-simple-posts-3f8d017 .wrapper.post {    flex-wrap: inherit;  }  .img-align-mobile-left .the7-elements-simple-posts-3f8d017,  .img-align-mobile-right .the7-elements-simple-posts-3f8d017 {    flex-wrap: unset;  }  .icon-box-vertical-align-mobile-center .the7-elements-simple-posts-3f8d017 .wf-cell .post-entry-content {    justify-content: center;  }  .icon-box-vertical-align-mobile-bottom .the7-elements-simple-posts-3f8d017 .wf-cell .post-entry-content {    justify-content: flex-end;  }}
.vertical-centering{top:50%;transform:translateY(-50%)}.horizontal-centering{left:50%;transform:translateX(-50%)}.centering-mixin{top:50%;left:50%;transform:translate(-50%,-50%)}/*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license *//*! normalize.css by Dream-Theme.com based on http://github.com/necolas/normalize.css */article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block}.old-ie audio,.old-ie canvas,.old-ie video{display:inline;zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}*{padding:0;margin:0}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:active,a:focus,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}code,kbd,pre,samp{font-family:monospace,serif;font-family:'courier new',monospace}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:after,q:before{content:'';content:none}small{font-size:75%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}dd,dl,menu,ol,ul{list-style:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure,form{margin:0}legend{border:0;padding:0;white-space:normal}.old-ie legend{margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline}.old-ie button,.old-ie input,.old-ie select,.old-ie textarea{vertical-align:middle}button,input{line-height:normal}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}.old-ie button,.old-ie input[type=button],.old-ie input[type=reset],.old-ie input[type=submit]{overflow:visible}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}.old-ie input[type=checkbox],.old-ie input[type=radio]{height:13px;width:13px}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}.formError{position:absolute;top:300px;left:300px;padding-bottom:13px;display:block;z-index:5000}.ajaxSubmit{padding:10px;text-align:center;border:1px solid #999;display:none}.formError .formErrorContent{background:#8a0b2c;color:#fff;width:165px;font-family:tahoma;font-size:11px;border:0 solid #ddd;text-shadow:#f5f5f5;padding:4px 10px;border-radius:6px;-moz-border-radius:6px;-webkit-border-radius:6px}.greenPopup .formErrorContent{background:#33be40}.blackPopup .formErrorContent{background:#393939;color:#FFF}.formError .formErrorArrow{position:absolute;bottom:0;left:20px;width:15px;height:15px;z-index:5001;border:none}.formError .formErrorArrowBottom{top:0;margin:-6px}.formError .formErrorArrow div{border:none;height:1px;background:#8a0b2c;margin:0 auto;line-height:0;font-size:0;display:block}.formError .formErrorArrowBottom div{box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.formError .formErrorArrow .line10{width:15px;border:none}.formError .formErrorArrow .line9{width:13px;border:none}.formError .formErrorArrow .line8{width:11px}.formError .formErrorArrow .line7{width:9px}.formError .formErrorArrow .line6{width:7px}.formError .formErrorArrow .line5{width:5px}.formError .formErrorArrow .line4{width:3px}.formError .formErrorArrow .line3{width:1px}.formError .formErrorArrow .line2{width:3px;border:none;display:none}.formError .formErrorArrow .line1{width:1px;border:none;display:none}.dt-contact-form.dt-form .formError,.dt-contact-form.dt-form .hide-privacy-message,.dt-contact-form.dt-form span .formError,.popup-message-style .dt-contact-form.dt-form .formError{display:none}.dt-contact-form.dt-form span .formError.field-success,.dt-contact-form.dt-form span .formError.first,.inline-message-style .dt-contact-form.dt-form .formError.field-success,.inline-message-style .dt-contact-form.dt-form .formError.first,.popup-message-style .dt-contact-form.dt-form .formError.field-success,.popup-message-style .dt-contact-form.dt-form .formError.first{display:-ms-flexbox;display:-ms-flex;display:flex}.dt-contact-form.dt-form .formError .close-message{position:absolute;top:50%;width:30px;height:30px;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;line-height:30px;text-align:center;opacity:.5}.dt-contact-form.dt-form .formError .close-message svg{fill:#fff;width:18px}.dt-contact-form.dt-form .formError .close-message:hover{cursor:pointer;opacity:1}.dt-contact-form.dt-form .error-field:not(.field-success){border-color:red}.inline-message-style .dt-contact-form.dt-form{position:relative}.inline-message-style .form-fields>span{position:static}.inline-message-style .formError{z-index:100;width:100%;top:0!important;left:0!important;margin:0 0 10px!important;padding:15px 40px 15px 45px;box-sizing:border-box}.inline-message-style .formError.run-animation{position:relative}.inline-message-style .formError .formErrorContent{width:100%;background:0 0}.inline-message-style .formError .formErrorArrow{display:none}.popup-message-style .parentFormundefined.run-animation{-webkit-transform:translate3d(200px,-50%,0);-ms-transform:translate3d(200px,-50%,0);transform:translate3d(200px,-50%,0);-webkit-animation:slide-in-message,slide-out-message;animation:slide-in-message,slide-out-message;-webkit-animation-duration:1.2s,1.1s;animation-duration:1.2s,1.1s;-webkit-animation-delay:.4s,9s;animation-delay:.4s,9s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease;animation-timing-function:ease}.popup-message-style .parentFormundefined.run-animation .formErrorContent{opacity:1}.parentFormundefined:before{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:0px;left:0;width:65px;height:100%;content:"";-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-exclamation-circle-fill.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-exclamation-circle-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;background:#fff;-webkit-mask-size:24px;mask-size:24px}.greenPopup.parentFormundefined:before{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.popup-message-style .parentFormundefined.run-animation,.popup-message-style .parentFormundefined:not(.run-animation){display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0px 10px 40px 0px rgba(0,0,0,.3);border:none;opacity:0;position:fixed!important;top:50%!important;left:100%!important;right:auto!important;margin:0!important;padding:15px 40px 15px 45px;width:400px;max-height:500px;z-index:9999;overflow:hidden;font-weight:700;color:#FFF;box-sizing:border-box}.popup-message-style .parentFormundefined.run-animation a,.popup-message-style .parentFormundefined.run-animation a:hover,.popup-message-style .parentFormundefined:not(.run-animation) a,.popup-message-style .parentFormundefined:not(.run-animation) a:hover{color:#fff}.popup-message-style .parentFormundefined.run-animation .formErrorContent,.popup-message-style .parentFormundefined:not(.run-animation) .formErrorContent{width:100%;background:0 0}.popup-message-style .parentFormundefined.run-animation .formErrorArrow,.popup-message-style .parentFormundefined:not(.run-animation) .formErrorArrow{display:none}@-webkit-keyframes slide-in-message{0%{opacity:0;-webkit-transform:translate3d(600px,-50%,0);transform:translate3d(600px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-200px,-50%,0);transform:translate3d(-200px,-50%,0)}100%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}}@keyframes slide-in-message{0%{opacity:0;-webkit-transform:translate3d(600px,-50%,0);transform:translate3d(600px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-200px,-50%,0);transform:translate3d(-200px,-50%,0)}100%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}}@-webkit-keyframes slide-out-message{0%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-100px,-50%,0);transform:translate3d(-100px,-50%,0)}100%{opacity:0;-webkit-transform:translate3d(800px,-50%,0);transform:translate3d(800px,-50%,0)}}@keyframes slide-out-message{0%{opacity:1;-webkit-transform:translate3d(-400px,-50%,0);transform:translate3d(-400px,-50%,0)}50%{opacity:0;-webkit-transform:translate3d(-100px,-50%,0);transform:translate3d(-100px,-50%,0)}100%{opacity:0;-webkit-transform:translate3d(800px,-50%,0);transform:translate3d(800px,-50%,0)}}.rev_slider_wrapper{z-index:1}.tp-scrollbelowslider:hover{cursor:pointer}.is-iphone .kenburnimg img{transform:none!important}/*!Revolution slider arrows*/.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;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .dt-owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .dt-owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled,.owl-nav.disabled{display:none}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit;outline:0}.owl-carousel.owl-loaded{display:block;display:grid}.owl-carousel.owl-loading{opacity:0;display:grid}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .dt-owl-item{visibility:hidden}.owl-carousel.owl-drag .dt-owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .dt-owl-item{float:right}.owl-carousel .animated:not(.elementor-element){animation-duration:var(--transition-speed,1000ms);animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;-ms-touch-action:none;touch-action:none;z-index:9500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp::after,.pswp::before{content:' ';display:table}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:unset;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;-webkit-backface-visibility:hidden}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1);text-align:center;display:-ms-flexbox;display:-ms-flex;display:flex}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline}.admin-bar .pswp{z-index:100000}.pswp-video-wrap{-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center;line-height:0;width:100%;max-width:900px;position:relative;margin:0 auto;text-align:left;z-index:1045}.video-wrapper{position:relative;padding-bottom:56.25%;padding-top:25px;height:0;width:100%}.video-wrapper iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%}.video-wrapper video{width:100%!important;height:auto!important}.pswp .pswp__ui--fit .pswp__caption,.pswp .pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.5)}.admin-bar .pswp .pswp__ui--fit .pswp__caption,.admin-bar .pswp .pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.7)}.pswp.video-active .pswp__share-tooltip.show-share-pin .pswp__share--pinterest{display:none}.pswp__caption .pswp__caption__center{text-align:center}.pswp__caption h5{color:#fff;margin-bottom:5px}.pswp button.pswp__button{height:1.5em;width:1.5em;margin-top:-.75em;background:0 0!important;opacity:.5}.pswp button.pswp__button:before{display:block;width:100%;height:100%;content:"";background-color:#fff!important}.pswp .pswp__top-bar button.pswp__button{height:26px;width:26px;margin-top:-13px;top:50%;margin-right:15px}.pswp--touch .pswp__ui:not(.pswp__ui--hidden) .pswp__button--arrow--left,.pswp--touch .pswp__ui:not(.pswp__ui--hidden) .pswp__button--arrow--right{visibility:visible}.pswp button.pswp__button:focus,.pswp button.pswp__button:hover{opacity:1}.pswp .pswp__button:active{opacity:.9}.pswp--zoom-allowed .pswp__button--zoom:before{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/zoom-in.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/zoom-in.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp--zoomed-in .pswp__button--zoom:before{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/zoom-out.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/zoom-out.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp--supports-fs .pswp__button--fs{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/fullscreen.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/fullscreen.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp--fs .pswp__button--fs{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/fullscreen-exit.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/fullscreen-exit.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:24px;mask-size:24px}.pswp button.pswp__button--close{margin-right:15px}.pswp button.pswp__button--close:before{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/x-lg.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/x-lg.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;-webkit-mask-size:26px;mask-size:26px}.pswp__button--share:before{-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-share-fill.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-share-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.pswp .pswp__button--arrow--left:before,.pswp .pswp__button--arrow--right:before{position:static;display:flex;justify-content:center;align-items:center;width:1.5em;height:1.5em}.pswp button.pswp__button.pswp__button--arrow--left:before{background-image:none!important;-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-left.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-left.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.pswp button.pswp__button.pswp__button--arrow--right:before{background-image:none!important;-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-right.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-right.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.pswp .pswp__share-tooltip,.pswp .pswp__share-tooltip a:first-child,.pswp .pswp__share-tooltip a:last-child{border-radius:0}.pswp .pswp__share-tooltip a{display:none;color:#222}.pswp .pswp__share-tooltip a svg{fill:#222}.pswp__share-tooltip a:hover{color:#fff!important;text-decoration:none}.pswp__share-tooltip a:hover svg{fill:#fff}.pswp__share-tooltip a svg{min-width:15px;margin-right:5px}.hide-pspw-share .pswp__button--share,.hide-pspw-share .pswp__share-modal{display:none}.pswp .pswp__share-tooltip.show-share-d .pswp__share--download,.pswp .pswp__share-tooltip.show-share-fb .pswp__share--facebook,.pswp .pswp__share-tooltip.show-share-g .pswp__share--google,.pswp .pswp__share-tooltip.show-share-in .pswp__share--linkedin,.pswp .pswp__share-tooltip.show-share-pin .pswp__share--pinterest,.pswp .pswp__share-tooltip.show-share-tw .pswp__share--twitter,.pswp .pswp__share-tooltip.show-share-wp .pswp__share--whatsapp{display:flex}.pswp__share-tooltip:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--pinterest:hover{background:#cf2834!important}a.pswp__share--linkedin:hover{background:#007bc7}a.pswp__share--whatsapp:hover{background:#36b74d}a.pswp__share--google:hover{background:#e64235}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px}.pswp__button--arrow--right:before{left:0;right:6px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{min-width:150px;z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}.asp_all_buttons_container{margin-top:20px}#page .asp_product_item{padding:0;margin:0}#page .asp_product_description,#page .asp_product_item{box-shadow:none;border:none}.asp_product_buy_button input{margin-right:5px}@media (max-width:500px){#page .asp_price_container,#page .asp_product_buy_btn_container{text-align:left}}.content .elementor-nav-menu,.content .elementor-nav-menu ul{margin:0}.ifb-flip-box.ifb-hover .ifb-face.ifb-front{opacity:0}.mec-container{max-width:100%}@media only screen and (min-width:961px){.mec-container{width:auto}}.mec-event-footer .mec-booking-button,.mec-event-sharing-wrap li a{text-decoration:none}.mec-single-event .mec-event-social li.mec-event-social-icon a{text-decoration:none}.mec-event-footer .mec-booking-button,.mec-event-footer .mec-booking-button:hover{border:none}#page .mec-topsec .mec-event-image{line-height:0}#page.ls-overflow-visible{overflow-x:hidden!important}/*!
 * WireFrame v.1.0.rc2 - teeny-tiny leyout framework by Dream-Theme (http://dream-theme.com, http://themeforest.net/user/Dream-Theme)
 * Copyright © 2013 Dream-Theme. All rights reserved. 
 */.responsive-off #page{display:grid;grid-template-rows:auto;grid-template-columns:100%;grid-template-areas:"header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer"}.footer-overlap.responsive-off #page{grid-template-areas:"header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer"}.floating-navigation-below-slider.responsive-off #page{grid-template-areas:"slider" "header" "title" "fancyheader" "elementor-header" "main" "footer"}.responsive-off.header-side-left:not(.sticky-header) #page,.responsive-off.header-side-line.left-side-line #page{grid-template-areas:"header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer"}.footer-overlap.responsive-off.header-side-left:not(.sticky-header) #page,.footer-overlap.responsive-off.header-side-line.left-side-line #page{grid-template-areas:"header-side page-inner" "header-side footer"}.responsive-off.header-side-right:not(.sticky-header) #page{grid-template-areas:"slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side"}.footer-overlap.responsive-off.header-side-right:not(.sticky-header) #page{grid-template-areas:"page-inner header-side" "footer header-side"}.footer-overlap.floating-navigation-below-slider.responsive-off .page-inner{display:grid;grid-template-rows:auto;grid-template-columns:100%;grid-template-areas:"slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer"}.no-cssgridlegacy.no-cssgrid .wf-container-main:before,.no-cssgridlegacy.no-cssgrid .wf-container:before{content:"";display:table}.no-cssgridlegacy.no-cssgrid .wf-container-main:after,.no-cssgridlegacy.no-cssgrid .wf-container:after{content:"";display:table;clear:both}.ancient-ie .no-cssgridlegacy.no-cssgrid .wf-container,.ancient-ie .no-cssgridlegacy.no-cssgrid .wf-container-main{zoom:1}.page-inner{-ms-grid-column:1;-ms-grid-row:2;grid-area:page-inner}.is-safari .page-inner{max-width:100%}.header-side-left:not(.sticky-header) .page-inner,.header-side-line.left-side-line .page-inner{-ms-grid-column:2}.header-side-right:not(.sticky-header) .page-inner{-ms-grid-column:1}#main-slideshow,.photo-scroller{-ms-grid-column:1;-ms-grid-row:2;grid-area:slider}.floating-navigation-below-slider #main-slideshow,.floating-navigation-below-slider .photo-scroller{-ms-grid-column:1;-ms-grid-row:1}.header-side-left:not(.sticky-header) #main-slideshow,.header-side-left:not(.sticky-header) .photo-scroller,.header-side-line.left-side-line #main-slideshow,.header-side-line.left-side-line .photo-scroller{-ms-grid-column:2}.header-side-right:not(.sticky-header) #main-slideshow,.header-side-right:not(.sticky-header) .photo-scroller{-ms-grid-column:1}.masthead{-ms-grid-column:1;-ms-grid-row:1;grid-area:header}.floating-navigation-below-slider .masthead{-ms-grid-column:1;-ms-grid-row:2}.side-header-v-stroke.masthead,.side-header.masthead{-ms-grid-column:1;grid-area:header-side}.checkout-page-title{grid-area:checkout;-ms-grid-column:1;-ms-grid-row:4}.is-safari .checkout-page-title{max-width:100%}.header-side-left:not(.sticky-header) .checkout-page-title,.header-side-line.left-side-line .checkout-page-title{-ms-grid-column:2}.header-side-right:not(.sticky-header) .checkout-page-title{-ms-grid-column:1}.page-title{-ms-grid-column:1;-ms-grid-row:3;grid-area:title}.is-safari .page-title{max-width:100%}.header-side-left:not(.sticky-header) .page-title,.header-side-line.left-side-line .page-title{-ms-grid-column:2}.header-side-right:not(.sticky-header) .page-title{-ms-grid-column:1}.fancy-header{-ms-grid-column:1;-ms-grid-row:3;grid-area:fancyheader}.is-safari .fancy-header{max-width:100%}.header-side-left:not(.sticky-header) .fancy-header,.header-side-line.left-side-line .fancy-header{-ms-grid-column:2}.header-side-right:not(.sticky-header) .fancy-header{-ms-grid-column:1}.elementor-location-header{grid-area:elementor-header}#main{-ms-grid-column:1;-ms-grid-row:5;grid-area:main}.is-safari #main{max-width:100%}.header-side-left:not(.sticky-header) #main,.header-side-line.left-side-line #main{-ms-grid-column:2}.header-side-right:not(.sticky-header) #main{-ms-grid-column:1}.footer{-ms-grid-column:1;-ms-grid-row:6;grid-area:footer}.is-safari .footer{max-width:100%}.header-side-left:not(.sticky-header) .footer,.header-side-line.left-side-line .footer{-ms-grid-column:2}.header-side-right:not(.sticky-header) .footer{-ms-grid-column:1}.responsive-off #main:not(.sidebar-none) .wf-container-main{display:-ms-grid;display:grid}.responsive-off .sidebar-right .wf-container-main{grid-template-areas:"content sidebar"}.responsive-off .sidebar-left .wf-container-main{grid-template-areas:"sidebar content"}.responsive-off .sidebar{grid-area:sidebar;-ms-grid-row:1}.responsive-off .sidebar-right .sidebar{-ms-grid-column:3}.responsive-off .sidebar-left .sidebar{-ms-grid-column:1}.responsive-off .content{grid-area:content;-ms-grid-row:1}.responsive-off .sidebar-right .content{-ms-grid-column:1}.responsive-off .sidebar-left .content{-ms-grid-column:3}.wf-mobile-visible,.wf-phone-visible{display:none}.content,.sidebar,.wf-cell,.wf-usr-cell,.wf-wrap,.wpb_row{box-sizing:border-box}.footer .widget,.wf-cell,.wf-usr-cell{display:inline-block;vertical-align:top;padding:0 22px}.ancient-ie .footer .widget,.ancient-ie .wf-cell,.ancient-ie .wf-usr-cell{display:inline;zoom:1}.wf-1,.wf-1-1,.wf-span-12{width:100%}.wf-1-2,.wf-2-4,.wf-span-6{width:50%}.wf-1-3,.wf-span-4{width:33.3333%}.wf-2-3,.wf-span-8{width:66.6667%}.wf-1-4,.wf-span-3{width:25%}.wf-3-4,.wf-span-9{width:75%}.wf-1-5{width:20%}.wf-2-5{width:40%}.wf-1-6,.wf-span-2{width:16.6667%}.wf-span-1,.wf-span-10{width:83.3333%}.wf-span-7{width:58.3333%}.wf-table{display:table;width:100%}.wf-tr{display:table-row}.wf-td{display:table-cell;vertical-align:middle}.wf-float-left{float:left}.wf-float-right{float:right}.wf-container{font-size:0;line-height:0;word-spacing:-4px;margin:0 -22px;padding:0}.wf-wrap{max-width:100%;padding:0 44px;margin:0 auto}#main-slideshow{position:relative;z-index:1;clear:both;overflow:hidden}#main-slideshow-content{display:none}#main-slideshow.fixed{padding:44px;margin-top:0px}#main-slideshow.layer-fixed{padding:40px;margin-top:0px}#main-slideshow.fix.rv-slider{padding-top:0;padding-bottom:0;margin-top:0px}#main-slideshow.fix:after,#main-slideshow.fixed:after,#main-slideshow.layer-fixed:after{position:absolute;left:0;width:100%;height:1px;content:"";top:auto;bottom:0}#main-slideshow #main-slideshow-content{display:block}.transparent .page-title{visibility:hidden}#fancy-header{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex}#fancy-header>.wf-wrap{position:relative;z-index:1;max-width:100%}.fancy-header-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.content-right.fancy-header .hgroup,.title-left .breadcrumbs,.title-right .hgroup{text-align:right}.fancy-header.title-center .hgroup{text-align:center}.mobile-false #fancy-header .breadcrumbs,.mobile-false #fancy-header .fancy-subtitle,.mobile-false #fancy-header .fancy-title{opacity:0}#fancy-header .fancy-title>span{display:inline-block}.ie-mobile #fancy-header .breadcrumbs,.ie-mobile #fancy-header .fancy-subtitle,.ie-mobile #fancy-header .fancy-title{opacity:1}#fancy-header .breadcrumbs.start-animation,#fancy-header .fancy-subtitle.start-animation,#fancy-header .fancy-title.start-animation{animation:mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);opacity:1}.fancy-header .hgroup,.page-title .hgroup{overflow:hidden}.fancy-header .hgroup{padding:5px 0}#fancy-header.content-left.breadcrumbs-off .hgroup,#fancy-header.content-right.breadcrumbs-off .hgroup,#fancy-header.title-center.breadcrumbs-off .hgroup{margin-top:5px;margin-bottom:5px}#fancy-header.content-left .breadcrumbs.breadcrumbs-bg,#fancy-header.content-right .breadcrumbs.breadcrumbs-bg,#fancy-header.title-center .breadcrumbs.breadcrumbs-bg{margin-top:10px}#fancy-header.titles-off .breadcrumbs{margin-top:5px;margin-bottom:5px}#fancy-header.content-left .breadcrumbs,#fancy-header.content-right .breadcrumbs,#fancy-header.title-center .breadcrumbs{margin-bottom:10px}#fancy-header.disabled-bg.breadcrumbs-off.page-title h1,#fancy-header.disabled-bg.content-left .breadcrumbs,#fancy-header.disabled-bg.content-left.breadcrumbs-off .hgroup,#fancy-header.disabled-bg.content-right .breadcrumbs,#fancy-header.disabled-bg.content-right.breadcrumbs-off .hgroup,#fancy-header.disabled-bg.title-center .breadcrumbs,#fancy-header.disabled-bg.title-center.breadcrumbs-off .hgroup{margin-bottom:0}#fancy-header.content-left .hgroup,#fancy-header.content-right .hgroup,#fancy-header.title-center .hgroup{padding-bottom:5px}.fancy-header .fancy-title{margin:5px 0;padding:0}.fancy-header .fancy-subtitle{margin:0;padding:5px 0}.fancy-header .wf-td .breadcrumbs,.page-title .wf-td .breadcrumbs{display:inline-block}.breadcrumbs.bg-dark,.breadcrumbs.bg-light,.hr-breadcrumbs .breadcrumbs.bg-dark,.hr-breadcrumbs .breadcrumbs.bg-light{padding:4px 10px}.breadcrumbs.bg-dark{background-color:rgba(15,18,19,.1)}.breadcrumbs.bg-light{background-color:rgba(255,255,255,.12)}.title-left .breadcrumbs{float:right}.fancy-header .breadcrumbs li{position:relative;background:0 0}.breadcrumbs li:first-child:before,.fancy-header .breadcrumbs li:first-child:before{content:""}.breadcrumbs li:before,.fancy-header .breadcrumbs li:before{position:absolute;left:0;top:0;width:15px;height:13px;content:"/";opacity:.5;text-align:left;z-index:3}.breadcrumbs li:before{opacity:1}.page-title{display:-ms-flexbox;display:-ms-flex;display:flex}.fancy-title-head,.page-title-head{max-width:100%}.page-title.overlay-bg{position:relative}.page-title.overlay-bg .wf-wrap{position:relative;z-index:1}.page-title.overlay-bg:after{position:absolute;left:0;top:0;width:100%;height:100%;content:""}.page-title .wf-wrap{position:relative}.page-title .wf-wrap:after{position:absolute;width:100%;bottom:0;content:""}.page-title.disabled-bg .wf-wrap:after,.page-title.full-width-line .wf-wrap:after,.page-title.gradient-bg .wf-wrap:after,.page-title.solid-bg .wf-wrap:after,.page-title.transparent-bg .wf-wrap:after{display:none}.fancy-header>.wf-wrap,.page-title>.wf-wrap{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;box-sizing:border-box}.content-left>.wf-wrap{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-ms-flex-flow:column wrap;flex-flow:column wrap}.content-right>.wf-wrap{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-ms-flex-flow:column wrap;flex-flow:column wrap}.title-center>.wf-wrap{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column wrap;flex-flow:column wrap}.title-left>.wf-wrap,.title-right>.wf-wrap{-ms-flex-pack:space-between;-ms-justify-content:space-between;justify-content:space-between}.page-title.title-left .hr-breadcrumbs,.page-title.title-right h1{text-align:right}.title-center .hr-breadcrumbs,.title-center h1{text-align:center}.page-title h1,.page-title h2{margin:0}.page-title .hr-breadcrumbs .breadcrumbs:after{display:none}.page-title .wf-container-title,.page-title.full-width-line{border-bottom:1px solid}.page-title.title-left.disabled-bg h1,.page-title.title-right.disabled-bg h1{margin:0}.dt-breadcrumbs-shortcode{display:-ms-flexbox;display:-ms-flex;display:flex}.dt-breadcrumbs-shortcode.align-centre{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-breadcrumbs-shortcode.align-right{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.breadcrumbs{list-style:none}.page-title.title-center .breadcrumbs{text-align:center}.breadcrumbs li{position:relative;display:inline-block;padding-left:12px;margin-left:8px}.breadcrumbs li:first-child{padding-left:0;margin-left:0;background:0 0!important}.breadcrumbs li a,.fancy-header .breadcrumbs li a{color:inherit}.breadcrumbs a{text-decoration:none}.breadcrumbs a:hover{text-decoration:underline}.filter{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.filter.iso-filter{z-index:1}.filter-align-left .filter{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-flow:row wrap;flex-flow:row wrap}.filter-align-right .filter{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-flow:row wrap;flex-flow:row wrap}.filter:before{content:"";display:table}.filter:after{content:"";display:table;clear:both}.filter-by,.filter-categories,.filter-categories a,.filter-extras,.filter-sorting{display:inline-block;box-sizing:border-box}.filter-by,.filter-categories,.filter-sorting{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.filter-categories,.filter-extras{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.filter-align-left .filter-categories,.filter-align-left .filter-extras{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.filter-align-right .filter-categories,.filter-align-right .filter-extras{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.filter-categories{position:relative}.filter-categories .hasCustomSelect{display:none;left:0;z-index:1}#page .filter-categories .customSelect{position:relative;padding:0;background:0 0;display:none!important}#page .filter-categories .customSelect:after{position:relative;right:0;width:20px;height:20px;font-family:'Font Awesome 5 Free';font-weight:900;font-size:14px;line-height:1;content:"\f0dc"}#page .filter-categories .customSelect .customSelectInner{background:0 0}.filter .filter-categories a,.filter .filter-extras a{position:relative;text-decoration:none}.filter .filter-extras a{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex}.filter-categories a{white-space:nowrap}.filter-bg-decoration .filter-categories a{overflow:hidden}.filter-bg-decoration .filter-categories a:after{position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;content:"";opacity:0}.filter-bg-decoration .filter-categories a.act:after{opacity:1}.filter-underline-decoration .filter-categories a:after{position:absolute;left:0;bottom:0;width:100%;content:"";opacity:0;transition:opacity .3s ease}.filter-underline-decoration .filter-categories a.act:after,.filter-underline-decoration .filter-categories a:hover:after{opacity:1}.filter .filter-extras a svg{width:16px}.filter .filter-popup{position:absolute;left:50%;z-index:999;bottom:100%;padding:2px 6px;margin-bottom:15px;background:#000;color:#fff!important;font:400 10px/14px Arial,Verdana,sans-serif;letter-spacing:.3px;white-space:nowrap;opacity:0;visibility:hidden;transform:translate3d(-50%,10px,0);transition:all .25s ease-out;border-radius:2px}.filter .filter-popup:after{position:absolute;left:50%;bottom:-5px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #000;content:""}.filter .filter-popup:before{position:absolute;left:0;bottom:-20px;content:" ";display:block;width:100%;height:20px}.lte8 .filter-popup{display:none}.lte8 .filter-extras a:hover .filter-popup{display:block}.filter-extras>div>a:hover{cursor:default}.filter-extras>div>a>i:hover{cursor:pointer}.filter-extras>div>a>i:hover+.filter-popup,.filter-extras>div>a>svg:hover+.filter-popup{visibility:visible;opacity:1;transform:translate3d(-50%,0,0)}.filter-extras>div>a>i:hover+.filter-popup:before,.filter-extras>div>a>svg:hover+.filter-popup:before{bottom:0}.filter-switch{position:relative;display:inline-block;width:19px;height:7px;margin:0 10px}.filter-switch:hover{cursor:pointer}.filter-switch,.filter-switch-toggle{border-radius:8px}.filter-switch-toggle{position:absolute;top:-1px;left:0;width:9px;height:9px;background-color:#fff;content:"";transition:left .3s ease-out}.filter-switch.right-act .filter-switch-toggle{left:9px}.filter-extras a.pressed:after,.pressed .filter-switch-toggle:after{animation:anim-effect-boris .45s ease-out forwards}@keyframes anim-effect-boris{0%{transform:scale(0)}25%,50%{opacity:1}to{opacity:0;transform:scale(1)}}.paginator{position:relative;margin:30px 0 0;padding-bottom:2px;z-index:10;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.paginator:before{content:"";display:table}.paginator:after{content:"";display:table;clear:both}.paginator:not(.paginator-more-button) a{box-sizing:border-box}.paginator .disabled:hover{cursor:default}.paginator:not(.paginator-more-button):not(.filter-decorations) a:after,.paginator:not(.paginator-more-button):not(.filter-decorations) span:after{position:absolute;left:0;bottom:-2px;width:100%;height:2px;content:"";opacity:0;transition:opacity .3s ease}.paginator:not(.paginator-more-button):not(.filter-decorations) a.act:after,.paginator:not(.paginator-more-button):not(.filter-decorations) a:hover:after,.paginator:not(.paginator-more-button):not(.filter-decorations) span.act:after,.paginator:not(.paginator-more-button):not(.filter-decorations) span:hover:after{opacity:1}.paginator:not(.paginator-more-button) a,.paginator:not(.paginator-more-button) span{position:relative;display:inline-block;padding:1px 8px;margin:0 6px;text-align:center;text-decoration:none}.paginator:not(.paginator-more-button) a.disabled,.paginator:not(.paginator-more-button) span.disabled{opacity:0}.paginator .nav-next,.paginator .nav-prev{position:relative;display:inline-block;text-decoration:none}.paginator.paginator-more-button{text-align:center;overflow:hidden}.lazy-loading-mode .paginator.paginator-more-button{opacity:0}.justified-grid .paginator.paginator-more-button{width:100%}.paginator .button-load-more,.paginator .loading-ready{position:relative;display:inline-block;float:none;text-decoration:none}.paginator .button-load-more{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;width:220px;height:50px;border:2px solid;box-sizing:border-box;transition:all .4s cubic-bezier(.19,1,.22,1)}.paginator .button-load-more .stick{display:none;opacity:0;transition:opacity .1s ease}.paginator .button-load-more .button-caption{display:flex;align-items:center;margin:0;font-weight:700;transition:opacity 10ms ease,color .2s ease}.paginator .button-load-more .button-caption:before{width:12px;height:12px;content:"";margin-right:5px;-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-check-circle-fill.svg);-webkit-mask-size:12px;mask-size:12px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.the7-elementor-widget .paginator .button-load-more .button-caption:before{display:none}.paginator .button-load-more.animate-load,.paginator .button-load-more.button-lazy-loading{width:50px;height:50px;border-radius:50%}.paginator .button-load-more.animate-load .button-caption,.paginator .button-load-more.button-lazy-loading .button-caption{opacity:0;text-indent:-9999px}.paginator .button-load-more.animate-load .stick,.paginator .button-load-more.button-lazy-loading .stick{display:block;animation:dt-spin 1s infinite linear .2s;animation-delay:.4s;border-bottom-color:transparent;border-left-color:transparent}.dt-posts-preload.iso-preloader .dt-posts-preload-activity:before{border-color:#fff transparent transparent;border-right-color:#fff!important}.iso-preloader .dt-posts-preload-activity:after{display:none}.iso-preloader .dt-posts-preload-activity:before,.stick:first-child{position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;width:50px;height:50px;border-radius:40px;box-sizing:border-box;background-color:transparent;border:2px solid;animation:dt-spin 1s infinite linear .2s}.stick:first-child{top:-2px;left:-2px;margin:0}@keyframes dt-spin{0%{opacity:1}100%{opacity:1;transform:rotate(360deg)}}.page-info{padding:0 0 10px}.post{position:relative}.post:after,.post:before{content:"";display:table;clear:both}.post .entry-title a{display:initial}.blog .details.more-link,.dt-blog-shortcode .details.more-link{margin-bottom:10px}.more-link.dt-btn{margin-top:5px}.post .more-link.dt-btn{margin-right:10px}.post.bg-on .block-style-widget,.post.bg-on .format-aside-content,.post.bg-on .format-link-content,.post.bg-on .format-status-content{padding:0;background:0 0!important;box-shadow:none!important;box-sizing:border-box}.format-aside-content,.format-link-content{padding:25px 30px 15px;margin:0 0 15px}.author-quote{border-left:5px solid;padding-left:10px}.format-status-content{padding:25px 20px 15px;margin:5px 0 15px}.format-aside .details,.format-link .details,.format-quote .details,.format-status .details{display:none}.albums .post img,.blog .post img,.dt-albums-shortcode:not(.owl-carousel) img,.dt-blog-shortcode img,.dt-portfolio-shortcode:not(.owl-carousel) img,.images-container img,.media .post img,.portfolio .post img,.related-projects .rollover img,.related-projects .rollover-video img,.wf-container.iso-grid img,.wf-container.layout-masonry img{max-width:100%;width:100%;height:auto}.portfolio .slider-simple.owl-carousel img{max-width:none}.blog.layout-list .post .blog-media img,.mobile-true .post img.iso-lazy-load:not(.blog-thumb-lazy-load-show){width:100%}.bg-on .blog-content,.bg-on .project-list-content{padding:10px 25px}.slider-wrapper .bg-on .project-list-content{padding-top:20px}.iso-container .bg-on .blog-content>*,.iso-container .bg-on .project-list-content>*,.iso-grid .bg-on .blog-content>*,.iso-grid .bg-on .project-list-content>*{padding-top:10px;padding-bottom:0;margin-bottom:0}.iso-container .bg-on .blog-content>:last-child,.iso-container .bg-on .project-list-content>:last-child,.iso-grid .bg-on .blog-content>:last-child,.iso-grid .bg-on .project-list-content>:last-child{margin-bottom:10px}.bg-on .blog-media>p,.bg-on .project-list-media>p,.description-under-image .post.bg-on ul.royalSlider.alignnone,.post.bg-on .alignleft,.post.bg-on .alignnone,.post.bg-on ul.royalSlider.alignnone{margin-bottom:0}.bg-on .blog-media,.bg-on .project-list-media{padding:25px 25px 0}.bg-on.fullwidth-img .blog-media,.bg-on.fullwidth-img .project-list-media{padding:0}.bg-on .blog-content,.bg-on .blog-media{position:relative;z-index:9}.bg-on.post .alignnone{margin-top:0}.layout-list .post{padding-top:44px;margin-top:19px}.layout-list .articles-list .post:last-child{margin-bottom:-25px}.layout-list .articles-list .post.bg-on:last-child{margin-bottom:0}.layout-list .post:first-child{border:none;padding-top:0;margin-top:0}.blog .post.bg-on,.portfolio .post.bg-on{border-top:none}.layout-list .blog-content,.layout-list .blog-media,.layout-list .project-list-content,.layout-list .project-list-media{display:block;float:left;width:100%}.layout-list article.no-img .blog-content{width:100%!important}.project-even .alignleft,.project-even ul.royalSlider.alignleft{float:right;margin-right:0;margin-left:30px}.layout-list .post.bg-on{padding:25px 25px 0px;margin:0 0 20px}.layout-list .bg-on .blog-content,.layout-list .bg-on .blog-media,.layout-list .bg-on .project-list-content,.layout-list .bg-on .project-list-media{display:block;float:left;width:100%;padding:0}.layout-list .bg-on .blog-content,.layout-list .bg-on .project-list-content{padding-bottom:10px}.layout-list .post-slider{margin-right:30px}.layout-list .project-even .post-slider{margin-right:0;margin-left:30px}.layout-list .media-wide .post-slider,.layout-list .media-wide.project-even .post-slider{margin-right:0;margin-left:0}.blog.layout-list .post.bg-on .slider-masonry.alignnone,.description-under-image .post .alignnone,.description-under-image .post .photoSlider,.description-under-image .post .slider-masonry.alignnone,.post .alignleft{margin-bottom:20px}.description-under-image .bg-on.post .alignnone,.description-under-image .post .buttons-on-img .slider-masonry.alignnone{margin-bottom:0}.project-list-media .alignleft{width:100%}.blog-media .alignleft{float:none}.blog.layout-list .post .alignleft,.blog.layout-list .post .alignnone,.blog.layout-list .post .post-slider{margin-bottom:25px}.format-quote .block-style-widget{margin:0 0 15px;padding:25px 30px 15px}.bg-on .format-aside-content,.bg-on .format-link-content,.format-quote.bg-on .block-style-widget{margin-bottom:10px}.iso-container .blog-content.wf-td,.iso-container .blog-media.wf-td,.iso-grid .blog-content.wf-td,.iso-grid .blog-media.wf-td,.layout-masonry .blog-content.wf-td,.layout-masonry .blog-media.wf-td,.media-wide .blog-content.wf-td,.media-wide .blog-media.wf-td,.shortcode-blog-posts .wf-td{display:block}.blog-media{position:relative;overflow:hidden;z-index:9}.fancy-date a{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;top:10px;right:10px;z-index:30;box-sizing:border-box;text-decoration:none;background:#fff}.circle-fancy-style .fancy-date a{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;border-radius:50%;padding:0 8px;min-width:63px;min-height:63px}.vertical-fancy-style .fancy-date a{-ms-flex-flow:column nowrap;flex-flow:column nowrap;min-height:80px;min-width:42px;padding:2px 0}.horizontal-fancy-style .fancy-date a{padding:2px 2px 1px 4px}.fancy-date a *{color:#222}.circle-fancy-style .fancy-date a .entry-date:after,.circle-fancy-style .fancy-date a .entry-year{display:none}.fancy-date a .entry-date,.fancy-date a .entry-month{position:relative}.fancy-date a .entry-date:after,.fancy-date a .entry-month:after{position:absolute;height:2px;content:""}.circle-fancy-style .fancy-date a .entry-date:after,.circle-fancy-style .fancy-date a .entry-month:after{left:0;bottom:-2px;width:100%}.vertical-fancy-style .fancy-date a .entry-date:after,.vertical-fancy-style .fancy-date a .entry-month:after{left:50%;bottom:-2px;width:14px;margin-left:-7px}.horizontal-fancy-style .fancy-date a .entry-date:after,.horizontal-fancy-style .fancy-date a .entry-month:after{top:50%;margin-top:-2px;right:0;width:4px;height:4px;border-radius:50%}.layout-list article.project-odd .fancy-date a{top:10px;right:auto;left:10px}.layout-list article.project-even .fancy-date a{top:10px;left:auto;right:10px}.bg-on:not(.fullwidth-img) .fancy-date a{top:35px;right:35px}.fancy-date .entry-month,.fancy-date .entry-year{font:700 11px/19px Arial,Verdana,sans-serif}.circle-fancy-style .fancy-date .entry-month,.circle-fancy-style .fancy-date .entry-year{text-transform:uppercase}.vertical-fancy-style .fancy-date .entry-month,.vertical-fancy-style .fancy-date .entry-year{font:700 12px/22px Arial;padding:1px}.horizontal-fancy-style .fancy-date .entry-month,.horizontal-fancy-style .fancy-date .entry-year{padding:0 6px 0 5px;text-transform:none;font:700 12px/22px Arial,Verdana,sans-serif}.circle-fancy-style .fancy-date .entry-month,.vertical-fancy-style .fancy-date .entry-month{margin-bottom:2px}.horizontal-fancy-style .fancy-date .entry-month{padding:0 9px 0 5px}.fancy-date .entry-date{font:700 24px/29px Arial,Verdana,sans-serif}.vertical-fancy-style .fancy-date .entry-date{font:700 22px/28px Arial;margin-bottom:3px;padding:2px}.horizontal-fancy-style .fancy-date .entry-date{padding:0 9px 0 5px;font:700 12px/22px Arial,Verdana,sans-serif}.post .project-media{margin-bottom:20px;line-height:0}.project-content,.project-media{box-sizing:border-box}.project-media img{max-width:100%}.dt-posts-preload{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;user-select:none}.dt-posts-preload .dt-posts-preload-activity{position:fixed;display:block;z-index:2000;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px;border-radius:50%}.dt-posts-preload .dt-posts-preload-activity:before{width:32px;height:32px;margin:-16px 0 0 -16px;border:3px solid #fff;border-right-color:transparent!important;border-left-color:transparent!important;animation:dt-posts-loader-rotation 1s linear infinite;content:''}@keyframes dt-posts-loader-rotation{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.single .content>.post,.single .content>.project-post,.single .content>.single-postlike{margin-bottom:50px}.single .content>.post:last-child,.single .content>.project-post:last-child,.single .content>.single-postlike:last-child{margin-bottom:0}/*!-Meta & tags*/.post-meta .entry-meta,.post-meta .entry-tags{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row wrap;flex-flow:row wrap}.portfolio-categories{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;overflow:hidden}.content-align-center .portfolio-categories,.content-align-centre .portfolio-categories,.related-projects .portfolio-categories{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.blog-content .entry-meta,.portfolio-categories{padding:0 0 10px}.project-post .portfolio-categories{padding:0px 0 0;margin-bottom:10px}.entry-meta>a,.entry-meta>span,.portfolio-categories>a,.portfolio-categories>span{position:relative;display:inline-block;text-decoration:none;margin:0 6px 0 0;padding:0 9px 0 0}.portfolio-categories a{transition:all 50ms linear 50ms}.entry-meta span a,.portfolio-categories>span a{text-decoration:none}.portfolio-categories>a.data-link:hover{text-decoration:none;cursor:default}.entry-meta>a:last-child,.entry-meta>span:last-child,.portfolio-categories>a:last-child,.portfolio-categories>span:last-child{padding:0;margin:0}.entry-meta>a:after,.entry-meta>span:after,.portfolio-categories>a:after,.portfolio-categories>span:after{position:absolute;right:0;top:50%;transform:translateY(-50%);width:3px;height:3px;content:"";border-radius:50%}.entry-meta>a:last-child:after,.entry-meta>span:last-child:after,.portfolio-categories>a:last-child:after,.portfolio-categories>span:last-child:after{display:none}.fullwidth-slider .portfolio-categories span,.fullwidth-slider .portfolio-categories>a{float:none;display:inline-block}.entry-tags{display:block;overflow:hidden;padding:10px 0 0}.entry-tags,.entry-tags a,.entry-tags span{word-wrap:break-word}.entry-tags span.single-tags{position:relative;float:left}.single .entry-tags a{padding:1px 6px;margin:2px;border:1px solid;font:400 10px/15px Arial,Verdana,sans-serif;text-decoration:none;letter-spacing:.3px}/*!-Post author*/.entry-author{overflow:hidden;margin-bottom:60px;padding:30px 30px 25px;box-sizing:border-box}.entry-author:last-child{margin-bottom:0}.entry-author-img{width:115px}.entry-author-info{vertical-align:top}.entry-author .text-primary{font-weight:700}.entry-author .alignleft{margin-bottom:10px}.entry-author .alignleft img,.entry-author img.alignleft{border-radius:50%}.post .entry-author img,.single-postlike .entry-author img{max-width:none}.blog .post .wp-smiley{width:auto}.single .post:not(.type-event) .post-thumbnail,.single .single-postlike:not(.type-event) .post-thumbnail{position:relative;margin-bottom:45px;line-height:0}.single .post:not(.type-event) .post-thumbnail:last-child,.single .single-postlike:not(.type-event) .post-thumbnail:last-child{margin-bottom:0}.single .post:not(.type-event) .post-thumbnail img,.single .single-postlike:not(.type-event) .post-thumbnail img{width:100%}.single .entry-content{margin-bottom:50px}.single .entry-content:last-child{margin-bottom:0}.single .post-meta{margin-bottom:55px}.single .post-meta:last-child{margin-bottom:0}.single-share-box{position:relative}.single .single-share-box{margin-top:-5px;margin-bottom:60px}.single .single-share-box:last-child{margin-bottom:0}.page .single-share-box{margin-top:50px}.single-share-box.show-on-hover{z-index:10;display:inline-block;left:50%;transform:translateX(-50%)}.single-share-box.show-on-hover:hover{cursor:pointer}.share-link-description{display:block;margin-bottom:10px;font-weight:700;text-align:center}.share-link-description .share-link-icon{display:none}.show-on-hover .share-link-description{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column wrap;flex-flow:column wrap}.show-on-hover .share-link-description .share-link-icon{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;border:2px solid;margin-bottom:5px;border-radius:50%;box-sizing:border-box;transition:all .2s ease;font-size:14px;line-height:1}.show-on-hover .share-link-description .share-link-icon svg{width:14px}.single-share-box .share-buttons{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;line-height:0}.single-share-box:not(.show-on-hover) .share-buttons{-ms-flex-flow:row wrap;flex-flow:row wrap}.share-buttons .soc-font-icon{display:none}.show-on-hover .share-buttons{position:absolute;-ms-flex-flow:column wrap;flex-flow:column wrap;left:50%;transform:translateX(-50%);bottom:100%;min-width:180px;margin-bottom:10px;background:#fff;box-shadow:1px 3px 16px 0px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translate3d(-50%,10px,0);transition:all .25s ease-out}.show-on-hover .share-buttons:after{position:absolute;left:50%;bottom:-6px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #fff;content:""}.show-on-hover .share-buttons:before{position:absolute;left:0;bottom:-20px;content:" ";display:block;width:100%;height:20px}.show-on-hover:hover .share-buttons{visibility:visible;opacity:1;pointer-events:auto;transform:translate3d(-50%,0,0)}.single-share-box .share-buttons a{display:inline-flex;justify-content:center;align-items:center;width:50px;height:30px;min-width:50px;min-height:30px;margin:0 4px 4px 0;border:1px solid;text-transform:none;font-size:16px;line-height:30px;text-decoration:none;text-align:center;transition:border-color .2s ease;box-sizing:border-box}:not(.show-on-hover).single-share-box .share-buttons a .social-text{display:none}.show-on-hover.single-share-box .share-buttons a{display:flex;justify-content:flex-start;align-items:center;width:auto;line-height:1;text-align:left;padding:10px 5px 10px 10px}.single-share-box .share-buttons a .icon{display:none}.single-share-box .share-buttons a.facebook{border-color:rgba(76,105,199,.3)}.single-share-box .share-buttons a.facebook:hover{border-color:#4c69c7}.single-share-box .share-buttons a.facebook svg{fill:#4c69c7}.single-share-box .share-buttons a.twitter{border-color:rgba(42,190,235,.3)}.single-share-box .share-buttons a.twitter:hover{border-color:#2abeeb}.single-share-box .share-buttons a.twitter svg{fill:#2abeeb}.single-share-box .share-buttons a.google{border-color:rgba(230,66,53,.3)}.single-share-box .share-buttons a.google:hover{border-color:#e64235}.single-share-box .share-buttons a.google svg{fill:#e64235}.single-share-box .share-buttons a.pinterest{border-color:rgba(207,40,52,.3)}.single-share-box .share-buttons a.pinterest:hover{border-color:#cf2834}.single-share-box .share-buttons a.pinterest svg{fill:#cf2834}.single-share-box .share-buttons a.linkedin{border-color:rgba(0,123,199,.3)}.single-share-box .share-buttons a.linkedin:hover{border-color:#007bc7}.single-share-box .share-buttons a.linkedin svg{color:#007bc7}.single-share-box .share-buttons a.whatsapp{border-color:rgba(54,183,77,.3)}.single-share-box .share-buttons a.whatsapp:hover{border-color:#36b74d}.single-share-box .share-buttons a.whatsapp svg{fill:#36b74d}.show-on-hover .share-buttons a{height:auto;border:none;font-size:14px;line-height:18px!important;margin:0}.show-on-hover .share-buttons a svg{margin-right:5px}.show-on-hover .share-buttons a *,.show-on-hover .share-buttons a svg{color:#222;fill:#222}.show-on-hover .share-buttons a:hover *,.show-on-hover .share-buttons a:hover svg{color:#fff;fill:#fff}.show-on-hover .share-buttons a.facebook:hover{background-color:#4c69c7}.show-on-hover .share-buttons a.twitter:hover{background-color:#2abeeb}.show-on-hover .share-buttons a.google:hover{background-color:#e64235}.show-on-hover .share-buttons a.pinterest:hover{background-color:#cf2834}.show-on-hover .share-buttons a.linkedin:hover{background-color:#007bc7}.show-on-hover .share-buttons a.whatsapp:hover{background-color:#36b74d}.author-info{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.author-avatar{-ms-flex:0 0 80px;flex:0 0 80px;margin-right:30px}.author-avatar .avatar-lazy-load-wrap{border-radius:50%;display:flex}.author-avatar .no-avatar{width:80px;height:80px;border-radius:50%}.author-avatar .no-avatar.no-avatar svg{width:36px;height:auto}.author-description h4{margin-bottom:5px}.author-description .author-link{display:inline-block;margin-bottom:20px;text-decoration:none}.author-description .author-link:hover{text-decoration:underline}.author-avatar .avatar-lazy-load-wrap.layzr-bg svg,.comment-author .avatar-lazy-load-wrap.layzr-bg svg{opacity:0}.post-navigation{margin-bottom:50px}.post-navigation:last-child{margin-bottom:0}.post-navigation .nav-links{display:-ms-flexbox;display:-ms-flex;display:flex;padding:25px 0;border-width:1px 0;border-style:solid}.disabled-post-navigation.post-navigation .nav-links{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.post-navigation .nav-links .back-to-list [class^=dt-icon-]{font-size:24px}.meta-nav{margin-bottom:5px;text-transform:uppercase}.post-navigation .back-to-list,.post-navigation .nav-next,.post-navigation .nav-previous{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;text-decoration:none}.back-to-list{width:30px}.rtl .back-to-list{-ms-flex-order:1;order:1}.nav-previous{width:45%;padding-left:35px;margin-right:30px}.nav-previous svg{position:absolute;left:0;top:50%;transform:translateY(-50%);width:32px}.nav-previous .post-title{-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;max-width:100%}.rtl .nav-previous .post-title{-ms-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end}.rtl .nav-previous{-ms-flex-order:2;order:2;-ms-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.post-navigation .nav-next{padding-right:35px;margin-left:30px;width:45%;text-align:right}.post-navigation .nav-next svg{position:absolute;right:0;top:50%;transform:translateY(-50%);width:32px}.post-navigation .nav-next .post-title{-ms-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end;max-width:100%}.rtl .post-navigation .nav-next .post-title{-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.rtl .nav-next{-ms-flex-order:0;order:0}.project-post{position:relative}.single .project-slider{margin-bottom:45px}.single-gallery-media{padding-bottom:45px}.single .project-content{margin-bottom:55px}.single .project-content:last-child{margin-bottom:0}.images-container{line-height:0}.images-list{position:relative;margin-bottom:20px;line-height:0}.images-list img,.images-list:last-child{margin-bottom:0}.images-list-caption{position:absolute;top:auto;bottom:0;left:0;width:100%;z-index:99}.images-list-inner{position:absolute;bottom:0;display:inline-block;margin:0 20px;padding:15px 0}.images-list-inner h4{display:inline-block;margin:5px 0 0}.images-list-inner,.images-list-inner *{color:#fff}.navigation-inner a,.project-details,.project-link,.project-zoom,.vc-item .vc_read_more{text-decoration:none}/*!-Slideshow description*/.slider-post-inner h4{display:inline-block;vertical-align:middle;margin:5px 0 0}#main .images-list-inner h4,#main .slider-post-inner h4,.images-list-inner,.slider-post-inner{text-shadow:1px 1px 5px rgba(0,0,0,.5)}.images-list-inner .album-content-btn,.slider-post-inner .album-content-btn{display:block;float:left;width:100%;margin-bottom:0}.images-list-inner p{margin-bottom:0}.slider-link{float:left;width:32px;height:32px;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Cpolygon points='14,14 2,14 2,2 5.011,2 5.011,0 2,0 0.011,0 0,0 0,14 0,16 2,16 16,16 16,15.989 16,14 16,10.989 14,10.989 '/%3E%3Cpolygon points='14,-0.019 14,0 8.993,0 8.993,2 12.637,2 6.5,8.137 7.863,9.5 14,3.364 14,6.981 16,6.981 16,-0.019 '/%3E%3C/svg%3E");background-color:rgba(0,0,0,.4);border-radius:50%;background-repeat:no-repeat;transition:opacity .2s ease}.slider-link:hover{background-color:rgba(0,0,0,.4);opacity:.7}.images-list-inner .share-button.entry-share,.slider-link,.slider-post-inner .share-button.entry-share{margin:0 5px 5px 0;box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;font-size:0;text-indent:-9999px}.single-related-posts{padding-bottom:35px;margin-bottom:50px;border-bottom:1px solid}.single-related-posts:last-child{margin-bottom:0}.single-related-posts .items-grid{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap;margin:0 -25px -25px}.single-related-posts .items-grid>.related-item{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;width:33%;padding:0 25px 25px;box-sizing:border-box}.sidebar-left .single-related-posts .items-grid>.related-item,.sidebar-right .single-related-posts .items-grid>.related-item{width:50%}.comment-respond,.comments-area,.single-related-posts{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.comment-respond>h3,.comments-area>h3,.single-related-posts>h3{margin-bottom:30px}.comment-respond a{text-decoration:none}.single-related-posts>h3{margin-bottom:30px}.single-portfolio .single-related-posts{padding-bottom:60px}.single-portfolio .single-related-posts>h3{margin-bottom:30px}#comments .children,#comments .comment-list{margin:0;padding:0;list-style:none}#comments .comment-list{padding-bottom:50px}#comments .comment-list:last-child{padding-bottom:0}.comment-list .comment-body{position:relative;padding:20px 20px 10px 100px;margin-top:20px;box-sizing:border-box}.comment-list>li:first-child>.comment-body{margin-top:0}#comments .children{margin-left:90px}.comment-author-name{display:block;margin-bottom:5px}.comment-author-name a{font:inherit!important}.comment-metadata{margin-bottom:20px}.comment-author .avatar,.comment-author .avatar-lazy-load-wrap,.comment-author .rollover{float:left;margin:0px 20px 15px -80px}.comment-author .avatar,.comment-author .avatar-lazy-load-wrap,.comment-author .rollover,.comment-author .rollover i{border-radius:50%}.comment-author .avatar-lazy-load-wrap .avatar,.comment-author .rollover .avatar{margin:0}.comment-content{overflow:hidden;margin-bottom:10px}.comment-list .reply{text-align:right;margin-bottom:10px}.comment-reply-link{margin-left:10px}.comment-reply-title>small{display:block;text-align:center}.comment-reply-title #cancel-comment-reply-link{float:left;margin-top:10px}.comment-notes,.logged-in-as{margin-bottom:15px}.comment-form .form-fields{overflow:hidden;margin-bottom:10px}#page .comment-respond .dt-btn,#page .comment-respond p.form-submit{margin-bottom:0}.rtl #page .comment-respond .dt-btn{float:left}.says{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.comment #respond{padding-top:24px}#respond #submit{display:none}#commentform textarea,.dt-contact-form textarea{width:100%;margin:0 0 10px}.clear-form,.comment-meta a,.comment-reply-link,.fn a,.pingback a{text-decoration:none}#reply-title small a:hover,.clear-form:hover,.comment-meta a:hover,.comment-reply-link:hover,.pingback a:hover{text-decoration:underline}.project-share-overlay{position:relative;display:inline-block;padding-top:5px;padding-bottom:5px}.project-info-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:column wrap;flex-flow:column wrap;margin-bottom:40px}.project-post .btn-project-link{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;min-width:220px;height:50px;border:2px solid;margin-bottom:15px;font-weight:700;text-decoration:none;box-sizing:border-box}.project-share-overlay .share-button.entry-share{text-decoration:none}#page .project-share-overlay .share-button.entry-share{padding:0 0 0 23px}.share-button.entry-share{display:inline-block;padding:0 0 0 23px}.btn-project-link.no-text,.share-button.entry-share.no-text{width:36px;height:36px;padding:0;font-size:0}.btn-project-link,.share-button.entry-share,.share-overlay .soc-ico a{transition:all .2s ease}.images-list-inner .share-button.entry-share,.photo-scroller .share-button.entry-share,.slider-post-inner .share-button.entry-share{text-decoration:none;text-align:center}.images-list-inner .share-button.entry-share:before,.photo-scroller .share-button.entry-share:before,.slider-post-inner .share-button.entry-share:before{display:block;background:#fff;content:"";-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-share-fill.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-share-fill.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;width:16px;height:16px}.project-share-overlay:not(.allways-visible-icons) .soc-ico{position:absolute;z-index:999;bottom:46px;width:150px;height:36px;padding:0 3px;visibility:hidden;overflow:visible;opacity:0;background-color:#fff;text-align:center;left:50%;transform:translateX(-50%);box-shadow:0 0 2px 0 rgba(0,0,0,.2)}.single-post .project-share-overlay:not(.allways-visible-icons) .soc-ico{bottom:48px}.project-content-btn .project-share-overlay:not(.allways-visible-icons) .soc-ico{bottom:38px}.project-share-overlay:not(.allways-visible-icons) .soc-ico:after,.project-share-overlay:not(.allways-visible-icons) .soc-ico:before{position:absolute;left:50%;margin-left:-5px;bottom:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #fff;content:""}.project-share-overlay:not(.allways-visible-icons) .soc-ico:before{margin-left:-6px;bottom:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(0,0,0,.1)}.project-share-overlay:not(.allways-visible-icons) .soc-ico a{display:none;float:none;width:24px;margin:7px 3px 0;background:0 0!important}#page .project-share-overlay:not(.allways-visible-icons) .soc-ico a{box-shadow:none}.project-share-overlay:not(.allways-visible-icons) .soc-ico a:hover{background:0 0!important;opacity:.6}.project-share-overlay:not(.allways-visible-icons) .soc-ico a:after,.project-share-overlay:not(.allways-visible-icons) .soc-ico a:before{display:none}#page .project-share-overlay:not(.allways-visible-icons) .soc-ico a .soc-font-icon,#page .project-share-overlay:not(.allways-visible-icons) .soc-ico a:hover .soc-font-icon{color:#000}.project-share-overlay.allways-visible-icons .soc-ico{display:inline-block;vertical-align:middle;margin-left:10px}.slide-caption .btn-project-link,.slide-caption .share-button.entry-share{border-color:rgba(255,255,255,.35)}.slide-caption .btn-project-link:hover,.slide-caption .share-button.entry-share:hover{background-color:rgba(255,255,255,.35);border-color:rgba(255,255,255,.35)}.single-attachment article.type-attachment{text-align:center}.single-attachment article.type-attachment .rollover{display:inline-block}.sidebar{position:relative;z-index:9}.sidebar .sidebar-content{box-sizing:border-box}.sidebar-none .sidebar,.wc-sidebar-toggle{display:none}#main .ui-widget-content{clear:both}.sidebar-left .sidebar.bg-under-widget,.sidebar-left .sidebar.solid-bg,.sidebar-right .sidebar.bg-under-widget,.sidebar-right .sidebar.solid-bg{border:none}.sidebar-left .sidebar.bg-under-widget,.sidebar-left .sidebar.solid-bg{padding-right:0}.sidebar-right .sidebar.bg-under-widget,.sidebar-right .sidebar.solid-bg{padding-left:0}.sidebar-left .wf-wrap:after,.sidebar-left .wf-wrap:before,.sidebar-right .wf-wrap:after,.sidebar-right .wf-wrap:before{content:"";display:table}.sidebar-divider-off #sidebar{border:none}.no-cssgridlegacy.no-cssgrid .sidebar-none .content,.sidebar-none .content{width:100%}.sidebar .widget,.sidebar-content .widget{padding:0}.bg-under-widget .sidebar-content .widget,.sidebar.bg-under-widget .widget,.solid-bg.sidebar-content .widget{margin-bottom:0;padding:25px}.sidebar.solid-bg .widget,.solid-bg .sidebar-content .widget,.solid-bg.sidebar-content .widget{padding-left:25px;padding-right:25px}.sidebar .widget-divider-off .widget,.sidebar-content.widget-divider-off .widget,.solid-bg.sidebar-content .widget{border-top:none}.bg-under-widget .sidebar-content .widget:first-child,.elementor-widget-sidebar .widget:first-child,.sidebar.bg-under-widget .widget:first-child,.solid-bg.sidebar-content .widget:first-child{margin-top:0}.content .sidebar-content:not(.solid-bg):not(.bg-under-widget) .widget:first-child,.elementor-widget-sidebar .widget:first-child,.sidebar:not(.solid-bg):not(.bg-under-widget) .widget:first-child{padding-top:0}.elementor-widget-sidebar .widget:first-child,.sidebar .widget:first-child,.sidebar-content .widget:first-child{border-top:none}.footer .widget{margin-bottom:30px}.widget:after,.widget:before{content:"";display:table;clear:both}.widget-info:not(:last-child){margin-bottom:10px}.content .widget ul{list-style:none}.widget-title{margin-bottom:15px;clear:both}.cat-item,.custom-categories li,.elementor-widget-sitemap .page_item{margin:5px 0 0;padding:5px 0 0}.custom-categories li{overflow:hidden;margin-top:0}.cat-item:first-child,.custom-categories>li:first-child,.elementor-widget-sitemap .page_item:first-child{margin-top:0;padding-top:0;border-top:none!important}.cat-item a,.custom-categories a{text-decoration:none}.custom-categories a{display:block;clear:both}.custom-categories span.item-name{float:left}.custom-categories span.item-num{float:right;margin-left:10px}.cat-item ul,.custom-categories ul{margin-left:20px}#wp-calendar{margin:25px 0 15px;border-width:1px;border-style:solid}#wp-calendar caption{padding:5px 0;margin:0;height:auto;border-style:solid;border-width:1px;border-bottom:none}#wp-calendar th{height:25px;font-weight:400}.content #wp-calendar th{border:none}#wp-calendar td{width:34px;height:25px;border-style:solid;border-width:1px;vertical-align:middle;text-align:center;line-height:20px;cursor:default}#wp-calendar td.act{color:#fff}#wp-calendar td a{display:block;width:100%;text-decoration:none}#wp-calendar td.pad,.footer #wp-calendar td.pad{background:0 0!important;border:none}#wp-calendar tfoot td{width:auto}#wp-calendar tfoot td#prev{padding-left:10px;text-align:left}#wp-calendar tfoot td#next{padding-right:10px;text-align:right}#wp-calendar tfoot td a:hover{background:0 0;text-decoration:none}.shortcode-contact-info,.shortcode-contacts{margin-bottom:20px}.contact-info:not(:last-child),.content .contact-info:not(:last-child){margin:0;padding-bottom:15px}.contact-info li{margin:15px 0 0;list-style:none}.contact-info li span:not(:last-child){display:inline-block;margin-bottom:5px}.contact-info li:first-child{margin-top:0}.widget .soc-ico:not(:last-child){padding:0px 0 10px}.custom-nav{margin:0}.custom-nav>li:first-child{border-top:none!important}.custom-nav>li>a{display:flex;position:relative;justify-content:space-between;align-items:center;text-decoration:none}.custom-nav>li:not(:last-child)>a{padding:0 0 10px}.custom-nav>li>a span{display:inline-block}.custom-nav>li li a:before,.custom-nav>li>a:before{display:block;position:absolute;top:14px;right:0;width:13px;height:13px}.custom-nav>li.has-children li.has-children>a svg,.custom-nav>li.has-children>a svg{float:right;width:10px}.custom-nav>li .custom-menu li{border:none!important}.custom-nav>li li a{display:flex;position:relative;justify-content:space-between;align-items:center;padding-left:12px;background-image:none!important}.custom-nav>li>ul{display:none;margin:0 0px;padding:0 20px 15px}.custom-nav>li:last-child>ul{padding:10px 20px 15px}.custom-nav>li>ul a span{display:inline-block}.custom-nav>li li{margin-top:0;padding-top:7px}.custom-nav>li>ul a:hover{text-decoration:none}.bg-under-widget .custom-nav>li:last-child>ul,.custom-nav>li:last-child>ul,.solid-bg .custom-nav>li:last-child>ul{margin-bottom:-5px}.content .menu,.custom-menu .widget_pages>ul,.menu{margin:0;padding:0 0 0px}.menu li,.qts-lang-menu li,.widget_pages li{display:block;position:relative;margin:9px 0 0;padding:10px 0 0}.custom-menu li{margin:6px 0 0;padding:7px 0 0}.dividers-on.custom-menu li{margin:9px 0 0;padding:10px 0 0}.custom-menu>li:first-child,.menu>li:first-child,.qts-lang-menu li:first-child,.widget_pages>ul>li:first-child{border:none!important;margin-top:0;padding-top:0}#page .qtrans_flag{width:auto;height:auto;background-position:0 center}.custom-menu a,.menu a,.widget_pages a{text-decoration:none}.widget_nav_menu a{display:inline-block}.widget_nav_menu a:hover{text-decoration:none}.custom-menu a{position:relative;display:inline-block}.show-arrow.custom-menu a{padding-left:23px}.enable-bold.custom-menu a{font-weight:700}div[class*=elementor-widget-wp-widget-] ul{list-style:none}div[class*=elementor-widget-wp-widget-] .elementor-widget-container>ul{margin:0}.elementor-widget-wp-widget-pages ul.children{margin:5px 0 5px 20px}.custom-menu.show-arrow a svg,.custom-menu.show-arrow a:before,.widget_presscore-custom-menu-one .custom-menu.show-arrow a svg,.widget_presscore-custom-menu-one .custom-menu.show-arrow a:before,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a svg,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a:before{position:absolute;width:14px;height:14px;top:50%;transform:translateY(-50%);left:0}.custom-menu.show-arrow a svg,.widget_presscore-custom-menu-one .custom-menu.show-arrow a svg,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow a svg{width:8px;height:auto;left:3px}.widget_presscore-custom-menu-one .custom-menu.show-arrow a:before{content:""}.widget_presscore-custom-menu-one .custom-menu.show-arrow a:after{position:absolute;width:14px;height:14px;top:50%!important;transform:translateY(-50%);left:0;content:"";-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-side.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-side.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:8px;mask-size:8px}.custom-menu.show-arrow .has-children>a:before,.widget_presscore-custom-menu-one .custom-menu.show-arrow .has-children>a:before,div[class*=elementor-widget-wp-widget-] .custom-menu.show-arrow .has-children>a:before{content:""}.custom-nav.show-arrow>.has-children>a:before{display:block;position:absolute;top:0;right:0;margin-top:5px;width:8px;height:8px;content:""}.widget_pages a{display:inline-block}.content .custom-menu li ul,.content .menu li ul,.content .widget_pages li ul,.custom-menu li ul,.menu li ul,.widget_pages li ul{margin-left:20px}.custom-nav .custom-menu li ul{padding-top:10px}.widget_tag_cloud a{display:inline-block;padding:0 3px;margin-bottom:2px;text-decoration:none}.content .recent-posts,.recent-posts{margin:0;padding:0 0 5px}.widget .recent-posts{padding-bottom:0}.recent-posts li{display:block;overflow:hidden;margin:0}.recent-posts li article{display:-ms-flexbox;display:-ms-flex;display:flex}.recent-posts li:not(:last-child){padding:0 0 15px}.widget .recent-posts li{margin-top:0}.recent-posts>li:first-child{margin-top:0;padding-top:0;border-top:none!important}.items-grid .post-content>a,.recent-posts a{display:inline-block;text-decoration:none}.items-grid .post-content>p,.recent-posts .post-content>p{margin:5px 0 0}#footer .items-grid .alignleft,#footer .recent-posts .alignleft,#sidebar .items-grid .alignleft,#sidebar .recent-posts .alignleft{margin:0 15px 5px 0}.items-grid .post-content>time,.recent-posts .post-content>time{display:block;margin:5px 0 0}.recent-posts .alignleft{margin:0px 15px 5px 0;font-size:0;line-height:0}.widget .tp_recent_tweets{margin-bottom:10px}.widget .tp_recent_tweets li .twitter_time{position:relative;padding:0 0 0 20px}.widget .tp_recent_tweets li{padding:15px 0 0;background-image:none}.tp_recent_tweets li,.tp_recent_tweets li *{line-height:inherit}.widget .tp_recent_tweets li:first-child{margin-top:0;padding-top:0;border:none!important}.widget .tp_recent_tweets li .twitter_time:before{position:absolute;display:block;top:2px;left:0;width:15px;height:15px;content:"";background-position:0 0;background-repeat:no-repeat}.widget .tp_recent_tweets li:first-child:before{top:5px}.tp_recent_tweets li a{font-weight:400;text-decoration:none}.widget .tp_recent_tweets .twitter_time{font-style:normal}.widget .tp_recent_tweets .twitter_time:hover{text-decoration:underline}.content .searchform,.widget .searchform{position:relative}.widget_search form{margin:5px 0 0}.widget_search input[type=text]{width:100%;margin:0!important}.content .searchform input,.widget .searchform input{padding-right:30px}.content .searchform .submit,.widget .searchform .submit,.widget .searchsubmit{position:absolute;top:0;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;right:11px;width:20px;height:100%;padding:0;text-decoration:none}.content .searchform .submit:hover,.widget .searchform .submit:hover,.widget .searchsubmit:hover{opacity:.7;cursor:pointer}.content .searchform .submit svg,.widget .searchform .submit svg,.widget .searchsubmit svg{width:16px}.skills.hide-percent .skill-value>span{display:none!important}html:not(.mobile-true) .skill-value{transition:width 1.2s ease;transition-delay:.3s}.skill-name{margin-bottom:5px}.skill-name span{margin-left:5px}.skill{height:7px}.skill:not(:last-child){margin-bottom:15px}.skill-value{position:relative;width:0%;height:100%}.skill-value:after{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.skill-value span{position:absolute;top:-26px;right:-16px;margin-right:4px;padding:2px 6px 3px;background-color:rgba(0,0,0,.8);color:#fff;font-size:10px;font-family:Tahoma,san-serif;line-height:14px}.skill-value span:after{position:absolute;left:50%;bottom:-5px;margin-left:-5px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid rgba(0,0,0,.8);content:""}.widget .rsContW{padding-top:5px}.blogroll li,.widget_archive li,.widget_categories li,.widget_links li,.widget_meta li,.widget_recent_comments li,.widget_recent_entries li{margin:5px 0 0;padding:0}.widget_archive select[name=archive-dropdown],.widget_categories select.postform{margin-bottom:0}.blogroll li:first-child,.custom-menu>li:first-child,.widget_archive>ul>li:first-child,.widget_categories li:first-child,.widget_links>ul>li:first-child,.widget_meta li:first-child,.widget_recent_comments>ul>li:first-child,.widget_recent_entries li:first-child{margin-top:0;padding-top:0;border-top:none!important}.blogroll a,.widget_archive a,.widget_categories a,.widget_links a,.widget_meta a,.widget_recent_comments a,.widget_recent_entries a{display:inline-block;text-decoration:none}.st-accordion ul{margin:0}.st-accordion>ul>li{overflow:hidden;margin:0;padding:9px 0 0;list-style:none}.st-accordion>ul>li:first-child .st-content{display:block}.st-accordion>ul>li:first-child{padding-top:0;margin-top:0;border:none}.st-accordion li>a{display:inline-block;position:relative;padding-left:25px;outline:0}.st-accordion li>a:after,.st-accordion li>a:before{position:absolute;top:50%;left:0;margin-top:-7px;width:14px;height:14px;content:""}.st-accordion li>a:after{content:"\f005";font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:8px;line-height:14px;text-align:center}.st-content{display:none;padding:10px 0 5px}.st-content p{margin-bottom:0}.st-accordion li>a:hover,.textwidget a{text-decoration:none}.textwidget img{max-width:100%;height:auto}.textwidget *{max-width:100%}.textwidget input{width:100%}.textwidget .owl-stage{max-width:none}.textwidget p:last-child{margin-bottom:0}a.rsswidget{text-decoration:none;display:inline-block}.widget .testimonials{padding-bottom:0}.widget_presscore-contact-form-widget form>p:last-child{margin-bottom:0}body{overflow-x:hidden}body.responsive-off{min-width:998px;overflow-x:auto}div[data-pagination-mode=load-more]{overflow-anchor:none}h1,h2,h3,h4,h5,h6{margin-bottom:10px;clear:both}a:hover,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{text-decoration:none}p{margin-bottom:10px}a{text-decoration:underline}.content ol,.content ul{margin:0 0 10px 20px}.fa-ul li{list-style:none}.content .widget ol,.content .widget ul{margin:0 0 0px 0px}.content ul{list-style:disc}.content ol{list-style-type:decimal}.content table{border-bottom:1px solid transparent;width:100%;margin:0 0 10px}.content table caption{margin:10px 0}.content td,.content th{border-top:1px solid transparent;padding:5px 10px 5px 5px}.content th{text-align:left}.post .rollover,.post .rollover-video:not(.ts-slide),.post img,.single-postlike img,img[class*=align],img[class*=wp-image-],img[class*=attachment-]{max-width:100%;height:auto}.recent-posts .alignleft img{max-width:inherit;height:inherit}blockquote{padding:20px 25px;margin:0 0 10px;box-sizing:border-box}.format-status-content{border:none}.alignleft{float:left;margin:0 30px 10px 0}.alignleft.photoswipe-wrapper{clear:both;margin:0}.alignleft.photoswipe-wrapper .wp-caption-text{float:left;clear:both}.alignleft>.dt-pswp-item{float:left;margin:0 30px 10px 0}#footer .alignleft,#sidebar .alignleft{margin-right:20px}.alignright{float:right;margin:0 0 10px 30px}.alignright.photoswipe-wrapper{clear:both;margin:0}.alignright>.dt-pswp-item{float:right;margin:0 0 10px 30px}.alignright.photoswipe-wrapper .wp-caption-text{float:right;clear:both}#footer .alignright,#sidebar .alignright{margin-left:20px}.aligncenter{display:block;margin:0 auto 10px}.wp-caption.aligncenter{text-align:center}.entry-content .wp-block-image.alignfull img{width:100vw;margin-left:auto;margin-right:auto}.alignnone{float:none;margin:0 auto 10px}.shortcode-single-image-wrap.aligncenter,.shortcode-single-image-wrap.alignnone{margin-left:auto!important;margin-right:auto!important}.wp-caption{max-width:100%}.gap,.gap-10,.gap-20,.gap-30,.gap-40,.hr-thick,.hr-thin,.vc_empty_space{clear:both}.hr-thick{height:1px;line-height:1px;border-bottom-style:solid;border-bottom-width:5px;margin:0 auto}.hr-thin{height:9px;line-height:9px;margin:0 auto}.hr-thin.hr-left{margin:0}.hr-thin.hr-right{margin:0 0 0 auto}.divider-heder,.layout-list .divider-heder,.layout-masonry .divider-heder,.page .divider-heder,.single .divider-heder{margin:25px 0 36px}.divider-comments{margin:0 0 35px}.divider-post{margin:10px 0 20px}.text-centered{text-align:center}a.text-secondary{text-decoration:none}a.text-secondary:hover{text-decoration:underline}.assistive-text{position:absolute!important;clip:rect(1px,1px,1px,1px)}.assistive-info{text-align:right;color:#fff}.wf-clearfix:before{content:"";display:table}.wf-clearfix:after{content:"";display:table;clear:both}.ancient-ie .wf-clearfix{zoom:1}#main-nav:before,#top-bar:before,.header-bottom-bar:before,.layout-list .post:before,.wf-container:before{content:"";display:table}#main-nav:after,#top-bar:after,.header-bottom-bar:after,.layout-list .post:after,.wf-container:after{content:"";display:table;clear:both}.ancient-ie #main-nav,.ancient-ie #top-bar,.ancient-ie .header-bottom-bar,.ancient-ie .layout-list .post,.ancient-ie .wf-container{zoom:1}#page{position:relative;overflow:hidden}.footer-overlap #page{background:0 0}#page.boxed{max-width:1320px;margin:0px auto;box-shadow:0 0 12px rgba(0,0,0,.15)}.main-gradient{display:none}#main{padding:50px 0}.static-height{position:relative}.fancy-parallax-bg,.page-title-parallax-bg{background-attachment:fixed!important;background-position-x:50%}.fancy-parallax-bg>.wf-wrap,.page-title-parallax-bg>.wf-wrap{position:relative}.mobile-false .fancy-parallax-bg,.mobile-false .page-title-parallax-bg{opacity:0;transition:opacity .3s ease}/*!-Video */embed,iframe,object,video{max-width:100%}/*!-Parallax background for device*/.mobile-true .fancy-parallax-bg,.mobile-true .page-title-parallax-bg{background-attachment:scroll!important;background-size:auto!important}/*!-Row settings->Full-width content*/.full-width-wrap{position:relative;display:block;opacity:0;transition:opacity .4s ease}.is-iphone .full-width-wrap{opacity:1}.content .vc_row.full-width-wrap>.wpb_column,.full-width-wrap>.wf-cell,.full-width-wrap>.wpb_column,.full-width-wrap>.wpb_column>.vc_column-inner{padding-left:0;padding-right:0}/*!-WP Audio*/.mejs-controls .mejs-play:hover button{background-position:0 0}.mejs-controls .mejs-pause button,.mejs-controls .mejs-pause:hover button{background-position:0 -16px}.mejs-controls button{box-shadow:none}.mejs-controls .mejs-mute button:hover{background-position:-16px -16px}.mejs-controls .mejs-unmute button:hover{background-position:-16px 0}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}#page .skip-link{background-color:#f1f1f1;box-shadow:0 0 1px 1px rgba(0,0,0,.2);color:#21759b;display:block;font-size:14px;font-weight:700;left:-9999em;outline:0;padding:15px 23px 14px;text-decoration:none;text-transform:none;top:-9999em}#page .skip-link:focus{left:30px;top:15px;height:auto;width:auto;clip:unset!important;z-index:9}article.attachment:after,article.attachment:before{content:"";display:table;clear:both}.one-line{white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.widget_search input[type=text].searchform-s,.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,.wpcf7-number,input[type=text]:not(.elementor-field):not(.searchform-s),input[type=search]:not(.elementor-field),input[type=tel]:not(.elementor-field),input[type=url]:not(.elementor-field),input[type=email]:not(.elementor-field),input[type=number]:not(.elementor-field),input[type=date]:not(.elementor-field),input[type=range]:not(.elementor-field),input[type=password]:not(.elementor-field),select:not(.elementor-field):not(.elementor-field-textual),textarea:not(.elementor-field){margin-bottom:10px;border-style:var(--the7-form-border);box-sizing:border-box}input[type=button]{outline:0}@media all and (-ms-high-contrast:none){.dt-form textarea{min-height:100px}}.comment-form .form-fields>span{box-sizing:border-box}.form-fields input,.login-password input,.login-username input{width:100%}.the7-g-captcha{margin-bottom:20px}.form-message{display:block;margin-bottom:10px}.inline-message-style .form-message{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.inline-message-style .form-message .formError{-ms-flex-order:0;order:0}.inline-message-style .form-message textarea{-ms-flex-order:1;order:1}input[type=text],input[type=tel],input[type=url],input[type=email],input[type=number],input[type=date],input[type=range],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;outline:0}.form-fields>span{position:relative;display:block}.inline-message-style .form-fields>span{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.inline-message-style .form-fields>span .formError{-ms-flex-order:0;order:0}.inline-message-style .form-fields>span input{-ms-flex-order:1;order:1}.form-allowed-tags{margin-bottom:20px}.clear-form{position:relative;float:right;padding:0 15px 0 0}.clear-form:before{display:block;position:absolute;top:50%;right:0;margin-top:-5px;width:10px;font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:10px;line-height:1;content:"\eb01"}.wpcf7-form input[type=text],.wpcf7-form input[type=tel],.wpcf7-form input[type=url],.wpcf7-form input[type=email],.wpcf7-form input[type=number],.wpcf7-form input[type=date],.wpcf7-form input[type=range],.wpcf7-form textarea,.wpcf7-select{width:100%}.wpcf7-not-valid-tip{display:none}.popup-message-style #page .wpcf7-response-output{position:fixed;top:50%;left:100%;opacity:0}.inline-message-style .wpcf7-mail-sent-ok,.inline-message-style .wpcf7-response-output.run-animation,.inline-message-style .wpcf7-validation-errors{border:none}.popup-message-style #page .wpcf7-mail-sent-ok,.popup-message-style #page .wpcf7-response-output.run-animation,.popup-message-style #page .wpcf7-validation-errors{display:-ms-flexbox!important;display:-ms-flex!important;display:flex!important;-ms-align-items:center;-ms-flex-align:center;align-items:center;box-shadow:0px 10px 40px 0px rgba(0,0,0,.3);border:none!important;position:fixed;top:50%;left:100%;width:400px;max-height:500px;margin:0!important;padding:15px 20px 15px 65px;z-index:9999;overflow:hidden;transform:translate3d(200px,-50%,0);animation:slide-in-message,slide-out-message;animation-duration:1.2s,1.1s;animation-delay:.4s,9s;animation-fill-mode:forwards;animation-timing-function:ease;font-weight:700;box-sizing:border-box}.popup-message-style #page .wpcf7-mail-sent-ok:before,.popup-message-style #page .wpcf7-response-output.run-animation:before,.popup-message-style #page .wpcf7-validation-errors:before{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:20px;left:0;width:65px;height:100%;font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:18px;line-height:1;content:"\ea10"}.popup-message-style #page .wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,.popup-message-style #page .wpcf7-mail-sent-ok .wpcf7-valid-tip-text,.popup-message-style #page .wpcf7-response-output.run-animation .wpcf7-not-valid-tip-text,.popup-message-style #page .wpcf7-response-output.run-animation .wpcf7-valid-tip-text,.popup-message-style #page .wpcf7-validation-errors .wpcf7-not-valid-tip-text,.popup-message-style #page .wpcf7-validation-errors .wpcf7-valid-tip-text{opacity:1}.popup-message-style #page .wpcf7-mail-sent-ok.wpcf7-response-output:before,.popup-message-style #page .wpcf7-mail-sent-ok:before{content:"\ea09"}.wpcf7-quiz.wpcf7-not-valid,input.wpcf7-validates-as-required.wpcf7-not-valid{border-color:#f55b5f}.gform_fields li{list-style:none}.gform_wrapper .gform_body input[type=text],.gform_wrapper .gform_body input[type=tel],.gform_wrapper .gform_body input[type=url],.gform_wrapper .gform_body input[type=email],.gform_wrapper .gform_body input[type=number],.gform_wrapper .gform_body input[type=password]{padding:9px 10px 8px;font-size:100%}.gform_wrapper .gform_body select,.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex .ginput_right select,.gform_wrapper.gf_browser_chrome .gform_body .ginput_complex select,.mc4wp-form form select{padding:6px 10px 5px;font-size:100%}#main .gform_wrapper .ginput_full input:focus+label,#main .gform_wrapper .ginput_left input:focus+label,#main .gform_wrapper .ginput_right input:focus+label{font-weight:400}.comment-form-cookies-consent,.the7-form-terms-wrap{margin-bottom:20px}#wp-comment-cookies-consent,.the7-form-terms{margin-right:5px}.wpcf7 .wf-cell{padding:0 15px}.wpcf7 .wf-container{margin:0 -15px}#main .gform_wrapper .gform_footer input.button,#main .gform_wrapper .gform_footer input[type=submit],#main-slideshow .tp-button,.dt-btn,.dt-form button,.mc4wp-form input[type=submit],.nsu-submit,.post-password-form input[type=submit],.tml-submit-wrap input[type=submit],.woocommerce-widget-layered-nav-dropdown__submit,a.button,button.button,div.mc4wp-form button[type=submit],form.mc4wp-form input[type=submit],input[type=button],input[type=reset],input[type=submit]{position:relative;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;white-space:nowrap;-webkit-tap-highlight-color:transparent}#main .gform_wrapper .gform_footer input.button:hover,#main .gform_wrapper .gform_footer input[type=submit]:hover,#main-slideshow .tp-button:hover,.dt-btn:hover,.dt-form button:hover,.mc4wp-form input[type=submit]:hover,.nsu-submit:hover,.post-password-form input[type=submit]:hover,.tml-submit-wrap input[type=submit]:hover,.woocommerce-widget-layered-nav-dropdown__submit:hover,a.button:hover,button.button:hover,div.mc4wp-form button[type=submit]:hover,form.mc4wp-form input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{text-decoration:none}.full-width-btn.dt-btn{display:block;text-align:center;clear:both}#page .btn-margin,#page .btn-margin:last-child,#page .dt-contact-form .dt-btn{margin-right:10px}#page .btn-margin-left,#page .btn-margin-left:last-child{margin-left:10px}.btn-shortcode{margin-bottom:10px}.mc4wp-form input[type=submit],.woocommerce-widget-layered-nav-dropdown__submit,button.button,input[type=button],input[type=reset]{border:none}#page .btn-link{padding:0}.btn-link,.dt-btn-link{position:relative;display:inline-block;text-decoration:none;white-space:nowrap}.dt-btn-link.left-to-right-line:after{position:absolute;display:block;left:0;bottom:0;width:0;content:"";transition:width .4s ease}.dt-btn-link.left-to-right-line:hover:after{width:100%}.dt-btn-link{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-btn-link.full-width-btn{width:100%}.btn-align-left .dt-btn-link.full-width-btn,.dt-btn-link.full-width-btn.btn-inline-left{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.btn-align-right .dt-btn-link.full-width-btn,.dt-btn-link.full-width-btn.btn-inline-right{-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end}.dt-btn-link.from-center-line:after{position:absolute;visibility:hidden;left:0;bottom:-5px;width:100%;background-color:#000;content:"";transform:scaleX(0);transition:all .2s ease-in-out 0s;opacity:.85}.dt-btn-link.from-center-line:hover:after{visibility:visible;transform:scaleX(1)}.dt-btn-link.upwards-line:after{position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:rgba(0,0,0,.1);content:'';opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}.dt-btn-link.upwards-line:hover:after{opacity:1;transform:translateY(0px)}.dt-btn-link.downwards-line:after{position:absolute;bottom:-5px;left:0;width:100%;background:#fff;content:'';opacity:0;transition:height .3s,opacity .3s,transform .3s;transform:translateY(-10px)}.dt-btn-link.downwards-line:hover:after{opacity:1;transform:translateY(0px)}.btn-link i,.btn-link i *,.dt-btn i,.dt-btn i *{color:inherit}.dt-btn-m i,.dt-btn-s i{margin-right:8px}.dt-btn-l i{margin-right:9px}.dt-btn-m.ico-right-side i,.dt-btn-s.ico-right-side i{margin-right:0px;margin-left:8px}.dt-btn-l.ico-right-side i{margin-right:0px;margin-left:9px}.btn-light,.btn-link,.light-bg-btn,.outline-btn{transition:background .2s ease-out,color .2s ease-out,border-color .2s ease-out}.outline-bg-btn{transition:all .2s ease-out}#page .btn-light:after{display:none}#page .outline-bg-btn,#page .outline-btn,#phantom .outline-bg-btn,#phantom .outline-btn{border:2px solid}.custom-btn-color .dt-btn>*{color:inherit!important}.btn-link.custom-btn-hover-color:hover>.text-wrap *,.btn-link.custom-btn-hover-color:hover>i,.btn-link.custom-btn-hover-color:hover>span,.dt-btn.custom-btn-hover-color:hover>.text-wrap *,.dt-btn.custom-btn-hover-color:hover>i,.dt-btn.custom-btn-hover-color:hover>span,.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn).custom-btn-hover-color:hover>.text-wrap *,.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn).custom-btn-hover-color:hover>i,.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn).custom-btn-hover-color:hover>span{background:0 0!important;color:inherit!important}.outline-element-decoration .btn-light:hover{box-shadow:none}.default-btn-shortcode{text-align:center;max-width:100%;box-sizing:border-box;white-space:normal}.default-btn-shortcode.btn-inline-center{margin-left:auto;margin-right:auto}.default-btn-shortcode.btn-inline-right{float:right}.btn-align-center{text-align:center}.btn-align-right{text-align:right}.shortcode-banner{position:relative;overflow:hidden;background-position:center;line-height:0;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";background-size:cover}.shortcode-banner,.shortcode-banner-inside{box-sizing:border-box}.wf-table .shortcode-banner-inside{display:table-cell;vertical-align:middle}.content .shortcode-banner-inside *{color:inherit}.shortcode-banner-link:hover .shortcode-banner-bg{opacity:.9;filter:alpha(opacity=90);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";cursor:pointer}.shortcode-banner img{width:100%;height:auto}.shortcode-banner-bg{height:100%;background-clip:padding-box;box-sizing:border-box}.shortcode-banner-inside{overflow:hidden;width:100%;height:100%;padding:15px 20px;background-clip:padding-box}.shortcode-blockquote{position:relative;overflow:hidden;padding:20px 25px;font-style:normal}blockquote.shortcode-blockquote{background-color:transparent;border:1px solid}blockquote.shortcode-blockquote.block-style-widget{border:none}.shortcode-blockquote.block-style-widget:before{position:absolute;right:0;bottom:0;width:117px;height:81px;background-repeat:no-repeat;background-position:right bottom;background-size:117px 81px;content:""}.block-style-widget{border:none}.shortcode-blockquote p{margin-bottom:0}.shortcode-pullquote{position:relative;background-color:transparent!important}#page .shortcode-pullquote.align-left,.shortcode-pullquote.align-left{float:left;margin:15px 30px 10px 0;padding:5px 20px 5px 0}#page .shortcode-pullquote.align-right,.shortcode-pullquote.align-right{float:right;margin:15px 0 10px 30px;padding:5px 0 5px 20px}.shortcode-pullquote:after{position:absolute;top:0;left:0;width:5px;height:100%;content:""}.shortcode-pullquote.align-left:after{left:auto;right:0}.shortcode-action-bg.no-line,.shortcode-action-box{word-wrap:break-word}.plain-bg{border-style:solid;border-width:1px}.shortcode-action-bg.no-line:before{display:none;background-color:transparent}.shortcode-action-box.box-style-table{display:table;width:100%;box-sizing:border-box}.box-style-table .shortcode-action-container{display:table-cell;vertical-align:middle}.shortcode-action-bg{position:relative;padding:20px 25px 10px 30px}.block-style-widget.shortcode-action-bg{border:none}.shortcode-action-bg.no-line{padding-left:25px}#page .shortcode-action-bg:before{position:absolute;left:0;top:0;width:5px;height:100%;content:"";border-bottom-right-radius:0px;border-top-right-radius:0px}.action-button{margin-bottom:20px}.box-style-table .action-button{padding-top:0;padding-left:40px;margin-bottom:0;box-sizing:border-box}.box-style-table .action-button .dt-btn{float:right;margin-right:0;margin-bottom:10px}.shortcode-single-image-wrap{margin-bottom:0px;max-width:100%}.shortcode-single-image-wrap:before{content:"";display:table}.shortcode-single-image-wrap:after{content:"";display:table;clear:both}.ancient-ie .shortcode-single-image-wrap{zoom:1}.shortcode-single-image-wrap.alignnone img{display:inherit;margin:0 auto}.shortcode-single-image-wrap.alignnone .fancy-media-wrap{text-align:center;display:inline-block}.shortcode-single-image-wrap.alignnone .rollover,.shortcode-single-image-wrap.alignnone .rollover-video{display:inline-block;overflow:hidden}.shortcode-single-image-wrap.alignnone .rollover img,.shortcode-single-image-wrap.alignnone .rollover-video img{border-radius:inherit}.shortcode-single-image-wrap.alignleft,.shortcode-single-image-wrap.alignright{margin:0}.shortcode-single-image-wrap .rollover-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;opacity:0;transition:all 450ms ease}.mobile-false .shortcode-single-image-wrap .rollover:hover .rollover-icon{opacity:1}.quick-scale-img.shortcode-single-image-wrap img{transition:transform .25s ease-out,opacity .25s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mobile-false .scale-img.shortcode-single-image-wrap:hover img{transform:scale(1.2);transition:transform 4s ease-out}.mobile-false .quick-scale-img.shortcode-single-image-wrap:hover img{transform:scale(1.2);transition:transform .25s ease-out}.mobile-false .shortcode-single-image-wrap .rollover-video:hover .rollover-icon{transform:scale(1.2)}.shortcode-single-image-wrap .rollover-video .video-icon{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;text-decoration:none;background:0 0}.shortcode-single-image-wrap .rollover-video .rollover-icon{position:relative;top:0;left:0;opacity:1;transform:scale(1)}.shortcode-single-image-wrap .rollover-video .video-icon:before{display:none}.fancy-media-wrap>a{display:block}.disable-bg-rollover .fancy-media-wrap .rollover i,.disable-bg-rollover .shortcode-single-image .rollover-video i{display:none}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.shortcode-single-image-wrap .fancy-media-wrap,.shortcode-single-image-wrap .rollover{display:block!important}}.shortcode-single-image{position:relative;line-height:0;box-sizing:border-box}.alignnone .shortcode-single-image{text-align:center}.shortcode-single-image:before{content:"";display:table}.shortcode-single-image:after{content:"";display:table;clear:both}.ancient-ie .shortcode-single-image{zoom:1}.shortcode-single-image .rollover i,.shortcode-single-image .rollover i:after,.shortcode-single-image .rollover-video i{border-radius:inherit}.post-video,.shortcode-single-video .fancy-media-wrap,.shortcode-single-video .shortcode-teaser-video,.shortcode-single-video.alignnone .fancy-media-wrap,.shortcode-video{position:relative;display:block;overflow:hidden;padding-top:30px;height:0;padding-bottom:56.25%}.shortcode-single-video .mejs-container,.shortcode-single-video .mejs-overlay.load,.shortcode-single-video .wp-video,.shortcode-single-video video.wp-video-shortcode{width:100%!important;height:100%!important}.shortcode-single-video .mejs-container{padding-top:56.25%}.shortcode-single-video .wp-video,.shortcode-single-video video.wp-video-shortcode{max-width:100%!important}.shortcode-single-video video.wp-video-shortcode{position:relative}.shortcode-single-video .mejs-mediaelement{position:absolute;top:0;right:0;bottom:0;left:0}.post-video embed,.post-video iframe,.post-video object,.shortcode-single-video embed,.shortcode-single-video iframe,.shortcode-single-video object,.shortcode-single-video video,.shortcode-video iframe{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.shortcode-single-image img{max-width:100%;height:auto}.borderframe .shortcode-single-image{border:1px solid}.borderframe.br-standard .shortcode-single-image{border:none}.content .borderframe.caption-on .shortcode-single-image{border-bottom:none}#main .borderframe.caption-on .shortcode-single-image{padding-bottom:0!important}.shortcode-single-caption{width:100%;height:auto;padding:15px 20px 0;box-sizing:border-box;text-align:center}.br-standard.borderframe .shortcode-single-caption{border:none}.shortcode-single-caption p{margin-bottom:0}.shortcode-single-image-wrap img{border-radius:inherit}.content .image-arrow,.content .standard-arrow,.content .standard-number-list,.standard-arrow{margin:0 0 15px}.content .image-arrow ul,.content .standard-arrow ul,.content .standard-number-list ul{margin:0}.standard-arrow li,.standard-number-list li{position:relative;padding-left:24px;margin-bottom:10px;list-style:none}.standard-arrow li:after,.standard-arrow li:before{position:absolute;top:50%;left:0;transform:translateY(-50%);width:14px;height:14px;content:""}.standard-arrow.list-divider:not(.bullet-top) li:first-child:after,.standard-arrow.list-divider:not(.bullet-top) li:first-child:before{transform:translateY(calc(-50% - 9px/2))}.standard-arrow li:after{content:"\f007";font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:7px;line-height:14px;text-align:center;color:#fff}.standard-arrow li:before,.standard-number-list li:before,.standard-number-list.list-divider li:first-child:before{border-radius:50%}.standard-arrow.bullet-top li:after{margin-top:0;height:14px}.standard-arrow.bullet-top li:after,.standard-arrow.bullet-top li:before{top:0;transform:translateY(0%)}.standard-arrow.bullet-top li:after,.standard-arrow.list-divider.bullet-top li:after,.standard-arrow.list-divider.bullet-top li:first-child:after{background-position:center center}.list-divider li{padding-top:9px;padding-bottom:10px;margin-bottom:0;border-top:1px solid;background-position:0 13px}.image-arrow .fa-ul li{padding-left:2.14286em}.image-arrow .fa-ul li .fa-li{left:0;line-height:inherit}.list-divider.image-arrow .fa-ul li .fa-li{padding:9px 0 10px}.list-divider.image-arrow .fa-ul li:first-child .fa-li{padding-top:0}.list-divider li p{margin-bottom:0}.list-divider li:first-child{padding-top:0;margin-bottom:0;border:none!important;background-position:0 4px}.standard-number-list{counter-reset:my-badass-counter}.standard-number-list li{position:relative;padding-left:30px}.standard-number-list.list-divider li{padding-top:9px}.standard-number-list li:before{position:absolute;text-align:center;top:50%;left:0;width:20px;height:20px;transform:translateY(-50%);color:#fff;background-color:red;content:counter(my-badass-counter,decimal);counter-increment:my-badass-counter;font-family:Arial,Verdana,sans-serif;font-size:11px;line-height:20px}.standard-number-list.list-divider li:first-child{padding-top:0}.standard-number-list.bullet-top li:before,.standard-number-list.bullet-top li:first-child:before{top:0px;margin-top:2px;transform:translateY(0%)}.standard-number-list.list-divider.bullet-top li:not(:first-child):before{margin-top:9px}.image-arrow li{overflow:hidden;width:100%;margin-bottom:10px;list-style:none}.image-arrow.list-divider li{margin-bottom:0}.image-arrow li .wf-table{width:auto}.image-arrow li .wf-table div{display:table-cell;vertical-align:middle}.image-arrow li .list-img{margin:0 10px 0px 0}.font-arrow ul{list-style:none}.font-arrow i{font-size:14px;margin-right:10px}.frame-on{padding-top:25px;border:1px solid}.frame-on.img-full{padding-top:0px}.content .frame-on.frame-fancy{border:none}.shortcode-teaser.frame-on.img-full{border-radius:0}.shortcode-teaser-img{line-height:0;padding-bottom:20px}.frame-on .shortcode-teaser-img{padding:0px 25px 25px}.img-full .shortcode-teaser-img{padding:0 0 25px}.shortcode-teaser-img img{width:100%;height:auto}.frame-on .shortcode-teaser-content{padding:0px 25px 10px}.shortcode-teaser-content{margin-top:-5px}.text-centered .shortcode-teaser-content{text-align:center}.shortcode-tooltip{border-bottom:1px dashed}.shortcode-tooltip:hover{border:none;cursor:help}.tooltip-c{display:none}.shortcode-tooltip-content{position:absolute;left:-9999px;z-index:999;display:none;overflow:visible;margin:5px 0 15px;padding:13px 20px 17px;min-width:210px;max-width:210px;background:rgba(24,25,25,.95);color:#fff!important}.tooltip-title.text-big{color:#fff}.tooltip-title{display:block;margin-bottom:10px}.dt-highlight{padding:1px 4px;color:#fff}.dt-highlight.highlight-white{background-color:#fff!important;background-image:none!important;color:#2e2e2f}.dt-highlight.highlight-red{background-color:#d73b37;background-image:none!important;color:#fff}.dt-highlight.highlight-berry{background-color:#e32a5a!important;background-image:none!important;color:#fff}.dt-highlight.highlight-orange{background-color:#f36c0a!important;background-image:none!important;color:#fff}.dt-highlight.highlight-yellow{background-color:#f2a809!important;background-image:none!important;color:#fff}.dt-highlight.highlight-pink{background-color:#fd8fb6!important;background-image:none!important;color:#fff}.dt-highlight.highlight-green{background-color:#8cc63a!important;background-image:none!important;color:#fff}.dt-highlight.highlight-dark-green{background-color:#3ab459!important;background-image:none!important;color:#fff}.dt-highlight.highlight-blue{background-color:#27cff3!important;background-image:none!important;color:#fff}.dt-highlight.highlight-dark-blue{background-color:#2985c6!important;background-image:none!important;color:#fff}.dt-highlight.highlight-violet{background-color:#6946b8!important;background-image:none!important;color:#fff}.dt-highlight.highlight-black{background-color:#3e3f3f!important;background-image:none!important;color:#fff}.dt-highlight.highlight-gray{background-color:#a5a6a7!important;background-image:none!important;color:#fff}.dt-format-gallery{overflow:hidden;max-width:100%}.dt-format-gallery.shortcode-gallery{margin-bottom:0}.dt-format-gallery.shortcode-gallery a{line-height:0}.dt-format-gallery .rollover-video.big-img,.dt-format-gallery a.big-img{border-bottom:none}.gallery-col-1 .rollover-video,.gallery-col-1>a{width:100%}.gallery-col-2 .rollover-video,.gallery-col-2>a{width:50%}.gallery-col-2 .rollover-video.big-img,.gallery-col-2>a.big-img{width:100%}.gallery-col-3 .rollover-video.big-img,.gallery-col-3 a.big-img{width:66.6667%}.gallery-col-3 .rollover-video,.gallery-col-3>a{width:33.3333%}.gallery-col-4 .rollover-video.big-img,.gallery-col-4 a.big-img{width:50%}.gallery-col-4 .rollover-video,.gallery-col-4>a{width:25%}.gallery-col-5 .rollover-video.big-img,.gallery-col-5 a.big-img{width:40%}.gallery-col-5 .rollover-video,.gallery-col-5>a{width:20%}.gallery-col-6 .rollover-video.big-img,.gallery-col-6 a.big-img{width:33.3333%}.gallery-col-6 .rollover-video,.gallery-col-6>a{width:16.6667%}.gallery-coll-half{float:left;line-height:0}.gallery-coll-fourth{float:left}.dt-format-gallery .rollover-video,.dt-format-gallery a{box-sizing:border-box;max-width:100%;float:left;border-bottom:2px solid transparent;border-right:2px solid transparent}.dt-format-gallery.gallery-col-1 .rollover-video.big-img,.dt-format-gallery.gallery-col-1 a.big-img,.dt-format-gallery.gallery-col-2 .rollover-video.big-img,.dt-format-gallery.gallery-col-2 a.big-img{border-bottom:3px solid transparent}.dt-format-gallery img{width:100%;height:auto}#main .gallery img{border:none}.slider-wrapper{position:relative}#page .slider-wrapper img{max-width:none}.bg-on .project-list-content{position:relative}.slider-content{visibility:hidden}.dt-owl-item .post.bg-on{position:static;background:0 0}.dt-owl-item .post.bg-on:before{position:absolute;display:block;width:100%;height:100%;content:"";z-index:0}.slider-wrapper .owl-next,.slider-wrapper .owl-prev{position:absolute;z-index:99;left:10px;top:50%;margin-top:-20px;width:40px;height:40px;opacity:0;visibility:hidden;transition:opacity .4s ease}.slider-wrapper .owl-next{left:auto;right:10px}.shadow-element-decoration .description-under-image.slider-wrapper .owl-next{right:0}.slider-wrapper.arrows-accent .owl-next,.slider-wrapper.arrows-accent .owl-prev{width:30px;height:60px;margin-top:-30px}.slider-wrapper.hide-arrows .disabled{display:none}.slider-wrapper.arrows-accent .owl-next,.slider-wrapper.arrows-accent .owl-prev,.slider-wrapper.arrows-dark .owl-next,.slider-wrapper.arrows-dark .owl-prev,.slider-wrapper.arrows-light .owl-next,.slider-wrapper.arrows-light .owl-prev{visibility:visible}.slider-wrapper.show-arrows .owl-next,.slider-wrapper.show-arrows .owl-prev{opacity:1}.mobile-true .slider-wrapper.show-arrows .owl-next,.mobile-true .slider-wrapper.show-arrows .owl-prev{display:none}.mobile-true .enable-mobile-arrows.slider-wrapper .owl-next,.mobile-true .enable-mobile-arrows.slider-wrapper .owl-prev{display:block;opacity:1}.slider-wrapper .owl-next i:hover,.slider-wrapper .owl-prev i:hover{cursor:pointer}.slider-wrapper .owl-next i,.slider-wrapper .owl-prev i{position:absolute;left:0px;top:0;width:40px;height:40px;transition:opacity .4s ease;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;-ms-flex-align:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;font-size:18px}.slider-wrapper .owl-next i:before,.slider-wrapper .owl-prev i:before{background:0 0}.arrows-accent.slider-wrapper .owl-next i:before,.arrows-accent.slider-wrapper .owl-prev i:before,.arrows-dark.slider-wrapper .owl-next i:before,.arrows-dark.slider-wrapper .owl-prev i:before{color:#fff!important}.arrows-light.slider-wrapper .owl-next i:before,.arrows-light.slider-wrapper .owl-prev i:before{color:rgba(34,34,34,.85)!important}.slider-wrapper .owl-next.disabled i:active:before,.slider-wrapper .owl-next.disabled i:before,.slider-wrapper .owl-prev.disabled i:active:before,.slider-wrapper .owl-prev.disabled i:before{opacity:.55}.slider-wrapper .owl-next i:active:before,.slider-wrapper .owl-prev i:active:before{opacity:.8}.slider-wrapper.arrows-accent .owl-next i,.slider-wrapper.arrows-accent .owl-prev i{width:30px;height:60px}.arrows-light .owl-next i,.arrows-light .owl-prev i{background:#fff!important;box-shadow:0 6px 18px rgba(0,0,0,.1);border-radius:50%}.arrows-light .owl-next:not(.disabled):hover i,.arrows-light .owl-prev:not(.disabled):hover i{box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)}.arrows-light .owl-next.disabled i,.arrows-light .owl-next.disabled:hover i,.arrows-light .owl-prev.disabled i,.arrows-light .owl-prev.disabled:hover i{background-color:rgba(255,255,255,.5)!important}.arrows-dark .owl-next i,.arrows-dark .owl-prev i{-webkit-background-clip:unset!important;background:rgba(34,34,34,.6)!important;border-radius:50%}.arrows-dark .owl-next.disabled i,.arrows-dark .owl-next.disabled:hover i,.arrows-dark .owl-prev.disabled i,.arrows-dark .owl-prev.disabled:hover i{background-color:rgba(34,34,34,.25)!important}.arrows-dark .owl-next:hover i,.arrows-dark .owl-prev:hover i{background-color:rgba(34,34,34,.85)!important}.arrows-light .owl-next:hover i,.arrows-light .owl-prev:hover i{background-color:rgba(255,255,255,.85)!important}.arrows-dark .owl-next i:before,.arrows-dark .owl-prev i:before{opacity:.7}.photoSlider .ps-link:hover,.photoSlider .video-icon:hover{background-color:rgba(0,0,0,.4);opacity:.7}.photoSlider .slider-post-caption{position:absolute;left:0;top:auto;bottom:0;width:100%;text-align:left}.photoSlider .slider-post-caption p{margin-bottom:0}.photoSlider .slider-post-inner{position:absolute;bottom:0;display:inline-block;padding:5px 90px 15px 20px;margin:0}.photoSlider .slider-post-inner *{color:#fff}.slider-masonry .owl-nav div,.slider-masonry .psPlay,.slider-simple .owl-nav div,.slider-simple .psPlay{height:32px;width:32px;line-height:34px;text-align:center;position:absolute;display:block;cursor:pointer;z-index:100;background-color:rgba(0,0,0,.4);border-radius:50%;transition:opacity .4s ease}.slider-masonry .owl-nav div:hover,.slider-masonry .psPlay:hover,.slider-simple .owl-nav div:hover,.slider-simple .psPlay:hover{opacity:.7}.slider-masonry .owl-nav,.slider-simple .owl-nav{position:relative;right:0px}.slider-masonry .owl-prev,.slider-simple .owl-prev{right:58px;bottom:20px}.slider-masonry .owl-next,.slider-simple .owl-next{right:19px;bottom:20px}.shortcode-photo-slider .owl-nav{right:40px}.shortcode-slider-wrap .owl-prev{right:98px;bottom:20px}.shortcode-slider-wrap .owl-next{right:58px;bottom:20px}.slider-simple .psPlay{right:19px;bottom:20px}.slider-masonry .psPlay:before,.slider-simple .psPlay:before{position:absolute;left:0;top:0;width:32px;height:32px;line-height:32px;content:"";background-position:center center;background-repeat:no-repeat;z-index:9}.slider-masonry .owl-nav div i:before,.slider-simple .owl-nav div i:before{color:#fff;background:0 0!important}.accent-gradient .slider-masonry .owl-nav div i:before,.accent-gradient .slider-simple .owl-nav div i:before{color:#fff}.photoSlider-wrap .rightArrow:hover:before,.rsShor-wrap .rsArrowRight.rsArrowDisabled .rsArrowIcn:hover:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='9.349,2.035 8.016,3.363 11.661,7.022 1.031,7.022 1.031,9.016 11.661,9.016 8.016,12.674 9.349,14.002 15.309,8.02 '/%3E%3C/svg%3E")}.photoSlider-wrap .leftArrow:before,.photoSlider-wrap .leftArrow:hover:before,.rsShor .rsArrowLeft.rsArrowDisabled .rsArrowIcn:hover:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpolygon fill='white' points='0.719,8.02 6.679,14.002 8.012,12.674 4.366,9.016 14.996,9.016 14.996,7.022 4.366,7.022 8.012,3.363 6.679,2.035 '/%3E%3C/svg%3E")}.slider-simple .psPlay.paused:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='white' d='M13.481,7.134L5.371,2.292C5.134,2.164,4.892,1.969,4.65,1.969C4.262,1.969,4,2.359,4,2.83v10.332c0,0.471,0.262,0.86,0.65,0.86c0.242,0,0.484-0.194,0.721-0.322l8.111-4.844C13.677,8.741,14,8.511,14,8C14,7.489,13.677,7.248,13.481,7.134z M5.85,11.381V4.592l5.535,3.395L5.85,11.381z'/%3E%3C/svg%3E")}.slider-simple .psPlay:before{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='16px' height='16px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' fill='white' xml:space='preserve'%3E%3Crect x='4' y='3' width='2.15' height='10'/%3E%3Crect x='9.85' y='3' width='2.15' height='10'/%3E%3C/svg%3E")}.widget .slider-content{margin-bottom:25px}.widget_presscore-team .slider-content{margin-bottom:17px}.slider-content .owl-dots{position:absolute;top:calc(100%);overflow:hidden;width:100%;height:auto;text-align:center}.widget .slider-content .owl-dots{top:100%}.widget_presscore-testimonials-slider .slider-content .owl-dots{top:calc(100% + 8px)}.slider-content .owl-dot:hover{cursor:pointer}.slider-content .owl-dot,.slider-content .owl-dot:after{border-radius:50%;box-sizing:border-box}.slider-content .owl-dot{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;vertical-align:middle;background-color:transparent;transition:box-shadow .3s ease}.gallery-carousel-shortcode .dt-owl-item,.gallery-carousel-shortcode .dt-owl-item>div,.gallery-carousel-shortcode .owl-stage{display:-ms-flexbox;display:-ms-flex;display:flex}.gallery-carousel-shortcode .post{-ms-align-content:center;align-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.slider-wrapper .blog-media{-ms-flex:0 0 auto;display:block}.soc-ico{overflow:hidden}.dt-shortcode-soc-icons.soc-icons-center{text-align:center}.dt-shortcode-soc-icons.soc-icons-right{text-align:right}.dt-shortcode-icon .soc-icon,.dt-shortcode-soc-icons .soc-icon,.text-icon .soc-icon{position:relative;z-index:2}.masthead .mega-menu-widgets .soc-ico a,.soc-ico a{position:relative;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;margin:2px;width:26px;height:26px;line-height:26px;text-align:center;border-radius:50%;box-sizing:border-box;text-decoration:none}.masthead .mega-menu-widgets .soc-ico a .soc-font-icon,.soc-ico a .soc-font-icon{position:relative;z-index:1;font-size:16px}.dt-shortcode-icon,.dt-shortcode-icon .icon-inner,.dt-shortcode-soc-icons a,.text-icon .icon-inner{position:relative;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;min-width:26px;min-height:26px;line-height:26px;text-align:center;border-radius:50%;box-sizing:border-box;text-decoration:none;margin:0}#page .dt-shortcode-icon,#page .dt-shortcode-icon .icon-inner,#page .dt-shortcode-soc-icons a,#page .text-icon .icon-inner,#phantom .dt-shortcode-icon,#phantom .dt-shortcode-icon .icon-inner,#phantom .dt-shortcode-soc-icons a,#phantom .text-icon .icon-inner{text-decoration:none}.dt-shortcode-icon .icon-inner:after,.dt-shortcode-icon .icon-inner:before,.dt-shortcode-icon:after,.dt-shortcode-icon:before,.dt-shortcode-soc-icons a:after,.dt-shortcode-soc-icons a:before,.text-icon .icon-inner:after,.text-icon .icon-inner:before{box-sizing:border-box;border:0px solid}.dt-icon-center{text-align:center}.dt-icon-right{text-align:right}.soc-ico a:after,.soc-ico a:before{position:absolute;top:0;left:0;width:26px;height:26px;content:"";border-radius:inherit;transition:opacity .15s linear}.dt-shortcode-soc-icons a:after,.dt-shortcode-soc-icons a:before{position:absolute;top:0;left:0;min-width:26px;min-height:26px;width:100%;height:100%;content:"";border-radius:inherit;transition:opacity .15s linear}.dt-shortcode-icon .icon-inner:after,.dt-shortcode-icon .icon-inner:before,.dt-shortcode-icon:after,.dt-shortcode-icon:before{position:absolute;top:0;left:0;width:26px;height:26px;margin:0!important;content:"";font-size:0!important;border-radius:inherit;transition:opacity .15s linear}.dt-shortcode-icon:after,.dt-shortcode-icon:before{z-index:2}.dt-shortcode-icon .icon-inner:before,.dt-shortcode-icon:not(.dt-icon-hover-off):hover .icon-inner:after,.dt-shortcode-icon:not(.dt-icon-hover-off):hover:after,.dt-shortcode-soc-icons a:before,.dt-shortcode-soc-icons a:hover:after,.soc-ico a:before,.soc-ico a:hover:after{opacity:1}.dt-shortcode-icon:hover .icon-inner:before,.dt-shortcode-icon:hover:before,.dt-shortcode-icon:not(:hover) .icon-inner:after,.dt-shortcode-icon:not(:hover):after,.dt-shortcode-soc-icons a:hover:before,.dt-shortcode-soc-icons a:not(:hover):after,.soc-ico a:hover:before,.soc-ico a:not(:hover):after{transition-delay:.1s}.dt-shortcode-icon .icon-inner:after,.dt-shortcode-icon:after,.dt-shortcode-icon:hover:before,.dt-shortcode-icon:not(.dt-icon-hover-off):hover .icon-inner:before,.dt-shortcode-icon:not(.dt-icon-hover-off):hover:before,.dt-shortcode-soc-icons a:after,.dt-shortcode-soc-icons a:hover:before,.soc-ico a:after,.soc-ico a:hover:before{opacity:0}.dt-shortcode-icon.dt-icon-hover-off:after{display:none}.dt-hover-icon,.dt-regular-icon{top:0;left:0;display:block;transition:all .3s ease-in-out}.dt-icon-animate-slide-up:hover .dt-regular-icon{transform:translateY(-200%)}.dt-icon-animate-slide-right .dt-regular-icon{transform:translate(-200%,0%)}.dt-icon-animate-slide-right:hover .dt-regular-icon{transform:translate(0,0%)}.dt-icon-animate-slide-right .icon-inner,.dt-icon-animate-slide-up .icon-inner{overflow:hidden}.dt-shortcode-icon .dt-hover-icon,.text-icon .dt-hover-icon{position:absolute;width:100%;height:100%;display:none}.dt-icon-animate-slide-up:not(.dt-icon-hover-off) .dt-hover-icon{display:block;transform:translateY(200%)}.dt-icon-animate-slide-up:not(.dt-icon-hover-off):hover .dt-hover-icon{transform:translateY(0%)}.dt-icon-animate-slide-right:not(.dt-icon-hover-off) .dt-hover-icon{display:block;transform:translate(0,0%)}.dt-icon-animate-slide-right:not(.dt-icon-hover-off):hover .dt-hover-icon{transform:translate(200%,0%)}.dt-icon-animate-scale,.dt-icon-animate-scale-down,.dt-icon-animate-shadow{transition:all .2s ease-in-out}.dt-icon-animate-shadow:not(.dt-icon-hover-off):hover{box-shadow:0 0 10px rgba(0,0,0,.3)}.dt-icon-animate-scale:not(.dt-icon-hover-off):hover{transform:scale(1.2)}.dt-icon-animate-scale-down:not(.dt-icon-hover-off):hover{transform:scale(.8)}.dt-icon-animate-spin-around:not(.dt-icon-hover-off):hover .dt-regular-icon{animation:rotate .9s forwards}@keyframes rotate{100%{transform:rotate(360deg)}}.soc-ico.text-centered a{float:none;display:inline-block}#top-bar .right-block .soc-ico a{float:right;margin:2px}#bottom-bar .soc-ico a:hover,#top-bar .soc-ico a:hover,.soc-ico a,.soc-ico a:hover{text-decoration:none}.dt-mega-parent .sidebar-content .widget .soc-ico a:hover .soc-font-icon{color:#fff!important}#footer .soc-ico a:hover .soc-font-icon,#main .soc-ico a:hover .soc-font-icon{color:#fff}.dt-fancy-separator{position:relative;overflow:hidden;margin:0 auto;text-align:center}.dt-fancy-separator.title-left,.dt-fancy-separator.title-right{margin:0}.dt-fancy-separator.title-left{text-align:left}.dt-fancy-separator.title-left .dt-fancy-title{padding-left:0}.dt-fancy-separator.title-left .dt-fancy-title.bg-on{padding-left:1em}.dt-fancy-separator.title-right{float:right;clear:both;text-align:right}.dt-fancy-separator.title-right .dt-fancy-title{padding-right:0}.dt-fancy-separator.title-right .dt-fancy-title.bg-on{padding-right:1em}.separator-holder{position:absolute;display:block;top:49.99%;width:2000px;border-top:1px solid red;content:''}.style-dashed .separator-holder{border-top-width:1px;border-top-style:dashed}.style-dotted .separator-holder{border-top-width:1px;border-top-style:dotted}.style-double .separator-holder{border-top-width:3px;border-top-style:double}.style-thick .separator-holder{border-top-width:5px;border-top-style:solid}.style-disabled .separator-holder{display:none}.separator-left{right:100%;margin-right:1em}.separator-right{left:100%;margin-left:1em}.dt-fancy-separator.line-below .separator-left{top:auto;right:0;bottom:-1em;margin-right:0}.line-below .separator-holder{top:auto;bottom:-1em;margin-right:0;margin-left:0}.dt-fancy-separator.line-below.title-left .separator-left{left:0;right:auto}.dt-fancy-separator.line-below.title-right .separator-left{left:auto;right:0}.dt-fancy-separator.line-below.title-left .separator-right,.dt-fancy-separator.line-below.title-right .separator-right{display:none}.dt-fancy-title{position:relative;display:inline-block;top:50%}.dt-fancy-title.bg-on{padding:0 1em}.accent-gradient .accent-border-color.hr-thin.style-line{height:1px}.accent-gradient .accent-border-color.hr-thick{height:5px}.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before,.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before{content:" ";display:block;background:#fff;position:absolute;z-index:30}.twentytwenty-horizontal .twentytwenty-handle:after,.twentytwenty-horizontal .twentytwenty-handle:before{width:3px;height:9999px;left:50%;margin-left:-1.5px}.twentytwenty-vertical .twentytwenty-handle:after,.twentytwenty-vertical .twentytwenty-handle:before{width:9999px;height:3px;top:50%;margin-top:-1.5px}.twentytwenty-after-label,.twentytwenty-before-label{position:absolute;width:120px;padding:3px 5px;color:#fff!important;font-size:13px;line-height:16px;vertical-align:middle;text-align:center;z-index:99;opacity:0;text-shadow:0 0 2px rgba(0,0,0,.5);transition:opacity .4s ease}.twentytwenty-horizontal .twentytwenty-before-label{bottom:10px;left:10px;text-align:left}.twentytwenty-horizontal .twentytwenty-after-label{bottom:10px;right:10px;text-align:right}.twentytwenty-vertical .twentytwenty-before-label{top:10px;left:50%;margin-left:-65px}.twentytwenty-vertical .twentytwenty-after-label{bottom:10px;left:50%;margin-left:-65px}.twentytwenty-container:hover .twentytwenty-after-label,.twentytwenty-container:hover .twentytwenty-before-label{opacity:1}.twentytwenty-down-arrow,.twentytwenty-left-arrow,.twentytwenty-right-arrow,.twentytwenty-up-arrow{width:0;height:0;border:6px inset transparent;position:absolute}.twentytwenty-left-arrow,.twentytwenty-right-arrow{top:50%;margin-top:-6px}.twentytwenty-down-arrow,.twentytwenty-up-arrow{left:50%;margin-left:-6px}.twentytwenty-container{box-sizing:content-box;z-index:0;overflow:hidden;position:relative;-webkit-user-select:none;-moz-user-select:none}.twentytwenty-container img{max-width:100%;width:100%;height:auto;position:absolute;top:0;display:block}.active-click .twentytwenty-handle,.twentytwenty-container.active-click img{transition:all .3s ease-out}.twentytwenty-container *{box-sizing:content-box}.twentytwenty-before{z-index:20}.twentytwenty-after{z-index:10}.twentytwenty-handle{height:38px;width:38px;position:absolute;left:50%;top:50%;margin-left:-22px;margin-top:-22px;border:3px solid #fff;border-radius:1000px;z-index:40;cursor:pointer}.twentytwenty-container[data-navigation=move] .twentytwenty-handle{border:none;cursor:default}.twentytwenty-container[data-navigation=move] .twentytwenty-handle>span{display:none}.twentytwenty-horizontal .twentytwenty-container[data-navigation=move] .twentytwenty-handle:before{margin-bottom:0;margin-left:0}.twentytwenty-horizontal .twentytwenty-container[data-navigation=move] .twentytwenty-handle:after{margin-top:0;margin-left:0}.twentytwenty-vertical .twentytwenty-container[data-navigation=move] .twentytwenty-handle:before{margin-left:0;margin-top:0}.twentytwenty-vertical .twentytwenty-container[data-navigation=move] .twentytwenty-handle:after{margin-right:0;margin-top:0}.twentytwenty-horizontal .twentytwenty-handle:before{bottom:50%;margin-bottom:22px}.twentytwenty-horizontal .twentytwenty-handle:after{top:50%;margin-top:22px}.twentytwenty-vertical .twentytwenty-handle:before{left:50%;margin-left:22px}.twentytwenty-vertical .twentytwenty-handle:after{right:50%;margin-right:22px}.twentytwenty-left-arrow{border-right:6px solid #fff;left:50%;margin-left:-17px}.twentytwenty-right-arrow{border-left:6px solid #fff;right:50%;margin-right:-17px}.twentytwenty-up-arrow{border-bottom:6px solid #fff;top:50%;margin-top:-17px}.twentytwenty-down-arrow{border-top:6px solid #fff;bottom:50%;margin-bottom:-17px}.shortcode-blog-posts .post{border:none}.items-grid .wf-td,.recent-posts .wf-td{display:table-cell;vertical-align:top}.post-content a{text-decoration:none}.shortcode-blog-posts .entry-meta{padding-bottom:10px}.items-grid{margin-bottom:-20px}.items-grid .wf-cell{margin-bottom:20px}.items-grid .borders:before{display:block;position:absolute;bottom:-15px;left:0;width:100%;content:""}.items-grid article{overflow:hidden;display:-ms-flexbox;display:-ms-flex;display:flex}.single-related-posts .mini-post-img{-ms-flex:1 0 auto;flex:1 0 auto}.items-grid a{text-decoration:none}.items-grid .alignleft{margin:5px 20px 5px 0;font-size:0;line-height:0}.blog-shortcode article{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.mode-grid:not(.bottom-overlap-layout-list) article,.mode-masonry:not(.bottom-overlap-layout-list) article{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.albums-shortcode.gradient-overlay-layout-list article,.blog-shortcode.gradient-overlay-layout-list article,article.on-hover{cursor:pointer}.bottom-overlap-layout-list article,.centered-layout-list article{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:center;-ms-flex-align:center;align-items:center}.classic-layout-list.mode-list article.full-width-img{-ms-flex-flow:column wrap;flex-flow:column wrap}.dividers-on.classic-layout-list article{padding-top:44px;margin-top:19px}.dividers-on.classic-layout-list article:first-child{padding-top:0;margin-top:0}.jquery-filter article:not(.visible){visibility:hidden;opacity:0}.jquery-filter article.visible{animation:fadeInFromNone .5s ease-out}.jquery-filter article.hidden{visibility:hidden;opacity:0}@keyframes fadeInFromNone{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}.blog-shortcode .post-thumbnail-wrap{position:relative;width:100%;box-sizing:border-box;-ms-flex:0 0 auto}.project-even .post-thumbnail-wrap{-ms-flex-order:2;order:2}.blog-shortcode .post-thumbnail{position:relative;display:block}.blog-shortcode .post-thumbnail .alignleft{margin:0}.blog-shortcode .post-thumbnail .alignnone{margin-bottom:0}.blog-shortcode .format-gallery .post-thumbnail{width:100%}.post-thumbnail-rollover{position:relative;display:block;line-height:0;overflow:hidden}.post-thumbnail-rollover:after{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:0;transition:opacity .35s linear}.blog-shortcode.gradient-overlay-layout-list .post-thumbnail-rollover:after{display:none}.post-thumbnail-rollover:before{position:absolute;top:0;left:0;width:100%;height:100%;opacity:1;z-index:1}.mobile-false .post-thumbnail>.post-thumbnail-rollover:hover:after,.on-hover .post-thumbnail>.post-thumbnail-rollover:after{opacity:1}.blog-thumb-iso-lazy-load{opacity:0}.content-rollover-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after,.gradient-overlay-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after{opacity:1}.no-img .overlay-placeholder img{max-width:none}.post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{width:100%}.scale-img.content-rollover-layout-list article:hover .post-thumbnail>.post-thumbnail-rollover img,.scale-img.gradient-overlay-layout-list article:hover .post-thumbnail>.post-thumbnail-rollover img{transform:scale(1.2);transition:transform 4s ease-out}.side-overlap-layout-list .project-odd .fancy-date a{right:auto;left:10px}.fancy-date a>span{display:block}.fancy-categories{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;z-index:30;top:10px;left:10px}.fancy-categories a{padding:2px 9px 1px;margin:0 0 2px;text-decoration:none;background-color:rgba(0,0,0,.75);color:#fff}.fancy-categories a:hover{color:#fff}.side-overlap-layout-list .project-odd .fancy-categories{top:auto;bottom:10px}.side-overlap-layout-list .project-even .fancy-categories{top:auto;right:10px;bottom:10px;left:auto}.fancy-categories *{font:700 12px/22px Arial,Verdana,sans-serif}.post-entry-content{box-sizing:border-box}.content-align-center .post-entry-content{text-align:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.content-align-right .post-entry-content{text-align:right;-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;-ms-align-self:flex-end;-ms-flex-item-align:flex-end;align-self:flex-end}.content-align-left .post-entry-content{text-align:left;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.blog-shortcode .post-entry-content{position:relative;z-index:10;max-width:100%}.centered-layout-list .post-entry-content{position:static;text-align:center}.centered-layout-list .post-entry-content:after{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:100%;height:1px;content:""}.gradient-overlap-layout-list .post-entry-content{position:relative;margin-top:-125px;z-index:1;padding-top:90px}.gradient-overlap-layout-list .post-entry-content:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:150px;content:""}.gradient-overlap-layout-list .no-img .post-entry-content{margin-top:0}.gradient-overlay-layout-list:not(.portfolio-shortcode):not(.albums-shortcode) .post-entry-content{position:absolute;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-flex-flow:column wrap;flex-flow:column wrap;top:20px;right:10px;bottom:10px;left:10px;align-self:stretch;overflow:hidden}.mode-grid.bottom-overlap-layout-list .post-entry-content{-ms-flex:1 0 auto;flex:1 0 auto}.mode-grid.gradient-overlap-layout-list .post-entry-content{-ms-flex:1 0 auto;flex:1 0 auto;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-flow:column wrap;flex-flow:column wrap}.gradient-overlay-layout-list:not(.portfolio-shortcode) .post-entry-content .entry-title{pointer-events:none}.content-rollover-layout-list.mode-grid .post-entry-content,.content-rollover-layout-list.mode-masonry .post-entry-content{position:absolute;bottom:0;left:0;width:100%}.content-rollover-layout-list.mode-grid .post-entry-content:hover,.content-rollover-layout-list.mode-masonry .post-entry-content:hover{cursor:pointer}.content-rollover-layout-list.mode-grid:not(.portfolio-shortcode) .post-entry-content .entry-title,.content-rollover-layout-list.mode-masonry:not(.portfolio-shortcode) .post-entry-content .entry-title{pointer-events:none}#main .blog-shortcode .format-aside .post-entry-content,#main .blog-shortcode .format-link .post-entry-content,#main .blog-shortcode .format-quote .post-entry-content,#main .blog-shortcode .format-status .post-entry-content{width:100%;top:0;margin:0}#main .classic-layout-list.mode-list .full-width-img .post-entry-content{width:100%}.blog-shortcode .entry-excerpt{overflow:hidden}.post-entry-title-content{text-align:center;box-sizing:border-box}.blog-shortcode .post-entry-content .entry-title a,.blog-shortcode .post-entry-title-content .entry-title a{transition:color .35s}.accent-gradient .blog-shortcode .post-entry-content .entry-title a,.accent-gradient .blog-shortcode .post-entry-title-content .entry-title a{transition:none}.blog-shortcode .entry-meta{padding:0}.blog-shortcode .entry-meta a:hover{text-decoration:none}.blog-shortcode .entry-meta>span a{display:inline-block}.centered-layout-list .entry-meta{text-align:center}.blog-shortcode .entry-meta *{color:inherit}.blog-shortcode .entry-meta>a:after,.blog-shortcode .entry-meta>span:after{right:0;width:3px;height:3px;top:50%;transform:translateY(-50%);content:""}.post-details{position:relative;display:inline-block;text-decoration:none}.post-details:before{content:"";display:table}.post-details:after{content:"";display:table;clear:both}.ancient-ie .post-details{zoom:1}.post-details i{margin-right:0;margin-left:7px}#page .post-details i{font-size:8px}.gradient-overlay-layout-list .post-details,.mode-grid.gradient-overlap-layout-list .post-details{-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.content-align-center.gradient-overlay-layout-list .post-details,.content-align-center.mode-grid.gradient-overlap-layout-list .post-details{-ms-align-self:center;-ms-flex-item-align:center;align-self:center}#page .post-details.details-type-btn{margin-bottom:0}.post-details.details-type-link{float:left;padding-bottom:8px;margin-bottom:-8px;font-weight:700}.centered-layout-list .post-details.details-type-link,.content-align-center .post-details.details-type-link{float:none;vertical-align:top}.post-details.details-type-link:after{position:absolute;display:block;left:0;bottom:0;width:0;height:2px;content:"";transition:width .4s ease}.post-details.details-type-link:hover:after{width:100%}.owl-carousel.bottom-overlap-layout-list .post-entry-content,.owl-carousel.gradient-overlap-layout-list .post-entry-content{transform:translateZ(0)}.owl-carousel{--stage-top-gap:0px;--stage-right-gap:0;--stage-left-gap:0;--box-padding-top:0px;--top:0px;box-sizing:border-box}.owl-carousel .post{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column wrap;flex-flow:column wrap}.owl-carousel article.post{width:100%}.dt-arrow-border-on .owl-nav div:hover:after,.dt-arrow-border-on .owl-nav div:not(:hover):before,.dt-arrow-hover-border-on .owl-nav div:hover:after{border-style:solid;border-width:0}.owl-nav div{position:absolute;z-index:10;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;text-decoration:none}.owl-nav div:after,.owl-nav div:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";opacity:0;box-sizing:border-box;border-radius:inherit;-webkit-backface-visibility:hidden;transition:opacity .15s linear}.disable-arrows-hover-bg .owl-nav div:after,.disable-arrows-hover-bg .owl-nav div:before{transition:none}.owl-nav div:not(:hover):before{opacity:1}.owl-nav div:hover:before,.owl-nav div:not(:hover):after{transition-delay:.1s}.owl-nav div:hover:after{opacity:1}.owl-nav div:after,.owl-nav div:hover:before{opacity:0}.owl-nav div i{position:relative;z-index:1;transition:color .15s;transition-delay:.1s}.owl-carousel .owl-dots{position:absolute}.owl-carousel .owl-dots .owl-dot{position:relative;display:inline-block;vertical-align:middle}:not(.bullets-etefu).owl-carousel .owl-dots .owl-dot span{position:absolute;top:0;left:0;width:100%;height:100%;outline:0;border-radius:50%}.bullets-scale-up .owl-dot span{transition:transform .3s ease,background .3s ease}.bullets-scale-up .owl-dot.active span{transform:scale(1.5)}.bullets-stroke .owl-dot:not(.active) span{box-shadow:0 0 0 2px rgba(255,255,255,0)!important}.bullets-stroke .owl-dot span{transition:box-shadow .3s ease,background-color .3s ease}.bullets-stroke .owl-dot.active span{background-color:transparent;box-shadow:0 0 0 2px #fff}.bullets-fill-in .owl-dot span{background-color:transparent;transition:box-shadow .3s ease}.bullets-small-dot-stroke .owl-dot{border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,0);transition:box-shadow .3s ease}.bullets-small-dot-stroke .owl-dot span{cursor:pointer;position:absolute;transition:background-color .3s ease,transform .3s ease}.bullets-small-dot-stroke .owl-dot.active span{transform:scale(.4)}.bullets-ubax .owl-dot span{content:'';position:absolute;top:2px;left:2px;width:calc(100% - 4px);height:calc(100% - 4px);border:2px solid transparent;border-radius:0!important;box-sizing:border-box}.bullets-ubax .owl-dot.active span{z-index:10;background:0 0!important;transition:background-color .3s,border-color .3s}.bullets-ubax .owl-dot:not(.active):hover span{transition:background-color .3s}.bullets-etefu .elementor-owl-carousel-call .owl-dot{height:5px!important}.bullets-etefu .owl-dot span{position:relative;display:block;overflow:hidden;width:100%;height:5px;transition:background .3s}.bullets-etefu .owl-dot span:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;transform:translate3d(-100%,0,0);transition:transform .5s;transition-timing-function:cubic-bezier(.2,1,.3,1)}.bullets-etefu .owl-dot.active span:before{transform:translate3d(0,0,0)}.owl-carousel:not(.gradient-overlay-layout-list):not( .content-rollover-layout-list ) .post-entry-content{position:relative;z-index:10}.bottom-overlap-layout-list[data-auto-height=false] .owl-stage,.classic-layout-list[data-auto-height=false] .owl-stage,.gradient-overlap-layout-list[data-auto-height=false] .owl-stage{display:-ms-flexbox;display:-ms-flex;display:flex}.bottom-overlap-layout-list[data-auto-height=false] .owl-stage .dt-owl-item,.classic-layout-list[data-auto-height=false] .owl-stage .dt-owl-item,.gradient-overlap-layout-list[data-auto-height=false] .owl-stage .dt-owl-item{display:-ms-flexbox;display:-ms-flex;display:flex;flex-shrink:0}.bottom-overlap-layout-list[data-auto-height=false] .post-entry-content,.gradient-overlap-layout-list[data-auto-height=false] .post-entry-content{-ms-flex:1 0 auto;flex:1 0 auto}.content-rollover-layout-list.owl-carousel .post-entry-content{position:absolute;bottom:0;left:0;width:100%}.content-rollover-layout-list.owl-carousel .post-entry-content:hover{cursor:pointer}.content-rollover-layout-list.owl-carousel .post-entry-content .entry-title{pointer-events:none}.owl-carousel .post-thumbnail-wrap{position:relative;width:100%;box-sizing:border-box;-ms-flex:0 0 auto}.owl-carousel .post-thumbnail{position:relative;display:block}.owl-carousel .post-thumbnail .alignleft{margin:0}.owl-carousel .post-thumbnail .alignnone{margin-bottom:0}.owl-carousel .format-gallery .post-thumbnail{width:100%}.owl-carousel .fancy-categories,.owl-carousel .fancy-date>a,.owl-carousel .post-entry-wrapper>*{-webkit-backface-visibility:hidden;transform:translatez(0)}.owl-carousel .entry-excerpt{overflow:hidden}.owl-carousel .post-entry-content .entry-title a,.owl-carousel .post-entry-title-content .entry-title a{transition:color .35s}.accent-gradient .owl-carousel .post-entry-content .entry-title a,.accent-gradient .owl-carousel .post-entry-title-content .entry-title a{transition:none}.owl-carousel .entry-meta{padding:0}.owl-carousel .entry-meta a:hover{text-decoration:none}.owl-carousel .entry-meta>span a{display:inline-block}.owl-carousel .entry-meta *{color:inherit}.owl-carousel .entry-meta>a:after,.owl-carousel .entry-meta>span:after{right:0;width:3px;height:3px;top:50%;transform:translateY(-50%);content:""}.icon-with-text-shortcode{position:relative;flex-flow:column wrap;align-items:center;display:grid;grid-gap:0px;grid-template-rows:auto}.icon-with-text-shortcode .block-link{position:absolute;top:0;left:0;width:100%;height:100%}.icon-with-text-shortcode.layout-1{grid-template-columns:100px minmax(0,1fr);grid-template-areas:"icon  header" "icon  desc" "icon  button"}.icon-with-text-shortcode.layout-2{grid-template-columns:minmax(0,1fr) 100px;grid-template-areas:" header icon " " desc icon " " button icon "}.icon-with-text-shortcode.layout-3{grid-template-areas:" icon header " " desc desc " " button button "}.icon-with-text-shortcode.layout-4{grid-template-columns:1fr;grid-template-areas:" icon" " header " " desc" " button "}.icon-with-text-shortcode.layout-5{justify-content:center;text-align:center;grid-template-areas:" icon" " header " " desc" " button "}.dt-text-title{grid-area:header;max-width:100%}@media all and (-ms-high-contrast:none){.post-entry-content{max-width:100%}.layout-4 .dt-text-title{align-self:flex-start}.popup-search-wrap{box-shadow:0px 0px 4px rgba(0,0,0,.2)}}.icon-with-text-shortcode .dt-text-title{font-weight:400}.dt-text-desc{grid-area:desc;max-width:100%}.icon-with-text-shortcode.layout-1>*{grid-column:2}.icon-with-text-shortcode .text-icon{grid-area:icon;text-decoration:none}.icon-with-text-shortcode .text-icon.layout-1{grid-column:1;grid-row:1}.icon-with-text-shortcode.layout-5 .text-icon{justify-self:center}.icon-with-text-shortcode .default-btn-shortcode{justify-self:start;grid-area:button}.icon-with-text-shortcode .default-btn-shortcode.full-width-btn{justify-self:stretch}.icon-with-text-shortcode.layout-5 .default-btn-shortcode{justify-self:center}.icon-with-text-shortcode.layout-5 .default-btn-shortcode.full-width-btn{justify-self:stretch}.icon-with-text-shortcode .default-btn-shortcode.layout-1{align-self:flex-start}.icon-with-text-shortcode>*{order:1}.icon-with-text-shortcode .text-icon{position:relative;order:0;align-self:flex-start}.layout-3.icon-with-text-shortcode .text-icon,.layout-5.icon-with-text-shortcode .text-icon{align-self:center}.text-icon .icon-inner:after,.text-icon .icon-inner:before,.text-icon:after,.text-icon:before{position:absolute;top:0;left:0;width:26px;height:26px;box-sizing:border-box;margin:0!important;content:"";font-size:0!important;border-radius:inherit;transition:opacity .15s linear}.text-icon:after,.text-icon:before{z-index:2}.text-icon .icon-inner:before,.text-icon:not(.dt-icon-hover-off):hover .icon-inner:after,.text-icon:not(.dt-icon-hover-off):hover:after{opacity:1}.text-icon:hover .icon-inner:before,.text-icon:hover:before,.text-icon:not(:hover) .icon-inner:after,.text-icon:not(:hover):after{transition-delay:.1s}.text-icon .icon-inner:after,.text-icon:after,.text-icon:not(.dt-icon-hover-off):hover .icon-inner:before,.text-icon:not(.dt-icon-hover-off):hover:before{opacity:0}.text-icon.dt-icon-hover-off:after{display:none}.masthead{position:relative;z-index:102;box-sizing:border-box}.masthead:not(.side-header){display:-ms-flexbox;-ms-flex-direction:column}.floating-navigation-below-slider.transparent .masthead:not(#phantom):not(.no-slider){transform:translateY(-100%)}.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .header-bar,.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar,.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .top-bar{display:none}.disable-headers.header-side-left #page,.disable-headers.header-side-left.header-side-line #page:not(.boxed),.disable-headers.overlay-navigation.header-side-line #page:not(.boxed),.hidden-header.header-side-left #page,.hidden-header.header-side-left.header-side-line #page:not(.boxed),.hidden-header.overlay-navigation.header-side-line #page:not(.boxed){padding-left:0}.disable-headers.header-side-right #page,.disable-headers.header-side-right.header-side-line #page:not(.boxed),.hidden-header.header-side-right #page,.hidden-header.header-side-right.header-side-line #page:not(.boxed){padding-right:0}.responsive-off.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead:not(.side-header){position:absolute;width:100%;z-index:102}.top-bar{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;margin-top:0;box-sizing:border-box}.top-bar-bg,.top-bar:after{position:absolute;bottom:0;left:0;width:100%;height:100%;content:"";box-sizing:content-box}.boxed .top-bar-bg,.boxed .top-bar:after{padding:0;margin:0;left:50%;transform:translateX(-50%)}.top-bar:after{height:1px}.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .top-bar-line-hide.top-bar:after{display:none}.top-bar-bg,.top-bar.full-width-line:after{padding:0 1000px;margin-left:-1000px}.boxed .top-bar-bg,.boxed .top-bar.full-width-line:after{padding:0;margin:0;left:50%;transform:translateX(-50%)}.top-bar>.mini-widgets{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex:1 1 auto;flex:1 1 auto;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start;-ms-flex-flow:row wrap;flex-flow:row wrap}.top-bar .mini-widgets.right-widgets,.top-bar .mini-widgets:last-child{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.top-bar *{font-size:inherit;line-height:inherit}.top-bar.hide-top-bar,.top-bar.top-bar-empty{position:absolute;visibility:hidden;opacity:0}.transparent .top-bar{margin-bottom:-1px}.top-bar .sub-nav{z-index:1003}.top-bar .sub-nav a:hover,.top-bar a,.top-bar a:hover{text-decoration:none}.top-bar .mini-login a:hover,.top-bar .mini-search .submit:hover,.top-bar a:hover{text-decoration:none;opacity:.7}.top-bar .shopping-cart-inner a:hover,.top-bar .soc-ico a:hover,.top-bar .sub-nav li a:hover{opacity:1}.branding{line-height:0;font-size:0}.side-header .branding{display:-ms-flexbox;display:-ms-flex;display:flex}.branding>a{display:block}.branding a img,.branding img{max-width:100%;height:auto}.branding .mobile-desktop-logo,.branding .mobile-logo,.phantom-sticky .side-header .branding .mobile-logo{display:none}.responsive-off .masthead .hide-on-desktop{visibility:hidden;position:absolute;left:-9999px}.responsive-off .masthead .hide-on-desktop.display-none{display:none}.mobile-mini-widgets{max-width:calc(100% - 45px)}.masthead .mini-widgets>*,.masthead .mobile-mini-widgets>*{display:inline-block;margin-left:10px;margin-right:10px}.masthead.side-header:not(.masthead-mobile-header) .mini-widgets>*,.masthead.side-header:not(.masthead-mobile-header) .mobile-mini-widgets>*{margin:5px 20px 5px 0}.masthead.side-header.h-center .mini-widgets>*,.masthead.side-header.h-center .mobile-mini-widgets>*{margin-left:10px;margin-right:10px}.side-header-v-stroke:not(.masthead-mobile-header) .mini-widgets>*,.side-header-v-stroke:not(.masthead-mobile-header) .mobile-mini-widgets>*{margin:10px 0}.dt-mobile-header .mobile-mini-widgets-in-menu>*{margin:5px 20px 5px 0}.masthead:not(.side-header) .mini-widgets>.first,.masthead:not(.side-header) .mini-widgets>:first-child,.masthead:not(.side-header) .mobile-mini-widgets>.first,.masthead:not(.side-header) .mobile-mini-widgets>:first-child,.side-header .top-bar .mini-widgets>.first,.side-header .top-bar .mini-widgets>:first-child,.side-header .top-bar .mobile-mini-widgets>.first,.side-header .top-bar .mobile-mini-widgets>:first-child,.side-header-h-stroke .mini-widgets>.first,.side-header-h-stroke .mini-widgets>:first-child,.side-header-h-stroke .mobile-mini-widgets>.first,.side-header-h-stroke .mobile-mini-widgets>:first-child{margin-left:0}.masthead:not(.side-header) .mini-widgets>.last,.masthead:not(.side-header) .mini-widgets>:last-child,.masthead:not(.side-header) .mobile-mini-widgets>.last,.masthead:not(.side-header) .mobile-mini-widgets>:last-child,.side-header .top-bar .mini-widgets>.last,.side-header .top-bar .mini-widgets>:last-child,.side-header .top-bar .mobile-mini-widgets>.last,.side-header .top-bar .mobile-mini-widgets>:last-child,.side-header-h-stroke .mini-widgets>.last,.side-header-h-stroke .mini-widgets>:last-child,.side-header-h-stroke .mobile-mini-widgets>.last,.side-header-h-stroke .mobile-mini-widgets>:last-child{margin-right:0}.masthead .mobile-header-bar .mini-widgets>*,.masthead .mobile-header-bar .mobile-mini-widgets>*,.masthead-mobile-header .mini-widgets>*,.masthead-mobile-header .mobile-mini-widgets>*,.side-header-h-stroke .mobile-header-bar .mini-widgets>*,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>*{margin:0 10px}.masthead .mobile-header-bar .mini-widgets>.first,.masthead .mobile-header-bar .mini-widgets>:first-child,.masthead .mobile-header-bar .mobile-mini-widgets>.first,.masthead .mobile-header-bar .mobile-mini-widgets>:first-child,.masthead-mobile-header .mini-widgets>.first,.masthead-mobile-header .mini-widgets>:first-child,.masthead-mobile-header .mobile-mini-widgets>.first,.masthead-mobile-header .mobile-mini-widgets>:first-child,.side-header-h-stroke .mobile-header-bar .mini-widgets>.first,.side-header-h-stroke .mobile-header-bar .mini-widgets>:first-child,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>.first,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>:first-child{margin-left:10px}.masthead .mobile-header-bar .mini-widgets>.last,.masthead .mobile-header-bar .mini-widgets>:last-child,.masthead .mobile-header-bar .mobile-mini-widgets>.last,.masthead .mobile-header-bar .mobile-mini-widgets>:last-child,.masthead-mobile-header .mini-widgets>.last,.masthead-mobile-header .mini-widgets>:last-child,.masthead-mobile-header .mobile-mini-widgets>.last,.masthead-mobile-header .mobile-mini-widgets>:last-child,.side-header-h-stroke .mobile-header-bar .mini-widgets>.last,.side-header-h-stroke .mobile-header-bar .mini-widgets>:last-child,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>.last,.side-header-h-stroke .mobile-header-bar .mobile-mini-widgets>:last-child{margin-right:10px}.mini-contacts,.mini-login a{position:relative;margin:0}.masthead .mini-contacts,.masthead .mini-login a{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.dt-mobile-header .mini-contacts,.dt-mobile-header .mini-login a,.side-header .mini-contacts,.side-header .mini-login a{white-space:normal}.mini-contacts i,.mini-login a i{margin-right:5px}.mini-nav{position:relative;display:inline-block;vertical-align:middle}.mini-nav .mini-sub-nav{position:absolute;visibility:hidden;z-index:200;top:100%;left:0;width:240px;opacity:0;background:#fff;box-shadow:0px 0px 4px rgba(0,0,0,.2)}.mini-nav .mini-sub-nav>li{position:relative;display:block;padding:0 10px;box-sizing:border-box}.mini-nav .mini-sub-nav>li:first-child{padding-top:10px}.mini-nav .mini-sub-nav>li:last-child{padding-bottom:10px}.mini-nav .mini-sub-nav>li a{padding:5px}.mini-nav .mini-sub-nav>li a:hover{opacity:1}.mini-nav .mini-sub-nav .mini-sub-nav{top:0;left:241px!important}.rtl .mini-nav .mini-sub-nav .mini-sub-nav{right:241px;left:auto!important}.mini-nav .mini-sub-nav .mini-sub-nav.right-overflow{left:-241px!important}.rtl .mini-nav .mini-sub-nav .mini-sub-nav.right-overflow{right:-241px;left:auto!important}.mini-nav .mini-sub-nav li.has-children>a:after,.mini-nav .mini-sub-nav>li:not(.wpml-ls-item)>a .menu-text,.mini-nav .mini-sub-nav>li:not(.wpml-ls-item)>a .subtitle-text{color:#222}.menu-select select,.mini-nav .customSelect{border:none;padding:0;margin-bottom:0}.mini-nav .customSelect{position:absolute;visibility:hidden;padding:0}.mini-nav .customSelect .customSelectInner{opacity:0}.menu-select select,.mini-nav .customSelect1{position:relative;visibility:visible;opacity:1}.menu-select select,.menu-select:hover{cursor:pointer}.menu a:hover,.menu-select:hover{text-decoration:underline}.dt-mobile-header .menu a:hover,.dt-mobile-header .menu-select:hover,.masthead .menu a:hover,.masthead .menu-select:hover{text-decoration:none}.mini-nav .customSelectInner{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;background:0 0}.mini-nav .customSelectInner i{margin-right:5px}.mini-nav .customSelectInner:hover{text-decoration:none}.mini-nav.select-type-menu .menu-select{vertical-align:middle}.menu-select select{z-index:9}.mini-nav li{position:relative;display:inline-block;vertical-align:middle}.dt-mobile-header .mini-nav .sub-nav>li{display:block}#page .mini-nav .sub-nav li.has-children a:after{right:8px}.mini-nav li:last-child{margin-right:0}#bottom-bar .mini-nav ul>li.act>a .menu-item-text,#bottom-bar .mini-nav>ul>li>a:hover .menu-item-text{text-decoration:underline}#bottom-bar .mini-nav ul .sub-nav>li.act>a .menu-item-text,#bottom-bar .mini-nav ul>li>a:hover,.mini-nav ul .sub-nav>li.act>a .menu-item-text,.mini-nav ul>li>a,.mini-nav>ul>li>a:hover{text-decoration:none}.mini-nav li:first-child:before{border-left:none}.mini-nav select{min-width:100px;height:0;opacity:0}#page .mini-nav select option,.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mini-nav select option{color:#b8bcbe!important}.masthead .popup-search.act{position:relative;z-index:1002}.dt-mobile-header .mini-search,.masthead .mini-search{position:relative;display:inline-block;vertical-align:middle;z-index:10;max-width:100%}.dt-mobile-header .popup-search,.dt-mobile-header .searchform{position:static}.popup-search .popup-search-wrap{background:#fff}.popup-search .popup-search-wrap:before{border-bottom-color:#fff}.dt-mobile-header .popup-search .popup-search-wrap:before,.popup-search .popup-search-wrap.bottom-overflow:before,.side-header:not(.masthead-mobile-header) .popup-search .popup-search-wrap:before{border-top-color:#fff}.searchform{position:relative;z-index:3;max-width:100%}.searchform .field{max-width:100%;border-style:solid;box-sizing:border-box}.elementor-widget .searchform .field{border-style:var(--the7-form-border,solid)}.popup-search-wrap{padding:10px;position:absolute;right:-10px;top:38px;visibility:hidden;-webkit-filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, .2));-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0)}.popup-search-wrap:before{position:absolute;top:-7px;right:20px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid red;content:''}.dt-mobile-header .popup-search-wrap:before{display:none}.popup-search-wrap.left-overflow:before{left:20px;right:auto}.dt-mobile-header .popup-search-wrap:before,.popup-search-wrap.bottom-overflow:before,.side-header:not(.masthead-mobile-header) .popup-search-wrap:before{top:auto;bottom:-7px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid;border-bottom:none}.popup-search-wrap .search-icon{position:absolute;top:0;right:20px;height:100%}.mini-search .popup-search-wrap.left-overflow{left:-10px;right:auto}.dt-mobile-header .mini-search .field{left:0;z-index:100}.dt-mobile-header .mini-search:not(.animate-search-width) .field{width:100%}.mini-search input[type=text]{margin-bottom:0}.mini-search .field:focus{outline:0}.overlay-search .searchform .submit,.popup-search .searchform .submit{border:none;background-color:transparent;text-decoration:none}.overlay-search .searchform .submit>span,.popup-search .searchform .submit>span{margin-left:5px}.dt-mobile-header .overlay-search .searchform .submit,.dt-mobile-header .popup-search .searchform .submit{position:relative}.mini-search .submit{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;border:none;background-color:transparent;text-decoration:none}.mini-search .submit.default-icon{padding-left:17px}.mini-search .search-icon{text-decoration:none;background-repeat:no-repeat;background-position:center center}.mini-search .search-icon,.overlay-search-microwidget .search-icon{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.mini-search .search-icon:hover,.overlay-search-microwidget .search-icon:hover{opacity:.7}.overlay-search .submit.default-icon:before,.popup-search .submit.default-icon:before{position:absolute;top:50%;transform:translateY(-50%);left:0;height:16px;width:16px;background-position:0 center;background-repeat:no-repeat;content:""}.overlay-search .submit i,.popup-search .submit i{font-size:16px}.dt-mobile-header .mini-search .searchsubmit,.masthead .mini-search .searchsubmit{display:none}.classic-search .search-icon{position:absolute;top:0;right:10px;height:100%;padding:0}.mini-search .overlay-search-wrap{display:none}.overlay-search-microwidget{position:fixed;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:0;right:0;bottom:0;left:0;z-index:9999;text-align:center;opacity:0;visibility:hidden;transition:opacity .55s ease}.overlay-search-microwidget.open{opacity:1;visibility:visible}.overlay-search-microwidget .submit{display:none}.overlay-search-microwidget>i{position:absolute;top:30px;right:30px;width:34px;height:34px;color:#fff;font-size:30px}.overlay-search-microwidget>i:hover{cursor:pointer}.overlay-search-microwidget .search-icon{position:absolute;top:0px;right:10px;height:100%;padding:0;background-position:0 center;background-repeat:no-repeat;text-decoration:none}.overlay-search-microwidget .search-icon>span{position:absolute;text-indent:-9999px}.overlay-search-microwidget .searchform{max-width:90%}.overlay-search-microwidget input[type=text]{margin-bottom:0}.animate-search-width .searchform{overflow:hidden}.animate-search-width input.field{transition:width .55s ease}.animate-search-width .search-icon{position:absolute;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;top:0;right:0;height:100%;width:100%}.animate-search-width input.field:active,.animate-search-width input.field:focus{outline:0}.masthead .mini-widgets .mini-login{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.mini-login i{margin-right:5px}.mini-login:hover{opacity:.7}.mini-login a{position:relative;display:inherit;text-decoration:none}.mini-login a:hover{text-decoration:none}.accent-gradient .masthead .mini-widgets .soc-ico.accent-bg a:hover,.accent-gradient .masthead .mini-widgets .soc-ico.gradient-bg a:hover,.masthead .mini-widgets .soc-ico a:hover,.masthead .mini-widgets .soc-ico.accent-bg a:hover,.masthead .mini-widgets .soc-ico.custom-bg a:hover,.masthead .mini-widgets .soc-ico.gradient-bg a:hover{background:0 0}.accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:hover,.masthead .soc-ico.accent-bg.hover-custom-bg a:hover,.masthead .soc-ico.hover-accent-bg a:hover,.masthead .soc-ico.hover-custom-bg a:hover,.masthead .soc-ico.hover-disabled-bg a:hover{box-shadow:none}#page .mini-icon-off,#page .mini-icon-off:before,#page .mini-login .submit.mini-icon-off:before,#page .wc-ico-cart.mini-icon-off:before,#phantom .mini-icon-off,#phantom .mini-icon-off:before,#phantom .mini-login .submit.mini-icon-off:before,#phantom .wc-ico-cart.mini-icon-off:before{background:0 0!important;padding-left:0}.masthead .soc-ico{display:inline-block;vertical-align:middle}.text-area{position:relative;display:inline-block;vertical-align:middle}.mini-widgets .text-area a:not(.dt-btn),.mobile-mini-widgets .text-area a:not(.dt-btn){text-decoration:underline}.text-area a:not(.dt-btn):hover{text-decoration:none}.text-area>p{margin-bottom:0}.top-bar>span{display:none!important}.mini-login .submit.text-disable,.wc-ico-cart.text-disable{letter-spacing:-4px}.masthead .soc-ico a{line-height:22px}.menu-line{position:absolute;display:inline-block;left:0;width:22px;height:2px;content:'';transform-origin:1.5px center;transition:transform .2s linear,color .2s linear}.hide-overlay.active .lines-button.x .menu-line,.menu-close-toggle .lines-button.x .menu-line{transform-origin:50% 50%;top:0;transition:transform .2s linear}.menu-line:nth-of-type(3){top:7px}.medium-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3),.small-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-2px)}.large-menu-icon .menu-toggle:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-3px)}.medium-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3),.small-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-2px)}.large-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:nth-of-type(3){transform:translateY(-3px)}.menu-line:first-of-type{top:-7px}.medium-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type,.small-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type{transform:translateY(2px)}.large-menu-icon .menu-toggle:not(.active):hover .menu-line:first-of-type{transform:translateY(3px)}.medium-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type,.small-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type{transform:translateY(2px)}.large-mobile-menu-icon .dt-mobile-menu-icon:not(.active):hover .menu-line:first-of-type{transform:translateY(3px)}.microwidget-btn{position:relative;max-width:100%;text-decoration:none}.masthead .mini-widgets .microwidget-btn,.masthead .mobile-mini-widgets .microwidget-btn{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.microwidget-btn i,.microwidget-btn>span{position:relative;z-index:1}.microwidget-btn.btn-icon-align-right i{margin-left:5px;padding-right:1px}.microwidget-btn.btn-icon-align-left i{margin-right:5px}.top-bar .microwidget-btn:hover{opacity:1}.microwidget-btn:after,.microwidget-btn:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;transition:opacity .15s linear;-webkit-backface-visibility:hidden}.disable-animation-bg.microwidget-btn:after,.disable-animation-bg.microwidget-btn:before{transition:none}.microwidget-btn:before,.microwidget-btn:hover:after{opacity:1}.microwidget-btn:hover:before,.microwidget-btn:not(:hover):after{transition-delay:.1s}.microwidget-btn:after,.microwidget-btn:hover:before{opacity:0}.dt-mobile-menu-icon,.menu-toggle>a{text-decoration:none}.dt-mobile-menu-icon .menu-toggle-caption,.menu-toggle .menu-toggle-caption{position:relative;z-index:2;transition:color .2s linear}.dt-mobile-menu-icon .menu-line,.menu-toggle .menu-line{z-index:2}.dt-close-mobile-menu-icon,.dt-mobile-menu-icon,.hide-overlay,.menu-close-toggle,.menu-toggle{position:relative}.dt-close-mobile-menu-icon:after,.dt-close-mobile-menu-icon:before,.dt-mobile-menu-icon:after,.dt-mobile-menu-icon:before,.hide-overlay:after,.hide-overlay:before,.menu-close-toggle:after,.menu-close-toggle:before,.menu-toggle:after,.menu-toggle:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;box-sizing:border-box}.dt-close-mobile-menu-icon:after,.dt-close-mobile-menu-icon:hover:before,.dt-mobile-menu-icon:after,.dt-mobile-menu-icon:hover:before,.hide-overlay:after,.hide-overlay:hover:before,.menu-close-toggle:after,.menu-close-toggle:hover:before,.menu-toggle:after,.menu-toggle:hover:before{opacity:0}.dt-close-mobile-menu-icon:before,.dt-close-mobile-menu-icon:hover:after,.dt-mobile-menu-icon:before,.dt-mobile-menu-icon:hover:after,.hide-overlay:before,.hide-overlay:hover:after,.menu-close-toggle:before,.menu-close-toggle:hover:after,.menu-toggle:before,.menu-toggle:hover:after{opacity:1}.lines-button{z-index:2}.dt-mobile-menu-icon .lines-button{position:relative;margin-right:0;text-align:center}.small-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:16px;width:22px}.two-line-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:8px;width:22px}.diagonal-mobile-menu-icon .dt-mobile-menu-icon .lines-button,.medium-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:17px;width:24px}.large-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:17px;width:30px}.x-move-mobile-icon .dt-mobile-menu-icon .lines-button{height:14px;width:30px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:16px;width:22px}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:20px;width:35px}.dot-mobile-menu-icon .dt-mobile-menu-icon .lines-button{width:7px;height:7px;border-radius:50%}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:7px;width:24px}.fade-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:13px;width:20px}.diagonal-mobile-menu-icon .dt-mobile-menu-icon .lines-button{transform:rotate(-45deg)}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:11px;width:40px}.dots-mobile-menu-icon .dt-mobile-menu-icon .lines-button{width:3px;height:15px}.h-dots-mobile-menu-icon .dt-mobile-menu-icon .lines-button{height:3px;width:15px}.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){background:0 0!important;display:none}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line,.small-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:22px;height:2px}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:35px;height:4px;border-radius:4px}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .menu-line{height:1px;width:100%}.medium-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:24px;height:3px}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:7px;height:7px}.fade-mobile-menu-icon .mobile-header-bar .menu-line{width:20px;height:1px}.dots-mobile-menu-icon .menu-line,.h-dots-mobile-menu-icon .menu-line{width:3px;height:3px;border-radius:50%}.menu-line:after,.menu-line:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;box-sizing:border-box}.menu-line:after{opacity:0}.menu-line:before{opacity:1}.animate-color-menu-icon .menu-toggle .menu-line:before,.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:before,.two-line-menu-icon .menu-toggle .menu-line:before,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:before{display:none}.medium-mobile-menu-icon .mobile-header-bar .menu-line{width:24px;height:3px}.large-mobile-menu-icon .dt-mobile-menu-icon .menu-line{width:30px;height:3px}.dt-mobile-menu-icon .menu-line{max-width:100%;position:absolute}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line{width:100%;transition:width .2s linear;border-radius:2px}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line,.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line{transition:transform .2s linear}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line{transform:scale(.8);border-radius:inherit}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line{overflow:hidden}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:100%;z-index:1;opacity:1;transition:.2s linear}.dt-mobile-menu-icon .menu-line:first-of-type{top:0}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line:first-of-type{left:.3%;top:0;transform-origin:top left;width:80%}.diagonal-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type{width:50%;left:50%;transform:translateX(-50%)}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type{left:2px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:first-of-type:after{transition-delay:.1s}.dt-mobile-menu-icon .menu-line:nth-of-type(2){top:7px}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:6px;opacity:1;left:0;width:100%}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){display:none}.dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2),.fade-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:6px}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){left:-2px;top:5px}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:8px}.h-dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:0;left:6px}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2){top:5px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(2):after{transition-delay:.2s}.dt-mobile-menu-icon .menu-line:nth-of-type(3){top:14px}.x-move-mobile-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:12px;right:30%;transform-origin:bottom left;width:80%}.dot-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){display:none}.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:6px}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:10px}.dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3),.fade-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:12px}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){display:none}.animate-position-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:16px}.h-dots-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3){top:0;left:12px}.animate-color-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3):after,.two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:nth-of-type(3):after{transition-delay:.3s}.x-move-mobile-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{width:100%}.dt-mobile-menu-icon:hover .menu-line:before,.menu-toggle:hover .menu-line:before{opacity:0}.dt-mobile-menu-icon:hover .menu-line:after,.menu-toggle:hover .menu-line:after{opacity:1}.x-move-mobile-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(3){width:100%}.animate-position-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:translateY(2px)}.animate-position-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(3){transform:translateY(-2px)}.dot-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:scale(1)}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:translateX(-4px)}.animate-position-2-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(2){transform:translateX(4px)}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:first-of-type{transform:translateY(-2px)}.thin-lines-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:nth-of-type(3){transform:translateY(2px)}.animate-color-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:after,.two-line-mobile-menu-icon .dt-mobile-menu-icon:hover .menu-line:after{left:0}.type-9-menu-icon .menu-toggle .lines-button,.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button{width:24px;height:11px;z-index:2}.type-9-menu-icon .menu-toggle .lines-button .menu-line,.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button .menu-line{width:24px;height:1px;display:block;position:absolute;top:0;right:0;left:auto;transition:width .2s linear}.type-9-menu-icon .menu-toggle .lines-button .menu-line:nth-child(2),.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button .menu-line:nth-child(2){top:5px;width:19px}.type-9-menu-icon .menu-toggle .lines-button .menu-line:nth-child(3),.type-9-mobile-menu-icon .dt-mobile-menu-icon .lines-button .menu-line:nth-child(3){top:10px}.type-9-menu-icon .menu-toggle:hover .lines-button .menu-line,.type-9-mobile-menu-icon .dt-mobile-menu-icon:hover .lines-button .menu-line{width:19px}.type-9-menu-icon .menu-toggle:hover .lines-button .menu-line:nth-child(2),.type-9-mobile-menu-icon .dt-mobile-menu-icon:hover .lines-button .menu-line:nth-child(2){width:24px}.type-9-menu-icon .menu-toggle:hover .lines-button .menu-line:nth-child(3),.type-9-mobile-menu-icon .dt-mobile-menu-icon:hover .lines-button .menu-line:nth-child(3){width:19px}.main-nav>li{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex}.main-nav>li>a{text-decoration:none}.main-nav>li>a,.mini-nav li>a{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.side-header:not(.h-center) .main-nav>li>a,.side-header:not(.h-center) .mini-nav li>a{-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.not-clickable-item{cursor:default}.main-nav>li>a .text-wrap{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;border-radius:inherit}.main-nav>li>a .text-wrap .menu-item-text{position:relative;z-index:10}.main-nav.level-arrows-on>li.has-children>a{position:relative}.main-nav .menu-item .text-wrap>i,.main-nav .menu-item a i[class^=fa],.main-nav .menu-item a>i,.mini-nav .menu-item .text-wrap>i,.mini-nav .menu-item a i[class^=fa],.mini-nav .menu-item a>i,.mobile-main-nav .menu-item .text-wrap>i,.mobile-main-nav .menu-item a i[class^=fa],.mobile-main-nav .menu-item a>i{margin-right:6px}.menu-text,.subtitle-text{display:block}.top-header .main-nav.level-arrows-on>li.has-children>a .menu-text{position:relative;padding-right:10px;display:inline-block;vertical-align:top}.sub-sideways .main-nav.level-arrows-on>li.has-children>a .menu-item-text{position:relative}.top-header .level-arrows-on .menu-text:after{position:absolute;top:50%;margin-top:-4px;right:0;width:8px;height:8px;content:"";-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-down.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-down.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;-webkit-mask-size:8px;mask-size:8px}.sub-downwards .next-level-button,.sub-downwards.dt-parent-menu-clickable.side-header .next-level-button{position:relative;-ms-align-self:center;-ms-flex-item-align:center;align-self:center;display:-ms-flexbox;display:-ms-flex;display:flex;margin-left:5px}.sub-downwards .next-level-button svg,.sub-downwards.dt-parent-menu-clickable.side-header .next-level-button svg{width:12px}.dt-mobile-header .next-level-button,.sub-downwards .next-level-button{transition:transform .3s ease-out}.dt-mobile-header li.has-children.open-sub>.next-level-button,.sub-downwards li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.l-to-r-line>li>a>span{position:relative;display:block}.l-to-r-line>li>a i.underline{position:absolute;display:block;left:1px;bottom:-5px;overflow:hidden;width:0;pointer-events:none;background-color:transparent;opacity:.85;transition:all .3s cubic-bezier(.175,.885,.32,1.275)}.top-header .l-to-r-line>li.act>a i.underline,.top-header .l-to-r-line>li.dt-hovered>a i.underline,.top-header .l-to-r-line>li>a:hover i.underline{width:100%}.from-centre-line>li>a>span{position:relative;display:block}.from-centre-line>li>a .menu-item-text:before{position:absolute;visibility:hidden;left:0;bottom:-5px;width:100%;height:2px;background-color:#000;content:"";transform:scaleX(0);transition:all .2s ease-in-out 0s;opacity:.85}.top-header .from-centre-line>li.act>a .menu-item-text:before,.top-header .from-centre-line>li.dt-hovered>a .menu-item-text:before,.top-header .from-centre-line>li>a:hover .menu-item-text:before{visibility:visible;transform:scaleX(1)}.upwards-line>li>a>span{position:relative;display:block}.upwards-line>li>a .menu-item-text:before{position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:rgba(0,0,0,.1);content:'';opacity:0;transition:opacity .3s,transform .3s;transform:translateY(10px)}.top-header .upwards-line>li.act>a .menu-item-text:before,.top-header .upwards-line>li.dt-hovered>a .menu-item-text:before,.top-header .upwards-line>li>a:hover .menu-item-text:before{opacity:1;transform:translateY(0px)}.downwards-line>li>a>span{position:relative;display:block}.downwards-line>li>a .menu-item-text:before{position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#fff;content:'';opacity:0;transition:height .3s,opacity .3s,transform .3s;transform:translateY(-10px)}.top-header .downwards-line>li.act>a .menu-item-text:before,.top-header .downwards-line>li.dt-hovered>a .menu-item-text:before,.top-header .downwards-line>li>a:hover .menu-item-text:before{height:2px;opacity:1;transform:translateY(0px)}.top-header .active-line-decoration>li>a,.top-header .hover-line-decoration>li>a{overflow:hidden}.top-header .active-line-decoration>li>a .decoration-line,.top-header .hover-line-decoration>li>a .decoration-line{position:absolute;top:0;left:0;width:100%;height:2px;content:"";opacity:0;transition:opacity .3s ease}.top-header .active-line-decoration>li.act>a .decoration-line,.top-header .hover-line-decoration>li.dt-hovered>a .decoration-line,.top-header .hover-line-decoration>li>a:hover .decoration-line{opacity:1}.top-header .hover-bg-decoration>li:not(.act)>a{transition:background .3s ease}.dt-mega-menu-wrap,.sub-nav{position:absolute;visibility:hidden;z-index:200;top:100%;left:0;width:240px;opacity:0}.sub-sideways .dt-mega-menu-wrap,.sub-sideways .sub-nav{z-index:9800}.sub-nav.right-overflow{left:auto;right:20px}.sub-nav{padding:0;box-shadow:0px 0px 4px rgba(0,0,0,.2);box-sizing:border-box}.sub-nav>li{position:relative;display:block;box-sizing:border-box}.sub-nav li:first-child:before{display:none}.sub-nav li a .text-wrap,.sub-nav>li>a{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-align-content:center;align-content:center;-ms-flex-line-pack:center;text-decoration:none}.sub-downwards:not(.h-center) .sub-nav li a .text-wrap,.sub-downwards:not(.h-center) .sub-nav>li>a{-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-ms-align-content:flex-start;align-content:flex-start}.sub-nav li a{box-sizing:border-box}.sub-nav li a .text-wrap{width:100%}.sub-downwards.h-center .sub-nav li a .text-wrap,.sub-downwards.h-center .sub-nav>li,.sub-downwards.h-justify.h-center .sub-nav>li>a{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;text-align:center}.sub-sideways .main-nav .sub-nav>li.has-children>a:after,.top-header .main-nav .sub-nav>li.has-children>a:after{position:absolute;display:block;right:0;top:50%;width:8px;height:8px;margin-top:-4px;content:"";-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-side.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-side.svg);-webkit-mask-size:8px;mask-size:8px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center}.sub-sideways .main-nav.level-arrows-on>li.has-children>a .menu-text:after{display:inline-block;width:10px;height:10px;content:"";-webkit-mask:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-side.svg);mask-image:url(https://zeitenblicke.eu/wp-content/themes/dt-the7/images/the7-chevron-side.svg);-webkit-mask-size:10px;mask-size:10px;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:right center;mask-position:right center;text-align:center;margin-left:5px}.dt-mobile-header .sub-nav .next-level-button:before,.sub-downwards .sub-nav .next-level-button:before,.sub-downwards.dt-parent-menu-clickable.side-header .sub-nav .next-level-button:before{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;font-size:8px}.dt-mobile-header .sub-nav .next-level-button,.sub-downwards .sub-nav .next-level-button{transition:transform .3s ease-out}.dt-mobile-header .sub-nav li.has-children.open-sub>.next-level-button,.sub-downwards .sub-nav li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.sub-nav .sub-nav{left:241px;top:0;margin-top:0px}.rtl .sub-nav .sub-nav{left:auto;right:241px}.sub-nav .sub-nav.right-overflow{left:-241px}.rtl .sub-nav .sub-nav.right-overflow{left:auto;right:-241px}.side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap:not(.bottom-overflow),.side-header:not(.sub-downwards) .main-nav>li>.sub-nav:not(.bottom-overflow){top:0;left:100%}.rtl .side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap:not(.bottom-overflow),.rtl .side-header:not(.sub-downwards) .main-nav>li>.sub-nav:not(.bottom-overflow){right:100%;left:auto}.side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap,.side-header:not(.sub-downwards) .main-nav>li>.sub-nav{left:100%}.rtl .side-header:not(.sub-downwards) .main-nav>li>.dt-mega-menu-wrap,.rtl .side-header:not(.sub-downwards) .main-nav>li>.sub-nav{right:100%;left:auto}.side-header .dt-mega-menu-wrap.bottom-overflow,.side-header .mini-nav.sub-nav.bottom-overflow,.side-header .sub-nav.bottom-overflow,.top-header.floating-navigation-below-slider .sub-nav.bottom-overflow{top:auto!important;bottom:0}.dt-mobile-header .mini-nav,.dt-mobile-header .mini-nav li{position:static}.dt-mobile-header .mini-nav .sub-nav{left:0;width:100%}.dt-mobile-header .mini-nav .sub-nav .sub-nav{left:0!important}.header-side-right .sub-sideways .main-nav>li>.dt-mega-menu-wrap,.header-side-right .sub-sideways .main-nav>li>.sub-nav,.overlay-navigation .content-right.sub-sideways .main-nav>li>.dt-mega-menu-wrap,.overlay-navigation .content-right.sub-sideways .main-nav>li>.sub-nav{left:auto!important;right:100%}.rtl.header-side-right .sub-sideways .main-nav>li>.dt-mega-menu-wrap,.rtl.header-side-right .sub-sideways .main-nav>li>.sub-nav,.rtl.overlay-navigation .content-right.sub-sideways .main-nav>li>.dt-mega-menu-wrap,.rtl.overlay-navigation .content-right.sub-sideways .main-nav>li>.sub-nav{left:100%!important;right:auto}.dt-mobile-header .sub-nav>li,.mobile-main-nav>li,.sub-downwards .main-nav>li,.sub-downwards .sub-nav>li{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}.sub-downwards.side-header .main-nav>li>.dt-mega-menu-wrap>.sub-nav .sub-nav,.sub-downwards.side-header .main-nav>li>.sub-nav,.sub-downwards.side-header .main-nav>li>.sub-nav .sub-nav{position:relative;display:none;top:0;left:0;width:100%;visibility:visible;opacity:1;z-index:auto}.dt-mobile-header .mobile-main-nav>li>.dt-mega-menu-wrap,.dt-mobile-header .mobile-main-nav>li>.dt-mega-menu-wrap>.sub-nav .sub-nav,.dt-mobile-header .mobile-main-nav>li>.sub-nav,.dt-mobile-header .mobile-main-nav>li>.sub-nav .sub-nav,.sub-downwards.side-header .main-nav>li>.dt-mega-menu-wrap{position:relative;display:none;top:0;left:0;width:100%;padding:0;visibility:visible;opacity:1;z-index:auto}.sub-downwards.side-header .main-nav>li .sub-nav .sub-nav{box-sizing:border-box}.sub-downwards li:not(.dt-mega-menu) .sub-nav{width:auto}.sub-downwards li.has-children>a{max-width:calc(100% - 30px);box-sizing:border-box}.sub-downwards .main-nav>li>.sub-nav{padding-bottom:0}.mobile-main-nav .sub-nav,.sub-downwards .main-nav .sub-nav{background:0 0;box-shadow:none}.masthead.sub-downwards .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent,.sub-downwards .main-nav .sub-nav li{padding:0;width:100%}.sub-downwards .main-nav.level-arrows-on>li.has-children:last-child{margin-right:0}.main-nav .sub-nav>li>a{transition:background .3s}.next-level-button:hover,.sub-downwards #main-nav li a:hover{cursor:pointer!important}.mobile-header-bar,.mobile-header-space{display:none}.menu-open.not-iOS,.menu-open.not-iOS body{overflow:hidden}.dt-mobile-header{position:fixed;top:0;height:100%;min-height:100%;width:500px;max-width:100%;z-index:9602;box-sizing:border-box;background-color:grey;transition:transform .5s ease;transform:translate3d(-100%,0,0);overflow:hidden}.show-mobile-header .dt-mobile-header{transform:translate3d(0,0,0)}.right-mobile-menu .dt-mobile-header{right:0;transform:translate3d(100%,0,0);transition:right .5s ease}.touchevents .dt-mobile-header{overflow:auto;-webkit-overflow-scrolling:touch}html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar{width:13px}html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb{border-radius:10px;background-color:#1ebac8;border:4px solid #fff;box-sizing:border-box}.mobile-header-scrollbar-wrap{position:relative;width:100%;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.mobile-mini-widgets-in-menu,.show-on-first-switch,.show-on-second-switch{display:none}.mobile-mini-widgets-in-menu{padding:30px 0}.dt-mobile-header .mini-widgets{padding-bottom:30px}.mobile-sticky-header-overlay{position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .4s}.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn{position:fixed;visibility:hidden;top:10px;right:10px;opacity:0;margin:0!important;background-color:rgba(0,0,0,.2);transition:background .2s linear;-webkit-backface-visibility:hidden}.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:hover{background-color:rgba(0,0,0,.5)}.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-toggle-caption{color:#fff!important}.floating-mobile-menu-icon .show-floating-icon .dt-mobile-menu-icon.floating-btn{visibility:visible;opacity:1}.dt-mobile-menu-icon.floating-btn .lines{border-radius:0}.floating-mobile-menu-icon .animate-color-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:not(:hover) .menu-line,.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:after,.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn .menu-line:before,.floating-mobile-menu-icon .two-line-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:not(:hover) .menu-line{background-color:#fff}.floating-mobile-menu-icon .animate-color-mobile-menu-icon .dt-mobile-menu-icon.floating-btn:not(:hover) .menu-line:after,.floating-mobile-menu-icon .two-line-mobile-menu-icon .dt-mobile-menu-icon .menu-line:after{background-color:rgba(255,255,255,.6)}.mobile-main-nav{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-flex:10 1 auto;flex:10 1 auto}.mobile-main-nav>li{position:relative;display:-ms-flexbox;display:-ms-flex;display:flex}.mobile-menu-show-divider .mobile-main-nav>li:before{content:"";position:absolute;top:-.5px;height:0;width:100%;max-width:100%;left:0}.dt-mobile-header.mobile-menu-show-divider .mobile-main-nav .new-column,.mobile-menu-show-divider .mobile-main-nav>li:first-child:before{display:none}.mobile-main-nav>li>a{text-decoration:none;position:relative;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;padding:10px 30px 10px 0;-ms-flex-positive:1;-ms-flex-grow:1;flex-grow:1}.mobile-main-nav>li>a.mega-menu-img-top{-ms-flex-flow:column nowrap;flex-flow:column nowrap;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.mobile-main-nav .sub-nav li.hide-mega-title>a{display:block;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-mobile-header .next-level-button{position:relative;right:0px;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-self:center;-ms-flex-item-align:center;align-self:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-tap-highlight-color:transparent;min-width:30px}.dt-mobile-header .next-level-button svg{width:16px}.mobile-main-nav .next-level-button{transition:transform .3s ease-out}.mobile-main-nav li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.mobile-main-nav .menu-item a i{margin-right:6px}.mobile-main-nav li>a .subtitle-text{font-size:10px;line-height:12px;font-family:Arial,sans-serif}.mobile-main-nav .sub-nav{margin-left:20px}.header-side-right .mobile-main-nav .mega-auto-width>.sub-nav,.header-side-right .mobile-main-nav .mega-full-width>.sub-nav{right:0}#page #mobile-menu .sub-nav>li,#page .mobile-main-nav .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent{padding:0;width:100%}#page .mobile-main-nav .sub-nav{width:100%}.mobile-main-nav .sub-nav .sub-nav{left:0}.mobile-main-nav .sub-nav>li>a{padding:10px 30px 10px 0;margin:0;-ms-flex-positive:1;-ms-flex-grow:1;flex-grow:1}.mobile-main-nav .sub-nav>li>a:hover{background:0 0!important}.mobile-main-nav .sub-nav .next-level-button{-ms-align-self:center;-ms-flex-item-align:center;align-self:center;content:"\ef02";font-family:icomoon-the7-font;speak:none;font-weight:400;font-variant:normal;text-transform:none;font-size:10px;line-height:1;font-style:normal;top:0;margin:0;transition:transform .3s ease-out}.mobile-main-nav .sub-nav li.has-children.open-sub>.next-level-button{transform:rotate(45deg)}.dt-mobile-menu-icon,.lines-button{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;cursor:pointer;user-select:none}.dt-mobile-menu-icon .menu-toggle-caption,.lines-button .menu-toggle-caption{transition:color .2s linear}.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption,.mobile-right-caption .lines-button .menu-toggle-caption{order:2}.lines-button:active{transition:none}.dt-close-mobile-menu-icon{display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;position:absolute;top:0;z-index:9999;opacity:0;transition:opacity .5s ease;min-width:12px;min-height:12px}.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon{position:fixed}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon{min-height:15px;min-width:3px}.dt-close-mobile-menu-icon .mobile-menu-close-caption{transition:color .2s linear}.mobile-close-right-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption{order:2}.admin-bar .dt-close-mobile-menu-icon{top:32px}.show-mobile-header .dt-close-mobile-menu-icon{opacity:1}.dt-close-mobile-menu-icon:hover{cursor:pointer}.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover .close-line-wrap{transform:rotate(180deg)}.dt-close-mobile-menu-icon .close-line-wrap{position:relative;width:22px;height:100%}.fade-small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:16px;height:16px}.fade-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:20px;height:20px}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:16px;height:16px}.fade-big-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:26px;height:26px}.fade-thin-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:12px;height:12px}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:3px;height:15px}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:15px;height:3px}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:7px;height:7px}.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line-wrap{width:20px;height:20px;transform-style:preserve-3d;transition:transform .4s ease-in-out;z-index:2}@keyframes rotate-close-icon{100%{transform:rotate(360deg)}}@media screen and (max-width:782px){.admin-bar .dt-close-mobile-menu-icon{top:46px}}.dt-close-mobile-menu-icon span{position:relative;display:block;margin:0;transition:all .2s;z-index:2}.small-mobile-menu-close-icon .dt-close-mobile-menu-icon span{min-height:18px;min-width:18px}.large-mobile-menu-close-icon .dt-close-mobile-menu-icon span{min-height:28px;min-width:28px}.dt-close-mobile-menu-icon .close-line{display:inline-block;transform-origin:50% 50%;width:22px;height:2px;position:absolute;left:0;content:'';transition:transform .2s ease}.small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:18px}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:16px;height:4px;top:50%;margin-top:-2px}.fade-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:20px;top:50%;margin-top:-1px}.large-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:28px}.dt-close-mobile-menu-icon .close-line:nth-child(2){display:none}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:nth-child(2){display:block;top:6px}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:nth-child(2){display:block;left:6px}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:3px;height:3px;top:0;border-radius:50%}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:3px;height:3px;top:0;left:0;border-radius:50%}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:7px;height:7px;border-radius:50%;transition:transform .2s ease}.fade-big-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:26px;height:1px;top:50%;margin-top:-1px}.fade-thin-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:12px;height:1px;top:50%;margin-top:-1px}.rotate-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:20px;height:4px;top:50%;margin-top:-2px}.fade-small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{width:16px;height:2px;top:50%;margin-top:-1px}.dt-close-mobile-menu-icon .close-line:after,.dt-close-mobile-menu-icon .close-line:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";border-radius:inherit;box-sizing:border-box}.dt-close-mobile-menu-icon .close-line:after{opacity:0}.dt-close-mobile-menu-icon .close-line:before{opacity:1}.small-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{margin:-1px 0 0 -9px}.large-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line{margin:-1px 0 0 -14px}.dt-close-mobile-menu-icon:hover .close-line:before{opacity:0}.dt-close-mobile-menu-icon:hover .close-line:after{opacity:1}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover .close-line:first-child{transform:scale(1)}.lines{position:relative;display:inline-block;width:22px;height:2px}.lines:after,.lines:before{position:absolute;width:22px;height:2px;left:0;content:'';transform-origin:1.5px center;transition:transform .3s}.dt-mobile-menu-icon .lines:before{top:7px}.dt-mobile-menu-icon .lines:after{top:-7px}.dt-mobile-menu-icon:hover .lines:before{transform:translateY(-2px)}.dt-mobile-menu-icon:hover .lines:after{transform:translateY(2px)}.dt-close-mobile-menu-icon .close-line:first-child{transform:rotate3d(0,0,1,45deg)}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:first-child,.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:first-child{transform:none}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:first-child{transform:scale(.8)}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover span:first-child{transform:rotate3d(0,0,1,0deg)}.dt-close-mobile-menu-icon .close-line:last-child{transform:rotate3d(0,0,1,-45deg)}.v-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:last-child{transform:none;top:12px}.h-dots-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:last-child{transform:none;left:12px}.scale-dot-mobile-menu-close-icon .dt-close-mobile-menu-icon .close-line:last-child{display:none}.minus-medium-mobile-menu-close-icon .dt-close-mobile-menu-icon:hover span:last-child{transform:rotate3d(0,0,1,0deg)}.masthead .mobile-header-bar{position:relative;min-height:150px;width:100%;-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-align-content:stretch;align-content:stretch;-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.mobile-header-bar>*{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.mobile-header-bar .mobile-branding{line-height:0}.mobile-header-bar .mobile-branding img{max-width:100%;height:auto}#phantom{position:fixed;width:100%;left:0;top:0;box-sizing:border-box}#phantom.boxed{left:50%;transform:translateX(-50%)}.dt-style-um #phantom{display:none}.phantom-fade #phantom{-webkit-transform:translateZ(0)}.phantom-fade #phantom:not(.show-phantom):not(.hide-phantom){display:none;opacity:0}.phantom-fade #phantom.boxed{-webkit-transform:translate3d(-50%,0,0)}.phantom-fade .hide-phantom#phantom{animation:fade-out-anim .8s ease 0s 1 normal both}.phantom-fade .show-phantom#phantom{animation:opacity-lat .7s ease 0s 1 normal both;animation-delay:.1s}.phantom-fade #phantom.hide-phantom{will-change:opacity}@keyframes opacity-lat{0%{opacity:0;visibility:hidden}100%,70%{opacity:1;visibility:visible}}@keyframes fade-out-anim{0%{opacity:1;display:block}30%,99%{opacity:0;display:block}100%{opacity:0;display:none;z-index:1}}@keyframes fade-in-anim{0%{opacity:0;display:none}1%{opacity:0;display:block}100%,50%{opacity:1;display:block}}.phantom-slide #phantom.hide-phantom{will-change:transform,opacity}.phantom-slide #phantom{transform:translateY(-100%);opacity:0}.phantom-slide .hide-phantom#phantom{animation:slide-out-anim .35s ease 0s 1 normal both}.phantom-slide .boxed.hide-phantom#phantom{animation:slide-out-anim-boxed .35s ease 0s 1 normal both}.phantom-slide .show-phantom#phantom{animation:slide-in-anim .52s ease 0s 1 normal both}.phantom-slide .boxed.show-phantom#phantom{animation:slide-in-anim-boxed .52s ease 0s 1 normal both}@keyframes slide-out-anim{0%{opacity:1;transform:translateY(0)}30%{opacity:1;transform:translateY(-50%)}100%{opacity:0;transform:translateY(-100%)}}@keyframes slide-in-anim{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes slide-out-anim-boxed{0%{opacity:1;transform:translate3d(-50%,0,0)}30%{opacity:1;transform:translate3d(-50%,-50%,0)}100%{opacity:0;transform:translate3d(-50%,-100%,0)}}@keyframes slide-in-anim-boxed{0%{opacity:0;transform:translate3d(-50%,-100%,0)}10%{opacity:1;transform:translate3d(-50%,-100%,0)}100%{opacity:1;transform:translate3d(-50%,0,0)}}body.admin-bar #phantom{top:32px!important}#phantom.boxed{z-index:9008}.ph-wrap{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;margin:0 auto}.full-height .ph-wrap{-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.ph-wrap .menu-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.justify .ph-wrap .menu-box,.ph-wrap.with-logo .menu-box{-ms-flex-positive:1;-ms-flex-grow:1;flex-grow:1}.ph-wrap.with-logo .menu-box{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}#phantom.inline-header.center .main-nav,#phantom:not(.split-header) .main-nav,.inline-header.center .ph-wrap.with-logo .menu-box{-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}#phantom.classic-header.justify .main-nav,#phantom.inline-header.justify .main-nav,#phantom.split-header.justify .main-nav{-ms-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}#phantom .with-logo .main-nav{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}#phantom.inline-header.left .main-nav{-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.widget-box .mini-widgets{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}#phantom.full-width .ph-wrap{max-width:100%}#phantom .ph-wrap.boxed{width:100%;max-width:1320px;margin:0 auto}.ph-wrap .header-bar{width:100%}.ph-wrap .header-bar .mini-widgets{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.header-side-left .mixed-header .ph-wrap .header-bar .mini-widgets{-ms-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}.header-side-left .mixed-header.logo-center .ph-wrap .header-bar .menu-toggle{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-justify-content:flex-start;justify-content:flex-start;-ms-flex-pack:start}.ph-wrap .logo-box{display:none}.ph-wrap.with-logo .logo-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;line-height:0}.ph-wrap .widget-box{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center}.phantom-logo-off .show-phantom .branding{display:none;visibility:hidden}.phantom-custom-logo-on .hide-phantom.classic-header .branding .phantom-top-line-logo,.phantom-custom-logo-on .masthead:not(#phantom) .phantom-top-line-logo,.phantom-custom-logo-on .show-phantom.classic-header .branding>a:not(.phantom-top-line-logo),.phantom-custom-logo-on .show-phantom.classic-header .branding>img:not(.phantom-top-line-logo){opacity:0;visibility:hidden}.phantom-custom-logo-on .masthead:not(#phantom) .phantom-top-line-logo{position:absolute}.phantom-custom-logo-on .hide-phantom.masthead:not(.classic-header):not(.side-header) .branding .phantom-top-line-logo,.phantom-custom-logo-on .show-phantom.masthead:not(.classic-header):not(.side-header) .branding>a:not(.phantom-top-line-logo),.phantom-custom-logo-on .show-phantom.masthead:not(.classic-header):not(.side-header) .branding>img:not(.phantom-top-line-logo){opacity:0;display:none}.animate-sticky{float:left;width:1px;height:100%}.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>a:not(.sticky-logo),.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>img:not(.sticky-logo){display:none;opacity:0}.phantom-logo-off.phantom-sticky .sticky-on .branding>a,.phantom-logo-off.phantom-sticky .sticky-on .branding>img,.phantom-main-logo-on.phantom-sticky .sticky-on .branding>a,.phantom-main-logo-on.phantom-sticky .sticky-on .branding>img,.phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,.phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo{display:none;visibility:hidden}.responsive-off .dt-mobile-header,.responsive-off .dt-mobile-menu-icon,.responsive-off .masthead .mobile-header-bar,.responsive-off .mobile-header-space,.responsive-off.transparent .header-space{display:none}/*!!!REWRITE Sticky floating*/.responsive-off.overlay-navigation .sticky-header-overlay{display:none}.responsive-off.phantom-sticky .fixed-masthead.masthead{position:absolute;top:0;width:100%;z-index:500}.phantom-sticky .fixed-masthead.masthead.sticky-on{position:fixed}.responsive-off.phantom-shadow-decoration.phantom-sticky .masthead.sticky-on{box-shadow:0 0 15px 1px rgba(0,0,0,.07);border-bottom:none}.responsive-off.phantom-disable-decoration.phantom-sticky .masthead.sticky-on{box-shadow:none!important;border-bottom:none}.responsive-off.phantom-sticky:not(.phantom-shadow-decoration) .masthead.sticky-on.shadow-decoration:not(.side-header-menu-icon){box-shadow:none}.responsive-off.floating-navigation-below-slider.phantom-sticky:not(.transparent) .masthead{position:relative;top:0!important}.responsive-off.floating-navigation-below-slider.phantom-sticky.transparent .masthead{position:absolute}.responsive-off.floating-navigation-below-slider.phantom-sticky .masthead.sticky-on{position:fixed}.responsive-off.phantom-sticky:not(.overlap):not(.transparent) .masthead:not(.side-header){transition:background-color 330ms ease}.responsive-off.phantom-sticky .page-inner .masthead:not(.side-header){-webkit-backface-visibility:hidden}.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>a:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>img:not(.sticky-logo){display:none;opacity:0}.responsive-off.phantom-logo-off.phantom-sticky .sticky-on .branding>a,.responsive-off.phantom-logo-off.phantom-sticky .sticky-on .branding>img,.responsive-off.phantom-main-logo-on.phantom-sticky .sticky-on .branding>a,.responsive-off.phantom-main-logo-on.phantom-sticky .sticky-on .branding>img,.responsive-off.phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,.responsive-off.phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo{display:none;visibility:hidden}.responsive-off.phantom-main-logo-on.phantom-sticky .sticky-on .branding .sticky-logo{display:block;visibility:visible}.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>a:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding>img:not(.sticky-logo){visibility:hidden}.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding>a:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-off .branding>img:not(.sticky-logo),.responsive-off.phantom-sticky.phantom-custom-logo-on .sticky-on .branding .sticky-logo{visibility:visible}.phantom-main-logo-on.phantom-sticky.responsive-off .branding .sticky-logo{display:none}.phantom-sticky.responsive-off #page .side-header .branding>a:not(.sticky-logo),.phantom-sticky.responsive-off #page .side-header .branding>img:not(.sticky-logo):not(.mobile-logo){display:block;opacity:1;animation:none;visibility:visible}.sticky-mobile-header .masthead-mobile-header{transition:background .5s ease}.phantom-sticky .masthead{transition:background-color .5s ease,background-image .5s ease}.phantom-sticky .branding>a.same-logo{display:block!important;visibility:visible!important;opacity:1!important}.phantom-sticky .branding>a:not(.same-logo){opacity:0;transition:opacity .3s ease;display:block!important;position:absolute;left:-100%}.phantom-sticky .sticky-off .branding>a:not(.sticky-logo),.phantom-sticky .sticky-on .branding>a.sticky-logo{opacity:1;position:static}.footer{padding:0}.footer.full-width-line.empty-footer{border:none}#bottom-bar.full-width-line .wf-container-bottom,#bottom-bar.solid-bg .wf-container-bottom,.empty-footer.solid-bg #bottom-bar.full-width-line,.empty-footer.solid-bg .wf-container-bottom,.footer.full-width-line .wf-container-footer,.footer.solid-bg .wf-container-footer{border-top:none}.header-side-left.footer-overlap #footer,.header-side-right.footer-overlap #footer,.overlay-navigation.header-side-line.footer-overlap #footer{box-sizing:border-box}.footer-overlap #page .page-inner{position:relative;z-index:100}.engage-opened.footer-overlap .page-inner{z-index:9400}.mobile-false .footer-overlap .footer{position:fixed;bottom:0;width:100%;z-index:99;opacity:0}.wf-container-footer{padding-top:50px}.footer .widget{box-sizing:border-box}#bottom-bar{position:relative;z-index:9;margin:0 auto}#bottom-bar .wf-container-bottom{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:space-between;-ms-justify-content:space-between;justify-content:space-between;box-sizing:border-box}.logo-center#bottom-bar .wf-container-bottom{-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}#bottom-bar p{margin-bottom:0}.bottom-text-block{text-align:right}.bottom-text-block:not(:first-child){margin-left:20px}.logo-center .bottom-text-block{text-align:center}.logo-center .bottom-text-block:not(:first-child){margin-left:0}#branding-bottom{padding:10px 10px 10px 0;line-height:0;font-size:0}.logo-split #branding-bottom{-ms-flex-order:1;order:1}#bottom-bar .wf-float-left{margin-right:10px}.logo-center#bottom-bar .wf-float-left{margin-right:0}.logo-split#bottom-bar .wf-float-left{text-align:right}#bottom-bar.logo-split .wf-float-left{-ms-flex:1 1 0%;flex:1 1 0%}#bottom-bar .wf-float-left:last-of-type{margin-right:0}#bottom-bar .wf-float-right{display:-ms-flexbox;display:-ms-flex;display:flex;flex-grow:1;-ms-flex-pack:flex-end;-ms-justify-content:flex-end;justify-content:flex-end;margin-left:10px;margin-right:0}.logo-center#bottom-bar .wf-float-right{margin-left:0;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.logo-split#bottom-bar .wf-float-right{-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}#bottom-bar.logo-split .wf-float-right{-ms-flex-order:2;order:2;-ms-flex:1 1 0%;flex:1 1 0%}#bottom-bar .sub-nav{top:auto;bottom:100%}#bottom-bar .sub-nav .sub-nav{bottom:0}#bottom-bar .sub-nav li:before{width:200px;margin:0 15px}#bottom-bar .sub-nav a:hover,#bottom-bar a{text-decoration:none}#bottom-bar a:hover{text-decoration:underline}#bottom-bar .dt-shortcode-soc-icons a:hover{text-decoration:none}#bottom-menu li .menu-text svg{display:none}#bottom-bar .menu-select{position:absolute;align-items:center;visibility:hidden;height:0;opacity:0;overflow:hidden}#bottom-bar .menu-select svg{margin-right:8px;width:16px}#bottom-bar .mini-nav ul{display:block}.logo-center#bottom-bar .mini-nav ul{text-align:center}.footer-sub-nav{position:absolute;visibility:hidden;z-index:200;bottom:100%;left:0;width:240px;opacity:0;background:#fff;box-shadow:0px 0px 4px rgba(0,0,0,.2)}.footer-sub-nav>li{position:relative;display:block;padding:0 10px;box-sizing:border-box}.footer-sub-nav>li:first-child{padding-top:10px}.footer-sub-nav>li:last-child{padding-bottom:10px}.footer-sub-nav>li a{padding:5px}.footer-sub-nav>li a .menu-text,.footer-sub-nav>li a .subtitle-text{color:#222}.footer-sub-nav .footer-sub-nav{bottom:0;left:241px!important}.rtl .footer-sub-nav .footer-sub-nav{right:241px;left:auto!important}.footer-sub-nav .footer-sub-nav.right-overflow{left:-241px!important}.rtl .footer-sub-nav .footer-sub-nav.right-overflow{right:-241px;left:auto!important}#bottom-bar .wf-float-right .mini-nav ul li{vertical-align:baseline}.post-rollover,.rollover,.rollover-project>a,.rollover-video{position:relative;display:block;line-height:0;text-decoration:none}.rollover:hover{text-decoration:none}.rollover img{max-width:100%;height:auto}.rsShor .rollover-video{position:static}.gallery-item .gallery-icon .rollover{display:inline-block}.format-gallery .rollover{overflow:hidden}.post-rollover i,.rollover i,.rollover-video i{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.hover-style-one .links-container,.hover-style-one .rollover-project>a:after,.hover-style-one .rollover-thumbnails,.hover-style-three .rollover-project>a:after,.hover-style-two .links-container,.hover-style-two .rollover-thumbnails,.post-rollover i,.rollover i,.rollover-content-container,.rollover-thumbnails,.rollover-video .video-icon,.rollover-video i,.rollover-video i:after{transition:all 450ms ease}.description-on-hover>.wf-cell .rollover i{visibility:hidden}.description-on-hover>.wf-cell .description-off .rollover i,.description-on-hover>.wf-cell .forward-post .rollover i{visibility:visible}.project-list-media .rollover-video i:after{position:absolute;left:0;width:100%;height:100%;background-position:center center;background-repeat:no-repeat;content:""}.rollover-video .video-icon{position:absolute;left:0;top:0;width:100%;height:100%;z-index:99;background-position:center center;background-repeat:no-repeat}.rollover-video .video-icon:before{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background-color:rgba(0,0,0,.4);background-position:30px center;background-repeat:no-repeat;content:"";border-radius:50%}.mobile-false .images-list:hover i,.mobile-false .post-rollover:hover i,.mobile-false .rollover:hover i,.rollover-video:hover i{display:block;opacity:1}.images-list:hover .rollover-video .video-icon:before,.rollover-video:hover .video-icon:before{background-color:rgba(0,0,0,.4);opacity:1}.rollover-video .video-icon:hover{opacity:1}.blog .format-video .rollover i:after,.dt-blog-shortcode .format-video .rollover i:after,.rollover-video .video-icon:before,.rollover-video i:after{background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='32px' height='32px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve' fill='white'%3E%3Cpath d='M3.125,4L10.2,8.001L3.125,12V3.8 M1,0v16l13-8L1,0L1,0z'/%3E%3C/svg%3E")}.hover-style-one .rollover:hover i{display:none}.filter-grayscale .content img,.filter-grayscale .footer img,.filter-grayscale .map-container,.filter-grayscale .royalSlider img,.filter-grayscale .shortcode-banner,.filter-grayscale .sidebar img,.filter-grayscale embed,.filter-grayscale iframe,.filter-grayscale object,.filter-grayscale-static .content img,.filter-grayscale-static .footer img,.filter-grayscale-static .map-container,.filter-grayscale-static .royalSlider img,.filter-grayscale-static .shortcode-banner,.filter-grayscale-static .sidebar img,.filter-grayscale-static embed,.filter-grayscale-static iframe,.filter-grayscale-static object{-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);filter:gray}.mobile-false .filter-grayscale .content img,.mobile-false .filter-grayscale .footer img,.mobile-false .filter-grayscale .map-container,.mobile-false .filter-grayscale .royalSlider img,.mobile-false .filter-grayscale .shortcode-banner,.mobile-false .filter-grayscale .sidebar img,.mobile-false .filter-grayscale embed,.mobile-false .filter-grayscale iframe,.mobile-false .filter-grayscale object,.mobile-false .filter-grayscale-static .content img,.mobile-false .filter-grayscale-static .footer img,.mobile-false .filter-grayscale-static .map-container,.mobile-false .filter-grayscale-static .royalSlider img,.mobile-false .filter-grayscale-static .shortcode-banner,.mobile-false .filter-grayscale-static .sidebar img,.mobile-false .filter-grayscale-static embed,.mobile-false .filter-grayscale-static iframe,.mobile-false .filter-grayscale-static object{-webkit-backface-visibility:visible!important}.filter-grayscale #branding-bottom img,.filter-grayscale .buttons-on-img:hover img,.filter-grayscale .content .rev_slider_wrapper:hover img,.filter-grayscale .content img:hover,.filter-grayscale .cs-style-3 .link:hover img,.filter-grayscale .dt-hovered img,.filter-grayscale .dt-owl-item:hover img,.filter-grayscale .filter-disable img,.filter-grayscale .footer img:hover,.filter-grayscale .gradient-overlap-layout-list article:hover img,.filter-grayscale .map-container:hover,.filter-grayscale .post-rollover:hover img,.filter-grayscale .post-thumbnail-rollover:hover img,.filter-grayscale .post-thumbnail:hover img,.filter-grayscale .rollover-project:hover img,.filter-grayscale .rollover-video:hover img,.filter-grayscale .rollover:hover img,.filter-grayscale .royalSlider:hover img,.filter-grayscale .rsThumb:hover img,.filter-grayscale .shortcode-banner:hover,.filter-grayscale .sidebar img:hover,.filter-grayscale embed:hover,.filter-grayscale iframe:hover,.filter-grayscale img.dt-hovered,.filter-grayscale img.filter-disable,.filter-grayscale object:hover,.filter-grayscale-static #branding-bottom img,.mobile-false .content-rollover-layout-list article:hover img,.mobile-false .gradient-overlay-layout-list article:hover img{-webkit-filter:grayscale(0%);-ms-filter:grayscale(0%);filter:grayscale(0%);filter:none}.gallery-shortcode figure{position:relative;overflow:hidden;transform:translateZ(0)}.gallery-rollover{position:absolute;top:0;left:0;z-index:100;width:100%;height:100%;opacity:0;transition:opacity .4s ease}.gallery-shortcode figure:hover .gallery-rollover{opacity:1}.album-gallery-shortcode .rollover{float:left}.blog-carousel-shortcode .gallery-zoom-ico,.blog-shortcode .gallery-zoom-ico{opacity:0;transition:opacity .4s ease}.blog-carousel-shortcode .post-thumbnail-rollover:hover .gallery-zoom-ico,.blog-shortcode .post-thumbnail-rollover:hover .gallery-zoom-ico,.content-rollover-layout-list .gallery-zoom-ico,.gradient-overlay-layout-list .gallery-zoom-ico{opacity:1}.albums-shortcode .gallery-zoom-ico,.blog-carousel-shortcode .gallery-zoom-ico,.blog-shortcode .gallery-zoom-ico,.gallery-shortcode .gallery-zoom-ico{position:absolute;top:50%;left:50%;width:100%;height:100%;z-index:10;border-style:solid;box-sizing:border-box;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.albums-shortcode .gallery-zoom-ico span,.blog-carousel-shortcode .gallery-zoom-ico span,.blog-shortcode .gallery-zoom-ico span,.gallery-shortcode .gallery-zoom-ico span{position:relative;z-index:11}.content-rollover-layout-list.albums-shortcode .gallery-zoom-ico,.content-rollover-layout-list.blog-carousel-shortcode .gallery-zoom-ico,.content-rollover-layout-list.blog-shortcode .gallery-zoom-ico,.content-rollover-layout-list.gallery-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.albums-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.blog-carousel-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.blog-shortcode .gallery-zoom-ico,.gradient-overlay-layout-list.gallery-shortcode .gallery-zoom-ico{position:static}.content-rollover-layout-list .post-thumbnail-wrap .gallery-zoom-ico,.gallery-shortcode.album-gallery-shortcode.hover-scale article:after,.gradient-overlay-layout-list .post-thumbnail-wrap .gallery-zoom-ico{display:none}.gallery-shortcode .rollover>i{display:none!important}.quick-scale-img .rollover,.scale-img .rollover{transform:translateZ(0);overflow:hidden}.quick-scale-img .post-thumbnail-rollover img,.quick-scale-img .rollover img,.quick-scale-img .trigger-img-hover .img-wrap img{transition:transform .25s ease-out,opacity .25s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.scale-img .post-thumbnail-rollover img,.scale-img .rollover img,.scale-img .trigger-img-hover .img-wrap img{transition:transform .3s ease-out,opacity .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.post-thumbnail-rollover img.blog-thumb-lazy-load,.post-thumbnail-rollover img.lazy-load,.post-thumbnail-rollover img.lazy-scroll,.rollover img.blog-thumb-lazy-load,.rollover img.lazy-load,.rollover img.lazy-scroll,.trigger-img-hover .img-wrap img.blog-thumb-lazy-load,.trigger-img-hover .img-wrap img.lazy-load,.trigger-img-hover .img-wrap img.lazy-scroll{transition:transform .3s ease-out,opacity .35s}.mobile-false .scale-img .post-thumbnail:not(.overlay-placeholder):hover>.post-thumbnail-rollover img,.mobile-false .scale-img .trigger-img-hover:hover .img-wrap img,.mobile-false .scale-img article:hover .rollover img,.mobile-false .scale-img figure:hover .rollover img,.scale-img .on-hover .post-thumbnail>.post-thumbnail-rollover img{transform:scale(1.2);transition:transform 4s ease-out,opacity .25s ease-out}.mobile-false .quick-scale-img .post-thumbnail:not(.overlay-placeholder):hover>.post-thumbnail-rollover img,.mobile-false .quick-scale-img .trigger-img-hover:hover .img-wrap img,.mobile-false .quick-scale-img article:hover .rollover img,.mobile-false .quick-scale-img figure:hover .rollover img,.quick-scale-img .on-hover .post-thumbnail>.post-thumbnail-rollover img{transform:scale(1.2);transition:transform .25s ease-out,opacity .25s ease-out}.mobile-false .hover-scale.gallery-shortcode .rollover-content{background:0 0!important;transform:scale(1)}.hover-scale.gallery-shortcode .post,.hover-scale.gallery-shortcode .post .rollover{overflow:hidden}.hover-scale.gallery-shortcode .rollover:after{display:block;background-color:inherit;position:absolute;top:0;left:0;right:0;opacity:0;content:"";border-radius:50%;padding-bottom:100%;transform:scale(0);transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s}.hover-scale.gallery-shortcode .ratio-2 .rollover:after{top:-50%}.hover-scale .ratio_3-2 .rollover:after{top:-25%}.hover-scale article.ratio_0-5:after,.hover-scale.gallery-shortcode .ratio_0-5 .rollover:after{top:25%}.hover-scale.gallery-shortcode .ratio_4-3 .rollover:after{top:-16.6666%}.hover-scale.gallery-shortcode .ratio_2-3 .rollover:after{top:16.6666%}.hover-scale.gallery-shortcode .ratio_3-4 .rollover:after{top:14.5%}.mobile-false .hover-scale.gallery-shortcode .post:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked .rollover:after{opacity:1;transform:scale(1.42)}.mobile-false .hover-scale.gallery-shortcode .post.ratio_3-2:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_3-2 .rollover:after{transform:scale(1.2)}.mobile-false .hover-scale article.ratio_0-5:hover:after,.mobile-false .hover-scale.gallery-shortcode .post.ratio_0-5:hover .rollover:after{transform:scale(2.5)}.mobile-false .hover-scale.gallery-shortcode .post.ratio_4-3:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_4-3 .rollover:after{transform:scale(1.5)}.mobile-false .hover-scale.gallery-shortcode .post.ratio_2-3:hover .rollover:after,.mobile-false .hover-scale.gallery-shortcode .post.ratio_3-4:hover .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_2-3 .rollover:after,.mobile-true .hover-scale.gallery-shortcode .post.is-clicked.ratio_3-4 .rollover:after{transform:scale(2)}.mobile-false .hover-scale .rollover-content{background:0 0!important;transform:scale(0);transition:transform .25s cubic-bezier(.4,0,.2,1),opacity .25s}.blog-shortcode>div:not(.dt-css-grid) .wf-cell,.blog.layout-grid .wf-container.description-under-image .wf-cell,.grid-masonry .wf-cell,.iso-grid .wf-cell,.iso-item,.portfolio-shortcode .wf-cell,.shortcode-blog-posts .wf-cell{opacity:0}.no-cssanimations #main .jg-container .wf-cell,.no-cssanimations .blog.layout-grid .wf-container.description-under-image .wf-cell,.no-cssanimations .grid-masonry .wf-cell,.no-cssanimations .iso-grid .wf-cell,.no-cssanimations .iso-item,.no-cssanimations .shortcode-blog-posts.iso-grid .wf-cell{opacity:1}.mobile-false .iso-container .wf-cell,.mobile-false .iso-grid .wf-cell{float:left}.iso-grid.iso-item-ready article,.mode-grid article{height:100%}.iso-item{width:100%}.dt-isotope .wf-cell{will-change:top,left}.dt-isotope .wf-cell.animate-position{transition:top .65s ease-out,left .65s ease-out;opacity:1}.footer .layzr-bg,.layzr-bg{background-position:center center;background-repeat:no-repeat}.layzr-bg.post-rollover,.layzr-bg.rollover-small{background-size:auto 30%}.layzr-loading-on .iso-lazy-load{opacity:0;transition:opacity .35s ease-out}.layzr-loading-on .iso-lazy-load.is-loaded{opacity:1}.loading-effect-none .wf-cell.shown:not(.isotope-hidden):not(.hidden),.mobile-true .dt-isotope .wf-cell.shown:not(.isotope-hidden),.mobile-true .wf-cell.shown:not(.isotope-hidden):not(.hidden){animation:dt_fadeIn .4s ease forwards}.mobile-false .loading-effect-fade-in .wf-cell.shown:not(.isotope-hidden):not(.hidden),.mobile-false .loading-effect-fade-in .wf-cell.start-animation{animation:dt_fadeIn .7s ease forwards}@keyframes dt_fadeIn{to{opacity:1}}.mobile-false .loading-effect-move-up .wf-cell.shown:not(.isotope-hidden):not(.hidden),.mobile-false .loading-effect-move-up .wf-cell.start-animation{transform:translateY(200px);animation:dt_moveUp .55s ease-in-out forwards}.mobile-false .loading-effect-move-up .wf-cell .project-list-content{-moz-osx-font-smoothing:grayscale}@keyframes dt_moveUp{to{transform:translateY(0);opacity:1}}.mobile-false .loading-effect-scale-up .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-scale-up .wf-cell.start-animation{transform:scale(.6);animation:dt_scaleUp .57s ease-in-out forwards}@keyframes dt_scaleUp{to{transform:scale(1);opacity:1}}.mobile-false .loading-effect-fall-perspective,.mobile-false .loading-effect-flip,.mobile-false .loading-effect-helix,.mobile-false .loading-effect-scale{-webkit-perspective:1300px;perspective:1300px}.mobile-false .loading-effect-fall-perspective{-webkit-backface-visibility:hidden}.mobile-false .loading-effect-fall-perspective .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-fall-perspective .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform:translateZ(400px) translateY(300px) rotateX(-65deg);animation:dt_fallPerspective .75s ease-in-out forwards}@keyframes dt_fallPerspective{100%{transform:translateZ(0px) translateY(0px) rotateX(0deg);opacity:1}}.mobile-false .loading-effect-fly .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-fly .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform-origin:50% 50% -300px;transform:rotateX(-180deg);animation:dt_fly .7s ease-in-out forwards}.mobile-false .loading-effect-fly .wf-cell.animation-complete{opacity:1}@keyframes dt_fly{100%{transform:rotateX(0deg);opacity:1}}.mobile-false .loading-effect-flip .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-flip .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform-origin:0% 0%;transform:rotateX(-80deg);animation:dt_flip .7s ease-in-out forwards}@keyframes dt_flip{100%{transform:rotateX(0deg);opacity:1}}.mobile-false .loading-effect-helix .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-helix .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform:rotateY(-180deg);animation:dt_helix .7s ease-in-out forwards}@keyframes dt_helix{100%{transform:rotateY(0deg);opacity:1}}.mobile-false .loading-effect-scale .wf-cell.shown:not(.isotope-hidden),.mobile-false .loading-effect-scale .wf-cell.start-animation{-webkit-transform-style:preserve-3d;transform:scale(.4);animation:dt_popUp .9s ease-in forwards}@keyframes dt_popUp{70%{transform:scale(1.05);opacity:.8;animation-timing-function:ease-in-out}100%{transform:scale(1);opacity:1}}.dt-isotope .wf-cell.no-transition,.dt-isotope.no-transition,.dt-isotope.no-transition .wf-cell{transition-duration:0s}#main .jg-container .wf-cell{float:left;opacity:0;padding:0}#main .jg-container .wf-cell .post{margin:0;padding:0}.layzr-loading-on .jgrid-lazy-load{opacity:0;transition:opacity .33s}.layzr-loading-on .jgrid-layzr-loaded{opacity:1}.jg-container .post .alignleft,.jg-container .post .alignnone{margin-bottom:0}.wf-container.dt-css-grid:before{display:none}.dt-css-grid{display:-ms-grid;display:grid;transition:all .33s}.cssgridlegacy.no-cssgrid .dt-css-grid,.no-cssgridlegacy.no-cssgrid .dt-css-grid{display:block}.dt-css-grid .wf-cell{display:flex;padding:0;opacity:0}.dt-css-grid .wf-cell>a,.dt-css-grid .wf-cell>article,.dt-css-grid .wf-cell>div{width:100%}.cssgridlegacy.no-cssgrid .dt-css-grid .wf-cell:not(.hidden),.no-cssgridlegacy.no-cssgrid .dt-css-grid .wf-cell:not(.hidden){display:inline-block}.jquery-filter .dt-css-grid .wf-cell.hidden,.jquery-filter .dt-css-grid .wf-cell:not(.visible):not(.shown){visibility:hidden;opacity:0}.dt-css-grid .no-img .overlay-placeholder img{max-width:100%}.cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid,.no-cssgridlegacy.no-cssgrid .wc-grid.resize-by-browser-width .dt-css-grid{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-flex-flow:row wrap;flex-flow:row wrap}img.lazy-load,img.lazy-scroll,img.owl-thumb-lazy-load-show{transition:opacity .38s}img.lazy-load:not(.is-loaded),img.lazy-scroll:not(.is-loaded),img.owl-thumb-lazy-load-show:not(.is-loaded){opacity:0!important}img.is-loaded{opacity:1}.scroll-top{position:fixed;display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;right:10px;bottom:10px;width:40px;height:40px;opacity:0;z-index:-1;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";text-decoration:none;background-color:#000;background-color:rgba(0,0,0,.2)}.show-mobile-header .scroll-top{opacity:0}.scroll-top,.scroll-top i,.scroll-top svg,.scroll-top::before{transition:all .4s ease}.scroll-top.off{right:-45px;opacity:0}.scroll-top.on{right:10px;opacity:1;z-index:109}.header-side-right .scroll-top.on{right:auto;left:10px}.show-mobile-header .scroll-top.on{opacity:0}.scroll-top:hover{background-color:#000;background-color:rgba(0,0,0,.5)}.scroll-top svg{text-transform:none;width:24px;line-height:1;fill:#fff}.scroll-top-elementor-icon:before{display:none}.scroll-top-elementor-icon,.scroll-top-elementor-icon:hover{color:#fff}.scroll-top-elementor-icon svg{fill:#fff}.no-avatar{position:relative;width:50px;height:50px;box-sizing:border-box}a.no-avatar{transition:all 450ms ease}.no-avatar svg{width:32px;height:auto}.comment .no-avatar,.items-grid .no-avatar,.recent-posts .no-avatar{width:60px;height:60px}.author-avatar .no-avatar,.comment .no-avatar{display:inline-flex;justify-content:center;align-items:center;position:initial}.shortcode-code{padding:25px 20px}.edit-link{padding:5px 10px;background-color:#69c354;color:#fff!important;text-decoration:none;font-family:Arial,sans-serif;font-size:12px;border-radius:3px}.edit-link:hover{color:#fff;background-color:#4fa53b}.details{position:relative;display:inline-block;vertical-align:top;padding-bottom:6px!important;margin-bottom:-6px;font-weight:700;text-decoration:none}.details:after{display:inline-block;padding-left:5px;font-family:icomoon-the7-font;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;font-size:8px;line-height:1;content:"\f003"}.details:before{position:absolute;display:block;left:0;bottom:0;width:0;height:2px;content:"";transition:width .4s ease}.details:hover:before{width:100%}.round-images .alignleft,.round-images .alignleft i,.round-images .alignleft img,.round-images .blur-effect,.round-images .rollover i,.round-images a.rollover,.round-images img{border-radius:50%}#page .customSelect{padding:6px 10px 5px;box-sizing:border-box}#content span:last-child[class*=gw-go-btn-icon][class*=gw-go-btn-icon-large]{margin-bottom:-6px}#content span:last-child[class*=gw-go-btn-icon]{margin-bottom:-5px}.content .gw-go-col{border-top-width:1px;border-bottom-width:1px;border-color:#e2e2e2}.content .gw-go-col:before{margin-top:1px}.esgbox-overlay.esgbox-overlay-fixed{z-index:10000}.esg-grid a{text-decoration:none}.offer-tag{display:none}.boxed-layout #tiptip_holder{top:-20px!important}#main .chzn-container-single .chzn-single{background-image:none}.nsu_widget label{margin-right:10px}form.mc4wp-form label{font-weight:400}#main #content .rotatingtweet{padding:25px 20px 20px;box-sizing:border-box}#content .rotatingtweets{max-width:100%}.interval{padding-bottom:10px}.search-no-results .submit:hover{cursor:default}.useJS .container .l3,.useJS .container .photo.show,.useJS .container-1,.useJS .container-2,.useJS .container-3{transform:none}.lightbox.useJS .close,div.lightbox.useJS .img-caption{transition:none}.jp-carousel-comment-form-button,.wpb-js-composer div.pp_default .pp_contract,.wpb-js-composer div.pp_default .pp_expand{box-shadow:none}.content .searchform input.searchform-s{width:100%;margin-bottom:0}.dt-circle-content{display:-ms-flexbox;display:-ms-flex;display:flex;-ms-align-items:center;align-items:center;-ms-flex-align:center;-ms-justify-content:center;justify-content:center;-ms-flex-pack:center;border-radius:50%}@keyframes opacity-lat-rev{0%{opacity:1;visibility:visible}100%,30%{opacity:0;visibility:hidden}}.loading-ready #load{animation:opacity-lat-rev .8s ease 0s 1 normal both}body #load.loader-removed{opacity:0;visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dt-owl-item>article,.slick-slide .vc_row.vc_row-flex .ult-item-wrap{-ms-flex:0 0 auto;max-width:100%}.owl-carousel .post.product{display:block}}.slick-next,.slick-prev{z-index:10}.woocommerce-Reviews .comment-notes{text-align:left}.post-password-form input[type=password]{margin-right:10px}.customSelectInner{background-repeat:no-repeat;background-position:right center}.archive .taxonomy-description{margin-bottom:40px}.archive:not(.post-type-archive-product) .woocommerce-products-header .term-description{margin-bottom:50px}.mini-wpml{position:relative}[id*=give-form] .give-form-title{text-align:center;margin-bottom:30px}.give-btn.give-btn-reveal{border-color:transparent}.widget_give_forms_widget .give-form-title{display:none}.widget_give_forms_widget #give-donation-level-button-wrap>li{margin-bottom:0}.widget_give_forms_widget #give-donation-level-button-wrap{margin-bottom:5px}.footer-overlap .grecaptcha-badge{z-index:103}.hidden{display:none!important;opacity:0!important}.notransition{transition:none!important}.project-links-container{pointer-events:none}.project-links-container a{pointer-events:initial}.post-entry-content{pointer-events:none}.post-entry-content a{pointer-events:initial}.post-thumbnail::after{content:none}.flatpickr-current-month input.cur-year{min-height:inherit}.ult_modal ul{display:block;list-style-type:disc;margin-block-start:1em;margin-block-end:1em;margin-inline-start:0px;margin-inline-end:0px;padding-inline-start:40px}
.mCustomScrollbar{-ms-touch-action:pinch-zoom;touch-action:pinch-zoom}.mCustomScrollbar.mCS_no_scrollbar,.mCustomScrollbar.mCS_touch_action{-ms-touch-action:auto;touch-action:auto}.mCustomScrollBox{position:relative;overflow:hidden;height:100%;max-width:100%;outline:0;direction:ltr}.mCSB_container{overflow:hidden;width:auto;height:auto}.mCSB_inside>.mCSB_container{margin-right:30px}.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container{margin-right:0;margin-left:30px}.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-left:0}.mCSB_scrollTools{position:absolute;width:16px;height:auto;left:auto;top:0;right:0;bottom:0;opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_outside+.mCSB_scrollTools{right:-26px}.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{right:auto;left:0}.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{left:-26px}.mCSB_scrollTools .mCSB_draggerContainer{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.mCSB_scrollTools .mCSB_draggerRail{width:2px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px}.mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px;z-index:1}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{position:relative;width:4px;height:100%;margin:0 auto;-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;text-align:center}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{width:12px}.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{width:8px}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{display:block;position:absolute;height:20px;width:100%;overflow:hidden;margin:0 auto;cursor:pointer}.mCSB_scrollTools .mCSB_buttonDown{bottom:0}.mCSB_container_wrapper{position:absolute;height:auto;width:auto;overflow:hidden;top:0;left:0;right:0;bottom:0;margin-right:30px;margin-bottom:30px}.mCSB_container_wrapper>.mCSB_container{padding-right:30px;padding-bottom:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:20px}.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:20px}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical{bottom:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{right:0}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:20px}.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal{left:0}.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper{margin-right:0;margin-left:30px}.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container{padding-right:0}.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container{padding-bottom:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0;margin-left:0}.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{margin-bottom:0}.mCSB_scrollTools,.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{-webkit-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:opacity .2s ease-in-out,background-color .2s ease-in-out;transition:opacity .2s ease-in-out,background-color .2s ease-in-out}.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar{-webkit-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-moz-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;-o-transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;transition:width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out}.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools{opacity:0;filter:"alpha(opacity=0)";-ms-filter:"alpha(opacity=0)"}.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,.mCustomScrollBox:hover>.mCSB_scrollTools,.mCustomScrollBox:hover~.mCSB_scrollTools,.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag{opacity:1;filter:"alpha(opacity=100)";-ms-filter:"alpha(opacity=100)"}.mCSB_scrollTools .mCSB_draggerRail{background-color:#000;background-color:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.85);filter:"alpha(opacity=85)";-ms-filter:"alpha(opacity=85)"}.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{background-color:#fff;background-color:rgba(255,255,255,.9);filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonLeft,.mCSB_scrollTools .mCSB_buttonRight,.mCSB_scrollTools .mCSB_buttonUp{opacity:.4;filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_buttonUp{background-position:0 0}.mCSB_scrollTools .mCSB_buttonDown{background-position:0 -20px}.mCSB_scrollTools .mCSB_buttonLeft{background-position:0 -40px}.mCSB_scrollTools .mCSB_buttonRight{background-position:0 -56px}.mCSB_scrollTools .mCSB_buttonDown:hover,.mCSB_scrollTools .mCSB_buttonLeft:hover,.mCSB_scrollTools .mCSB_buttonRight:hover,.mCSB_scrollTools .mCSB_buttonUp:hover{opacity:.75;filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}.mCSB_scrollTools .mCSB_buttonDown:active,.mCSB_scrollTools .mCSB_buttonLeft:active,.mCSB_scrollTools .mCSB_buttonRight:active,.mCSB_scrollTools .mCSB_buttonUp:active{opacity:.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}.elementor-popup-modal .mCSB_container.mCS_no_scrollbar,.masthead .mCSB_container.mCS_no_scrollbar,.the7-scrollbar-style .mCSB_container.mCS_no_scrollbar{margin-right:0}.elementor-popup-modal .mCSB_scrollTools,.masthead .mCSB_scrollTools,.the7-scrollbar-style .mCSB_scrollTools{opacity:0;transition:opacity .4s;width:16px;height:100%;top:10px;right:4px;z-index:10}.elementor-popup-modal .dialog-message:hover .mCSB_scrollTools,.masthead:hover .mCSB_scrollTools,.the7-scrollbar-style .mCSB_scrollTools{opacity:1}.dt-mobile-header .masthead .mCSB_scrollTools{right:-30px!important;left:auto!important}.elementor-popup-modal .mCSB_scrollTools .mCSB_draggerContainer,.masthead .mCSB_scrollTools .mCSB_draggerContainer,.the7-scrollbar-style .mCSB_scrollTools .mCSB_draggerContainers{position:absolute;top:0;left:0;bottom:0;right:0;height:auto}.elementor-popup-modal .mCSB_scrollTools a+.mCSB_draggerContainer,.masthead .mCSB_scrollTools a+.mCSB_draggerContainer,.the7-scrollbar-style .mCSB_scrollTools a+.mCSB_draggerContainer{margin:20px 0}.elementor-popup-modal .mCSB_scrollTools .mCSB_draggerRail,.masthead .mCSB_scrollTools .mCSB_draggerRail,.the7-scrollbar-style .mCSB_scrollTools .mCSB_draggerRail{width:5px;height:100%;margin:0 auto;border-radius:10px}.elementor-popup-modal .mCSB_scrollTools .mCSB_dragger,.masthead .mCSB_scrollTools .mCSB_dragger,.the7-scrollbar-style .mCSB_scrollTools .mCSB_dragger{cursor:pointer;width:100%;height:30px}.elementor-popup-modal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.masthead .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.the7-scrollbar-style .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:5px;height:100%;margin:0 auto;border-radius:10px;text-align:center}.elementor-popup-modal .mCSB_container>.elementor-section-wrap{width:100%}.dt-mobile-header .mCSB_container,.elementor-popup-modal .mCSB_container,.masthead .mCSB_container,.the7-scrollbar-style .mCSB_container{min-height:100%!important;position:relative!important}.dt-mobile-header .mCSB_scrollTools,.elementor-popup-modal .mCSB_scrollTools,.masthead .mCSB_scrollTools,.the7-scrollbar-style .mCSB_scrollTools{top:0}.dt-mobile-header .mCSB_scrollTools .mCSB_draggerContainer,.elementor-popup-modal .mCSB_scrollTools .mCSB_draggerContainer,.masthead .mCSB_scrollTools .mCSB_draggerContainer,.the7-scrollbar-style .mCSB_scrollTools .mCSB_draggerContainer{top:10px;bottom:10px}.the7-scrollbar-style .mCSB_inside>.mCSB_container{margin-right:20px}.the7-scrollbar-style .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{margin-right:0}.mCSB_scrollTools .mCSB_draggerRail{background:#000;background:rgba(0,0,0,.4);filter:"alpha(opacity=40)";-ms-filter:"alpha(opacity=40)"}.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background:#fff;background:rgba(255,255,255,.75);filter:"alpha(opacity=75)";-ms-filter:"alpha(opacity=75)"}
/*! Prefix flex for IE10  in LESS
* https://gist.github.com/codler/2148ba4ff096a19f08ea
* Copyright (c) 2014 Han Lin Yap http://yap.nu; MIT license */.testimonial-item{position:relative}.testimonial-item:not(.testimonial-item-slider){padding:20px 25px 20px}.dt-testimonials-shortcode .dt-css-grid .testimonial-item{height:100%}.testimonial-item .dt-owl-item article{padding:20px 25px 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.hide-testimonial-position .testimonial-position{display:none}.testimonial-item.testimonial-item-slider{margin-bottom:32px}.testimonial-vcard .no-avatar{display:inline-flex;justify-content:center;align-items:center;width:60px;height:60px}.testimonial-vcard a.no-avatar:hover:after{color:#fff}.testimonial-vcard .rollover i{width:60px;height:60px}.testimonials .description-on-hover>.wf-cell .rollover i{visibility:visible}.testimonial-vcard .alignleft,.testimonial-vcard .alignleft div,.testimonial-vcard .rollover i,.testimonial-vcard img{-webkit-border-radius:50%;border-radius:50%}.testimonials{padding-bottom:10px}body.testimonials{padding-bottom:0}.widget .testimonials article{position:relative;padding:0}.testimonial-vcard{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;margin:20px 0 0 0;overflow:hidden}.testimonial-desc{-webkit-align-self:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.testimonial-vcard .alignleft{margin:0 15px 5px 0;font-size:0;line-height:0}#footer .testimonial-vcard .alignleft,#sidebar .testimonial-vcard .alignleft{margin:0 15px 5px 0}.testimonial-vcard .alignleft div{overflow:hidden}.testimonials.list-view li{position:relative;overflow:hidden;padding:25px 0 0 0}.testimonials.list-view li:first-child{margin-top:0;padding-top:0;border-top:none!important}.testimonial-item .testimonial-desc .text-primary,.widget .testimonials .text-primary{display:block}.dt-testimonials-shortcode .testimonial-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:100%;padding:0;box-sizing:border-box}.content-align-center.dt-testimonials-shortcode .testimonial-item{-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.content-bg-off.dt-testimonials-shortcode .testimonial-item{background:0 0}.dt-testimonials-shortcode .testimonial-vcard{-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;margin-top:0;overflow:visible}.dt-testimonials-shortcode .testimonial-name a:hover{text-decoration:none}.testimonial-avatar img,.testimonial-avatar svg{max-width:100%;height:auto}.testim-no-avatar{display:block;line-height:0;box-sizing:border-box}.testim-no-avatar svg{transform:scale(.5)}.dt-testimonials-shortcode .testimonial-avatar{max-width:100%;-ms-flex:0 0 auto}.dt-testimonials-shortcode .testimonial-avatar .no-avatar{display:block;max-width:100%}.dt-testimonials-shortcode .testimonial-avatar .testimonial-thumb{display:block;line-height:0}.dt-testimonials-shortcode .testimonial-avatar .layzr-bg{border-radius:inherit}.dt-testimonials-shortcode .more-link{display:inline-block}.dt-testimonials-shortcode .testimonial-author{max-width:100%}.dt-testimonials-shortcode .testimonial-content{max-width:100%}.dt-testimonials-shortcode.layout-1 .testimonial-vcard{width:100%}.dt-testimonials-shortcode.layout-2 .testimonial-content{-webkit-order:0;-ms-flex-order:0;order:0}.dt-testimonials-shortcode.layout-2 .testimonial-avatar{-webkit-order:1;-ms-flex-order:1;order:1}.dt-testimonials-shortcode.layout-2 .testimonial-vcard{-webkit-order:2;-ms-flex-order:2;order:2}.dt-testimonials-shortcode.layout-3 .testimonial-content{-webkit-order:0;-ms-flex-order:0;order:0}.dt-testimonials-shortcode.layout-3 .testimonial-author{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-ms-flex:0 0 auto;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-order:1;-ms-flex-order:1;order:1;text-align:left}.content-align-center.dt-testimonials-shortcode.layout-3 .testimonial-author{-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-testimonials-shortcode.layout-3 .testimonial-vcard,.dt-testimonials-shortcode.layout-3 .testimonial-vcard span{display:inline-block}.dt-testimonials-shortcode.layout-4 .testimonial-author{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex:0 0 auto;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;text-align:left}.content-align-center.dt-testimonials-shortcode.layout-4 .testimonial-author{-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.dt-testimonials-shortcode.layout-4 .testimonial-vcard,.dt-testimonials-shortcode.layout-4 .testimonial-vcard span{display:inline-block}.dt-testimonials-shortcode .content-wrap{max-width:100%}.dt-testimonials-shortcode.layout-5 .testimonial-item{-webkit-flex-flow:row nowrap;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.dt-testimonials-shortcode.layout-5 .content-wrap{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-ms-flex:0 0 auto;max-width:100%}.dt-testimonials-shortcode.layout-5 .testimonial-content{-webkit-order:0;-ms-flex-order:0;order:0}.dt-testimonials-shortcode.layout-5 .testimonial-vcard{-webkit-order:1;-ms-flex-order:1;order:1}.dt-testimonials-shortcode.layout-6 .testimonial-item{-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.dt-testimonials-shortcode.layout-6 .content-wrap{-ms-flex:0 0 auto;max-width:100%}.dt-testimonials-shortcode[data-auto-height=false] .owl-stage{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-testimonials-shortcode[data-auto-height=false] .owl-stage .dt-owl-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-testimonials-shortcode[data-auto-height=false] .testimonial-content{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.content .slider-content .team-container{margin-bottom:0}.team-container{min-width:100%}.dt-team-masonry-shortcode .team-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-content:flex-start;-ms-align-content:flex-start;align-content:flex-start}.content-align-center.dt-team-masonry-shortcode .team-container{-webkit-align-content:center;-ms-align-content:center;align-content:center}.dt-team-shortcode .dt-css-grid .team-container{height:100%}.bg-on.team-container:not(.fullwidth-img){-webkit-border-radius:0;border-radius:0}.team-container img{max-width:100%;height:auto}.widget .team-container{padding:0;text-align:center}.widget .team-media a.rollover{display:inline-block;width:auto}.widget .team-container img{max-width:81px;-webkit-border-radius:50%;border-radius:50%}.team-desc{padding:20px 0 0;text-align:center}.content-align-left .team-desc{text-align:left}.bg-on .team-desc{padding:15px 25px 10px}#footer .team-desc,#sidebar .team-desc{padding:13px 0 7px}.team-container .soc-ico{padding-top:5px;margin-bottom:18px}.team-container.bg-on .soc-ico{margin-bottom:13px}#footer .team-container .soc-ico,#sidebar .team-container .soc-ico,.sidebar-content .team-container .soc-ico{margin-bottom:0}.content .team-items ul{margin:0}.round-images .team-container{text-align:center}.team-author-name a{text-decoration:none}.wf-container .team-author-name a{font-weight:700}.wf-container .team-author-name{font-weight:700}.dt-team-shortcode .team-media.apply-max-width{-webkit-align-self:flex-start;-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start;-ms-flex:0 0 auto}.content-align-center.dt-team-shortcode .team-media.apply-max-width{-webkit-align-self:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.dt-team-shortcode .team-author p{display:inline-block}.team-author{padding-bottom:5px}.team-author p{margin-bottom:5px}.dt-team-shortcode.hide-team-position .team-author p,.hide-team-position .team-author p{display:none}.team-media{position:relative;line-height:0}.content-align-center .team-media{text-align:center}.dt-css-grid .team-media{-ms-flex:0 0 auto}.team-media>a,.team-media>span{width:100%;display:inline-block}.round-images .bg-on .team-media{padding:25px 25px 0}.disable-bg-rollover .rollover i{visibility:hidden}.dt-team-shortcode.scale-img .rollover{overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translatez(0)}.dt-team-shortcode.scale-img .rollover img{-webkit-transition:-webkit-transform .3s ease-out,opacity .35s;transition:transform .3s ease-out,opacity .35s;-webkit-backface-visibility:hidden;backface-visibility:hidden}.rollover img.lazy-load{-webkit-transition:transform .3s ease-out,opacity .35s;transition:transform .3s ease-out,opacity .35s}.dt-team-shortcode.scale-img .rollover:hover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform 4s ease-out;transition:transform 4s ease-out}.content .dt-team-shortcode .soc-ico a{margin-left:0}.content .dt-team-shortcode .soc-ico a:after,.content .dt-team-shortcode .soc-ico a:before{box-sizing:border-box}.content .dt-team-shortcode.dt-icon-bg-off .soc-ico a:before{background:0 0}.dt-team-shortcode.dt-icon-hover-bg-off .soc-ico a:after{background:0 0!important}.dt-team-shortcode .post-details{float:none;vertical-align:top;-webkit-align-self:center;-ms-align-self:center;-ms-flex-item-align:center;align-self:center}.content-align-left.dt-team-shortcode .post-details{-webkit-align-self:flex-start;-ms-align-self:flex-start;-ms-flex-item-align:flex-start;align-self:flex-start}.dt-team-shortcode[data-auto-height=false] .owl-stage{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-team-shortcode[data-auto-height=false] .owl-stage .dt-owl-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.dt-team-shortcode[data-auto-height=false] .team-desc{-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.move-icons-under-position .team-desc{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.move-icons-under-position .team-desc .soc-ico{-webkit-order:0;-ms-flex-order:0;order:0}.move-icons-under-position .team-desc .team-content{-webkit-order:1;-ms-flex-order:1;order:1}.move-icons-under-position .team-desc .post-details{-webkit-order:2;-ms-flex-order:2;order:2}.content-align-bottom,.content-align-centre{text-align:center}.rollover-project{position:relative;overflow:hidden}.post .rollover-project.alignnone{margin-bottom:0}.rollover-content{position:absolute;top:0;left:0;z-index:100;display:none;width:100%;height:100%;padding:10px 25px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.mobile-true .hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content{display:none}.rollover-content:hover{cursor:pointer}.mobile-false .rollover-content{display:block;opacity:0}.mobile-false .buttons-on-img:hover .rollover-content,.mobile-false .rollover-project:hover .rollover-content{opacity:1}.hover-grid .rollover-content,.mobile-false .text-on-img.hover-grid .dt-owl-item{overflow:hidden}.mobile-true .rollover-content.hide-content{display:none}.mobile-true .albums .rollover-content,.mobile-true .buttons-on-img .rollover-content,.mobile-true .media .rollover-content{opacity:0}.mobile-true .is-clicked .buttons-on-img i,.mobile-true .is-clicked.rollover-content{visibility:visible!important;opacity:1!important}.always-show-info .rollover-content,.always-show-info .rollover-content-container{display:block;opacity:1!important}.rollover-content-container{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.links-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.description-under-image .links-container{position:absolute;top:0;left:0;width:100%;height:100%}.effect-sarah .links-container{-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.content-align-left-bottom.hover-style-two .links-container,.content-align-left.hover-style-three .links-container{position:absolute;display:block;top:15px;right:15px}.content-align-left-top.hover-style-two .links-container{position:absolute;display:block;bottom:15px;right:15px;text-align:right}.effect-bubba .links-container,.effect-layla .links-container,.effect-sarah .links-container{margin-top:10px}.mobile-true .links-container{visibility:hidden}.mobile-true .effect-bubba.always-show-info .links-container,.mobile-true .effect-layla.always-show-info .links-container,.mobile-true .effect-sarah.always-show-info .links-container,.mobile-true .is-clicked .links-container{visibility:visible}.mobile-true .hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .is-clicked .links-container{-webkit-transition-delay:0.3s;transition-delay:0.3s}.links-container>a{position:relative;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:-ms-inline-flex;display:inline-flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;font-size:0;width:44px;height:44px;line-height:44px;border-radius:100px;margin:10px 5px 10px;opacity:1;text-align:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-backface-visibility:hidden}.effect-sarah .links-container>a{margin:5px 10px 5px 0}.links-container>a:after,.links-container>a:before{position:absolute;top:0;left:0;width:100%;height:100%;content:"";box-sizing:border-box;-webkit-border-radius:inherit;border-radius:inherit;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;-webkit-backface-visibility:hidden}.disable-icon-hover-bg .links-container>a:after,.disable-icon-hover-bg .links-container>a:before{-webkit-transition:none;transition:none}.links-container>a:before{background:rgba(255,255,255,.3)}.links-container>a:after{background:rgba(255,255,255,.5)}.links-container>a:before,.links-container>a:hover:after{opacity:1}.links-container>a:after,.links-container>a:hover:before{opacity:0}.links-container>a:hover:before,.links-container>a:not(:hover):after{transition-delay:0.1s}.links-container>a>span{position:relative;z-index:2;-webkit-transition:color .25s;transition:color .25s;font-size:16px;line-height:44px}.buttons-on-img .links-container>a,.hover-style-two:not(.hover-color-static) .links-container>a{-webkit-box-sizing:border-box;box-sizing:border-box}.cs-style-3 .rollover-content-wrap:before,.description-under-image .links-container:after,.description-under-image .links-container:before,.links-container:after,.links-container:before{content:"";display:table;clear:both}#page .rollover-content .entry-title a{background:0 0}.links-hovers-disabled .rollover-content .entry-title a:hover{background:0 0;-webkit-background-clip:text}#page .hover-style-one h2.entry-title,#page .hover-style-two h2.entry-title,#page .post .rollover-content .entry-title a:hover,#page .post .rollover-content h3.entry-title a:hover,#page .post .rollover-content h4.entry-title a:hover,#page .rollover-content,#page .rollover-content *,#page .rollover-content a:hover,#page .rollover-content h3.entry-title,#page .rollover-content h3.entry-title a{color:#fff}.rollover-content .portfolio-categories>a:after,.rollover-content .portfolio-categories>span:after{background:#fff}#page .hover-style-one h2.entry-title,#page .hover-style-two h2.entry-title,#page .hover-style-two h4.entry-title,#page .post .rollover-content .entry-title a:hover,#page .rollover-content .entry-title a,#page .rollover-content h3.entry-title{background:0 0}.hover-grid .rollover-content{-webkit-transition:none;transition:none}.mobile-true .hover-grid .rollover-content,.mobile-true .hover-grid-reverse .rollover-content,.mobile-true .hover-scale .rollover-content{top:0!important;left:0!important;opacity:0}.mobile-true .hover-grid .is-clicked .rollover-content,.mobile-true .hover-grid-reverse .is-clicked .rollover-content,.mobile-true .hover-scale .is-clicked .rollover-content{opacity:1}.mobile-false .hover-scale .rollover-content{background:0 0}.hover-scale .post{overflow:hidden}.hover-scale .post:after,.hover-scale .rollover-project:after{display:block;background-color:inherit;position:absolute;top:0;left:0;right:0;opacity:0;content:"";-webkit-border-radius:50%;border-radius:50%;padding-bottom:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s;transition:transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s}.hover-scale .post-thumbnail-rollover:after,.hover-scale .post:after{padding-bottom:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s;transition:transform .4s cubic-bezier(.4, 0, .2, 1),opacity .4s}.hover-scale .ratio-2.rollover-project:after,.hover-scale article.ratio-2.post:after{top:-50%}.hover-scale .ratio_3-2.rollover-project:after,.hover-scale article.ratio_3-2:after{top:-25%}.hover-scale .ratio_4-3.rollover-project:after,.hover-scale article.ratio_4-3:after{top:-16.6666%}.hover-scale .ratio_2-3.rollover-project:after,.hover-scale article.ratio_2-3:after{top:16.6666%}.hover-scale .ratio_3-4.rollover-project:after,.hover-scale article.ratio_3-4:after{top:14.5%}.mobile-false .hover-scale .rollover-project:hover:after,.mobile-false .hover-scale article:hover:after,.mobile-true .hover-scale article.is-clicked:after{opacity:1;-webkit-transform:scale(1.42);transform:scale(1.42)}.mobile-false .hover-scale .ratio_3-2.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_3-2:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_3-2:after{-webkit-transform:scale(1.2);transform:scale(1.2)}.mobile-false .hover-scale .ratio_4-3.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_4-3:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_4-3:after{-webkit-transform:scale(1.5);transform:scale(1.5)}.mobile-false .hover-scale .ratio_3-4.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_3-4:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_3-4:after{-webkit-transform:scale(2);transform:scale(2)}.mobile-false .hover-scale .ratio_2-3.rollover-project:hover:after,.mobile-false .hover-scale article.ratio_2-3:hover:after,.mobile-true .hover-scale article.is-clicked.ratio_2-3:after{-webkit-transform:scale(2);transform:scale(2)}.mobile-false .hover-scale .rollover-content{background:0 0!important;background-color:transparent;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s;transition:transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s}.mobile-false .hover-scale .rollover-project:hover .rollover-content{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.rollover-thumbnails{display:-ms-flexbox;width:170px;height:70px}.buttons-on-img .rollover-thumbnails,.description-under-image .rollover-thumbnails{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;z-index:9}.content-align-left-bottom.hover-style-two .rollover-thumbnails,.hover-style-one.content-align-left .rollover-thumbnails,.hover-style-three.content-align-left .rollover-thumbnails{position:absolute;display:block;top:15px;right:17px}.content-align-left-top.hover-style-two .rollover-thumbnails{position:absolute;display:block;bottom:14px;right:17px}.rollover-project .rollover-thumbnails{position:relative;margin-top:5px;margin-bottom:5px}.effect-bubba .rollover-project .rollover-thumbnails,.effect-layla .rollover-project .rollover-thumbnails,.effect-sarah .rollover-project .rollover-thumbnails{display:inline-block;margin-bottom:-5px;margin-top:15px}.mobile-false .buttons-on-img:hover .rollover-thumbnails,.mobile-false .rollover:hover .rollover-thumbnails,.mobile-true .rollover.is-clicked .rollover-thumbnails{opacity:1}.rollover-thumbnails span{position:absolute;top:0;left:0;width:69px;height:69px!important;border:3px solid #fff;-webkit-box-shadow:0 0 5px 1px rgba(0,0,0,.15);box-shadow:0 0 5px 1px rgba(0,0,0,.15);-webkit-box-sizing:border-box;box-sizing:border-box}.album-minuatures-style-1 .rollover-thumbnails span{width:90px;height:90px!important}.rollover-thumbnails span,.rollover-thumbnails span img{-webkit-border-radius:50%;border-radius:50%}.albums-shortcode .rollover-thumbnails span img{height:90px;max-height:100%}.rollover-thumbnails .r-thumbn-2 img{min-height:44px}.rollover-thumbnails .r-thumbn-1{z-index:102}.rollover-thumbnails .r-thumbn-2{left:49px;z-index:100}.rollover-thumbnails .r-thumbn-3{left:98px;z-index:99}.rollover-thumbnails span i{display:none!important}#page .rollover-thumbnails img{max-width:100%}.rollover-thumbnails .r-thumbn-1{z-index:102}.album-minuatures-style-1 .rollover-thumbnails .r-thumbn-1{top:25px;left:49px}.rollover-thumbnails .r-thumbn-2{z-index:100}.album-minuatures-style-1 .rollover-thumbnails .r-thumbn-2{top:0;left:42px;width:50px;height:50px!important}.album-minuatures-style-1 .rollover-thumbnails .r-thumbn-3{top:29px;left:0;width:70px;height:70px!important;z-index:101}.related-projects .project-list-content{padding-top:5px}.related-projects .portfolio-categories,.related-projects .project-list-content h3{margin-bottom:8px}#page .related-projects .owl-nav div,#page .related-projects .owl-nav div i{width:36px;height:36px;border-width:0;border-style:solid;border-radius:500px;opacity:1}.arrows-accent.slider-wrapper.related-projects .owl-nav div:hover i:before,.slider-wrapper.arrows-accent.related-projects .owl-nav div:hover i{color:rgba(255,255,255,.75)!important}.related-projects .owl-prev{top:50%;transform:translateY(calc(-50% + 0));left:10px}.related-projects .owl-next{top:50%;transform:translateY(calc(-50% + 0));right:10px}.owl-carousel.shortcode-photo-slider[data-img-mode=fit] .owl-stage{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-align-content:stretch;-ms-align-content:stretch;align-content:stretch}.owl-carousel.shortcode-photo-slider .dt-owl-item{overflow:hidden}.widget .instagram-photos{overflow:hidden;padding-top:5px}.widget_media_gallery .gallery-item{line-height:0}.instagram-photos a{position:relative;float:left;max-width:115px;border-right:2px solid transparent;border-bottom:2px solid transparent;line-height:0;opacity:0;-webkit-box-sizing:border-box;box-sizing:border-box}.widget .instagram-photos a{max-width:77px}.instagram-photos img{max-width:100%;width:100%;height:auto}.instagram-photos a i{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.mobile-false .instagram-photos a:hover i{opacity:1}.albums-shortcode article,.portfolio-shortcode article{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:flex-start;-ms-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.mode-grid:not(.bottom-overlap-layout-list).albums-shortcode article,.mode-grid:not(.bottom-overlap-layout-list).portfolio-shortcode article,.mode-masonry:not(.bottom-overlap-layout-list).albums-shortcode article,.mode-masonry:not(.bottom-overlap-layout-list).portfolio-shortcode article{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:stretch;-ms-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.bottom-overlap-layout-list.albums-shortcode article,.bottom-overlap-layout-list.portfolio-shortcode article{-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center}.content-rollover-layout-list.mode-grid.albums-shortcode article,.content-rollover-layout-list.mode-grid.portfolio-shortcode article,.gradient-overlay-layout-list.mode-grid.albums-shortcode article,.gradient-overlay-layout-list.mode-grid.portfolio-shortcode article{height:auto}.hover-grid article,.hover-grid-reverse article{position:relative;overflow:hidden}.gradient-overlay-layout-list.albums-shortcode article,.gradient-overlay-layout-list.portfolio-shortcode article{overflow:hidden;transform:translateZ(0)}.albums-shortcode.quick-scale-img .post-thumbnail-rollover,.albums-shortcode.scale-img .post-thumbnail-rollover,.portfolio-shortcode.quick-scale-img .post-thumbnail-rollover,.portfolio-shortcode.scale-img .post-thumbnail-rollover{transform:translateZ(0)}.albums-shortcode .post-thumbnail-wrap,.portfolio-shortcode .post-thumbnail-wrap{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 0 auto}.gallery-carousel-shortcode .rollover,.related-projects .project-list-media{position:relative;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex:0 0 auto}.albums-shortcode .post-thumbnail,.portfolio-shortcode .post-thumbnail{position:relative;display:block}.albums-shortcode .post-thumbnail .alignleft,.portfolio-shortcode .post-thumbnail .alignleft{margin:0}.albums-shortcode .post-thumbnail .alignnone,.portfolio-shortcode .post-thumbnail .alignnone{margin-bottom:0}.portfolio-shortcode .format-gallery .post-thumbnail{width:100%}.post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{width:100%}.mobile-false .quick-scale-img.content-rollover-layout-list article:hover .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img,.mobile-false .quick-scale-img.gradient-overlap-layout-list article:hover .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img,.mobile-false .quick-scale-img.gradient-overlay-layout-list article:hover .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out}.mobile-true .quick-scale-img.content-rollover-layout-list article.is-clicked .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img,.mobile-true .quick-scale-img.gradient-overlay-layout-list article.is-clicked .post-thumbnail:not(.overlay-placeholder)>.post-thumbnail-rollover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out}.mobile-false .gradient-overlap-layout-list.scale-img article:hover .post-thumbnail>.post-thumbnail-rollover img,.mobile-true .gradient-overlap-layout-list.scale-img .is-clicked .post-thumbnail>.post-thumbnail-rollover img{-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform 4s ease-out;transition:transform 4s ease-out}.content-rollover-layout-list.albums-shortcode.show-content .post-entry-content:before,.content-rollover-layout-list.albums-shortcode.show-content .post-entry-wrapper{transform:translateY(0)!important;bottom:0!important}#page .content-rollover-layout-list.albums-shortcode.show-content .entry-excerpt,#page .content-rollover-layout-list.albums-shortcode.show-content .post-details{opacity:1}.albums-shortcode .post-entry-content,.portfolio-shortcode .post-entry-content{position:relative;z-index:10}.gradient-overlap-layout-list.albums-shortcode .post-entry-content,.gradient-overlap-layout-list.portfolio-shortcode .post-entry-content{position:relative;margin-top:-125px;z-index:1;padding-top:90px;width:100%}.gradient-overlap-layout-list.albums-shortcode .post-entry-content:before,.gradient-overlap-layout-list.portfolio-shortcode .post-entry-content:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:150px;content:""}.gradient-overlay-layout-list.albums-shortcode .post-entry-content,.gradient-overlay-layout-list.portfolio-shortcode .post-entry-content{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background:0 0!important;width:100%;min-height:100%;left:0;top:0;overflow:hidden;-webkit-transition:opacity .35s;transition:opacity .35s}.mobile-true .hover-scale.gradient-overlay-layout-list.albums-shortcode .post-entry-content,.mobile-true .hover-scale.gradient-overlay-layout-list.portfolio-shortcode .post-entry-content{opacity:0}.mobile-true .hover-scale.gradient-overlay-layout-list.albums-shortcode .is-clicked .post-entry-content,.mobile-true .hover-scale.gradient-overlay-layout-list.portfolio-shortcode .is-clicked .post-entry-content{opacity:1}.mobile-true .hover-scale article.is-clicked .post-entry-content{opacity:1}.content-rollover-layout-list.albums-shortcode .post-entry-content,.content-rollover-layout-list.portfolio-shortcode .post-entry-content{height:100%}.gradient-overlay-layout-list.hover-fade article .post-entry-content{opacity:0;visibility:hidden}.mobile-false .gradient-overlay-layout-list.hover-fade article:hover .post-entry-content,.mobile-true .gradient-overlay-layout-list.hover-fade article.is-clicked .post-entry-content{opacity:1;visibility:visible}@-webkit-keyframes fadeInFromNone{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@keyframes fadeInFromNone{0%{visibility:hidden;opacity:0}1%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes fadeToNone{0%{opacity:1}1%{opacity:0}100%{opacity:0;visibility:hidden}}@keyframes fadeToNone{0%{opacity:1}1%{opacity:0}100%{opacity:0;visibility:hidden}}.mobile-false .hover-scale .post-entry-content{-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s;transition:transform .25s cubic-bezier(.4, 0, .2, 1),opacity .25s}.mobile-false .hover-scale article:hover .post-entry-content{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.hover-grid .post-entry-content,.hover-grid-reverse .post-entry-content{opacity:0}.mobile-false .hover-grid article:hover .post-entry-content,.mobile-false .hover-grid-reverse article:hover .post-entry-content,.mobile-true .hover-grid .is-clicked .post-entry-content,.mobile-true .hover-grid-reverse .is-clicked .post-entry-content{opacity:1}.mobile-false .hover-scale .post-thumbnail-rollover:after{display:none}.portfolio-shortcode .entry-excerpt{overflow:hidden}.portfolio-shortcode .post-entry-content .entry-title a,.portfolio-shortcode .post-entry-title-content .entry-title a{-webkit-transition:color .35s;transition:color .35s}.accent-gradient .portfolio-shortcode .post-entry-content .entry-title a,.accent-gradient .portfolio-shortcode .post-entry-title-content .entry-title a{-webkit-transition:none;transition:none}.albums-shortcode .entry-meta,.portfolio-shortcode .entry-meta{padding:0}.albums-shortcode .entry-meta a:hover,.portfolio-shortcode .entry-meta a:hover{text-decoration:none}.albums-shortcode .entry-meta>span a,.portfolio-shortcode .entry-meta>span a{display:inline-block}.albums-shortcode .entry-meta *,.portfolio-shortcode .entry-meta *{color:inherit}.albums-shortcode .entry-meta>a:after,.albums-shortcode .entry-meta>span:after,.portfolio-shortcode .entry-meta>a:after,.portfolio-shortcode .entry-meta>span:after{right:0;width:3px;height:3px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);content:""}.albums-shortcode .entry-meta>.data-link:hover,.portfolio-shortcode .entry-meta>.data-link:hover{text-decoration:none}.post-entry-content .project-links-container,.post-thumbnail-wrap .project-links-container{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.gradient-overlap-layout-list .post-entry-content .project-links-container,.gradient-overlap-layout-list .post-thumbnail-wrap .project-links-container{height:calc(100% - 125px)}.content-rollover-layout-list:not(.content-align-center) .post-entry-content .project-links-container,.content-rollover-layout-list:not(.content-align-center) .post-thumbnail-wrap .project-links-container,.gradient-overlay-layout-list:not(.content-align-center) .post-entry-content .project-links-container,.gradient-overlay-layout-list:not(.content-align-center) .post-thumbnail-wrap .project-links-container{-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start}.post-entry-content .project-links-container a,.post-thumbnail-wrap .project-links-container a{position:relative;font-size:0;line-height:0;opacity:0;text-align:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;-webkit-backface-visibility:hidden}.post-entry-content .project-links-container a:after,.post-entry-content .project-links-container a:before,.post-thumbnail-wrap .project-links-container a:after,.post-thumbnail-wrap .project-links-container a:before{position:absolute;background:0 0;top:0;left:0;width:100%;height:100%;content:"";box-sizing:border-box;-webkit-border-radius:inherit;border-radius:inherit;-webkit-transition:opacity .15s linear;transition:opacity .15s linear;-webkit-backface-visibility:hidden}.disable-icon-hover-bg .post-entry-content .project-links-container a:after,.disable-icon-hover-bg .post-entry-content .project-links-container a:before,.disable-icon-hover-bg .post-thumbnail-wrap .project-links-container a:after,.disable-icon-hover-bg .post-thumbnail-wrap .project-links-container a:before{-webkit-transition:none;transition:none}.post-entry-content .project-links-container a:before,.post-thumbnail-wrap .project-links-container a:before{opacity:1}.dt-icon-hover-on .post-entry-content .project-links-container a:hover:after,.dt-icon-hover-on .post-thumbnail-wrap .project-links-container a:hover:after{opacity:1}.post-entry-content .project-links-container a:after,.post-thumbnail-wrap .project-links-container a:after{opacity:0}.dt-icon-hover-on .post-entry-content .project-links-container a:hover:before,.dt-icon-hover-on .post-thumbnail-wrap .project-links-container a:hover:before{opacity:0}.post-entry-content .project-links-container a:hover:before,.post-entry-content .project-links-container a:not(:hover):after,.post-thumbnail-wrap .project-links-container a:hover:before,.post-thumbnail-wrap .project-links-container a:not(:hover):after{transition-delay:0.1s}.post-entry-content .project-links-container a>span,.post-thumbnail-wrap .project-links-container a>span{position:relative;z-index:2;-webkit-transition:color .25s;transition:color .25s}.gradient-overlay-layout-list .post-entry-content .project-links-container a,.gradient-overlay-layout-list .post-thumbnail-wrap .project-links-container a{opacity:1}.post-thumbnail-wrap .project-links-container{position:absolute;top:0;left:0;width:100%;height:100%}.gradient-overlap-layout-list.portfolio-shortcode article:hover .post-thumbnail-rollover:after,.mobile-true .gradient-overlap-layout-list.portfolio-shortcode .is-clicked .post-thumbnail-rollover:after,.mobile-true .portfolio-shortcode .is-clicked .post-thumbnail>.post-thumbnail-rollover:after,.portfolio-shortcode .post-thumbnail:hover>.post-thumbnail-rollover:after{opacity:1}.content-rollover-layout-list article:hover .project-links-container a,.gradient-overlap-layout-list article:hover .project-links-container a,.post-entry-content:hover .project-links-container a,.post-thumbnail:hover .project-links-container a{opacity:1}.slider-simple{background:#262626}.slider-masonry .slide-item,.slider-simple .slide-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-flex-flow:column nowrap;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.slider-masonry .dt-owl-item,.slider-simple .dt-owl-item{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;overflow:hidden}.album-share-overlay .share-button.entry-share{margin:0}.album-share-overlay .soc-ico{position:absolute;z-index:999;visibility:hidden;overflow:visible;opacity:0;left:0;bottom:46px;width:auto;min-width:220px;color:#000;background-color:#fff}.album-share-overlay .soc-ico:after{position:absolute;left:0;margin-left:10px;bottom:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;content:""}.album-share-overlay .soc-ico a{display:none;width:100%;padding:8px 12px;margin:0;line-height:18px;height:auto;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;-ms-justify-content:flex-start;justify-content:flex-start;text-align:left;-webkit-border-radius:0;border-radius:0}.album-share-overlay .soc-ico a:hover *{color:#fff!important;fill:#fff!important}.album-share-overlay .soc-ico a:not(:hover){background:0 0!important}.album-share-overlay a.facebook:hover{background:#4c69c7!important}.album-share-overlay a.twitter:hover{background:#2abeeb!important}.album-share-overlay a.pinterest:hover{background:#cf2834!important}.album-share-overlay a.linkedin:hover{background:#007bc7!important}.album-share-overlay a.whatsapp:hover{background:#36b74d!important}.album-share-overlay a.google:hover{background:#e64235!important}.mobile-false .album-share-overlay .soc-ico a.whatsapp{display:none}#page .album-share-overlay .soc-ico a{box-shadow:none;text-shadow:none}.album-share-overlay .soc-ico a:after,.album-share-overlay .soc-ico a:before{display:none}#page .album-share-overlay .soc-ico a svg,#page .album-share-overlay .soc-ico a:hover svg{fill:#000;margin-right:5px}#page .album-share-overlay .social-text{font-size:14px;color:#222;text-shadow:none}.album-share-overlay{position:relative}.album-share-overlay,.album-share-overlay .share-button.entry-share,.photo-scroller .btn-project-link{float:left;width:32px;height:32px;padding:0;margin:0 5px 5px 0}.album-share-overlay .share-button.entry-share,.photo-scroller .btn-project-link{background-color:rgba(0,0,0,.4);-webkit-border-radius:50%;border-radius:50%}.album-share-overlay .share-button.entry-share:hover,.photo-scroller .btn-project-link:hover{opacity:.7;background-color:rgba(0,0,0,.4)}.photo-scroller .album-share-overlay .share-button.entry-share{display:flex;justify-content:center;align-items:center;width:36px;height:36px;line-height:36px;font-size:0;background-color:rgba(0,0,0,.4)}.photo-scroller .album-share-overlay .share-button.entry-share:hover{opacity:.7;background-color:rgba(0,0,0,.4)}.photoSlider .video-icon,.rsPlayBtn{position:absolute;display:flex;justify-content:center;align-items:center;top:50%;left:50%;width:80px;height:80px;margin-left:-40px;margin-top:-40px;background-color:#000;background-color:rgba(0,0,0,.4);-webkit-border-radius:50%;border-radius:50%;-webkit-transition:opacity .4s ease}.photoSlider .video-icon svg,.rsPlayBtn svg{fill:#fff;width:32px}.photo-scroller .ps-link{opacity:0;background-color:rgba(0,0,0,.4);-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.ps-center-btn,.rsBtnCenterer{position:absolute;left:50%;top:50%;width:91px;height:91px;margin:-45px 0 0 -45px}.ps-center-btn.BtnCenterer,.rsBtnCenterer.with-link{width:200px;margin:-45px 0 0 -100px}.photoSlider .ps-center-btn.BtnCenterer .ps-link,.photoSlider .ps-center-btn.BtnCenterer .video-icon,.rsBtnCenterer .rsPlayBtn{position:relative;top:0;left:0;display:inline-block;margin:0 5px}#page .photo-scroller .act .ps-link:hover,#page .photo-scroller .photoSlider .video-icon:hover,.rsPlayBtn:hover{background-color:rgba(0,0,0,.4);opacity:.7!important}.slider-content.logo-items .dt-owl-item{text-align:center}.logo-items.owl-carousel img{max-width:100%;height:auto}.albums-shortcode article:hover .gallery-rollover,.albums-shortcode article:hover .rollover-thumbnails,.gallery-shortcode article:hover .gallery-rollover,.gallery-shortcode article:hover .rollover-thumbnails{opacity:1}.albums-shortcode .rollover-thumbnails{position:relative;top:0;left:0;transform:none;display:inline-block;opacity:1}.album-minuatures-style-1.albums-shortcode .rollover-thumbnails{width:142px;height:116px}.album-minuatures-style-2.albums-shortcode .rollover-thumbnails{width:170px;height:70px}.album-rollover{display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex}.album-rollover:hover{cursor:pointer}.bottom-overlap-layout-list .album-rollover,.classic-layout-list .album-rollover,.content-align-center .album-rollover,.gradient-overlap-layout-list .album-rollover{-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.bottom-overlap-layout-list .album-rollover,.classic-layout-list .album-rollover,.gradient-overlap-layout-list .album-rollover{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transition:opacity .4s ease;transition:opacity .4s ease}.gradient-overlay-layout-list:not(.content-align-center) .album-rollover{display:block}.album-rollover .mobile-true .bottom-overlap-layout-list article.is-clicked,.album-rollover .mobile-true .classic-layout-list article.is-clicked,.album-rollover .mobile-true .gradient-overlap-layout-list article.is-clicked,.mobile-false .bottom-overlap-layout-list figure:hover .album-rollover,.mobile-false .classic-layout-list figure:hover .album-rollover,.mobile-false .gradient-overlap-layout-list article:hover .album-rollover{opacity:1}.gradient-overlap-layout-list .album-rollover{height:calc(100% - 125px)}.content-rollover-layout-list .album-rollover,.gradient-overlap-layout-list .album-rollover,.gradient-overlay-layout-list .album-rollover{background:0 0!important}.albums-shortcode.gradient-overlap-layout-list .post-entry-content{width:100%}.albums-shortcode .album-zoom-ico{border-style:solid;box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:-ms-flex;display:flex;-webkit-align-items:center;-ms-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;-ms-justify-content:center;justify-content:center}.albums-shortcode .album-zoom-ico span{position:relative}.albums-shortcode figure{position:relative;overflow:hidden}.mobile-false .albums-shortcode figure:hover>.post-thumbnail-rollover:after{opacity:1}.content-rollover-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after,.gradient-overlap-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after,.gradient-overlay-layout-list article:hover>.post-thumbnail-wrap .post-thumbnail-rollover:after{opacity:1}
:root {
  --the7-accent-bg-color: #999999;
  --the7-accent-color: #999999;
  --the7-additional-logo-elements-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-additional-logo-elements-font-size: 20px;
  --the7-additional-logo-elements-icon-size: 0px;
  --the7-additional-menu-elements-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-additional-menu-elements-font-size: 20px;
  --the7-additional-menu-elements-icon-size: 0px;
  --the7-base-border-radius: 0px;
  --the7-base-color: #666666;
  --the7-base-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-base-font-size: 15px;
  --the7-base-font-weight: normal;
  --the7-base-line-height: 1.4em;
  --the7-beautiful-loading-bg: #ffffff;
  --the7-beautiful-spinner-color: rgba(0,0,0,0.12);
  --the7-body-bg-color: #ffffff;
  --the7-body-bg-image: none;
  --the7-body-bg-position-x: center;
  --the7-body-bg-position-y: center;
  --the7-body-bg-repeat: no-repeat;
  --the7-body-bg-size: auto;
  --the7-border-radius-size: 0px;
  --the7-bottom-bar-bottom-padding: 10px;
  --the7-bottom-bar-height: 60px;
  --the7-bottom-bar-line-size: 1px;
  --the7-bottom-bar-menu-switch: 778px;
  --the7-bottom-bar-switch: 990px;
  --the7-bottom-bar-top-padding: 10px;
  --the7-bottom-bg-color: rgba(255,255,255,0.12);
  --the7-bottom-bg-image: none;
  --the7-bottom-bg-position-x: center;
  --the7-bottom-bg-position-y: top;
  --the7-bottom-bg-repeat: repeat;
  --the7-bottom-color: #eeeeee;
  --the7-bottom-content-padding: 0px;
  --the7-bottom-input-border-width: 1px;
  --the7-bottom-input-padding: 5px;
  --the7-bottom-logo-bottom-padding: 0px;
  --the7-bottom-logo-left-padding: 0px;
  --the7-bottom-logo-right-padding: 0px;
  --the7-bottom-logo-top-padding: 0px;
  --the7-bottom-overlay-content-padding: 0px;
  --the7-box-width: 1280px;
  --the7-breadcrumbs-bg-color: #594492;
  --the7-breadcrumbs-border-color: rgba(255,255,255,0);
  --the7-breadcrumbs-border-radius: 2px;
  --the7-breadcrumbs-border-width: 0px;
  --the7-breadcrumbs-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-breadcrumbs-font-size: 14px;
  --the7-breadcrumbs-line-height: 16px;
  --the7-breadcrumbs-margin-bottom: 0px;
  --the7-breadcrumbs-margin-left: 0px;
  --the7-breadcrumbs-margin-right: 0px;
  --the7-breadcrumbs-margin-top: 10px;
  --the7-breadcrumbs-padding-bottom: 0px;
  --the7-breadcrumbs-padding-left: 0px;
  --the7-breadcrumbs-padding-right: 0px;
  --the7-breadcrumbs-padding-top: 0px;
  --the7-breadcrumbs-text-transform: none;
  --the7-btn-bg-color: #999999;
  --the7-btn-border-color: #999999;
  --the7-btn-border-hover-color: #999999;
  --the7-btn-color: #ffffff;
  --the7-btn-hover-bg-color: #666666;
  --the7-btn-hover-color: #ffffff;
  --the7-btn-l-border-radius: 3px;
  --the7-btn-l-border-style: solid;
  --the7-btn-l-border-width: 0px;
  --the7-btn-l-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-l-font-size: 16px;
  --the7-btn-l-icon-size: 16px;
  --the7-btn-l-letter-spacing: 0px;
  --the7-btn-l-line-height: 1;
  --the7-btn-l-min-height: 1px;
  --the7-btn-l-min-width: 1px;
  --the7-btn-l-padding: 12px 18px 12px 18px;
  --the7-btn-l-text-transform: none;
  --the7-btn-lg-border-radius: 3px;
  --the7-btn-lg-border-style: solid;
  --the7-btn-lg-border-width: 0px;
  --the7-btn-lg-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-lg-font-size: 18px;
  --the7-btn-lg-icon-size: 18px;
  --the7-btn-lg-letter-spacing: 0px;
  --the7-btn-lg-line-height: 1;
  --the7-btn-lg-min-height: 1px;
  --the7-btn-lg-min-width: 1px;
  --the7-btn-lg-padding: 14px 24px 14px 24px;
  --the7-btn-lg-text-transform: none;
  --the7-btn-m-border-radius: 3px;
  --the7-btn-m-border-style: solid;
  --the7-btn-m-border-width: 0px;
  --the7-btn-m-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-m-font-size: 14px;
  --the7-btn-m-icon-size: 14px;
  --the7-btn-m-letter-spacing: 0px;
  --the7-btn-m-line-height: 1;
  --the7-btn-m-min-height: 1px;
  --the7-btn-m-min-width: 1px;
  --the7-btn-m-padding: 10px 14px 10px 14px;
  --the7-btn-m-text-transform: none;
  --the7-btn-s-border-radius: 3px;
  --the7-btn-s-border-style: solid;
  --the7-btn-s-border-width: 0px;
  --the7-btn-s-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-s-font-size: 12px;
  --the7-btn-s-icon-size: 12px;
  --the7-btn-s-letter-spacing: 0px;
  --the7-btn-s-line-height: 1;
  --the7-btn-s-min-height: 1px;
  --the7-btn-s-min-width: 1px;
  --the7-btn-s-padding: 8px 10px 8px 10px;
  --the7-btn-s-text-transform: none;
  --the7-btn-xl-border-radius: 3px;
  --the7-btn-xl-border-style: solid;
  --the7-btn-xl-border-width: 0px;
  --the7-btn-xl-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-btn-xl-font-size: 20px;
  --the7-btn-xl-icon-size: 20px;
  --the7-btn-xl-letter-spacing: 0px;
  --the7-btn-xl-line-height: 1;
  --the7-btn-xl-min-height: 1px;
  --the7-btn-xl-min-width: 1px;
  --the7-btn-xl-padding: 20px 30px 20px 30px;
  --the7-btn-xl-text-transform: none;
  --the7-button-shadow-blur: 10px;
  --the7-button-shadow-color: rgba(0,0,0,0);
  --the7-button-shadow-horizontal: 0px;
  --the7-button-shadow-hover-blur: 10px;
  --the7-button-shadow-hover-color: rgba(0,0,0,0);
  --the7-button-shadow-hover-horizontal: 0px;
  --the7-button-shadow-hover-spread: 0px;
  --the7-button-shadow-hover-vertical: 0px;
  --the7-button-shadow-spread: 0px;
  --the7-button-shadow-vertical: 0px;
  --the7-classic-menu-bottom-margin: 0px;
  --the7-classic-menu-top-margin: 0px;
  --the7-close-menu-caption-color-hover: #000000;
  --the7-close-menu-caption-color: #000000;
  --the7-close-menu-caption-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-close-menu-caption-font-size: 16px;
  --the7-close-menu-caption-gap: 20px;
  --the7-close-menu-caption-text-transform: uppercase;
  --the7-close-mobile-menu-caption-color-hover: #000000;
  --the7-close-mobile-menu-caption-color: #000000;
  --the7-close-mobile-menu-caption-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-close-mobile-menu-caption-font-size: 16px;
  --the7-close-mobile-menu-caption-font-weight: 300;
  --the7-close-mobile-menu-caption-gap: 10px;
  --the7-close-mobile-menu-caption-text-transform: uppercase;
  --the7-content-boxes-bg: #f7f7f7;
  --the7-content-width: 1200px;
  --the7-divider-bg-color: rgba(0,0,0,0);
  --the7-divider-color: rgba(0,0,0,0.12);
  --the7-filter-border-radius: 100px;
  --the7-filter-decoration-line-size: 1px;
  --the7-filter-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-filter-font-size: 15px;
  --the7-filter-font-weight: normal;
  --the7-filter-item-margin-bottom: 0px;
  --the7-filter-item-margin-left: 15px;
  --the7-filter-item-margin-right: 15px;
  --the7-filter-item-margin-top: 0px;
  --the7-filter-item-padding-bottom: 5px;
  --the7-filter-item-padding-left: 0px;
  --the7-filter-item-padding-right: 0px;
  --the7-filter-item-padding-top: 5px;
  --the7-filter-pointer-bg-radius: 100px;
  --the7-filter-pointer-border-width: 1px;
  --the7-filter-text-transform: none;
  --the7-first-switch-header-padding-left: 30px;
  --the7-first-switch-header-padding-right: 30px;
  --the7-first-switch-mobile-header-height: 60px;
  --the7-first-switch: 1150px;
  --the7-float-menu-bg: #ffffff;
  --the7-float-menu-height: 64px;
  --the7-float-menu-line-decoration-color: rgba(51,51,51,0.11);
  --the7-float-menu-line-decoration-size: 1px;
  --the7-floating-header-bg-image: none;
  --the7-floating-header-bg-position-x: center;
  --the7-floating-header-bg-position-y: center;
  --the7-floating-header-bg-repeat: repeat;
  --the7-floating-header-bg-size: auto;
  --the7-floating-logo-bottom-padding: 0px;
  --the7-floating-logo-left-padding: 0px;
  --the7-floating-logo-right-padding: 0px;
  --the7-floating-logo-top-padding: 0px;
  --the7-floating-menu-active-last-color: #999999;
  --the7-floating-menu-color-active: #999999;
  --the7-floating-menu-color-hover: #000000;
  --the7-floating-menu-color: #666666;
  --the7-floating-menu-hover-last-color: #000000;
  --the7-floating-mixed-logo-bottom-padding: 0px;
  --the7-floating-mixed-logo-left-padding: 0px;
  --the7-floating-mixed-logo-right-padding: 0px;
  --the7-floating-mixed-logo-top-padding: 0px;
  --the7-floating-mobile-logo-bottom-padding: 0px;
  --the7-floating-mobile-logo-left-padding: 0px;
  --the7-floating-mobile-logo-right-padding: 0px;
  --the7-floating-mobile-logo-top-padding: 0px;
  --the7-footer-bg-color: #ffffff;
  --the7-footer-bg-image: none;
  --the7-footer-bg-position-x: center;
  --the7-footer-bg-position-y: top;
  --the7-footer-bg-repeat: repeat;
  --the7-footer-bottom-padding: 0px;
  --the7-footer-decoration-line-size: 1px;
  --the7-footer-left-padding: 0px;
  --the7-footer-outline-color: rgba(129,215,66,0.96);
  --the7-footer-right-padding: 0px;
  --the7-footer-switch-colums: 992px;
  --the7-footer-switch: 0px;
  --the7-footer-top-padding: 0px;
  --the7-general-border-radius: 0px;
  --the7-general-title-responsiveness: 778px;
  --the7-h1-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-h1-font-size-desktop: 50px;
  --the7-h1-font-size: 50px;
  --the7-h1-font-weight: 500;
  --the7-h1-line-height-desktop: 1.1em;
  --the7-h1-line-height: 1.1em;
  --the7-h1-text-transform: none;
  --the7-h2-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-h2-font-size-desktop: 40px;
  --the7-h2-font-size: 40px;
  --the7-h2-font-weight: 500;
  --the7-h2-line-height-desktop: 1.2em;
  --the7-h2-line-height: 1.2em;
  --the7-h2-text-transform: none;
  --the7-h3-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-h3-font-size-desktop: 26px;
  --the7-h3-font-size: 26px;
  --the7-h3-font-weight: 500;
  --the7-h3-line-height-desktop: 1.2em;
  --the7-h3-line-height: 1.2em;
  --the7-h3-text-transform: none;
  --the7-h4-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-h4-font-size-desktop: 22px;
  --the7-h4-font-size: 22px;
  --the7-h4-font-weight: 500;
  --the7-h4-line-height-desktop: 1.2em;
  --the7-h4-line-height: 1.2em;
  --the7-h4-text-transform: none;
  --the7-h5-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-h5-font-size-desktop: 18px;
  --the7-h5-font-size: 18px;
  --the7-h5-font-weight: 500;
  --the7-h5-line-height-desktop: 1.3em;
  --the7-h5-line-height: 1.3em;
  --the7-h5-text-transform: none;
  --the7-h6-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-h6-font-size-desktop: 16px;
  --the7-h6-font-size: 16px;
  --the7-h6-font-weight: 500;
  --the7-h6-line-height-desktop: 1.3em;
  --the7-h6-line-height: 1.3em;
  --the7-h6-text-transform: none;
  --the7-hamburger-border-width: 0px;
  --the7-hamburger-close-border-radius: 0px;
  --the7-hamburger-close-border-width: 0px;
  --the7-hamburger-mobile-close-border-radius: 0px;
  --the7-hamburger-mobile-close-border-width: 0px;
  --the7-header-bg-color: #ffffff;
  --the7-header-bg-image: none;
  --the7-header-bg-position-x: center;
  --the7-header-bg-position-y: center;
  --the7-header-bg-repeat: repeat;
  --the7-header-bg-size: auto;
  --the7-header-classic-menu-line-size: 1px;
  --the7-header-decoration-size: 1px;
  --the7-header-decoration: rgba(51,51,51,0.11);
  --the7-header-height: 140px;
  --the7-header-left-padding: 0px;
  --the7-header-mobile-left-padding: 0px;
  --the7-header-mobile-menu-bottom-padding: 30px;
  --the7-header-mobile-menu-left-padding: 30px;
  --the7-header-mobile-menu-right-padding: 10px;
  --the7-header-mobile-menu-top-padding: 45px;
  --the7-header-mobile-right-padding: 0px;
  --the7-header-right-padding: 0px;
  --the7-header-side-content-width: 300px;
  --the7-header-side-width: 280px;
  --the7-header-slide-out-width: 400px;
  --the7-header-switch-paddings: 0px;
  --the7-header-transparent-bg-color: #eeee22;
  --the7-input-bg-color: #ffffff;
  --the7-input-border-color: rgba(0,0,0,0.12);
  --the7-input-border-radius: 1px;
  --the7-input-color: #666666;
  --the7-input-height: 40px;
  --the7-left-content-padding: 0px;
  --the7-left-input-border-width: 1px;
  --the7-left-input-padding: 12px;
  --the7-left-overlay-content-padding: 0px;
  --the7-lightbox-arrow-size: 48px;
  --the7-links-color: #999999;
  --the7-logo-area-left-padding-bottom: 0px;
  --the7-logo-area-left-padding-left: 0px;
  --the7-logo-area-left-padding-right: 0px;
  --the7-logo-area-left-padding-top: 0px;
  --the7-logo-area-right-padding-bottom: 0px;
  --the7-logo-area-right-padding-left: 0px;
  --the7-logo-area-right-padding-right: 0px;
  --the7-logo-area-right-padding-top: 0px;
  --the7-main-logo-bottom-padding: 0px;
  --the7-main-logo-left-padding: 0px;
  --the7-main-logo-right-padding: 0px;
  --the7-main-logo-top-padding: 0px;
  --the7-main-menu-icon-size: 24px;
  --the7-mega-col-padding-bottom: 0px;
  --the7-mega-col-padding-left: 10px;
  --the7-mega-col-padding-right: 10px;
  --the7-mega-col-padding-top: 0px;
  --the7-mega-menu-desc-color: #333333;
  --the7-mega-menu-desc-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-mega-menu-desc-font-size: 10px;
  --the7-mega-menu-title-color: #333333;
  --the7-mega-menu-title-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-mega-menu-title-font-size: 16px;
  --the7-mega-menu-title-font-weight: 700;
  --the7-mega-menu-title-icon-size: 16px;
  --the7-mega-menu-title-text-transform: uppercase;
  --the7-mega-menu-widget-color: #333333;
  --the7-mega-menu-widget-title-color: #333333;
  --the7-mega-submenu-col-width: 260px;
  --the7-mega-submenu-item-2-level-spacing: 0px;
  --the7-mega-submenu-item-padding-bottom: 9px;
  --the7-mega-submenu-item-padding-left: 10px;
  --the7-mega-submenu-item-padding-right: 10px;
  --the7-mega-submenu-item-padding-top: 9px;
  --the7-mega-submenu-padding-bottom: 20px;
  --the7-mega-submenu-padding-left: 10px;
  --the7-mega-submenu-padding-right: 10px;
  --the7-mega-submenu-padding-top: 20px;
  --the7-megamenu-title-active-color-2: left, #8224e3 30%, #eeee22 100%;
  --the7-megamenu-title-active-color: #8224e3;
  --the7-megamenu-title-hover-color-2: left, #1e73be 30%, #eeee22 99%;
  --the7-megamenu-title-hover-color: #1e73be;
  --the7-menu-active-color: #999999;
  --the7-menu-active-decor-color: rgba(153,153,153,0.15);
  --the7-menu-active-last-color: #999999;
  --the7-menu-active-line-decor-color: rgba(130,36,227,0.3);
  --the7-menu-area-below-padding-bottom: 0px;
  --the7-menu-area-below-padding-left: 0px;
  --the7-menu-area-below-padding-right: 0px;
  --the7-menu-area-below-padding-top: 0px;
  --the7-menu-area-left-padding-bottom: 0px;
  --the7-menu-area-left-padding-left: 0px;
  --the7-menu-area-left-padding-right: 0px;
  --the7-menu-area-left-padding-top: 0px;
  --the7-menu-area-right-padding-bottom: 0px;
  --the7-menu-area-right-padding-left: 0px;
  --the7-menu-area-right-padding-right: 0px;
  --the7-menu-area-right-padding-top: 0px;
  --the7-menu-area-top-line-padding-bottom: 0px;
  --the7-menu-area-top-line-padding-left: 0px;
  --the7-menu-area-top-line-padding-right: 0px;
  --the7-menu-area-top-line-padding-top: 0px;
  --the7-menu-area-top-line-right-padding-bottom: 0px;
  --the7-menu-area-top-line-right-padding-left: 0px;
  --the7-menu-area-top-line-right-padding-right: 0px;
  --the7-menu-area-top-line-right-padding-top: 0px;
  --the7-menu-caption-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-menu-caption-font-size: 16px;
  --the7-menu-caption-gap: 10px;
  --the7-menu-caption-text-transform: none;
  --the7-menu-click-decor-bg-color: rgba(153,153,153,0);
  --the7-menu-color: #666666;
  --the7-menu-decor-border-radius: 3px;
  --the7-menu-decor-color: #999999;
  --the7-menu-decoration-line-size: 2px;
  --the7-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-menu-font-size: 22px;
  --the7-menu-font-weight: 200;
  --the7-menu-hover-color: #000000;
  --the7-menu-hover-decor-color-2: 135deg, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%;
  --the7-menu-hover-decor-color: rgba(255,255,255,0.23);
  --the7-menu-hover-last-color: #000000;
  --the7-menu-item-divider-width: 1px;
  --the7-menu-item-margin-bottom: 20px;
  --the7-menu-item-margin-left: 0px;
  --the7-menu-item-margin-right: 0px;
  --the7-menu-item-margin-top: 0px;
  --the7-menu-item-padding-bottom: 0px;
  --the7-menu-item-padding-left: 0px;
  --the7-menu-item-padding-right: 0px;
  --the7-menu-item-padding-top: 0px;
  --the7-menu-line-decor-color-2: to left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%;
  --the7-menu-line-decor-color: rgba(255,255,255,0.23);
  --the7-menu-tem-divider-color: rgba(17,17,17,0.14);
  --the7-menu-tem-divider-height: 24px;
  --the7-menu-text-transform: none;
  --the7-message-color: #ffffff;
  --the7-microwidget-button-2-bg: #999999;
  --the7-microwidget-button-2-border-color: #999999;
  --the7-microwidget-button-2-border-radius: 0px;
  --the7-microwidget-button-2-border-width: 1px;
  --the7-microwidget-button-2-bottom-padding: 10px;
  --the7-microwidget-button-2-color: #ffffff;
  --the7-microwidget-button-2-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-microwidget-button-2-font-size: 14px;
  --the7-microwidget-button-2-font-weight: 700;
  --the7-microwidget-button-2-hover-bg: #999999;
  --the7-microwidget-button-2-hover-border-color: #999999;
  --the7-microwidget-button-2-hover-color: #ffffff;
  --the7-microwidget-button-2-icon-gap: 5px;
  --the7-microwidget-button-2-icon-size: 14px;
  --the7-microwidget-button-2-left-padding: 20px;
  --the7-microwidget-button-2-right-padding: 20px;
  --the7-microwidget-button-2-top-padding: 10px;
  --the7-microwidget-button-bg: #999999;
  --the7-microwidget-button-border-color: #999999;
  --the7-microwidget-button-border-radius: 0px;
  --the7-microwidget-button-border-width: 1px;
  --the7-microwidget-button-bottom-padding: 10px;
  --the7-microwidget-button-color: #ffffff;
  --the7-microwidget-button-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-microwidget-button-font-size: 14px;
  --the7-microwidget-button-font-weight: 700;
  --the7-microwidget-button-hover-bg: #999999;
  --the7-microwidget-button-hover-border-color: #999999;
  --the7-microwidget-button-hover-color: #ffffff;
  --the7-microwidget-button-icon-gap: 5px;
  --the7-microwidget-button-icon-size: 14px;
  --the7-microwidget-button-left-padding: 20px;
  --the7-microwidget-button-right-padding: 20px;
  --the7-microwidget-button-top-padding: 10px;
  --the7-microwidgets-in-top-line-color: #888888;
  --the7-microwidgets-in-top-line-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-microwidgets-in-top-line-font-size: 20px;
  --the7-microwidgets-in-top-line-icon-color: #888888;
  --the7-microwidgets-in-top-line-icon-size: 16px;
  --the7-mixed-logo-bottom-padding: 0px;
  --the7-mixed-logo-left-padding: 0px;
  --the7-mixed-logo-right-padding: 0px;
  --the7-mixed-logo-top-padding: 0px;
  --the7-mobile-floating-header-bg-color: #ffffff;
  --the7-mobile-footer-bottom-padding: 0px;
  --the7-mobile-footer-left-padding: 0px;
  --the7-mobile-footer-right-padding: 0px;
  --the7-mobile-footer-top-padding: 0px;
  --the7-mobile-hamburger-border-width: 0px;
  --the7-mobile-header-bg-color: #ffffff;
  --the7-mobile-header-decoration-color: #ffffff;
  --the7-mobile-header-decoration-size: 1px;
  --the7-mobile-logo-bottom-padding: 0px;
  --the7-mobile-logo-left-padding: 0px;
  --the7-mobile-logo-right-padding: 0px;
  --the7-mobile-logo-top-padding: 0px;
  --the7-mobile-menu-active-color: #999999;
  --the7-mobile-menu-bg-color: #ffffff;
  --the7-mobile-menu-caption-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-menu-caption-font-size: 16px;
  --the7-mobile-menu-caption-font-weight: 300;
  --the7-mobile-menu-caption-gap: 15px;
  --the7-mobile-menu-caption-text-transform: uppercase;
  --the7-mobile-menu-color: #666666;
  --the7-mobile-menu-divider-color: rgba(51,51,51,0.12);
  --the7-mobile-menu-divider-height: 1px;
  --the7-mobile-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-menu-font-size: 22px;
  --the7-mobile-menu-font-weight: 200;
  --the7-mobile-menu-hover-color: #999999;
  --the7-mobile-menu-microwidgets-color: #aaaaaa;
  --the7-mobile-menu-microwidgets-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-menu-microwidgets-font-size: 14px;
  --the7-mobile-menu-microwidgets-font-weight: 300;
  --the7-mobile-menu-microwidgets-icon-color: #aaaaaa;
  --the7-mobile-menu-microwidgets-icon-size: 16px;
  --the7-mobile-menu-text-transform: none;
  --the7-mobile-menu-width: 300px;
  --the7-mobile-microwidgets-color: #aaaaaa;
  --the7-mobile-microwidgets-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-microwidgets-font-size: 14px;
  --the7-mobile-microwidgets-font-weight: 300;
  --the7-mobile-microwidgets-icon-color: #aaaaaa;
  --the7-mobile-microwidgets-icon-size: 16px;
  --the7-mobile-overlay-bg-color: rgba(17,17,17,0.5);
  --the7-mobile-page-bottom-margin: 0px;
  --the7-mobile-page-left-margin: 0px;
  --the7-mobile-page-right-margin: 0px;
  --the7-mobile-page-top-margin: 0px;
  --the7-mobile-sub-menu-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mobile-sub-menu-font-size: 16px;
  --the7-mobile-sub-menu-font-weight: 300;
  --the7-mobile-sub-menu-text-transform: none;
  --the7-mobile-toggle-menu-bg-color: rgba(255,255,255,0);
  --the7-mobile-toggle-menu-bg-hover-color: rgba(255,255,255,0);
  --the7-mobile-toggle-menu-border-radius: 0px;
  --the7-mobile-toggle-menu-color: #aaaaaa;
  --the7-mobile-toggle-menu-hover-color: #aaaaaa;
  --the7-mw-address-icon-size: 16px;
  --the7-mw-clock-icon-size: 16px;
  --the7-mw-email-icon-size: 16px;
  --the7-mw-login-icon-size: 16px;
  --the7-mw-phone-icon-size: 16px;
  --the7-mw-search-bg-active-width: 260px;
  --the7-mw-search-bg-color: #ffffff;
  --the7-mw-search-bg-height: 38px;
  --the7-mw-search-bg-width: 300px;
  --the7-mw-search-border-color: #ffffff;
  --the7-mw-search-border-radius: 2px;
  --the7-mw-search-border-width: 1px;
  --the7-mw-search-color: #222222;
  --the7-mw-search-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-mw-search-font-size: 16px;
  --the7-mw-search-icon-size: 16px;
  --the7-mw-search-left-padding: 10px;
  --the7-mw-search-overlay-bg: rgba(0,0,0,0.9);
  --the7-mw-search-right-padding: 10px;
  --the7-mw-skype-icon-size: 16px;
  --the7-mw-woocommerce-cart-icon-size: 16px;
  --the7-navigation-bg-color: #000000;
  --the7-navigation-line-bg: #ffffff;
  --the7-navigation-line-decoration-color: #dd9933;
  --the7-navigation-line-decoration-line-size: 1px;
  --the7-navigation-line-sticky-bg: #000000;
  --the7-navigation-margin: 40px;
  --the7-outside-item-custom-margin: 30px;
  --the7-page-bg-color: rgba(255,255,255,0);
  --the7-page-bg-image: none;
  --the7-page-bg-position-x: center;
  --the7-page-bg-position-y: top;
  --the7-page-bg-repeat: repeat;
  --the7-page-bg-size: auto;
  --the7-page-bottom-margin: 0px;
  --the7-page-left-margin: 0px;
  --the7-page-responsive-title-height: 0px;
  --the7-page-responsive-title-line-height: 26px;
  --the7-page-right-margin: 0px;
  --the7-page-title-bg-color: rgba(255,255,255,0);
  --the7-page-title-bg-image: none;
  --the7-page-title-bg-position-x: center;
  --the7-page-title-bg-position-y: center;
  --the7-page-title-bg-repeat: repeat;
  --the7-page-title-bg-size: auto auto;
  --the7-page-title-border-height: 10px;
  --the7-page-title-border-style: solid;
  --the7-page-title-bottom-padding: 30px;
  --the7-page-title-breadcrumbs-color: #999999;
  --the7-page-title-color: #000000;
  --the7-page-title-decorative-line-height: 6px;
  --the7-page-title-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-page-title-font-weight: 500;
  --the7-page-title-height: 60px;
  --the7-page-title-line-color: rgba(51,51,51,0.11);
  --the7-page-title-line-height: 28px;
  --the7-page-title-line-style: double;
  --the7-page-title-overlay-color: rgba(0,0,0,0.5);
  --the7-page-title-text-transform: none;
  --the7-page-title-top-padding: 30px;
  --the7-page-top-margin: 0px;
  --the7-project-rollover-bg-color: rgba(153,153,153,0.85);
  --the7-right-content-padding: 0px;
  --the7-right-input-border-width: 1px;
  --the7-right-input-padding: 12px;
  --the7-right-overlay-content-padding: 0px;
  --the7-rollover-bg-color: rgba(153,153,153,0.2);
  --the7-second-switch-header-padding-left: 30px;
  --the7-second-switch-header-padding-right: 30px;
  --the7-second-switch-mobile-header-height: 50px;
  --the7-second-switch: 600px;
  --the7-secondary-text-color: #999999;
  --the7-side-header-h-stroke-height: 130px;
  --the7-side-header-v-stroke-width: 60px;
  --the7-sidebar-distace-to-content: 50px;
  --the7-sidebar-outline-color: rgba(0,0,0,0.06);
  --the7-sidebar-responsiveness: 992px;
  --the7-sidebar-width: 350px;
  --the7-soc-ico-hover-color: #ffffff;
  --the7-soc-icons-bg-size: 37px;
  --the7-soc-icons-border-radius: 0px;
  --the7-soc-icons-border-width: 0px;
  --the7-soc-icons-gap: 0px;
  --the7-soc-icons-size: 16px;
  --the7-sticky-header-overlay-bg: rgba(17,17,17,0.4);
  --the7-sub-menu-icon-size: 12px;
  --the7-sub-subtitle-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-sub-subtitle-font-size: 12px;
  --the7-submenu-active-bg: rgba(255,255,255,0);
  --the7-submenu-active-color: #999999;
  --the7-submenu-bg-color: #ffffff;
  --the7-submenu-color: #666666;
  --the7-submenu-font-family: "Nunito", Helvetica, Arial, Verdana, sans-serif;
  --the7-submenu-font-size: 16px;
  --the7-submenu-font-weight: 300;
  --the7-submenu-hover-bg: rgba(255,255,255,0);
  --the7-submenu-hover-color: #000000;
  --the7-submenu-item-margin-bottom: 0px;
  --the7-submenu-item-margin-left: 0px;
  --the7-submenu-item-margin-right: 0px;
  --the7-submenu-item-margin-top: 0px;
  --the7-submenu-item-padding-bottom: 5px;
  --the7-submenu-item-padding-left: 0px;
  --the7-submenu-item-padding-right: 0px;
  --the7-submenu-item-padding-top: 5px;
  --the7-submenu-padding-bottom: 0px;
  --the7-submenu-padding-left: 0px;
  --the7-submenu-padding-right: 0px;
  --the7-submenu-padding-top: 0px;
  --the7-submenu-text-transform: none;
  --the7-submenu-width: 250px;
  --the7-subtitle-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-subtitle-font-size: 12px;
  --the7-switch-content-paddings: 778px;
  --the7-text-big-font-size: 16px;
  --the7-text-big-line-height: 1.5em;
  --the7-text-small-font-size: 13px;
  --the7-text-small-line-height: 1.3em;
  --the7-title-color: #000000;
  --the7-title-font-size: 24px;
  --the7-title-outline-color: rgba(30,115,190,0);
  --the7-title-responsive-font-size: 24px;
  --the7-toggle-menu-bg-color-hover: rgba(255,255,255,0.75);
  --the7-toggle-menu-bg-color: rgba(255,255,255,0.75);
  --the7-toggle-menu-border-radius: 0px;
  --the7-toggle-menu-bottom-margin: 0px;
  --the7-toggle-menu-caption-color-hover: #000000;
  --the7-toggle-menu-caption-color: #000000;
  --the7-toggle-menu-caption-padding-bottom: 18px;
  --the7-toggle-menu-caption-padding-left: 15px;
  --the7-toggle-menu-caption-padding-right: 15px;
  --the7-toggle-menu-caption-padding-top: 18px;
  --the7-toggle-menu-close-bg-color: rgba(255,255,255,0.75);
  --the7-toggle-menu-close-bottom-margin: 30px;
  --the7-toggle-menu-close-color: #000000;
  --the7-toggle-menu-close-left-margin: 30px;
  --the7-toggle-menu-close-padding-bottom: 15px;
  --the7-toggle-menu-close-padding-left: 15px;
  --the7-toggle-menu-close-padding-right: 15px;
  --the7-toggle-menu-close-padding-top: 15px;
  --the7-toggle-menu-close-right-margin: 30px;
  --the7-toggle-menu-close-top-margin: 30px;
  --the7-toggle-menu-color-hover: #000000;
  --the7-toggle-menu-color: #000000;
  --the7-toggle-menu-hover-bg-color: rgba(255,255,255,0.75);
  --the7-toggle-menu-hover-color: #000000;
  --the7-toggle-menu-left-margin: 0px;
  --the7-toggle-menu-right-margin: 0px;
  --the7-toggle-menu-top-margin: 0px;
  --the7-toggle-mobile-margin-bottom: 0px;
  --the7-toggle-mobile-margin-left: 0px;
  --the7-toggle-mobile-margin-right: 0px;
  --the7-toggle-mobile-margin-top: 0px;
  --the7-toggle-mobile-menu-caption-color-hover: #000000;
  --the7-toggle-mobile-menu-caption-color: #000000;
  --the7-toggle-mobile-menu-close-bg-color: #ffffff;
  --the7-toggle-mobile-menu-close-bottom-margin: 0px;
  --the7-toggle-mobile-menu-close-color: #aaaaaa;
  --the7-toggle-mobile-menu-close-hover-color: #aaaaaa;
  --the7-toggle-mobile-menu-close-left-margin: 0px;
  --the7-toggle-mobile-menu-close-padding-bottom: 0px;
  --the7-toggle-mobile-menu-close-padding-left: 0px;
  --the7-toggle-mobile-menu-close-padding-right: 0px;
  --the7-toggle-mobile-menu-close-padding-top: 0px;
  --the7-toggle-mobile-menu-close-right-margin: 10px;
  --the7-toggle-mobile-menu-close-top-margin: 25px;
  --the7-toggle-mobile-menu-hover-bg-color: #ffffff;
  --the7-toggle-mobile-padding-bottom: 0px;
  --the7-toggle-mobile-padding-left: 10px;
  --the7-toggle-mobile-padding-right: 0px;
  --the7-toggle-mobile-padding-top: 0px;
  --the7-top-bar-font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  --the7-top-bar-font-size: 14px;
  --the7-top-bar-font-weight: 300;
  --the7-top-bar-height: 36px;
  --the7-top-bar-icon-color: #aaaaaa;
  --the7-top-bar-icon-size: 16px;
  --the7-top-bar-line-color: rgba(0,0,0,0.12);
  --the7-top-bar-line-size: 1px;
  --the7-top-bar-line-style: solid;
  --the7-top-bar-mobile-padding-bottom: 0px;
  --the7-top-bar-mobile-padding-left: 30px;
  --the7-top-bar-mobile-padding-right: 30px;
  --the7-top-bar-mobile-padding-top: 0px;
  --the7-top-bar-padding-bottom: 0px;
  --the7-top-bar-padding-left: 30px;
  --the7-top-bar-padding-right: 30px;
  --the7-top-bar-padding-top: 0px;
  --the7-top-bar-switch-paddings: 778px;
  --the7-top-bar-text-transform: none;
  --the7-top-bar-transparent-bg-color: rgba(0,0,0,0.5);
  --the7-top-bg-color: #ffffff;
  --the7-top-bg-image: none;
  --the7-top-bg-position-x: center;
  --the7-top-bg-position-y: center;
  --the7-top-bg-repeat: repeat;
  --the7-top-color: #aaaaaa;
  --the7-top-content-padding: 0px;
  --the7-top-icons-bg-color-hover: #999999;
  --the7-top-icons-bg-color: #ffffff;
  --the7-top-icons-border-color-hover: rgba(255,255,255,0);
  --the7-top-icons-border-color: rgba(255,255,255,0);
  --the7-top-icons-color: #aaaaaa;
  --the7-top-input-border-width: 1px;
  --the7-top-input-padding: 5px;
  --the7-top-overlay-content-padding: 0px;
  --the7-transparent-logo-bottom-padding: 0px;
  --the7-transparent-logo-left-padding: 0px;
  --the7-transparent-logo-right-padding: 0px;
  --the7-transparent-logo-top-padding: 0px;
  --the7-transparent-mixed-logo-bottom-padding: 0px;
  --the7-transparent-mixed-logo-left-padding: 0px;
  --the7-transparent-mixed-logo-right-padding: 0px;
  --the7-transparent-mixed-logo-top-padding: 0px;
  --the7-transparent-mobile-logo-bottom-padding: 0px;
  --the7-transparent-mobile-logo-left-padding: 0px;
  --the7-transparent-mobile-logo-right-padding: 0px;
  --the7-transparent-mobile-logo-top-padding: 0px;
  --the7-wc-grid-product-gap: 0px;
  --the7-wc-grid-product-min-width: 0px;
  --the7-widget-content-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-widget-content-font-size-desktop: 15px;
  --the7-widget-content-font-size: 15px;
  --the7-widget-content-font-weight: 400;
  --the7-widget-content-line-height-desktop: 1.4em;
  --the7-widget-content-line-height: 1.4em;
  --the7-widget-content-text-transform: none;
  --the7-widget-footer-color: #666666;
  --the7-widget-footer-header-color: #000000;
  --the7-widget-footer-padding: 30px;
  --the7-widget-gap: 15px;
  --the7-widget-sidebar-bg-color: #f7f7f8;
  --the7-widget-sidebar-bg-image: none;
  --the7-widget-sidebar-bg-position-x: center;
  --the7-widget-sidebar-bg-position-y: center;
  --the7-widget-sidebar-bg-repeat: repeat;
  --the7-widget-sidebar-color: #666666;
  --the7-widget-sidebar-distace: 60px;
  --the7-widget-sidebar-header-color: #000000;
  --the7-widget-title-font-family: "Roboto", Helvetica, Arial, Verdana, sans-serif;
  --the7-widget-title-font-size-desktop: 16px;
  --the7-widget-title-font-size: 16px;
  --the7-widget-title-font-weight: 500;
  --the7-widget-title-line-height-desktop: 1.3em;
  --the7-widget-title-line-height: 1.3em;
  --the7-widget-title-text-transform: none;
  --the7-woo-content-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-woo-content-font-size-desktop: 20px;
  --the7-woo-content-font-size: 20px;
  --the7-woo-content-line-height-desktop: 30px;
  --the7-woo-content-line-height: 30px;
  --the7-woo-content-text-transform: none;
  --the7-woo-title-font-family: "Arial", Helvetica, Arial, Verdana, sans-serif;
  --the7-woo-title-font-size-desktop: 20px;
  --the7-woo-title-font-size: 20px;
  --the7-woo-title-line-height-desktop: 30px;
  --the7-woo-title-line-height: 30px;
  --the7-woo-title-text-transform: none;
}
@media screen and (max-width: 1100px) {
  :root {
    --the7-h1-font-size: 42px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --the7-h1-font-size: 36px;
    --the7-h2-font-size: 32px;
    --the7-h3-font-size: 26px;
  }
}
.vertical-centering {
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-centering {
  left: 50%;
  transform: translateX(-50%);
}
.centering-mixin {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.wp-block-button__link {
  opacity: 1;
  transition: opacity 0.250s;
}
.wp-block-button__link:hover {
  opacity: 0.7;
}
.wp-block-button .wp-block-button__link {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  clear: none;
}
.content ul.wp-block-gallery,
.content ul.blocks-gallery-grid {
  margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding: 1em 0 1em 1em;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  position: relative;
  padding: 1em 0;
  margin: 1em 0;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
}
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after {
  top: 100%;
}
.content blockquote.wp-block-quote,
.content .wp-block-pullquote blockquote {
  background: none;
}
.wp-block-pullquote {
  padding: 1rem;
}
.wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2.15 * 1rem);
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.wp-block-pullquote p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote p em {
  font-style: normal;
}
.wp-block-pullquote cite {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  text-transform: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}
.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  max-width: 100%;
}
.wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
    box-sizing: border-box;
  }
}
.wp-block-pullquote.is-style-solid-color p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.wp-block-pullquote.is-style-solid-color a,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote blockquote * {
  color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: calc(100% - ( 2 * 1rem ));
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 768px) {
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-quote p {
  font-size: 20px;
  line-height: 28px;
}
.wp-block-quote cite {
  font-size: 13px;
  line-height: 18px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 26px;
  line-height: 32px;
  font-style: normal;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 15px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .wp-block-quote.is-large,
  .wp-block-quote.is-style-large {
    margin: 2rem 0;
    padding: 2em 0;
  }
  .wp-block-quote.is-large:before,
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:before,
  .wp-block-quote.is-style-large:after {
    height: 4px;
    top: -4px;
  }
  .wp-block-quote.is-large:after,
  .wp-block-quote.is-style-large:after {
    top: 100%;
  }
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
}
.content .wp-block-table.is-style-stripes td {
  border-color: transparent;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .alignwide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}
.alignfull {
  margin-top: calc(2 * 1rem);
  margin-right: 0;
  margin-bottom: calc(2 * 1rem);
  margin-left: 0;
  max-width: 100%;
}
.content>*.alignfull {
  position: relative;
}
.sidebar-none .content> *.alignfull,
.sidebar-none [class*="wp-block"].alignfull,
.sidebar-none .content ul.wp-block-gallery.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.content>*.alignfull img {
  display: block;
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-image img {
  display: block;
}
.wp-block-image.alignleft,
.wp-block-image.alignright {
  max-width: 100%;
}
.wp-block-image.alignfull img {
  width: 100vw;
}
@media only screen and (min-width: 768px) {
  .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  min-height: 430px;
}
.wp-block-cover-image.aligncenter h2,
.wp-block-cover-image.aligncenter .wp-block-cover-image-text,
.wp-block-cover-image.aligncenter .wp-block-cover-text,
.wp-block-cover.aligncenter h2,
.wp-block-cover.aligncenter .wp-block-cover-image-text,
.wp-block-cover.aligncenter .wp-block-cover-text {
  width: 100%;
  z-index: 1;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(8 *( 100vw / 12 ) - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .wp-block-cover-image.alignfull .wp-block-cover-text,
  .wp-block-cover-image.alignfull h2,
  .wp-block-cover.alignfull .wp-block-cover-image-text,
  .wp-block-cover.alignfull .wp-block-cover-text,
  .wp-block-cover.alignfull h2 {
    max-width: calc(6 * ( 100vw / 12 ) - 28px);
  }
}
.wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-image figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  padding: 14px;
  box-sizing: border-box;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2 {
    max-width: 100%;
  }
}
.has-blue-color {
  color: #1982d1;
}
.has-blue-background-color {
  background-color: #1982d1;
}
.has-black-color {
  color: #000;
}
.has-black-background-color {
  background-color: #000;
}
.has-dark-gray-color {
  color: #373737;
}
.has-dark-gray-background-color {
  background-color: #373737;
}
.has-medium-gray-color {
  color: #666;
}
.has-medium-gray-background-color {
  background-color: #666;
}
.has-light-gray-color {
  color: #e2e2e2;
}
.has-light-gray-background-color {
  background-color: #e2e2e2;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.content .has-secondary-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}
.content .has-dark-gray-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}
.content .has-light-gray-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}
.content .has-white-background-color,
.content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}
.content .has-primary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p {
  color: #0073aa;
}
.content .has-secondary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p {
  color: #005177;
}
.content .has-dark-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p {
  color: #111;
}
.content .has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p {
  color: #767676;
}
.content .has-white-color,
.content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}
.content .has-drop-cap:not(:focus):first-letter {
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}
.content .wp-block-latest-comments {
  margin: 0;
}
.content .wp-block-categories,
.content .wp-block-archives,
.content .wp-block-latest-posts {
  margin: 0;
}
.wp-block-categories li,
.wp-block-archives li,
.wp-block-latest-posts li {
  margin-bottom: 10px;
  padding: 0;
}
.wp-block-archives li,
.wp-block-latest-posts li {
  list-style: none;
}
.wp-block-archives li a,
.wp-block-latest-posts li a {
  text-decoration: none;
}
.wp-block-latest-comments__comment-meta a {
  text-decoration: none;
}
.content .wc-block-grid__products {
  list-style: none;
  margin: 0 0 24px;
}
.wc-block-grid__product {
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-align="left"] .wp-block-cover-image,
  [data-align="right"] .wp-block-cover-image,
  .wp-block-cover-image.alignleft,
  .wp-block-cover-image.alignright,
  [data-align="left"] .wp-block-cover,
  [data-align="right"] .wp-block-cover,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright,
  .wp-block-pullquote.alignleft,
  .wp-block-pullquote.alignright {
    max-width: 100%;
  }
}
@media (max-width: 782px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex-basis: 100%;
  }
  .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-right: 0;
  }
  .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .content .wp-block-columns .wp-block-column > *:first-child {
    margin-top: 0;
  }
  .content .wp-block-columns .wp-block-column > *:last-child {
    margin-bottom: 0;
  }
  .content .wp-block-columns[class*='has-'] > *:last-child {
    margin-right: 0;
  }
}
.content .wp-block-quote:not(.is-style-large),
.content .wp-block-quote.is-style-large {
  border-color: #999999;
}
.wp-block-separator {
  border-bottom-color: rgba(0,0,0,0.12);
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:before,
.wp-block-quote.is-style-large:after {
  background: #999999;
}
blockquote.has-accent-color,
.wp-block-pullquote blockquote.has-accent-color,
.has-accent-color,
.has-accent-color:hover {
  color: #999999;
}
.wp-block-pullquote blockquote {
  font:  normal normal 16px / 1.5em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  font-size: 22px;
  line-height: 28px;
}
:root .has-accent-background-color,
.wp-block-pullquote.is-style-solid-color.has-accent-background-color {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.wp-block-separator.is-style-dots::before {
  color: rgba(0,0,0,0.12);
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
  font:  normal 500 26px / 1.2em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
@media (max-width: 767px) {
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover h2 {
    font-size: 26px;
  }
}
.wp-block-categories li a,
.wp-block-archives li a,
.wp-block-latest-posts li a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-categories li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-archives li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-posts li a {
  color: #333333;
}
.sidebar-content .wp-block-categories li a,
.sidebar-content .wp-block-archives li a,
.sidebar-content .wp-block-latest-posts li a {
  color: #000000;
}
.footer .wp-block-categories li a,
.footer .wp-block-archives li a,
.footer .wp-block-latest-posts li a {
  color: #000000;
}
.wp-block-categories li a:hover,
.wp-block-archives li a:hover,
.wp-block-latest-posts li a:hover {
  color: #999999;
}
.wp-block-latest-comments__comment-date {
  color: var(--the7-secondary-text-color);
}
.wp-block-latest-comments__comment-meta a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-latest-comments__comment-meta a {
  color: #333333;
}
.sidebar-content .wp-block-latest-comments__comment-meta a {
  color: #000000;
}
.footer .wp-block-latest-comments__comment-meta a {
  color: #000000;
}
.wp-block-latest-comments__comment-meta a:hover {
  color: #999999;
}
.elementor-button,
div.elementor-slides .swiper-slide-inner .elementor-slide-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elementor-button .elementor-button-content-wrapper,
.elementor-form .elementor-button>span {
  flex-grow: 1;
}
.elementor-widget-woocommerce-cart {
  --checkout-button-normal-text-color: var(--the7-btn-color);
  --checkout-button-hover-text-color: var(--the7-btn-hover-color);
  --forms-buttons-normal-text-color: var(--the7-btn-color);
  --forms-buttons-hover-text-color: var(--the7-btn-hover-color);
  --forms-buttons-border-color: var(--the7-btn-border-color);
  --forms-buttons-hover-border-color: var(--the7-btn-border-hover-color);
  --forms-buttons-border-type: var(--the7-btn-m-border-style);
  --forms-buttons-padding: var(--the7-btn-m-padding);
  --checkout-button-padding: var(--the7-btn-m-padding);
  --forms-buttons-border-radius: var(--the7-btn-m-border-radius);
  --checkout-button-border-radius: var(--the7-btn-m-border-radius);
}
.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  display: var(--view-cart-button-display,inline-flex);
}
.elementor-menu-cart__footer-buttons .elementor-button--checkout {
  display: var(--checkout-button-display,inline-flex);
}
.elementor-button,
a.elementor-button:visited,
.elementor-flip-box .elementor-flip-box__button.elementor-button,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg,#999999);
  border-color: var(--the7-btn-border-color);
  border-style: solid;
  border-width: 0;
  font-family: var(--the7-base-font-family);
  font-weight: var(--the7-base-font-weight);
}
.box-hover:hover .elementor-button,
.elementor-button:hover,
.elementor-button:focus,
.box-hover:hover a.elementor-button:visited,
a.elementor-button:visited:hover,
a.elementor-button:visited:focus,
.box-hover:hover .elementor-flip-box .elementor-flip-box__button.elementor-button,
.elementor-flip-box .elementor-flip-box__button.elementor-button:hover,
.elementor-flip-box .elementor-flip-box__button.elementor-button:focus,
.box-hover:hover .elementor-widget-call-to-action .elementor-cta__button.elementor-button,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button:hover,
.elementor-widget-call-to-action .elementor-cta__button.elementor-button:focus {
  color: var(--the7-btn-hover-color);
  background: var(--the7-btn-hover-bg,#666666);
  border-color: var(--the7-btn-border-hover-color);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button,
.elementor-widget-woocommerce-cart .woocommerce button.button {
  background: var(--the7-btn-bg,#999999);
  font: var(--the7-btn-m-font);
  border-width: var(--the7-btn-m-border-width);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:hover,
.elementor-widget-woocommerce-cart .woocommerce .wc-proceed-to-checkout .checkout-button:focus,
.elementor-widget-woocommerce-cart .woocommerce button.button:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:focus {
  background: var(--the7-btn-hover-bg,#666666);
}
.elementor-widget-woocommerce-cart .woocommerce button.button:hover,
.elementor-widget-woocommerce-cart .woocommerce button.button:focus {
  --forms-buttons-hover-background-color: var(--the7-btn-bg,#999999);
}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table .button {
  font: var(--the7-btn-m-font);
}
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-woocommerce-login-anchor .form-row textarea,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row .input-text,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row select,
.elementor-widget-woocommerce-checkout-page .woocommerce .e-coupon-box .form-row textarea,
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {
  color: var(--forms-fields-normal-color,var(--the7-input-color));
  border-radius: var(--forms-fields-border-radius,var(--the7-input-border-radius));
  padding: var(--forms-fields-padding,var(--the7-inputs-padding));
  font: var(--the7-form-md-font);
  font-size: var(--the7-form-md-font-size);
  line-height: var(--the7-form-md-line-height);
  background-color: var(--the7-input-bg-color);
  border-style: var(--the7-form-border);
  border-top-width: var(--the7-top-input-border-width);
  border-right-width: var(--the7-right-input-border-width);
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-left-width: var(--the7-left-input-border-width);
  border-color: var(--the7-input-border-color);
}
.elementor-button svg {
  height: auto;
}
.elementor-button  svg {
  transition: all 0.3s ease;
}
.elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper {
  line-height: 0;
}
.elementor-widget .elementor-button {
  box-shadow: var(--the7-btn-shadow);
}
.elementor-widget .elementor-button:hover {
  box-shadow: var(--the7-btn-shadow-hover);
}
.elementor-widget-form .elementor-button,
.elementor-widget-button .elementor-button {
  background: var(--the7-btn-bg,#999999);
}
.elementor-widget-form .elementor-button:hover,
.elementor-widget-button .elementor-button:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
.elementor-element .elementor-button.elementor-size-xs,
body .elementor-form .elementor-button.elementor-size-xs,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs,
#reviews .comment-form #submit.elementor-size-xs {
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  word-spacing: var(--the7-btn-s-word-spacing);
  -webkit-border-radius: var(--the7-btn-s-border-radius);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-s-padding);
  min-width: var(--the7-btn-s-min-width);
  min-height: var(--the7-btn-s-min-height);
  --btn-icon-spacing: var(--the7-btn-s-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-xs svg,
body .elementor-form .elementor-button.elementor-size-xs svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs svg,
#reviews .comment-form #submit.elementor-size-xs svg {
  width: var(--the7-btn-s-icon-size);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-xs .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-xs .elementor-button-icon {
  font-size: var(--the7-btn-s-icon-size);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-xs .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-xs .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xs .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-xs .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xs .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-xs .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-sm,
body .elementor-form .elementor-button.elementor-size-sm,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm,
#reviews .comment-form #submit.elementor-size-sm {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  -webkit-border-radius: var(--the7-btn-m-border-radius);
  border-radius: var(--the7-btn-m-border-radius);
  border-width: var(--the7-btn-m-border-width);
  border-style: var(--the7-btn-m-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
  --btn-icon-spacing: var(--the7-btn-m-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-sm svg,
body .elementor-form .elementor-button.elementor-size-sm svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm svg,
#reviews .comment-form #submit.elementor-size-sm svg {
  width: var(--the7-btn-m-icon-size);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-sm .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-sm .elementor-button-icon {
  font-size: var(--the7-btn-m-icon-size);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-sm .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-sm .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-sm .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-sm .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-sm .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-sm .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-md,
body .elementor-form .elementor-button.elementor-size-md,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md,
#reviews .comment-form #submit.elementor-size-md {
  font: var(--the7-btn-l-font);
  text-transform: var(--the7-btn-l-text-transform);
  letter-spacing: var(--the7-btn-l-letter-spacing);
  word-spacing: var(--the7-btn-l-word-spacing);
  -webkit-border-radius: var(--the7-btn-l-border-radius);
  border-radius: var(--the7-btn-l-border-radius);
  border-width: var(--the7-btn-l-border-width);
  border-style: var(--the7-btn-l-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-l-padding);
  min-width: var(--the7-btn-l-min-width);
  min-height: var(--the7-btn-l-min-height);
  --btn-icon-spacing: var(--the7-btn-l-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-md svg,
body .elementor-form .elementor-button.elementor-size-md svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md svg,
#reviews .comment-form #submit.elementor-size-md svg {
  width: var(--the7-btn-l-icon-size);
}
.elementor-element .elementor-button.elementor-size-md .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-md .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-md .elementor-button-icon {
  font-size: var(--the7-btn-l-icon-size);
}
.elementor-element .elementor-button.elementor-size-md .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-md .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-md .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-md .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-md .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-md .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-md .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-lg,
body .elementor-form .elementor-button.elementor-size-lg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg,
#reviews .comment-form #submit.elementor-size-lg {
  font: var(--the7-btn-lg-font);
  text-transform: var(--the7-btn-lg-text-transform);
  letter-spacing: var(--the7-btn-lg-letter-spacing);
  word-spacing: var(--the7-btn-lg-word-spacing);
  -webkit-border-radius: var(--the7-btn-lg-border-radius);
  border-radius: var(--the7-btn-lg-border-radius);
  border-width: var(--the7-btn-lg-border-width);
  border-style: var(--the7-btn-lg-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-lg-padding);
  min-width: var(--the7-btn-lg-min-width);
  min-height: var(--the7-btn-lg-min-height);
  --btn-icon-spacing: var(--the7-btn-lg-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-lg svg,
body .elementor-form .elementor-button.elementor-size-lg svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg svg,
#reviews .comment-form #submit.elementor-size-lg svg {
  width: var(--the7-btn-lg-icon-size);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-lg .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-lg .elementor-button-icon {
  font-size: var(--the7-btn-lg-icon-size);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-lg .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-lg .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-lg .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-lg .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-lg .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-lg .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xl,
body .elementor-form .elementor-button.elementor-size-xl,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl,
#reviews .comment-form #submit.elementor-size-xl {
  font: var(--the7-btn-xl-font);
  text-transform: var(--the7-btn-xl-text-transform);
  letter-spacing: var(--the7-btn-xl-letter-spacing);
  word-spacing: var(--the7-btn-xl-word-spacing);
  -webkit-border-radius: var(--the7-btn-xl-border-radius);
  border-radius: var(--the7-btn-xl-border-radius);
  border-width: var(--the7-btn-xl-border-width);
  border-style: var(--the7-btn-xl-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-xl-padding);
  min-width: var(--the7-btn-xl-min-width);
  min-height: var(--the7-btn-xl-min-height);
  --btn-icon-spacing: var(--the7-btn-xl-icon-gap,7px);
}
.elementor-element .elementor-button.elementor-size-xl svg,
body .elementor-form .elementor-button.elementor-size-xl svg,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl svg,
#reviews .comment-form #submit.elementor-size-xl svg {
  width: var(--the7-btn-xl-icon-size);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-button-icon,
body .elementor-form .elementor-button.elementor-size-xl .elementor-button-icon,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-button-icon,
#reviews .comment-form #submit.elementor-size-xl .elementor-button-icon {
  font-size: var(--the7-btn-xl-icon-size);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-align-icon-left,
body .elementor-form .elementor-button.elementor-size-xl .elementor-align-icon-left,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-align-icon-left,
#reviews .comment-form #submit.elementor-size-xl .elementor-align-icon-left {
  margin-right: var(--btn-icon-spacing);
}
.elementor-element .elementor-button.elementor-size-xl .elementor-align-icon-right,
body .elementor-form .elementor-button.elementor-size-xl .elementor-align-icon-right,
div.elementor-slides .swiper-slide-inner .elementor-slide-button.elementor-size-xl .elementor-align-icon-right,
#reviews .comment-form #submit.elementor-size-xl .elementor-align-icon-right {
  margin-left: var(--btn-icon-spacing);
}
#elementor-menu-cart__toggle_button {
  --the7-btn-m-min-width: initial;
  --the7-btn-m-min-height: initial;
}
.elementor-element .elementor-button.elementor-menu-cart__toggle_button .elementor-button-icon {
  font-size: var(--toggle-icon-size,inherit);
}
.elementor-element .elementor-button.elementor-menu-cart__toggle_button {
  background: var(--toggle-button-background-color,transparent);
  color: var(--toggle-button-text-color,#818a91);
  border-style: var(--toggle-button-border-type,solid);
  border-width: var(--toggle-button-border-width,0px);
  border-color: var(--toggle-button-border-color,#818a91);
  border-radius: var(--toggle-button-border-radius,0px);
  padding: var(--toggle-icon-padding,12px 24px);
}
.elementor-element .elementor-button.elementor-menu-cart__toggle_button:hover {
  color: var(--toggle-button-hover-text-color,#818a91);
  background: var(--toggle-button-hover-background-color,transparent);
  border-color: var(--toggle-button-hover-border-color,#818a91);
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  border-radius: var(--cart-footer-buttons-border-radius,0px);
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--view-cart {
  color: var(--view-cart-button-text-color,var(--the7-btn-color));
  padding: var(--view-cart-button-padding,var(--the7-btn-l-padding));
  background: var(--view-cart-button-background-color,var(--the7-btn-bg));
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover {
  color: var(--view-cart-button-hover-text-color,var(--the7-btn-hover-color));
  background: var(--view-cart-button-hover-background-color,var(--the7-btn-hover-bg));
}
.elementor-element  .elementor-menu-cart__footer-buttons .elementor-button--checkout {
  display: var(--checkout-button-display,inline-block);
  color: var(--checkout-button-text-color,var(--the7-btn-color));
  padding: var(--checkout-button-padding,var(--the7-btn-l-padding));
  background: var(--checkout-button-background-color,var(--the7-btn-bg));
}
.elementor-element .elementor-menu-cart__footer-buttons .elementor-button--checkout:hover {
  color: var(--checkout-button-hover-text-color,var(--the7-btn-hover-color));
  background: var(--checkout-button-hover-background-color,var(--the7-btn-hover-bg));
}
.elementor-widget-text-editor p:last-child,
.elementor-tab-content p:last-child,
.elementor-widget-woocommerce-product-content p:last-child,
.elementor-widget-theme-post-content > .elementor-widget-container > p:last-child,
.elementor-widget-text-editor ul:last-child,
.elementor-tab-content ul:last-child,
.elementor-widget-woocommerce-product-content ul:last-child,
.elementor-widget-theme-post-content > .elementor-widget-container > ul:last-child,
.elementor-widget-text-editor ol:last-child,
.elementor-tab-content ol:last-child,
.elementor-widget-woocommerce-product-content ol:last-child,
.elementor-widget-theme-post-content > .elementor-widget-container > ol:last-child,
.the7-e-tab-content ul:last-child {
  margin-bottom: 0 !important;
}
:root {
  --the7-h1-spacing: var(--the7-p-spacing,10px);
  --the7-h2-spacing: var(--the7-p-spacing,10px);
  --the7-h3-spacing: var(--the7-p-spacing,10px);
  --the7-h4-spacing: var(--the7-p-spacing,10px);
  --the7-h5-spacing: var(--the7-p-spacing,10px);
  --the7-h6-spacing: var(--the7-p-spacing,10px);
  --the7-form-border: solid;
  --the7-btn-shadow: 0px 0px 10px 0px rgba(0,0,0,0) ;
  --the7-btn-shadow-hover: 0px 0px 10px 0px rgba(0,0,0,0) ;
}
#the7-body {
  --the7-h1-color: var(--the7-title-color);
  --the7-h2-color: var(--the7-title-color);
  --the7-h3-color: var(--the7-title-color);
  --the7-h4-color: var(--the7-title-color);
  --the7-h5-color: var(--the7-title-color);
  --the7-h6-color: var(--the7-title-color);
  --the7-btn-s-font: var(--the7-btn-s-font-style,normal) normal var(--the7-btn-s-font-weight,normal) var(--the7-btn-s-font-size) / var(--the7-btn-s-line-height) var(--the7-btn-s-font-family);
  --the7-btn-m-font: var(--the7-btn-m-font-style,normal) normal var(--the7-btn-m-font-weight,normal) var(--the7-btn-m-font-size) / var(--the7-btn-m-line-height) var(--the7-btn-m-font-family);
  --the7-btn-l-font: var(--the7-btn-l-font-style,normal) normal var(--the7-btn-l-font-weight,normal) var(--the7-btn-l-font-size) / var(--the7-btn-l-line-height) var(--the7-btn-l-font-family);
  --the7-btn-lg-font: var(--the7-btn-lg-font-style,normal) normal var(--the7-btn-lg-font-weight,normal) var(--the7-btn-lg-font-size) / var(--the7-btn-lg-line-height) var(--the7-btn-lg-font-family);
  --the7-btn-xl-font: var(--the7-btn-xl-font-style,normal) normal var(--the7-btn-xl-font-weight,normal) var(--the7-btn-xl-font-size) / var(--the7-btn-xl-line-height) var(--the7-btn-xl-font-family);
  --the7-woo-title-font: var(--the7-woo-title-font-style,normal) normal var(--the7-woo-title-font-weight,normal) var(--the7-woo-title-font-size) / var(--the7-woo-title-line-height) var(--the7-woo-title-font-family);
  --the7-woo-content-font: var(--the7-woo-content-font-style,normal) normal var(--the7-woo-content-font-weight,normal) var(--the7-woo-content-font-size) / var(--the7-woo-content-line-height) var(--the7-woo-content-font-family);
  --the7-base-font: var(--the7-base-font-style,normal) normal var(--the7-base-font-weight,normal) var(--the7-base-font-size) / var(--the7-base-line-height) var(--the7-base-font-family);
  --the7-base-font-big: var(--the7-base-font-style,normal) normal var(--the7-base-font-weight,normal) var(--the7-text-big-font-size) / var(--the7-text-big-line-height) var(--the7-base-font-family);
  --the7-widget-title-font: var(--the7-widget-title-font-style,normal) normal var(--the7-widget-title-font-weight,normal) var(--the7-widget-title-font-size) / var(--the7-widget-title-line-height) var(--the7-widget-title-font-family);
  --the7-widget-content-font: var(--the7-widget-content-font-style,normal) normal var(--the7-widget-content-font-weight,normal) var(--the7-widget-content-font-size) / var(--the7-widget-content-line-height) var(--the7-widget-content-font-family);
  --the7-h1-font: var(--the7-h1-font-style,normal) normal var(--the7-h1-font-weight,normal) var(--the7-h1-font-size) / var(--the7-h1-line-height) var(--the7-h1-font-family);
  --the7-h2-font: var(--the7-h2-font-style,normal) normal var(--the7-h2-font-weight,normal) var(--the7-h2-font-size) / var(--the7-h2-line-height) var(--the7-h2-font-family);
  --the7-h3-font: var(--the7-h3-font-style,normal) normal var(--the7-h3-font-weight,normal) var(--the7-h3-font-size) / var(--the7-h3-line-height) var(--the7-h3-font-family);
  --the7-h4-font: var(--the7-h4-font-style,normal) normal var(--the7-h4-font-weight,normal) var(--the7-h4-font-size) / var(--the7-h4-line-height) var(--the7-h4-font-family);
  --the7-h5-font: var(--the7-h5-font-style,normal) normal var(--the7-h5-font-weight,normal) var(--the7-h5-font-size) / var(--the7-h5-line-height) var(--the7-h5-font-family);
  --the7-h6-font: var(--the7-h6-font-style,normal) normal var(--the7-h6-font-weight,normal) var(--the7-h6-font-size) / var(--the7-h6-line-height) var(--the7-h6-font-family);
  --the7-form-md-font-family: var(--the7-base-font-family);
  --the7-form-md-font-style: var(--the7-base-font-style,normal);
  --the7-form-md-font-weight: var(--the7-base-font-weight,normal);
  --the7-form-md-font-size: var(--the7-base-font-size);
  --the7-form-md-line-height: var(--the7-base-line-height);
  --the7-form-md-font: var(--the7-form-md-font-style) normal var(--the7-form-md-font-weight) var(--the7-form-md-font-size,--the7-base-font-size) / var(--the7-form-md-line-height,--the7-base-line-height) var(--the7-form-md-font-family,--the7-base-font-family);
  --the7-fit-height: calc(var(--the7-vh,1vh) * 100);
}
#the7-body.admin-bar {
  --the7-fit-height: calc(var(--the7-vh,1vh) * 100 - 32px);
}
@media screen and (max-width: 782px) {
  #the7-body.admin-bar {
    --the7-fit-height: calc(var(--the7-vh,1vh) * 100);
  }
}
.transparent-border-mixin {
  border-color: var(--the7-divider-color);
}
.sidebar .transparent-border-mixin,
.sidebar-content .transparent-border-mixin {
  border-color: rgba(102,102,102,0.15);
}
.footer .transparent-border-mixin {
  border-color: rgba(102,102,102,0.15);
}
.solid-bg-mixin {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .outline-decoration {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shadow-decoration {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.accent-bg-mixin {
  color: #fff;
  background-color: var(--the7-accent-color);
}
html,
body,
body.page,
.wf-container > * {
  font: var(--the7-base-font-big);
  letter-spacing: var(--the7-base-letter-spacing);
  text-transform: var(--the7-base-text-transform);
  text-decoration: var(--the7-base-text-decoration);
  word-spacing: normal;
  color: var(--the7-base-color);
}
a.dt-owl-item-wrap,
a.dt-owl-item-wrap:hover {
  color: var(--the7-base-color);
}
.elementor-widget[class*='elementor-widget-wp-widget-'] a:not(:hover) {
  color: var(--the7-base-color);
}
#main .wf-wrap,
.page-title .wf-wrap,
.fancy-header .wf-wrap {
  padding: 0 0px 0 0px;
}
.side-header .mobile-header-bar {
  box-sizing: border-box;
}
.no-cssgridlegacy.no-cssgrid .wf-container,
.no-cssgridlegacy.no-cssgrid .wf-container-main {
  margin: 0 0px 0 0px;
}
#main-slideshow.fixed > .royalSlider {
  max-width: 1200px;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
  max-width: calc(1200px - 0px - 0px);
  margin: 0 auto;
}
.masthead:not(.side-header).full-width .header-bar,
.header-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.page-title .wf-wrap:after {
  width: calc(1200px - 0px - 0px);
  max-width: calc(100% - 0px - 0px);
}
.boxed .page-title .wf-wrap:after {
  left: 0px;
}
.no-cssgridlegacy.no-cssgrid .wf-container,
.no-cssgridlegacy.no-cssgrid .wf-container-main {
  margin: 0 0px 0 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-right .content {
  padding-left: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-left .content {
  padding-right: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
  padding-right: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
  padding-left: 0px;
}
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
  padding-left: 0;
}
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
  padding-right: 0;
}
.no-cssgridlegacy.no-cssgrid .content,
.no-cssgridlegacy.no-cssgrid .sidebar {
  padding: 0 0px 0 0px;
}
.sidebar-right .sidebar,
.sidebar-divider-off.sidebar-right .sidebar,
.sidebar-right .sidebar.solid-bg,
.sidebar-right .sidebar.bg-under-widget {
  margin-right: 0;
  margin-left: 0;
}
.sidebar-left .sidebar,
.sidebar-divider-off.sidebar-left .sidebar,
.sidebar-left .sidebar.solid-bg,
.sidebar-left .sidebar.bg-under-widget {
  margin-right: 0;
  margin-left: 0;
}
#main-slideshow.fixed {
  padding: 0px 0px 0px 0px;
}
.wf-container {
  margin: 0 0px 0 0px;
}
.wf-cell,
.wf-usr-cell {
  padding: 0 0px 0 0px;
}
#footer .wf-wrap {
  padding: 0 0px 0 0px;
}
.text-big,
.dt-accordion-text-big .wpb_accordion_header > a {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.text-normal,
.dt-accordion-text-normal .wpb_accordion_header > a,
.icon-with-text-shortcode .dt-text-desc {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.text-small,
.dt-accordion-text-small .wpb_accordion_header > a {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.wp-caption-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.text-uppercase {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1-size,
.entry-title.h1-size,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.h5-size,
.entry-title.h5-size,
.h6-size,
.entry-title.h6-size,
.header-color,
.entry-meta .header-color,
.color-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h4 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h5 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h6 a:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h1-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h2-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h1.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h3-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h2.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h4-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h5-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-title.h6-size,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .entry-meta .header-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .color-title {
  color: #333333;
}
.sidebar-content h1,
.sidebar-content h2,
.sidebar-content h3,
.sidebar-content h4,
.sidebar-content h5,
.sidebar-content h6,
.sidebar-content h1 a,
.sidebar-content h2 a,
.sidebar-content h3 a,
.sidebar-content h4 a,
.sidebar-content h5 a,
.sidebar-content h6 a,
.sidebar-content h1 a:hover,
.sidebar-content h2 a:hover,
.sidebar-content h3 a:hover,
.sidebar-content h4 a:hover,
.sidebar-content h5 a:hover,
.sidebar-content h6 a:hover,
.sidebar-content .h1-size,
.sidebar-content .entry-title.h1-size,
.sidebar-content .h2-size,
.sidebar-content .entry-title.h2-size,
.sidebar-content h1.entry-title,
.sidebar-content .h3-size,
.sidebar-content .entry-title.h3-size,
.sidebar-content h2.entry-title,
.sidebar-content .h4-size,
.sidebar-content .entry-title.h4-size,
.sidebar-content h3.entry-title,
.sidebar-content .h5-size,
.sidebar-content .entry-title.h5-size,
.sidebar-content .h6-size,
.sidebar-content .entry-title.h6-size,
.sidebar-content .header-color,
.sidebar-content .entry-meta .header-color,
.sidebar-content .color-title {
  color: #000000;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer h1 a,
.footer h2 a,
.footer h3 a,
.footer h4 a,
.footer h5 a,
.footer h6 a,
.footer h1 a:hover,
.footer h2 a:hover,
.footer h3 a:hover,
.footer h4 a:hover,
.footer h5 a:hover,
.footer h6 a:hover,
.footer .h1-size,
.footer .entry-title.h1-size,
.footer .h2-size,
.footer .entry-title.h2-size,
.footer h1.entry-title,
.footer .h3-size,
.footer .entry-title.h3-size,
.footer h2.entry-title,
.footer .h4-size,
.footer .entry-title.h4-size,
.footer h3.entry-title,
.footer .h5-size,
.footer .entry-title.h5-size,
.footer .h6-size,
.footer .entry-title.h6-size,
.footer .header-color,
.footer .entry-meta .header-color,
.footer .color-title {
  color: #000000;
}
h1,
.h1-size,
.entry-title.h1-size,
.dt-accordion-h1-size .wpb_accordion_header > a {
  color: var(--the7-h1-color);
  font: var(--the7-h1-font);
  text-transform: var(--the7-h1-text-transform);
  letter-spacing: var(--the7-h1-letter-spacing);
  word-spacing: var(--the7-h1-word-spacing);
  text-decoration: var(--the7-h1-text-decoration);
}
h2,
.h2-size,
.entry-title.h2-size,
h1.entry-title,
.dt-accordion-h2-size .wpb_accordion_header > a {
  color: var(--the7-h2-color);
  font: var(--the7-h2-font);
  text-transform: var(--the7-h2-text-transform);
  letter-spacing: var(--the7-h2-letter-spacing);
  word-spacing: var(--the7-h2-word-spacing);
  text-decoration: var(--the7-h2-text-decoration);
}
h3,
.h3-size,
.entry-title.h3-size,
h2.entry-title,
.dt-accordion-h3-size .wpb_accordion_header > a {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
  letter-spacing: var(--the7-h3-letter-spacing);
  word-spacing: var(--the7-h3-word-spacing);
  text-decoration: var(--the7-h3-text-decoration);
}
h4,
.h4-size,
.entry-title.h4-size,
h3.entry-title,
.dt-accordion-h4-size .wpb_accordion_header > a,
.vc_separator h4 {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
  letter-spacing: var(--the7-h4-letter-spacing);
  word-spacing: var(--the7-h4-word-spacing);
  text-decoration: var(--the7-h4-text-decoration);
}
h5,
.h5-size,
h4.entry-title,
.entry-title.h5-size,
.dt-accordion-h5-size .wpb_accordion_header > a {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
  letter-spacing: var(--the7-h5-letter-spacing);
  word-spacing: var(--the7-h5-word-spacing);
  text-decoration: var(--the7-h5-text-decoration);
}
h6,
.h6-size,
.entry-title.h6-size,
.dt-accordion-h6-size .wpb_accordion_header > a {
  color: var(--the7-h6-color);
  font: var(--the7-h6-font);
  text-transform: var(--the7-h6-text-transform);
  letter-spacing: var(--the7-h6-letter-spacing);
  word-spacing: var(--the7-h6-word-spacing);
}
.text-primary {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.content .text-primary {
  color: var(--the7-h4-color);
}
.footer .text-primary {
  color: #000000;
}
a.text-primary {
  text-decoration: none;
}
a.text-primary:hover {
  text-decoration: underline;
}
.color-primary .sidebar,
.sidebar-content .color-primary {
  color: #000000;
}
.footer .color-primary {
  color: #000000;
}
a.color-primary {
  text-decoration: none;
}
a.color-primary:hover {
  text-decoration: underline;
}
.text-secondary {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.color-secondary,
.text-secondary {
  color: var(--the7-accent-color);
}
.stripe .color-secondary,
.stripe .text-secondary {
  color: var(--the7-accent-color);
}
a,
a:hover {
  color: var(--the7-links-color);
}
a:hover {
  color: var(--the7-links-hover-color,var(--the7-links-color));
}
#page .color-accent {
  color: var(--the7-accent-color);
}
.paint-accent-color {
  color: var(--the7-accent-color) !important;
}
.color-secondary,
.color-base-transparent {
  color: var(--the7-secondary-text-color);
}
.sidebar-content .color-secondary,
.sidebar-content .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
.footer .color-secondary,
.footer .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
#main > .wf-wrap,
#bottom-bar > .wf-wrap,
#footer > .wf-wrap {
  width: 1200px;
}
#phantom.full-width .ph-wrap.boxed {
  max-width: 100%;
}
#page.boxed {
  max-width: 1280px;
}
.footer-overlap .boxed .footer,
.footer-overlap .boxed #bottom-bar {
  max-width: 1280px;
}
#phantom .ph-wrap.boxed,
.boxed .top-bar.line-content:before,
.boxed .classic-header.content-width-line .navigation:before {
  max-width: calc(1200px - 0px - 0px);
}
.boxed .full-width .top-bar.line-content:before,
.boxed .classic-header.full-width.content-width-line .navigation:before {
  max-width: 100%;
}
#main {
  padding: 0px 0 0px 0;
}
#main > .wf-wrap {
  padding: 0 0px 0 0px;
}
body {
  background: #ffffff none no-repeat  center center;
  background-size: auto;
}
#page {
  background: rgba(255,255,255,0) none repeat  center top;
  background-size: auto;
}
.fixed-page-bg #page {
  background: none;
}
.fixed-page-bg #page:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background: rgba(255,255,255,0) none repeat center top;
  background-size: auto;
}
.fixed-page-bg #page.boxed:after {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-overlap .page-inner {
  background: rgba(255,255,255,0) none repeat  center top;
  background-size: auto;
}
textarea,
select,
blockquote,
.entry-author,
.format-aside-content,
.format-status-content,
.format-link-content,
.dt-form button,
.dt-btn,
#main-slideshow .tp-button,
.wpcf7-submit.dt-btn-m,
.shortcode-action-bg,
.shortcode-action-bg:before,
.shortcode-teaser.frame-on,
.testimonial-item  .ts-viewport,
.footer .testimonials.slider-content,
.shortcode-code,
#main .vc_text_separator div,
#main .vc_progress_bar .vc_single_bar,
#main .vc_progress_bar .vc_single_bar .vc_label,
#main .vc_progress_bar .vc_single_bar .vc_bar,
#main .flexslider,
.nsu-submit,
.mc4wp-form input[type="url"],
.mc4wp-form input[type="date"],
#main #content .rotatingtweets,
#main #content .norotatingtweets,
.mc4wp-form form select,
#megaMenu ul.megaMenu > li.menu-item,
#megaMenu ul.megaMenu > li.menu-item > a,
.customSelect,
.loading-label,
.widget .testimonial-content,
.skill,
.skill-value,
.widget .team-container,
.widget .logo-items li,
.comment-list .comment > article,
.bg-on:not(.fullwidth-img),
.blog-content .block-style-widget,
#mobile-menu,
.testimonial-content,
.wpb_content_element .wpb_accordion_header > a:before,
.wpb_content_element.dt-accordion-bg-on .wpb_accordion_wrapper .wpb_accordion_header,
.twentytwenty-before-label,
.twentytwenty-after-label,
.btn-cntr a,
.photo-scroller .album-share-overlay .share-button.entry-share,
.project-navigation,
.album-share-overlay,
.st-accordion li > a:before,
.arrows-accent .prev i,
.arrows-accent .next i,
.arrows-accent .owl-prev i,
.arrows-accent .owl-next i,
.round-images .bg-on.team-container:not(.fullwidth-img),
.solid-bg .sidebar-content,
.solid-bg.sidebar-content .widget,
.bg-under-widget .sidebar-content .widget,
.ls-container.ls-carousel .ls-nav-prev,
.ls-container.ls-carousel .ls-nav-next,
.menu-btn,
.custom-menu a:before,
.small-fancy-datas .fancy-date a {
  border-radius: 0px;
}
.wpb_tabs.tab-style-two,
.wpb_tour.tab-style-two {
  border-radius: 0px;
}
.top-bar-bg {
  background: #ffffff none repeat center center;
}
#phantom .top-bar-bg,
.sticky-on .top-bar-bg,
.sticky-top-line-on .top-bar-bg {
  background: #ffffff none repeat center center !important;
}
.top-bar.line-content:after,
.top-bar.full-width-line:after {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.top-bar.line-content:after {
  width: calc(100% - 30px - 30px);
  left: auto;
  right: auto;
}
.boxed .top-bar.line-content:after {
  left: 50%;
}
.top-bar {
  min-height: 36px;
  padding: 0px 30px 0px 30px;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
  max-width: calc(1200px);
  margin: 0 auto;
}
.masthead:not(.side-header).full-width .top-bar,
.top-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.top-bar,
.top-bar a:not(.wpml-ls-link):not(.wpml-ls-item-toggle),
.top-bar .mini-nav .customSelect,
.top-bar .mini-nav a:hover,
.header-bottom-bar a {
  color: #aaaaaa;
}
.masthead .top-bar .mini-contacts,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a,
.masthead .top-bar .mini-login,
.masthead .top-bar .mini-login .submit,
.masthead .top-bar .mini-search .submit,
.masthead .top-bar .mini-search,
.masthead .top-bar .wc-ico-cart,
.masthead .top-bar .text-area,
.masthead .top-bar .customSelectInner {
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.masthead .top-bar .shopping-cart,
.masthead .top-bar .soc-ico a,
.masthead .top-bar .soc-ico {
  line-height: 20px;
}
.branding > a,
.branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead:not(.side-header-h-stroke) .branding > a,
.transparent .masthead:not(.side-header-h-stroke) .branding > img {
  padding: 0px 0px 0px 0px;
}
.side-header-h-stroke .branding > a,
.side-header-v-stroke .branding > a,
.side-header-h-stroke .branding > img,
.side-header-v-stroke .branding > img {
  padding: 0px 0px 0px 0px;
}
.mini-search input.field,
.overlay-search-microwidget input[type=text] {
  font:    16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  min-height: 38px;
  height: auto;
  line-height: 38px;
  width: 300px;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 2px;
  background: #ffffff;
  padding: 0 10px 0 10px;
}
.overlay-search-microwidget .searchform:not(.search-icon-disabled) input.field,
.mini-search .searchform:not(.search-icon-disabled) input.field {
  padding-right: 10px;
}
.animate-search-width .search-icon {
  width: 16px;
}
.animate-search-width input.field:focus,
.animate-search-width input.field:active,
.animate-search-width:hover input.field {
  width: 260px;
}
.mini-search .search-icon i,
.overlay-search-microwidget .search-icon i {
  color: #222222;
}
.searchform input::-moz-placeholder {
  color: #222222 !important;
  opacity: 1;
}
.searchform input[type=text],
.mini-search .field::placeholder,
.overlay-search-microwidget .field::placeholder {
  color: #222222;
}
.popup-search .field::placeholder {
  color: #222222 !important;
}
.overlay-search-microwidget .search-icon,
.mini-search .search-icon {
  right: 10px;
}
.overlay-search-microwidget .search-icon i,
.mini-search .search-icon i {
  font-size: 16px;
}
.popup-search .search-icon {
  right: 20px;
}
.header-bar .popup-search .searchform .submit > span,
.header-bar .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.branding .popup-search .searchform .submit > span,
.branding .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.mixed-header .header-bar .popup-search .searchform .submit > span,
.mixed-header .header-bar .overlay-search .searchform .submit > span {
  margin-left: 7.1428571428571px;
}
.popup-search .submit i,
.overlay-search .submit i {
  font-size: 0px;
}
.branding .popup-search .submit i,
.branding .overlay-search .submit i {
  font-size: 0px;
}
.mixed-header .popup-search .submit i,
.mixed-header .overlay-search .submit i {
  font-size: 16px;
  color: #888888;
}
.masthead .top-bar .popup-search .submit i,
.masthead .top-bar .overlay-search .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.dt-mobile-header .popup-search .submit i,
.dt-mobile-header .overlay-search .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .popup-search .submit i,
.mobile-header-bar .mobile-mini-widgets .overlay-search .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.overlay-search-microwidget {
  background: rgba(0,0,0,0.9);
}
.masthead .popup-search .popup-search-wrap {
  top: calc(100% + 8px);
}
.dt-mobile-header .popup-search .popup-search-wrap {
  width: 100%;
}
.masthead.side-header .mini-widgets .popup-search .popup-search-wrap {
  top: auto;
  bottom: calc(100% + 8px);
}
.masthead .mini-widgets .popup-search .popup-search-wrap.bottom-overflow {
  top: auto;
  bottom: calc(100% + 8px);
}
.masthead .mini-search input[type="text"]::-moz-placeholder {
  color: #666666;
}
.mini-search .submit {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mini-search .submit:hover {
  opacity: 0.7;
}
.branding .mini-search .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header .mini-search .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.dt-mobile-header .mini-search .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-search .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.dt-mobile-header .mini-search .popup-search-wrap {
  top: auto;
  bottom: auto;
}
.overlay-search-microwidget .search-icon,
.mini-search .search-icon {
  color: #222222;
}
.mixed-header .popup-search .submit.default-icon:before,
.mixed-header .overlay-search .submit.default-icon:before {
  color: #888888;
}
.dt-mobile-header .popup-search .submit.default-icon:before,
.dt-mobile-header .overlay-search .submit.default-icon:before {
  color: #666666;
}
.mobile-header-bar .popup-search .submit.default-icon:before,
.mobile-header-bar .overlay-search .submit.default-icon:before {
  color: #aaaaaa;
}
.top-bar .mini-search .submit {
  color: #aaaaaa;
}
.top-bar .mini-search .submit:hover {
  opacity: 0.7;
}
.top-bar .popup-search .submit:before,
.top-bar .overlay-search .submit:before {
  color: #ffffff;
}
.login-remember {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.mini-login,
.mini-login .submit {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mini-login i,
.mini-login .submit i {
  font-size: 0px;
}
.header-bar .mini-login i,
.header-bar .mini-login .submit i {
  margin-right: 7.1428571428571px;
}
.branding .mini-login,
.branding .mini-login .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-login i,
.branding .mini-login .submit i {
  font-size: 0px;
  margin-right: 7.1428571428571px;
}
.mixed-header .mini-login,
.mixed-header .mini-login .submit {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-login i,
.mixed-header .mini-login .submit i {
  font-size: 16px;
  color: #888888;
}
.masthead .top-bar .mini-login,
.masthead .top-bar .mini-login .submit {
  color: #aaaaaa;
}
.masthead .top-bar .mini-login i,
.masthead .top-bar .mini-login .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.mixed-header .header-bar .mini-login i,
.mixed-header .header-bar .mini-login .submit i {
  margin-right: 7.1428571428571px;
}
.dt-mobile-header .mini-login,
.dt-mobile-header .mini-login .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.dt-mobile-header .mini-login i,
.dt-mobile-header .mini-login .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-login,
.mobile-header-bar .mobile-mini-widgets .mini-login .submit {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-login i,
.mobile-header-bar .mobile-mini-widgets .mini-login .submit i {
  font-size: 16px;
  color: #aaaaaa;
}
a.mini-contacts:hover {
  opacity: 0.7;
}
.mini-contacts {
  text-decoration: none;
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mini-contacts i {
  font-size: 0px;
}
.header-bar .mini-contacts i {
  margin-right: 7.1428571428571px;
}
.branding .mini-contacts {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-contacts i {
  font-size: 0px;
}
.mixed-header .mini-contacts {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.mixed-header .mini-contacts i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .mini-contacts i {
  margin-right: 7.1428571428571px;
}
.masthead .top-bar .mini-contacts {
  color: #aaaaaa;
}
.masthead .top-bar .mini-contacts i {
  font-size: 16px;
  color: #aaaaaa;
}
.dt-mobile-header .mini-contacts {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.dt-mobile-header .mini-contacts i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-contacts {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-contacts i {
  font-size: 16px;
  color: #aaaaaa;
}
.masthead .mini-widgets .soc-ico a,
.masthead .mobile-mini-widgets .soc-ico a,
.dt-mobile-header .soc-ico a {
  width: 37px;
  height: 37px;
  margin: 0 0px;
  line-height: 37px;
  border-radius: 0px;
}
.masthead .mini-widgets .soc-ico a:before,
.masthead .mini-widgets .soc-ico a:after,
.masthead .mobile-mini-widgets .soc-ico a:before,
.masthead .mobile-mini-widgets .soc-ico a:after,
.dt-mobile-header .soc-ico a:before,
.dt-mobile-header .soc-ico a:after {
  width: 37px;
  height: 37px;
}
.masthead .mini-widgets .soc-ico a:first-child,
.masthead .mobile-mini-widgets .soc-ico a:first-child,
.dt-mobile-header .soc-ico a:first-child {
  margin-left: 0;
}
.masthead .mini-widgets .soc-ico a:last-child,
.masthead .mobile-mini-widgets .soc-ico a:last-child,
.dt-mobile-header .soc-ico a:last-child {
  margin-right: 0;
}
.masthead .soc-ico .soc-font-icon,
.dt-mobile-header .soc-ico .soc-font-icon {
  font-size: 16px;
  line-height: 37px;
}
.masthead .soc-ico.border-on a:before,
.dt-mobile-header .soc-ico.border-on a:before {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0);
}
.masthead .soc-ico.hover-border-on a:hover:after,
.dt-mobile-header .soc-ico.hover-border-on a:hover:after {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0);
}
.masthead .soc-ico.custom-bg a:before,
.masthead .soc-ico.accent-bg a:before,
.dt-mobile-header .soc-ico.custom-bg a:before,
.dt-mobile-header .soc-ico.accent-bg a:before {
  background-color: #ffffff;
}
.masthead .soc-ico.hover-custom-bg a:after,
.masthead .soc-ico.accent-bg.hover-custom-bg a:after,
.masthead .soc-ico.hover-custom-bg a:after,
.accent-gradient .masthead .soc-ico.gradient-bg.hover-custom-bg a:after,
.masthead .soc-ico.hover-accent-bg a:after,
.dt-mobile-header .soc-ico.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.accent-bg.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.hover-custom-bg a:after,
.accent-gradient .dt-mobile-header .soc-ico.gradient-bg.hover-custom-bg a:after,
.dt-mobile-header .soc-ico.hover-accent-bg a:after {
  background-color: #999999;
  background-image: none;
}
.masthead .mini-widgets .soc-ico a:not(:hover) .soc-font-icon,
.masthead .mobile-mini-widgets .soc-ico a:not(:hover) .soc-font-icon,
.dt-mobile-header .soc-ico a:not(:hover) .soc-font-icon {
  color: var(--the7-accent-color);
  color: #aaaaaa !important;
  background: none !important;
}
.masthead .mini-widgets .soc-ico a:hover .soc-font-icon,
.masthead .mobile-mini-widgets .soc-ico a:hover .soc-font-icon,
.dt-mobile-header .soc-ico a:hover .soc-font-icon {
  color: var(--the7-accent-color);
  color: #ffffff !important;
  background: none !important;
}
.text-area {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .text-area {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header .text-area {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.top-bar .text-area {
  color: #aaaaaa;
}
.dt-mobile-header .text-area {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .text-area {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mini-nav .mini-sub-nav > li:not(.wpml-ls-item) > a .menu-text,
.mini-nav .mini-sub-nav li.has-children > a:after,
.footer-sub-nav > li a .subtitle-text,
.mini-nav .mini-sub-nav li a .subtitle-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.footer-sub-nav > li a .subtitle-text,
.mini-nav .mini-sub-nav li a .subtitle-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  font-size: calc(var(--the7-text-small-font-size) - 2);
}
.mini-sub-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .menu-text,
.mini-nav .mini-sub-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
.mini-nav .mini-sub-nav > li:not(.act):not(.wpml-ls-item):hover > a .subtitle-text {
  color: var(--the7-accent-color);
}
.masthead .menu-select,
.masthead .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.masthead .branding .menu-select,
.masthead .branding .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.masthead.mixed-header .menu-select,
.masthead.mixed-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.masthead .top-bar .menu-select,
.masthead .top-bar .mini-nav > ul:not(.mini-sub-nav) > li > a {
  color: #aaaaaa;
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mobile-header .menu-select,
.dt-mobile-header .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .menu-select,
.mobile-header-bar .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .mobile-header-bar .mobile-mini-widgets .mini-nav .mini-sub-nav > li > a * {
  color: #222222 !important;
}
.masthead .mini-nav .customSelectInner {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-nav .customSelectInner {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.mixed-header .mini-nav .customSelectInner {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
  color: #888888;
}
.top-bar .mini-nav .customSelectInner {
  color: #aaaaaa;
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-mobile-header .mini-nav .customSelectInner {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
#bottom-bar .mini-nav .customSelectInner {
  color: #eeeeee;
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  line-height: 17px;
}
#bottom-bar .mini-nav .customSelectInner i {
  color: #eeeeee;
}
.dt-mobile-header .mini-nav {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #aaaaaa;
}
.mini-nav .customSelectInner i,
.list-type-menu.mini-nav > ul > li > a i,
.list-type-menu-first-switch.mini-nav > ul > li > a i,
.list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 0px;
}
.header-bar .mini-nav .customSelectInner i,
.header-bar .list-type-menu.mini-nav > ul > li > a i,
.header-bar .list-type-menu-first-switch.mini-nav > ul > li > a i,
.header-bar .list-type-menu-second-switch.mini-nav > ul > li > a i {
  margin-right: 7.1428571428571px;
}
.branding .mini-nav .customSelectInner i,
.branding .list-type-menu.mini-nav > ul > li > a i,
.branding .list-type-menu-first-switch.mini-nav > ul > li > a i,
.branding .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 0px;
  margin-right: 7.1428571428571px;
}
.mixed-header .mini-nav .customSelectInner i,
.mixed-header .list-type-menu.mini-nav > ul > li > a i,
.mixed-header .list-type-menu-first-switch.mini-nav > ul > li > a i,
.mixed-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #888888;
}
.mixed-header .header-bar .mini-nav .customSelectInner i i,
.mixed-header .header-bar .list-type-menu.mini-nav > ul > li > a i i,
.mixed-header .header-bar .list-type-menu-first-switch.mini-nav > ul > li > a i i,
.mixed-header .header-bar .list-type-menu-second-switch.mini-nav > ul > li > a i i {
  margin-right: 7.1428571428571px;
}
.masthead .top-bar .mini-nav .customSelectInner i,
.masthead .top-bar .list-type-menu.mini-nav > ul > li > a i,
.masthead .top-bar .list-type-menu-first-switch.mini-nav > ul > li > a i,
.masthead .top-bar .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #aaaaaa;
}
.dt-mobile-header .mini-nav .customSelectInner i,
.dt-mobile-header .list-type-menu.mini-nav > ul > li > a i,
.dt-mobile-header .list-type-menu-first-switch.mini-nav > ul > li > a i,
.dt-mobile-header .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #aaaaaa;
}
.mobile-header-bar .mobile-mini-widgets .mini-nav .customSelectInner i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu.mini-nav > ul > li > a i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu-first-switch.mini-nav > ul > li > a i,
.mobile-header-bar .mobile-mini-widgets .list-type-menu-second-switch.mini-nav > ul > li > a i {
  font-size: 16px;
  color: #aaaaaa;
}
#bottom-bar .mini-nav .menu-select:hover .customSelectInner i {
  color: inherit;
}
.header-elements-button-1 {
  font:   700 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
}
.header-elements-button-1:not(:hover) span {
  color: #ffffff;
}
.header-elements-button-1.microwidget-btn-bg-on:before {
  background: #999999;
}
.header-elements-button-1.border-on:before {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.header-elements-button-1 i {
  font-size: 14px;
}
.header-elements-button-1.btn-icon-align-left i {
  margin-right: 5px;
}
.header-elements-button-1.btn-icon-align-right i {
  margin-left: 5px;
}
.header-elements-button-1.btn-icon-align-right:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-left:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-1:hover span {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-right:hover i {
  color: #ffffff;
}
.header-elements-button-1.btn-icon-align-left:hover i {
  color: #ffffff;
}
.header-elements-button-1.microwidget-btn-hover-bg-on:after {
  background: #999999;
}
.header-elements-button-1.hover-border-on:after {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.header-elements-button-2 {
  font:   700 14px / 18px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  padding: 10px 20px 10px 20px;
  border-radius: 0px;
}
.header-elements-button-2:not(:hover) span {
  color: #ffffff;
}
.header-elements-button-2.microwidget-btn-bg-on:before {
  background: #999999;
}
.header-elements-button-2.border-on:before {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.header-elements-button-2 i {
  font-size: 14px;
}
.header-elements-button-2.btn-icon-align-left i {
  margin-right: 5px;
}
.header-elements-button-2.btn-icon-align-right i {
  margin-left: 5px;
}
.header-elements-button-2:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2:hover span {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-right:hover i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-left:hover i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-right:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2.btn-icon-align-left:not(:hover) i {
  color: #ffffff;
}
.header-elements-button-2.microwidget-btn-hover-bg-on:after {
  background: #999999;
}
.header-elements-button-2.hover-border-on:after {
  box-shadow: inset 0px 0px 0px 1px #999999;
}
.masthead:not(.side-header).dividers .main-nav > li:before,
.masthead:not(.side-header).dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(17,17,17,0.14);
  height: 24px;
  border-width: 1px;
}
.side-header.dividers .main-nav > li:before,
.side-header.dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(17,17,17,0.14);
  width: 24px;
  border-width: 1px;
}
.main-nav > li > a {
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.main-nav > li > a .animate-wrap {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.side-header.dividers:not(.surround) .main-nav {
  margin: 0px 0 -20px 0;
}
.side-header:not(.dividers) .main-nav {
  margin: 0px 0 -20px 0;
}
.top-header .outside-item-double-margin.main-nav > li:first-child > a {
  margin-left: 0px;
}
.top-header .outside-item-custom-margin.main-nav > li:first-child > a {
  margin-left: 30px;
}
.top-header .outside-item-remove-margin.main-nav > li:first-child > a {
  margin-left: 0;
}
.top-header .outside-item-double-margin.main-nav > li:last-child > a {
  margin-right: 0px;
}
.top-header .outside-item-custom-margin.main-nav > li:last-child > a {
  margin-right: 30px;
}
.top-header .outside-item-remove-margin.main-nav > li:last-child > a {
  margin-right: 0;
}
.sub-downwards .main-nav > li > .next-level-button {
  left: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.sub-downwards .main-nav > li > .sub-nav:last-child {
  margin-bottom: 20px;
}
.sub-downwards .main-nav > li:last-child > .sub-nav:last-child {
  margin-bottom: 0;
}
.side-header.dividers .main-nav > li:before,
.side-header.dividers.surround .main-nav > li:last-child:after {
  left: 0px;
}
.main-nav > li > a .menu-text {
  font:  normal 200 22px / 26px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.main-nav.level-arrows-on > li.has-children > a .menu-item-text {
  line-height: 26px;
}
.main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666666;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666666;
}
.main-nav > li:not(.wpml-ls-item) > a {
  color: #666666;
}
.sticky-on .main-nav > li:not(.wpml-ls-item) > a,
#phantom .main-nav > li:not(.wpml-ls-item) > a {
  color: #666666;
}
.main-nav > li.act:not(.wpml-ls-item) > a {
  color: #999999;
}
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a {
  color: #999999;
}
.main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #999999;
}
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a .menu-text,
.sticky-on .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text,
#phantom .main-nav > li.act:not(.wpml-ls-item) > a .subtitle-text {
  color: #999999;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text,
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
  color: #000000;
}
.main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
.main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
  color: #000000;
}
.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
#phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover,
.sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a,
#phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a {
  color: #000000;
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  background: #666666;
}
.sticky-on .main-nav.level-arrows-on > li.has-children > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children > a .menu-text:after {
  background: #666666;
}
.sub-sideways .main-nav.level-arrows-on > li.has-children > a span:after {
  background: rgba(102,102,102,0.2);
}
.sub-downwards .main-nav.level-arrows-on > li.has-children > a:after,
.sub-downwards .next-level-button svg,
.sub-downwards .main-nav > li.menu-item-language > a:after {
  color: rgba(102,102,102,0.2);
  fill: rgba(102,102,102,0.2);
}
.top-header .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.top-header .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
  background: #000000;
}
.sticky-on .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.sticky-on .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.dt-hovered.has-children:not(.act) > a .menu-text:after {
  background: #000000;
}
.top-header .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  background: #999999;
}
.sticky-on .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after,
#phantom .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  background: #999999;
}
.side-header.sub-downwards .main-nav.level-arrows-on li.has-children > a:after {
  line-height: 26px;
}
.main-nav > li > a .subtitle-text {
  font:  normal  12px / 16px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.main-nav > .menu-item > a > i {
  font-size: 24px;
}
#main-nav > .menu-item > a > i {
  line-height: 24px;
}
.main-nav .sub-nav > .menu-item > a i {
  font-size: 12px;
}
.hover-outline-decoration > li > a,
.active-outline-decoration > li > a {
  border: 2px solid transparent;
}
.top-header .hover-outline-decoration > li:not(.act) > a:hover,
.top-header .hover-outline-decoration > li.dt-hovered:not(.act) > a {
  border: 2px solid #999999;
}
.top-header .active-outline-decoration > li.act > a {
  border: 2px solid rgba(153,153,153,0.15);
}
.top-header .active-bg-decoration > li.act > a {
  background-color: rgba(153,153,153,0.15);
}
.top-header .hover-bg-decoration > li:not(.act) > a:hover,
.top-header .hover-bg-decoration > li.dt-hovered:not(.act) > a {
  background-color: #999999;
}
.hover-outline-decoration > li > a,
.active-outline-decoration > li > a,
.active-bg-decoration > li > a,
.hover-bg-decoration > li > a {
  border-radius: 3px;
}
.bg-outline-decoration > li > a,
.main-nav > li > a .animate-wrap,
.hover-line-decoration > li:not(.act) > a:hover .decoration-line,
.hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line,
.active-line-decoration > li > a .decoration-line {
  border-radius: 3px;
}
.top-header .active-line-decoration > li.act > a:after {
  background-color: rgba(130,36,227,0.3);
}
.top-header .hover-line-decoration > li > a:hover .decoration-line,
.top-header .hover-line-decoration > li.dt-hovered > a .decoration-line {
  height: 2px;
  background-color: rgba(255,255,255,0.23);
  background: rgba(255,255,255,0.23);
  background: -webkit-linear-gradient(to left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%);
  background: linear-gradient(to left, rgba(255,255,255,0.23) 30%, rgba(0,0,0,0.23) 100%);
}
.top-header .active-line-decoration > li.act > a .decoration-line {
  height: 2px;
  background-color: rgba(130,36,227,0.3);
}
.l-to-r-line > li > a i.underline {
  bottom: -2px;
  background-color: #999999;
  height: 2px;
}
.from-centre-line > li > a .menu-item-text:before {
  bottom: -2px;
  height: 2px;
  background-color: #999999;
}
.upwards-line > li > a .menu-item-text:before {
  bottom: -2px;
  height: 2px;
  background-color: #999999;
}
.downwards-line > li > a .menu-item-text:before {
  bottom: -2px;
  background-color: #999999;
}
.top-header .masthead .downwards-line > li > a .menu-item-text:before {
  height: 2px;
}
li:not(.dt-mega-menu) .sub-nav {
  width: 250px;
}
.sub-nav {
  background-color: #ffffff;
  padding: 0px 0px 0px 0px;
}
.top-header .sub-nav .sub-nav,
.sub-sideways .sub-nav .sub-nav {
  top: 0px;
}
.main-nav .sub-nav > li > a .menu-text {
  font:   300 16px / 20px "Nunito", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.sub-downwards .sub-nav .next-level-button:before,
.side-header.sub-downwards .main-nav.level-arrows-on .sub-nav > li.has-children > a:after {
  line-height: 20px;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a .menu-text {
  color: #666666;
}
.main-nav .sub-nav > li:not(.wpml-ls-item) > a,
#bottom-bar .sub-nav > li:not(.wpml-ls-item) > a {
  color: #666666;
}
.sub-nav.level-arrows-on > li.has-children:not(.dt-mega-parent) > a:after,
#bottom-bar .sub-nav li.has-children > a:after {
  background: #666666;
}
.main-nav .sub-nav > li > a .subtitle-text {
  font:  normal  12px / 16px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.main-nav .sub-nav > li > a,
.sub-downwards .sub-nav.sub-nav-widgets > li {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
.top-header .main-nav .sub-nav.level-arrows-on > li.has-children > a {
  padding-right: 8px;
}
.sub-nav li:not(:first-child) .sub-nav {
  top: -5px;
}
.masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: -8px;
}
.top-header .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: 0px;
}
.rtl .masthead:not(.sub-downwards) .sub-nav li.has-children a:after {
  right: auto;
  left: 0px;
}
.sub-downwards .sub-nav > li > .next-level-button {
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sub-downwards.dt-parent-menu-clickable .sub-nav > li:not(.has-children) > a {
  margin-right: 30px;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
#bottom-bar .sub-nav li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a,
.masthead:not(.sub-downwards) .main-nav .sub-nav li.dt-mega-parent:not(.act):not(.no-link):not(.wpml-ls-item) > a:hover,
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover {
  color: #000000;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav > li:not(.act):not(.dt-mega-parent):not(.no-link):not(.wpml-ls-item):hover > a .menu-text {
  color: #000000;
}
.sub-downwards .sub-nav li:not(.act):not(.wpml-ls-item):not(.dt-mega-parent) > a:hover .menu-text {
  color: #000000;
}
.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent):not(.act):hover > a:after,
#bottom-bar .sub-nav li.has-children:not(.act):hover > a:after {
  background: #000000;
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a,
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent):not(.act):hover > a {
  background-color: rgba(255,255,255,0);
}
.top-header .sub-nav.hover-style-bg > li:not(.dt-mega-parent).act > a,
.top-header .sub-nav.gradient-hover.hover-style-bg > li:not(.dt-mega-parent).act > a {
  background-color: rgba(255,255,255,0);
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item):not(.wpml-ls-item) > a,
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="fa"],
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a i[class^="dt-icon"],
.main-nav .sub-nav > li.dt-mega-parent.current-menu-item:not(.wpml-ls-item) > a {
  color: #999999;
}
.main-nav .sub-nav > li.act:not(.dt-mega-parent):not(.wpml-ls-item) > a .menu-text {
  color: #999999;
}
.sub-nav.level-arrows-on li.has-children:not(.dt-mega-parent).act > a:after,
#bottom-bar .sub-nav li.has-children.act > a:after {
  background: #999999;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav {
  left: 251px !important;
}
.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav {
  right: 251px;
  left: auto !important;
}
.masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
  left: -251px !important;
}
.rtl .masthead:not(.sub-downwards) .sub-nav .sub-nav.right-overflow {
  right: -249px;
  left: auto !important;
}
.sub-downwards .sub-nav.level-arrows-on li.has-children > a svg,
.sub-downwards .sub-nav.level-arrows-on li.has-children:not(.act):hover > a svg,
.sub-downwards .sub-nav.level-arrows-on li.has-children.act > a svg,
.sub-downwards .sub-nav .next-level-button {
  fill: rgba(102,102,102,0.27);
  color: rgba(102,102,102,0.27);
}
.sub-downwards .main-nav.level-arrows-on > li.has-children > a {
  max-width: calc(100% - 30px - 0px - 0px);
}
.sub-downwards .sub-nav.level-arrows-on > li.has-children > a {
  max-width: calc(100% - 30px - 0px - 0px);
}
.masthead.masthead-mobile-header,
.masthead.masthead-mobile-header:not(.mixed-header) {
  background: #ffffff;
}
.mobile-sticky-header-overlay,
.mobile-sticky-sidebar-overlay {
  background-color: rgba(17,17,17,0.5);
}
.dt-mobile-header {
  background-color: #ffffff;
  width: 300px;
}
.right-mobile-menu .show-mobile-header .dt-mobile-header {
  right: 300px;
}
.dt-mobile-header .mobile-header-scrollbar-wrap {
  width: calc(300px - 13px);
  padding: 45px 10px 30px 30px;
  box-sizing: border-box;
}
.admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
  padding-top: 77px;
}
@media screen and (max-width: 782px) {
  .admin-bar .dt-mobile-header .mobile-header-scrollbar-wrap {
    padding-top: 91px;
  }
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-thumb {
  background: rgba(102,102,102,0.2);
  border-color: #ffffff;
}
html:not(.touchevents) .dt-mobile-header::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.masthead:not(.side-header):not(.side-header-menu-icon) .mobile-header-bar {
  margin: 0 auto;
  box-sizing: border-box;
}
.masthead:not(.side-header).full-width .mobile-header-bar,
.mobile-header-bar .masthead.side-header-menu-icon {
  max-width: 100%;
}
.dt-mobile-menu-icon {
  padding: 0px 0px 0px 10px;
}
.dt-mobile-menu-icon .menu-toggle-caption {
  font:   300 16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
}
.mobile-left-caption .dt-mobile-menu-icon .menu-toggle-caption {
  margin-right: 15px;
}
.mobile-right-caption .dt-mobile-menu-icon .menu-toggle-caption {
  margin-left: 15px;
}
.dt-mobile-menu-icon:not(.floating-btn) {
  margin: 0px 0px 0px 0px;
  border-radius: 0px;
}
.mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
  background-color: var(--the7-accent-color);
  background: rgba(255,255,255,0) !important;
}
.mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
  border: 0px solid var(--the7-accent-color);
}
.mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
  background-color: var(--the7-accent-color);
  background: rgba(255,255,255,0) !important;
}
.mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
  border: 0px solid var(--the7-accent-color);
}
.dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-toggle-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line,
.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):not(:hover) .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:before {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn) .menu-line:after {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-mobile-menu-icon:not(.floating-btn):hover .menu-toggle-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.masthead:not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line,
.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.animate-color-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,
.dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,
.h-dots-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after,
.two-line-mobile-menu-icon .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line:after {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.floating-mobile-menu-icon .dt-mobile-menu-icon.floating-btn {
  border-radius: 0px;
}
.dt-close-mobile-menu-icon .mobile-menu-close-caption {
  font:   300 16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  word-spacing: normal;
}
.mobile-close-left-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
  margin-right: 10px;
}
.mobile-close-right-caption .dt-close-mobile-menu-icon .mobile-menu-close-caption {
  margin-left: 10px;
}
.dt-close-mobile-menu-icon:not(:hover) .mobile-menu-close-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.dt-close-mobile-menu-icon:hover .mobile-menu-close-caption {
  color: var(--the7-accent-color);
  color: #000000 !important;
  background: none;
}
.left-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 0;
}
.right-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  right: 0;
}
.center-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 50%;
  transform: translateX(-50%);
}
.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  left: 300px;
}
.right-mobile-menu.ouside-mobile-menu-close-icon .dt-close-mobile-menu-icon {
  right: 300px;
  left: auto;
}
@media screen and (max-width: 300px) {
  .show-mobile-header .dt-close-mobile-menu-icon {
    left: calc(100% - 30px);
  }
  .right-mobile-menu .show-mobile-header .dt-close-mobile-menu-icon {
    left: auto;
    right: 0;
  }
  .right-mobile-menu .show-mobile-header .dt-mobile-header {
    right: 100%;
  }
}
.mobile-branding > a,
.mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent .masthead:not(.mixed-header) .mobile-branding > a,
.transparent .masthead:not(.mixed-header) .mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.sticky-mobile-on.masthead:not(.mixed-header) .mobile-branding > a,
.sticky-mobile-on.masthead:not(.mixed-header) .mobile-branding > img {
  padding: 0px 0px 0px 0px;
}
.sticky-mobile-on.masthead.masthead-mobile-header .sticky-mobile-logo-first-switch,
.sticky-mobile-on.masthead.masthead-mobile-header .sticky-mobile-logo-second-switch {
  padding: 0px 0px 0px 0px;
}
.mobile-main-nav > li > a {
  padding: 14.3px 25px 14.3px 0;
}
.mobile-menu-show-divider .mobile-main-nav > li > a {
  padding: 20.9px 25px 20.9px 0;
}
.dt-mobile-header .next-level-button {
  padding: 14.3px 0;
  top: 0;
  line-height: 26px;
}
.mobile-menu-show-divider.dt-mobile-header .next-level-button {
  padding: 20.9px 0;
}
.dt-mobile-header .next-level-button:before {
  line-height: 26px;
}
.mobile-main-nav > li > .sub-nav:last-child {
  margin-bottom: 19px;
}
.mobile-main-nav li > a .menu-text {
  font:   200 22px / 26px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  text-transform: none;
}
.mobile-main-nav > .menu-item > a i[class^="fa"],
.mobile-main-nav > .menu-item > a i[class^="dt-icon"] {
  font-size: 22px;
}
.mobile-main-nav li > a {
  color: #666666;
}
.mobile-main-nav li.act > a {
  color: #999999;
}
.mobile-main-nav li.act > a .menu-text,
.mobile-main-nav li.act > a .subtitle-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .subtitle-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li.act > a .menu-text {
  color: #999999;
}
.mobile-main-nav li:not(.act) > a:hover .subtitle-text,
.mobile-main-nav li:not(.act) > a:hover .menu-text,
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover .menu-text {
  color: #999999;
}
.mobile-main-nav li:not(.act) > a:hover,
.dt-mobile-header .mobile-main-nav .sub-nav > li:not(.act) > a:hover {
  color: #999999;
}
.mobile-main-nav > li.has-children > a:after,
.mobile-main-nav .next-level-button svg,
.mobile-main-nav > li.menu-item-language > a:after {
  color: rgba(102,102,102,0.17);
  fill: rgba(102,102,102,0.17);
}
.mobile-menu-show-divider .mobile-main-nav > li:before {
  border-bottom: 1px solid rgba(51,51,51,0.12);
}
.mobile-main-nav .sub-nav > li > a,
#page .mobile-main-nav .sub-nav li {
  padding: 6.4px 0px 6.4px 0;
}
.dt-mobile-header .mobile-main-nav li .sub-nav > li > a .menu-text {
  font:   300 16px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  color: #666666;
  text-transform: none;
}
.mobile-main-nav .sub-nav > .menu-item > a i[class^="fa"],
.mobile-main-nav .sub-nav > .menu-item > a i[class^="dt-icon"] {
  font-size: 16px;
}
.mobile-main-nav .sub-nav li > a .menu-text,
.mobile-main-nav .sub-nav li > a i[class^="fa"],
.mobile-main-nav .sub-nav li > a i[class^="dt-icon"] {
  font-size: 12px;
  line-height: 16px;
}
.mobile-main-nav .sub-nav.level-arrows-on li.has-children > a:after,
.mobile-main-nav .sub-nav.level-arrows-on li.has-children:not(.act):hover > a:after,
.mobile-main-nav .sub-nav.level-arrows-on li.has-children.act > a:after,
.mobile-main-nav .sub-nav li.has-children a:after,
.mobile-main-nav .sub-nav .next-level-button {
  color: rgba(102,102,102,0.17);
}
.mobile-main-nav .sub-nav .next-level-button {
  padding: 8px 0;
  top: 0;
  line-height: 20px;
}
.mobile-main-nav .sub-nav .next-level-button:before {
  line-height: 20px;
}
.mobile-main-nav  > li.has-children > a {
  max-width: calc(100% - 55px);
}
.mobile-main-nav .sub-nav > li.has-children > a {
  max-width: calc(100% - 30px);
}
.dt-close-mobile-menu-icon {
  padding: 0px 0px 0px 0px;
  margin: 25px 10px 0px 0px;
  border-radius: 0px;
}
.mobile-hamburger-close-bg-enable .dt-close-mobile-menu-icon:before {
  background-color: var(--the7-accent-color);
  background: #ffffff !important;
}
.mobile-hamburger-close-border-enable .dt-close-mobile-menu-icon:before {
  border: 0px solid var(--the7-accent-color);
}
.mobile-hamburger-close-bg-hover-enable .dt-close-mobile-menu-icon:after {
  background-color: var(--the7-accent-color);
  background: #ffffff !important;
}
.mobile-hamburger-close-border-hover-enable .dt-close-mobile-menu-icon:after {
  border: 0px solid var(--the7-accent-color);
}
.dt-close-mobile-menu-icon span:after {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.dt-close-mobile-menu-icon span:before {
  background-color: var(--the7-accent-color);
  background: #aaaaaa !important;
}
.top-bar .sub-nav li.has-children.act:after,
#bottom-bar .sub-nav li.has-children.act:after {
  color: var(--the7-accent-color);
}
.top-bar .sub-nav > ul > li > a,
#bottom-bar .sub-nav > ul > li > a {
  color: #666666;
  font:   300 16px / 20px "Nunito", Helvetica, Arial, Verdana, sans-serif;
}
#page .masthead.sticky-on .header-bar,
#phantom.masthead .header-bar,
#phantom .ph-wrap {
  min-height: 64px;
}
#phantom .logo-box,
#phantom .phantom-top-line-logo,
.phantom-sticky .sticky-on.masthead:not(.side-header) .branding > a,
.phantom-sticky .sticky-on.masthead:not(.side-header) .branding > img {
  padding: 0px 0px 0px 0px;
}
.transparent.phantom-sticky .sticky-on.masthead .branding > a,
.transparent.phantom-sticky .sticky-on.masthead .branding > img {
  padding: 0px 0px 0px 0px;
}
#phantom {
  background: #ffffff none repeat center center;
  background-size: auto;
}
.phantom-shadow-decoration #phantom {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
#phantom.boxed {
  max-width: 1280px;
}
.phantom-line-decoration #phantom {
  border-bottom: 1px solid rgba(51,51,51,0.11);
  box-shadow: none !important;
}
.phantom-content-width-line-decoration #phantom .ph-wrap {
  position: relative;
  box-shadow: none !important;
}
.phantom-content-width-line-decoration #phantom .ph-wrap:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  content: "";
  width: calc(100% - 0px - 0px);
  height: 1px;
  background: rgba(51,51,51,0.11);
}
.phantom-shadow-decoration #phantom {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  border-bottom: none;
}
.phantom-disable-decoration #phantom {
  box-shadow: none !important;
  border-bottom: none;
}
.responsive-off.phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
  background: #ffffff !important;
}
.responsive-off.phantom-line-decoration.phantom-sticky .sticky-on.masthead {
  border-bottom: 1px solid rgba(51,51,51,0.11);
  box-shadow: none !important;
}
.masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
.ph-wrap {
  padding: 0 0px 0 0px;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
  width: calc(1200px - 0px - 0px);
}
.boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar,
.boxed .ph-wrap {
  max-width: 100%;
  width: calc(1200px - 0px - 0px);
}
#phantom .ph-wrap .header-bar {
  padding: 0;
}
.boxed .masthead:not(.width-in-pixel):not(#phantom) .top-bar.full-width-line:after,
.boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,
.boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,
.boxed .classic-header:not(.width-in-pixel) .navigation:before {
  margin: 0 0px 0 0px;
  padding: 0 1000px;
}
.ph-wrap,
#phantom .ph-wrap.boxed,
.boxed .top-bar.line-content:before,
.boxed .classic-header.content-width-line .navigation:before {
  max-width: calc(1200px - 0px - 0px);
}
.masthead:not(.mixed-header) {
  background: #ffffff none repeat center center;
  background-size: auto;
}
.masthead.line-decoration:not(.side-header):not(.mixed-header):not(.masthead-mobile-header) {
  border-bottom: 1px solid rgba(51,51,51,0.11);
}
.header-side-left .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
  border-right: 1px solid rgba(51,51,51,0.11);
}
.header-side-right .masthead.line-decoration:not(.mixed-header):not(.masthead-mobile-header) {
  border-left: 1px solid rgba(51,51,51,0.11);
}
.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar {
  padding-bottom: 1px;
}
.masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  content: "";
  width: calc(100% - 0px - 0px);
  height: 1px;
  background: rgba(51,51,51,0.11);
}
.header-side-left .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: auto;
  top: auto;
  height: calc(100% - 0px - 0px);
  width: 1px;
  background: rgba(51,51,51,0.11);
}
.header-side-right .masthead.content-width-line-decoration:not(.mixed-header):not(.masthead-mobile-header) .header-bar:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: auto;
  top: auto;
  height: calc(100% - 0px - 0px);
  width: 1px;
  background: rgba(51,51,51,0.11);
}
.transparent .masthead:not(.side-header),
.overlay-navigation .masthead.shadow-decoration:not(.mixed-header) {
  box-shadow: none;
}
.masthead.shadow-decoration:not(.side-header-menu-icon):not(#phantom):not(.masthead-mobile-header) {
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
}
.transparent .masthead:not(.side-header) {
  background: #eeee22;
}
.transparent .top-bar-bg {
  background: rgba(0,0,0,0.5);
}
#main-slideshow:not(.rv-slider):not(.empty-slider) {
  min-height: 140px;
}
#main-slideshow.fixed,
#main-slideshow.fix,
#main-slideshow.layer-fixed {
  background-color: rgba(102,102,102,0.08);
}
#main-slideshow.fixed > .royalSlider,
#main-slideshow.fixed .ts-wrap {
  max-width: 1112px;
}
.outline-element-decoration #main-slideshow.fixed:after,
.outline-element-decoration #main-slideshow.layer-fixed:after,
.outline-element-decoration #main-slideshow.fix:after {
  background-color: rgba(102,102,102,0.15);
}
.page-title .wf-wrap {
  min-height: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-title .wf-wrap:after {
  border-bottom: 6px double rgba(51,51,51,0.11);
}
.page-title.solid-bg {
  background-color: rgba(255,255,255,0);
}
.page-title.solid-bg.bg-img-enabled {
  background-image: none;
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
.page-title.overlay-bg:after {
  background: rgba(0,0,0,0.5);
}
.page-title.gradient-bg {
  background: rgba(255,255,255,0);
}
.page-title.title-outline-decoration {
  border-bottom: 10px solid rgba(30,115,190,0);
}
.page-title > .wf-wrap,
#fancy-header > .wf-wrap {
  width: 1200px;
}
.page-title h1,
.page-title h1 *,
.page-title h1 a:hover,
#page .page-title .entry-title {
  font:  normal 500 24px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #000000;
  text-transform: none;
}
.page-title .breadcrumbs li:before,
.page-title .breadcrumbs li:before {
  color: rgba(102,102,102,0.35);
}
.page-title.breadcrumbs-bg .breadcrumbs {
  background: #594492;
  border-radius: 2px;
  border: 0px solid rgba(255,255,255,0);
}
.page-title .breadcrumbs {
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 0px 0px;
}
.page-title .breadcrumbs,
.page-title .breadcrumbs a {
  color: #999999;
  font:  normal  14px / 16px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.page-title .breadcrumbs li:before,
.page-title .breadcrumbs li:before {
  color: rgba(153,153,153,0.5);
}
.fancy-header h1,
.fancy-header h2,
.fancy-header .fancy-subtitle {
  font:  normal 500 24px / 28px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
#page .fancy-header .color-accent span {
  color: var(--the7-accent-color);
}
.dt-breadcrumbs-shortcode .breadcrumbs * {
  color: var(--the7-secondary-text-color);
}
.responsive-off #main:not(.sidebar-none) .wf-container-main {
  grid-column-gap: 50px;
}
.responsive-off .sidebar-right .wf-container-main {
  -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
  grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
}
.responsive-off .sidebar-left .wf-container-main {
  -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
  grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
}
.responsive-off .sidebar-divider-vertical.sidebar-left .sidebar {
  padding-right: 50px;
}
.responsive-off .sidebar-divider-vertical.sidebar-right .sidebar {
  padding-left: 50px;
}
.sidebar-right .sidebar {
  border-left: 1px solid var(--the7-divider-color);
}
.sidebar-left .sidebar {
  border-right: 1px solid var(--the7-divider-color);
}
.solid-bg .sidebar-content {
  background: #f7f7f8 none repeat center center;
}
.solid-bg.sidebar-outline-decoration .sidebar-content,
.bg-under-widget.sidebar-outline-decoration .widget {
  border: 1px solid rgba(0,0,0,0.06);
}
.bg-under-widget .sidebar-content .widget,
.solid-bg.sidebar-content .widget {
  background: #f7f7f8 none repeat center center;
}
.solid-bg.sidebar-content.sidebar-outline-decoration .widget {
  border: 1px solid rgba(0,0,0,0.06);
}
.solid-bg.sidebar-shadow-decoration .sidebar-content,
.bg-under-widget.sidebar-shadow-decoration .sidebar-content .widget,
.solid-bg.sidebar-content.sidebar-shadow-decoration .widget {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.sidebar .widget,
.sidebar-content .widget,
.elementor-widget-sidebar .widget {
  border-top: 1px solid var(--the7-divider-color);
  color: #666666;
  padding-top: 30px;
  padding-bottom: 30px;
}
.sidebar .widget,
.widget_product_categories li a,
.widget .st-accordion li > a,
ul.cart_list li a,
ul.product_list_widget li a,
.sidebar-content .widget,
.widget .testimonial-vcard .text-primary,
.widget .testimonial-vcard .text-secondary,
div[class*='elementor-widget-wp-widget-'],
.elementor-widget-sidebar .widget,
.elementor-widget-wp-widget-woocommerce_recently_viewed_products,
.elementor-widget-wp-widget-woocommerce_recent_reviews,
.elementor-widget-wp-widget-woocommerce_product_categories,
.elementor-widget-wp-widget-woocommerce_top_rated_products,
.elementor-widget-wp-widget-woocommerce_widget_cart,
.elementor-widget-wp-widget-woocommerce_price_filter,
.elementor-widget-wp-widget-woocommerce_layered_nav,
.elementor-widget-wp-widget-woocommerce_products,
.elementor-widget-woocommerce-products,
.elementor-widget-wp-widget-woocommerce_layered_nav_filters,
.elementor-widget-wp-widget-woocommerce_rating_filter,
.the7-product-filter {
  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
  text-decoration: var(--the7-widget-content-text-decoration);
}
.sidebar.bg-under-widget .widget,
.bg-under-widget .sidebar-content .widget,
.solid-bg.sidebar-content .widget,
.mec-wrap .col-md-4 .widget {
  margin-top: 60px;
}
.widget-title,
div[class*='elementor-widget-wp-widget-'] h5,
.elementor-widget .woocommerce h5 {
  font: var(--the7-widget-title-font);
  text-transform: var(--the7-widget-title-text-transform);
  letter-spacing: var(--the7-widget-title-letter-spacing);
  text-decoration: var(--the7-widget-title-text-decoration);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget div[class*='elementor-widget-wp-widget-'] h5,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .elementor-widget .woocommerce h5 {
  color: #333333;
}
.sidebar-content .widget-title,
.sidebar-content div[class*='elementor-widget-wp-widget-'] h5,
.sidebar-content .elementor-widget .woocommerce h5 {
  color: #000000;
}
.footer .widget-title,
.footer div[class*='elementor-widget-wp-widget-'] h5,
.footer .elementor-widget .woocommerce h5 {
  color: #000000;
}
.widget-title,
body .elementor-widget .woocommerce h5 {
  margin-bottom: var(--the7-widget-gap);
}
.widgettitle {
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widgettitle {
  color: #333333;
}
.sidebar-content .widgettitle {
  color: #000000;
}
.footer .widgettitle {
  color: #000000;
}
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button),
.sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(.elementor-button) * {
  color: #666666;
}
.sidebar-content .widget .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.footer .widget a,
.footer .widget .post-content .text-secondary {
  color: #666666;
}
.footer .widget .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.widget_categories li a,
.widget_meta a,
.blogroll a,
.widget_archive li a,
.widget_recent_entries a,
.widget_recent_comments a,
.widget_links a,
.items-grid a,
.recent-posts a,
.widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.contact-info .secondary-color,
.widget_nav_menu a,
.tagcloud a,
.widget_pages a,
a.rsswidget,
.textwidget a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_categories li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_meta a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blogroll a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_archive li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_entries a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_recent_comments a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_links a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .items-grid a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .recent-posts a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .contact-info .secondary-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_nav_menu a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .tagcloud a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .widget_pages a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget a.rsswidget,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .textwidget a {
  color: #333333;
}
.sidebar-content .widget_categories li a,
.sidebar-content .widget_meta a,
.sidebar-content .blogroll a,
.sidebar-content .widget_archive li a,
.sidebar-content .widget_recent_entries a,
.sidebar-content .widget_recent_comments a,
.sidebar-content .widget_links a,
.sidebar-content .items-grid a,
.sidebar-content .recent-posts a,
.sidebar-content .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.sidebar-content .contact-info .secondary-color,
.sidebar-content .widget_nav_menu a,
.sidebar-content .tagcloud a,
.sidebar-content .widget_pages a,
.sidebar-content a.rsswidget,
.sidebar-content .textwidget a {
  color: #000000;
}
.footer .widget_categories li a,
.footer .widget_meta a,
.footer .blogroll a,
.footer .widget_archive li a,
.footer .widget_recent_entries a,
.footer .widget_recent_comments a,
.footer .widget_links a,
.footer .items-grid a,
.footer .recent-posts a,
.footer .widget:not(.widget_icl_lang_sel_widget) .recent-posts a,
.footer .contact-info .secondary-color,
.footer .widget_nav_menu a,
.footer .tagcloud a,
.footer .widget_pages a,
.footer a.rsswidget,
.footer .textwidget a {
  color: #000000;
}
.widget_categories li,
.widget_archive li {
  color: rgba(102,102,102,0.5);
}
.sidebar-content .custom-categories a,
.sidebar-content .cat-item a,
.sidebar-content .widget_recent_comments a,
.sidebar-content .widget_tag_cloud a:hover {
  color: #000000;
}
.footer .custom-categories a,
.footer .cat-item a,
.footer .widget_recent_comments a,
.footer .widget_tag_cloud a:hover {
  color: #000000;
}
.sidebar-content .custom-categories a span.item-num,
.sidebar-content .cat-item a span.item-num {
  color: rgba(102,102,102,0.5);
}
.footer .custom-categories a span.item-num,
.footer .cat-item a span.item-num {
  color: rgba(102,102,102,0.5);
}
.sidebar-content .custom-categories a:hover span.item-name,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-categories a:hover span.item-name,
.sidebar-content .cat-item a:hover span.item-name,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .cat-item a:hover span.item-name,
.sidebar-content .custom-menu a:hover,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover,
.sidebar-content .custom-menu li.act > a,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act > a,
.sidebar-content .widget_recent_comments a:hover,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .widget_recent_comments a:hover {
  color: var(--the7-accent-color);
}
.footer .custom-categories a:hover span.item-name,
.footer .cat-item a:hover span.item-name,
.footer .custom-menu a:hover,
.footer .custom-menu li.act > a,
.footer .widget_recent_comments a:hover {
  color: var(--the7-accent-color);
}
.sidebar-content .custom-menu a:hover svg,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu a:hover svg,
.sidebar-content .custom-menu li.act > a svg,
.sidebar-content:not(.solid-bg) .widget:not(.widget_icl_lang_sel_widget) .custom-menu li.act > a svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.footer .custom-menu a:hover svg,
.footer .custom-menu li.act > a svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.widget .menu li,
.widget_pages li,
.widget .custom-menu.dividers-on li,
div[class*='elementor-widget-wp-widget-'] .custom-menu.dividers-on li,
div[class*='elementor-widget-wp-widget-'] .menu li,
.widget .blogroll li,
.widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: var(--the7-divider-color);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.sidebar-content .widget .menu li,
.sidebar-content .widget .custom-menu.dividers-on li,
.sidebar-content .widget_pages li,
.sidebar-content .blogroll li,
.sidebar-content .widget .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(102,102,102,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.footer .menu li,
.footer .widget_pages li,
.footer .custom-menu.dividers-on li,
.footer .blogroll li,
.footer .qts-lang-menu li {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(102,102,102,0.15);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.menu .current-menu-parent > a,
.menu .current-menu-item > a,
.custom-nav > li > a:hover span,
.custom-nav li.act > a span,
.custom-nav > li > ul a:hover span,
.st-accordion li > a:hover,
.st-accordion > ul li > a:hover *,
.widget .custom-categories a:hover span.item-name,
.widget_categories li a:hover,
.widget_categories li a:not(.class-1):hover,
.widget_meta a:hover,
.blogroll a:hover,
.widget_archive li a:hover,
.widget_archive li a:not(.class-1):hover,
.widget_recent_entries a:hover,
.widget_recent_entries a:not(.class-1):hover,
.widget_links a:hover,
.widget_pages a:hover,
.recent-posts a:not(.post-rollover):hover,
.items-grid .post-content > a:hover,
#wp-calendar td a:hover,
.tagcloud a:hover,
.tagcloud a:not(.class-1):hover,
.widget_nav_menu a:hover,
a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.sidebar-content .menu .current-menu-parent > a,
.sidebar-content.solid-bg .menu .current-menu-parent > a,
.sidebar-content .menu .current-menu-item > a,
.sidebar-content.solid-bg .menu .current-menu-item > a,
.sidebar-content .custom-nav > li > a:hover span,
.sidebar-content.solid-bg .custom-nav > li > a:hover span,
.sidebar-content .custom-nav li.act > a span,
.sidebar-content.solid-bg .custom-nav li.act > a span,
.sidebar-content .custom-nav > li > ul a:hover span,
.sidebar-content.solid-bg .custom-nav > li > ul a:hover span,
.sidebar-content .st-accordion li > a:hover,
.sidebar-content.solid-bg .st-accordion li > a:hover,
.sidebar-content .st-accordion > ul li > a:hover *,
.sidebar-content.solid-bg .st-accordion > ul li > a:hover *,
.sidebar-content .widget .custom-categories a:hover span.item-name,
.sidebar-content.solid-bg .widget .custom-categories a:hover span.item-name,
.sidebar-content .widget_categories li a:hover,
.sidebar-content.solid-bg .widget_categories li a:hover,
.sidebar-content .widget_categories li a:not(.class-1):hover,
.sidebar-content.solid-bg .widget_categories li a:not(.class-1):hover,
.sidebar-content .widget_meta a:hover,
.sidebar-content.solid-bg .widget_meta a:hover,
.sidebar-content .blogroll a:hover,
.sidebar-content.solid-bg .blogroll a:hover,
.sidebar-content .widget_archive li a:hover,
.sidebar-content.solid-bg .widget_archive li a:hover,
.sidebar-content .widget_archive li a:not(.class-1):hover,
.sidebar-content.solid-bg .widget_archive li a:not(.class-1):hover,
.sidebar-content .widget_recent_entries a:hover,
.sidebar-content.solid-bg .widget_recent_entries a:hover,
.sidebar-content .widget_recent_entries a:not(.class-1):hover,
.sidebar-content.solid-bg .widget_recent_entries a:not(.class-1):hover,
.sidebar-content .widget_links a:hover,
.sidebar-content.solid-bg .widget_links a:hover,
.sidebar-content .widget_pages a:hover,
.sidebar-content.solid-bg .widget_pages a:hover,
.sidebar-content .recent-posts a:not(.post-rollover):hover,
.sidebar-content.solid-bg .recent-posts a:not(.post-rollover):hover,
.sidebar-content .items-grid .post-content > a:hover,
.sidebar-content.solid-bg .items-grid .post-content > a:hover,
.sidebar-content #wp-calendar td a:hover,
.sidebar-content.solid-bg #wp-calendar td a:hover,
.sidebar-content .tagcloud a:hover,
.sidebar-content.solid-bg .tagcloud a:hover,
.sidebar-content .tagcloud a:not(.class-1):hover,
.sidebar-content.solid-bg .tagcloud a:not(.class-1):hover,
.sidebar-content .widget_nav_menu a:hover,
.sidebar-content.solid-bg .widget_nav_menu a:hover,
.sidebar-content a.rsswidget:hover,
.sidebar-content.solid-bg a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.footer .menu .current-menu-parent > a,
.footer .menu .current-menu-item > a,
.footer .custom-nav > li > a:hover span,
.footer .custom-nav li.act > a span,
.footer .custom-nav > li > ul a:hover span,
.footer .st-accordion li > a:hover,
.footer .st-accordion > ul li > a:hover *,
.footer .widget .custom-categories a:hover span.item-name,
.footer .widget_categories li a:hover,
.footer .widget_categories li a:not(.class-1):hover,
.footer .widget_meta a:hover,
.footer .blogroll a:hover,
.footer .widget_archive li a:hover,
.footer .widget_archive li a:not(.class-1):hover,
.footer .widget_recent_entries a:hover,
.footer .widget_recent_entries a:not(.class-1):hover,
.footer .widget_links a:hover,
.footer .widget_pages a:hover,
.footer .recent-posts a:not(.post-rollover):hover,
.footer .items-grid .post-content > a:hover,
.footer #wp-calendar td a:hover,
.footer .tagcloud a:hover,
.footer .tagcloud a:not(.class-1):hover,
.footer .widget_nav_menu a:hover,
.footer a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.textwidget a:not(.dt-btn):hover {
  color: var(--the7-accent-color);
}
.sidebar-content .textwidget a:not(.dt-btn):hover,
.stripe .sidebar-content.solid-bg .textwidget a:not(.dt-btn):hover {
  color: var(--the7-accent-color);
}
.footer .textwidget a:not(.dt-btn):hover {
  color: var(--the7-accent-color);
}
#wp-calendar,
#wp-calendar td {
  background-color: rgba(0,0,0,0.04);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar td {
  background-color: rgba(0,0,0,0.04);
}
#wp-calendar,
#wp-calendar caption,
#wp-calendar td {
  border-color: var(--the7-divider-color);
}
.sidebar-content #wp-calendar,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar td {
  border-color: rgba(102,102,102,0.15);
}
#wp-calendar td:hover {
  background-color: rgba(0,0,0,0.08);
}
.sidebar-content #wp-calendar td:hover {
  background-color: rgba(0,0,0,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar td {
  background-color: rgba(0,0,0,0.04);
}
.footer #wp-calendar td:hover {
  background-color: rgba(0,0,0,0.08);
}
.footer #wp-calendar,
.footer #wp-calendar caption,
.footer #wp-calendar td {
  border-color: rgba(102,102,102,0.15);
}
#wp-calendar td.act {
  color: #fff;
  background-color: var(--the7-accent-color);
}
#wp-calendar th,
#wp-calendar caption,
#wp-calendar tfoot td,
#wp-calendar tfoot td a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar th,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar caption,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #wp-calendar tfoot td a {
  color: #333333;
}
.sidebar-content #wp-calendar th,
.sidebar-content #wp-calendar caption,
.sidebar-content #wp-calendar tfoot td,
.sidebar-content #wp-calendar tfoot td a {
  color: #000000;
}
.footer #wp-calendar th,
.footer #wp-calendar caption,
.footer #wp-calendar tfoot td,
.footer #wp-calendar tfoot td a {
  color: #000000;
}
#page .widget .searchform .submit svg,
#page .content .searchform .submit svg {
  fill: var(--the7-input-color);
  color: var(--the7-input-color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  border-color: var(--the7-input-border-color);
  background-color: var(--the7-input-bg-color);
  border-radius: var(--the7-input-border-radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  background: none;
  margin: 0;
}
.wp-block-search .wp-block-search__button {
  height: var(--the7-input-height);
}
.wp-block-search .wp-block-search__label {
  display: block;
  color: #000000;
  margin-bottom: 8px;
  font:   500 16px / 1.3em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.widget_recent_comments a:hover {
  color: var(--the7-accent-color) !important;
}
.custom-menu a svg {
  fill: var(--the7-secondary-text-color);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .custom-menu a svg {
  fill: rgba(102,102,102,0.5);
  color: rgba(102,102,102,0.5);
}
.footer .custom-menu a svg {
  fill: rgba(102,102,102,0.5);
  color: rgba(102,102,102,0.5);
}
.custom-nav a svg {
  fill: #666666;
  color: #666666;
}
.footer .custom-nav a svg {
  fill: #666666;
  color: #666666;
}
.custom-menu a:hover svg,
.custom-menu .act > a svg {
  fill: var(--the7-secondary-text-color);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .custom-menu a:hover svg,
.sidebar-content .custom-menu .act > a svg {
  fill: rgba(153,153,153,0.999);
  color: rgba(153,153,153,0.999);
}
.footer .custom-menu a:hover svg,
.footer .custom-menu .act > a svg {
  fill: rgba(153,153,153,0.999);
  color: rgba(153,153,153,0.999);
}
.sidebar .skill,
.sidebar-content .skill {
  background-color: rgba(102,102,102,0.15);
}
.footer .skill {
  background-color: rgba(102,102,102,0.15);
}
.skill-value {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.skill-name,
.skill-name *,
.custom-nav > li > a span,
.custom-nav > li > ul a span,
.st-accordion li a,
.st-accordion > ul li > a * {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .skill-name *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > a span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion li a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a * {
  color: #333333;
}
.sidebar-content .skill-name,
.sidebar-content .skill-name *,
.sidebar-content .custom-nav > li > a span,
.sidebar-content .custom-nav > li > ul a span,
.sidebar-content .st-accordion li a,
.sidebar-content .st-accordion > ul li > a * {
  color: #000000;
}
.footer .skill-name,
.footer .skill-name *,
.footer .custom-nav > li > a span,
.footer .custom-nav > li > ul a span,
.footer .st-accordion li a,
.footer .st-accordion > ul li > a * {
  color: #000000;
}
.st-accordion li > a {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.custom-menu.show-arrow a:after {
  top: calc(var(--the7-text-big-line-height) - 13 / 2);
}
.footer .custom-menu.show-arrow a:after {
  top: calc(var(--the7-base-line-height) - 13 / 2);
}
.custom-menu a:not(:hover) {
  color: var(--the7-base-color);
}
.dt-mega-menu .sidebar-content .custom-menu a:not(:hover) {
  color: #333333;
}
.sidebar-content .custom-menu a:not(:hover) {
  color: #666666;
}
.footer .custom-menu a:not(:hover) {
  color: #666666;
}
.widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: var(--the7-base-color);
}
.dt-mega-menu .sidebar-content .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: #333333;
}
.sidebar-content .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: #666666;
}
.footer .widget_presscore-custom-menu-one .custom-menu.show-arrow a:after {
  background-color: #666666;
}
.sidebar .st-accordion li > a:before,
.sidebar-content .st-accordion li > a:before,
.sidebar .custom-menu a:before,
.sidebar-content .custom-menu a:before {
  background-color: rgba(102,102,102,0.15);
}
.footer .st-accordion li > a:before,
.footer .custom-menu a:before {
  background-color: rgba(102,102,102,0.15);
}
.st-accordion li > a:after {
  color: rgba(102,102,102,0.5);
}
.footer .st-accordion li > a:after {
  color: rgba(102,102,102,0.5);
}
.st-accordion li > a:hover:after {
  color: var(--the7-accent-color);
}
.dt-posts-preload .dt-posts-preload-activity {
  background-color: rgba(153,153,153,0.9);
}
.format-link-content,
.format-aside-content,
.format-status-content {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .format-link-content {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .format-link-content {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.post.bg-on,
.post.bg-on.fullwidth-img.format-quote,
.post.bg-on.fullwidth-img.format-link {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .post.bg-on,
.outline-element-decoration .post.bg-on.fullwidth-img.format-quote,
.outline-element-decoration .post.bg-on.fullwidth-img.format-link {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .post.bg-on,
.shadow-element-decoration .post.bg-on.fullwidth-img.format-quote,
.shadow-element-decoration .post.bg-on.fullwidth-img.format-link {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.layout-list .post {
  border-top: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .layout-list .post,
.sidebar-content .layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.footer .layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.dividers-on.classic-layout-list .post {
  border-bottom: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .dividers-on.classic-layout-list .post,
.sidebar-content .dividers-on.classic-layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.footer .dividers-on.classic-layout-list .post {
  border-color: rgba(102,102,102,0.15);
}
.content-bg-on.centered-layout-list article,
.content-bg-on.classic-layout-list article {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .content-bg-on.centered-layout-list article,
.outline-element-decoration .content-bg-on.classic-layout-list article {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .content-bg-on.centered-layout-list article,
.shadow-element-decoration .content-bg-on.classic-layout-list article {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(102,102,102,0.15);
}
.sidebar .centered-layout-list.dividers-on .post-entry-content:after,
.sidebar-content .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(102,102,102,0.15);
}
.footer .centered-layout-list.dividers-on .post-entry-content:after {
  background-color: rgba(102,102,102,0.15);
}
.content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlay-layout-list) .post-entry-content {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .content-bg-on:not(.classic-layout-list):not(.centered-layout-list):not(.gradient-overlap-layout-list):not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .post-entry-content {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.content-bg-on.content-rollover-layout-list .post-entry-content:before {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
  background: -webkit-linear-gradient(top,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
  background: linear-gradient(to bottom,rgba(247,247,247,0) 0%,#f7f7f7 65%,#f7f7f7 100%);
}
#page .content-bg-on.gradient-overlap-layout-list .post-entry-content {
  background: linear-gradient(to bottom,#f7f7f7,#f7f7f7) no-repeat 0px 150px;
}
.content-bg-on.gradient-overlap-layout-list .post-entry-content:before {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
  background: -webkit-linear-gradient(top,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
  background: linear-gradient(to bottom,rgba(247,247,247,0) 0%,rgba(247,247,247,0.9) 64%,#f7f7f7 83%,#f7f7f7 100%);
}
#page .content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content {
  background: var(--the7-content-boxes-bg);
}
.content-bg-on.gradient-overlap-layout-list .no-img .post-entry-content:before {
  display: none;
}
#page .enable-bg-rollover.gradient-overlay-layout-list .post-entry-content {
  background-color: rgba(153,153,153,0.85);
}
.blog-shortcode .entry-title,
.portfolio-shortcode .entry-title,
.albums-shortcode .entry-title,
.owl-carousel.blog-carousel-shortcode .entry-title {
  font: normal normal normal var(--the7-h3-font-size) / var(--the7-h3-line-height) var(--the7-h3-font-family);
}
.mode-masonry.blog-shortcode .entry-title,
.mode-grid.blog-shortcode .entry-title,
.blog-carousel-shortcode.blog-shortcode .entry-title,
.portfolio-carousel-shortcode.blog-shortcode .entry-title,
.albums-carousel-shortcode.blog-shortcode .entry-title,
.mode-masonry.portfolio-shortcode .entry-title,
.mode-grid.portfolio-shortcode .entry-title,
.blog-carousel-shortcode.portfolio-shortcode .entry-title,
.portfolio-carousel-shortcode.portfolio-shortcode .entry-title,
.albums-carousel-shortcode.portfolio-shortcode .entry-title,
.mode-masonry.albums-shortcode .entry-title,
.mode-grid.albums-shortcode .entry-title,
.blog-carousel-shortcode.albums-shortcode .entry-title,
.portfolio-carousel-shortcode.albums-shortcode .entry-title,
.albums-carousel-shortcode.albums-shortcode .entry-title,
.mode-masonry.owl-carousel.blog-carousel-shortcode .entry-title,
.mode-grid.owl-carousel.blog-carousel-shortcode .entry-title,
.blog-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,
.portfolio-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title,
.albums-carousel-shortcode.owl-carousel.blog-carousel-shortcode .entry-title {
  font: normal normal normal var(--the7-h4-font-size) / var(--the7-h4-line-height) var(--the7-h4-font-family);
}
.blog-shortcode .entry-title a,
.portfolio-shortcode .entry-title a,
.albums-shortcode .entry-title a,
.owl-carousel.blog-carousel-shortcode .entry-title a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .blog-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .portfolio-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .albums-shortcode .entry-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #333333;
}
.sidebar-content .blog-shortcode .entry-title a,
.sidebar-content .portfolio-shortcode .entry-title a,
.sidebar-content .albums-shortcode .entry-title a,
.sidebar-content .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #000000;
}
.footer .blog-shortcode .entry-title a,
.footer .portfolio-shortcode .entry-title a,
.footer .albums-shortcode .entry-title a,
.footer .owl-carousel.blog-carousel-shortcode .entry-title a {
  color: #000000;
}
#page .blog-shortcode .entry-title a:hover,
#page .portfolio-shortcode:not(.gradient-overlay-layout-list):not(.content-rollover-layout-list) .entry-title a:hover,
#page .albums-shortcode .entry-title a:hover,
#page .owl-carousel.blog-carousel-shortcode .entry-title a:hover {
  color: var(--the7-accent-color);
}
.blog-shortcode .entry-meta,
.portfolio-shortcode .entry-meta,
.albums-shortcode .entry-meta,
.owl-carousel .entry-meta {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .blog-shortcode .entry-meta,
.sidebar-content .portfolio-shortcode .entry-meta,
.sidebar-content .albums-shortcode .entry-meta,
.sidebar-content .owl-carousel .entry-meta {
  color: rgba(102,102,102,0.5);
}
.footer .blog-shortcode .entry-meta,
.footer .portfolio-shortcode .entry-meta,
.footer .albums-shortcode .entry-meta,
.footer .owl-carousel .entry-meta {
  color: rgba(102,102,102,0.5);
}
.blog-shortcode .entry-excerpt,
.portfolio-shortcode .entry-excerpt,
.albums-shortcode .entry-excerpt,
.owl-carousel .entry-excerpt {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.blog-shortcode.mode-list .entry-excerpt {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.post-details.details-type-link {
  font-size: var(--the7-text-small-font-size);
  line-height: calc(var(--the7-text-small-font-size) + 4px);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link {
  color: #333333;
}
.sidebar-content .post-details.details-type-link {
  color: #000000;
}
.footer .post-details.details-type-link {
  color: #000000;
}
.post-details.details-type-link * {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post-details.details-type-link * {
  color: #333333;
}
.sidebar-content .post-details.details-type-link * {
  color: #000000;
}
.footer .post-details.details-type-link * {
  color: #000000;
}
.post-details.details-type-link:after {
  background-color: var(--the7-accent-color);
}
.details {
  font-size: var(--the7-text-small-font-size);
  line-height: calc(var(--the7-text-small-font-size) + 4px);
  color: var(--the7-h1-color);
}
.details:hover {
  color: var(--the7-h1-color);
}
.details:before {
  background-color: var(--the7-accent-color);
}
.layout-masonry .post h2.entry-title,
.layout-grid .post h2.entry-title,
.shortcode-blog-posts .post h2.entry-title,
.dt-blog-shortcode .post h2.entry-title,
.slider-wrapper .post h2.entry-title,
.rollover-content h2.entry-title {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
}
.post h2.entry-title,
.post h2.entry-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .post h2.entry-title {
  color: #333333;
}
.sidebar-content .post h2.entry-title,
.sidebar-content .post h2.entry-title {
  color: #000000;
}
.footer .post h2.entry-title,
.footer .post h2.entry-title {
  color: #000000;
}
.description-under-image .post .entry-title a:hover,
.post .blog-content .entry-title a:hover,
.project-list-content .entry-title a:hover {
  color: var(--the7-accent-color);
}
article.product-category .woocom-list-content .entry-title a:hover .count {
  color: var(--the7-title-color);
  background: none;
}
.fancy-date .entry-month:after,
.fancy-date .entry-date:after {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.portfolio-shortcode .project-links-container a:not(:hover) span {
  color: var(--the7-accent-color);
}
.dt-icon-hover-on.portfolio-shortcode .project-links-container a:hover span {
  color: var(--the7-accent-color);
}
.portfolio-shortcode .project-links-container:before,
.portfolio-shortcode .project-links-container:after {
  border-color: var(--the7-accent-color);
}
.dt-icon-bg-on.portfolio-shortcode .project-links-container a:before {
  background-color: var(--the7-accent-color);
}
.dt-icon-hover-bg-on.portfolio-shortcode .project-links-container a:after {
  background-color: var(--the7-accent-color);
}
.comment-list .comment-body {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .comment-list .comment-body {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .comment-list .comment-body {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.comment-content {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.reply,
.comment-meta,
#reply-title small {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.comment-author,
.pingback-title {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
}
.comment-author a,
.comment-author .fn {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
}
.comments-title {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
#reply-title small {
  font: var(--the7-base-font);
}
.comments-title,
.comments-title a,
.comment-author a,
.comment-author .fn,
#reply-title,
.fn,
.fn a,
.pingback-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comments-title a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget #reply-title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .fn a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pingback-title {
  color: #333333;
}
.sidebar-content .comments-title,
.sidebar-content .comments-title a,
.sidebar-content .comment-author a,
.sidebar-content .comment-author .fn,
.sidebar-content #reply-title,
.sidebar-content .fn,
.sidebar-content .fn a,
.sidebar-content .pingback-title {
  color: #000000;
}
.footer .comments-title,
.footer .comments-title a,
.footer .comment-author a,
.footer .comment-author .fn,
.footer #reply-title,
.footer .fn,
.footer .fn a,
.footer .pingback-title {
  color: #000000;
}
#page .fn a:hover {
  color: var(--the7-accent-color);
}
.entry-author {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .entry-author {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .entry-author {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.entry-author .text-primary {
  font-size: var(--the7-base-font-size);
}
.author-link,
.author-link:hover,
.meta-nav {
  color: var(--the7-secondary-text-color);
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.sidebar-content .author-link,
.sidebar-content .author-link:hover,
.sidebar-content .meta-nav {
  color: rgba(102,102,102,0.5);
}
.footer .author-link,
.footer .author-link:hover,
.footer .meta-nav {
  color: rgba(102,102,102,0.5);
}
.author-description h4,
.comment-author-name {
  color: var(--the7-title-color);
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
  letter-spacing: var(--the7-h5-letter-spacing);
  word-spacing: var(--the7-h5-word-spacing);
  text-decoration: var(--the7-h5-text-decoration);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .author-description h4,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .comment-author-name {
  color: #333333;
}
.sidebar-content .author-description h4,
.sidebar-content .comment-author-name {
  color: #000000;
}
.footer .author-description h4,
.footer .comment-author-name {
  color: #000000;
}
.entry-meta,
.entry-tags,
.portfolio-categories,
.author-link {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.share-link-description,
.author-bio {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.single .entry-tags a {
  border-color: var(--the7-divider-color);
}
.sidebar .single .entry-tags a,
.sidebar-content .single .entry-tags a {
  border-color: rgba(102,102,102,0.15);
}
.footer .single .entry-tags a {
  border-color: rgba(102,102,102,0.15);
}
.entry-meta:before {
  width: var(--the7-base-line-height);
  height: var(--the7-base-line-height);
}
.portfolio-categories > a:after,
.portfolio-categories > span:after,
.entry-meta > a:after,
.entry-meta > span:after {
  background-color: var(--the7-secondary-text-color);
}
.sidebar-content .portfolio-categories > a:after,
.sidebar-content .portfolio-categories > span:after,
.sidebar-content .entry-meta > a:after,
.sidebar-content .entry-meta > span:after {
  background-color: rgba(102,102,102,0.5);
}
.footer .portfolio-categories > a:after,
.footer .portfolio-categories > span:after,
.footer .entry-meta > a:after,
.footer .entry-meta > span:after {
  background-color: rgba(102,102,102,0.5);
}
.comment-metadata,
.comment-metadata a,
.entry-meta a,
.entry-meta span,
.entry-meta a *,
.comment-reply-link,
.single .entry-tags,
.single .entry-tags a {
  color: var(--the7-secondary-text-color);
}
.single .entry-tags a:hover {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .single .entry-tags a:hover {
  color: #333333;
}
.sidebar-content .single .entry-tags a:hover {
  color: #000000;
}
.footer .single .entry-tags a:hover {
  color: #000000;
}
.share-button.entry-share,
.btn-project-link,
.btn-project-link:hover,
.share-link-description {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-button.entry-share,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-project-link:hover,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .share-link-description {
  color: #333333;
}
.sidebar-content .share-button.entry-share,
.sidebar-content .btn-project-link,
.sidebar-content .btn-project-link:hover,
.sidebar-content .share-link-description {
  color: #000000;
}
.footer .share-button.entry-share,
.footer .btn-project-link,
.footer .btn-project-link:hover,
.footer .share-link-description {
  color: #000000;
}
.show-on-hover .share-link-description .share-link-icon {
  border-color: rgba(0,0,0,0.1);
}
.show-on-hover:hover .share-link-description .share-link-icon {
  border-color: rgba(0,0,0,0.21);
}
.project-post .btn-project-link {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  border-color: rgba(0,0,0,0.1);
}
.project-post .btn-project-link:hover {
  border-color: rgba(0,0,0,0.21);
}
.project-navigation span {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  line-height: 22px;
}
.rsSlide .slider-post-caption,
.images-list-caption {
  line-height: var(--the7-base-line-height);
}
.post-navigation .nav-links {
  border-color: var(--the7-divider-color);
}
.sidebar .post-navigation .nav-links,
.sidebar-content .post-navigation .nav-links {
  border-color: rgba(102,102,102,0.15);
}
.footer .post-navigation .nav-links {
  border-color: rgba(102,102,102,0.15);
}
.post-navigation .nav-links svg {
  fill: rgba(0,0,0,0.12);
  color: rgba(0,0,0,0.12);
}
.post-navigation .nav-links a svg:hover {
  fill: rgba(0,0,0,0.23);
  color: rgba(0,0,0,0.23);
}
#page .post-navigation .nav-links a .post-title:hover {
  color: var(--the7-accent-color);
}
.single-related-posts {
  border-color: var(--the7-divider-color);
}
.sidebar .single-related-posts,
.sidebar-content .single-related-posts {
  border-color: rgba(102,102,102,0.15);
}
.footer .single-related-posts {
  border-color: rgba(102,102,102,0.15);
}
.dt-btn,
.widget .dt-form .dt-btn,
.nsu-submit,
.give-btn.give-btn-reveal,
.give-submit.give-btn,
.wp-block-search .wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button {
  font: var(--the7-btn-s-font);
  text-transform: var(--the7-btn-s-text-transform);
  letter-spacing: var(--the7-btn-s-letter-spacing);
  word-spacing: var(--the7-btn-s-word-spacing);
  border-radius: var(--the7-btn-s-border-radius);
  border-width: var(--the7-btn-s-border-width);
  border-style: var(--the7-btn-s-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-s-padding);
  min-width: var(--the7-btn-s-min-width);
  min-height: var(--the7-btn-s-min-height);
}
.dt-btn.ico-right-side > i,
.widget .dt-form .dt-btn.ico-right-side > i,
.nsu-submit.ico-right-side > i,
.give-btn.give-btn-reveal.ico-right-side > i,
.give-submit.give-btn.ico-right-side > i,
.wp-block-search .wp-block-search__button.ico-right-side > i,
.wc-block-product-search .wc-block-product-search__button.ico-right-side > i {
  margin-left: calc(var(--the7-btn-s-font-size) * 8 / 12);
  margin-right: 0 !important;
}
.dt-btn > i,
.dt-btn > i[class^="fa"],
.dt-btn > i[class^="dt-icon"],
.widget .dt-form .dt-btn > i,
.widget .dt-form .dt-btn > i[class^="fa"],
.widget .dt-form .dt-btn > i[class^="dt-icon"],
.nsu-submit > i,
.nsu-submit > i[class^="fa"],
.nsu-submit > i[class^="dt-icon"],
.give-btn.give-btn-reveal > i,
.give-btn.give-btn-reveal > i[class^="fa"],
.give-btn.give-btn-reveal > i[class^="dt-icon"],
.give-submit.give-btn > i,
.give-submit.give-btn > i[class^="fa"],
.give-submit.give-btn > i[class^="dt-icon"],
.wp-block-search .wp-block-search__button > i,
.wp-block-search .wp-block-search__button > i[class^="fa"],
.wp-block-search .wp-block-search__button > i[class^="dt-icon"],
.wc-block-product-search .wc-block-product-search__button > i,
.wc-block-product-search .wc-block-product-search__button > i[class^="fa"],
.wc-block-product-search .wc-block-product-search__button > i[class^="dt-icon"] {
  font-size: var(--the7-btn-s-icon-size);
  margin-right: var(--the7-btn-s-icon-gap,calc(var(--the7-btn-s-font-size) * 8 / 12));
}
.btn-link.dt-btn-s {
  font: var(--the7-btn-s-font);
}
button.button,
a.button,
input[type="reset"],
.wpcf7-submit,
.dt-btn-m,
input.dt-btn-m[type="submit"],
#main .gform_wrapper .gform_footer input.button,
#main .gform_wrapper .gform_footer input[type="submit"],
#main-slideshow .tp-button,
.woocommerce-widget-layered-nav-dropdown__submit {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  border-width: var(--the7-btn-m-border-width);
  border-style: var(--the7-btn-m-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.dt-btn-m.ico-right-side > i {
  margin-left: calc(var(--the7-btn-m-font-size) * 8 / 14);
  margin-right: 0 !important;
}
.dt-btn-m > i,
.dt-btn-m > i[class^="fa"],
.dt-btn-m > i[class^="dt-icon-"] {
  font-size: var(--the7-btn-m-icon-size);
  margin-right: var(--the7-btn-m-icon-gap,calc(var(--the7-btn-m-font-size) * 8 / 14));
}
.dt-btn-l {
  font: var(--the7-btn-l-font);
  text-transform: var(--the7-btn-l-text-transform);
  letter-spacing: var(--the7-btn-l-letter-spacing);
  word-spacing: var(--the7-btn-l-word-spacing);
  border-radius: var(--the7-btn-l-border-radius);
  border-width: var(--the7-btn-l-border-width);
  border-style: var(--the7-btn-l-border-style);
  border-color: var(--the7-btn-border-color);
  padding: var(--the7-btn-l-padding);
  min-width: var(--the7-btn-l-min-width);
  min-height: var(--the7-btn-l-min-height);
}
.dt-btn-l.ico-right-side > i {
  margin-left: calc(var(--the7-btn-l-font-size) * 8 / 18);
  margin-right: 0 !important;
}
.dt-btn-l > i,
.dt-btn-l > i[class^="fa"],
.dt-btn-l > i[class^="dt-icon-"] {
  font-size: var(--the7-btn-l-icon-size);
  margin-right: var(--the7-btn-l-icon-gap,calc(var(--the7-btn-l-font-size) * 8 / 18));
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration),
.mec-event-footer .mec-booking-button,
button.button,
a.button:not(.edd-submit),
.dt-form button,
.widget .dt-form .dt-btn,
input[type="reset"],
.wpcf7-submit,
.nsu-submit,
.dt-wc-btn,
.checkout-button,
input#place_order,
input[name="apply_coupon"],
input[name="login"],
button[name="calc_shipping"],
button[name="calc_shipping"]:hover,
.single_add_to_cart_button.button,
.button.wc-backward,
.woocommerce-Button.button,
.woocommerce-button.button,
.woocommerce-Reviews .submit,
.woocommerce-Button[name="register"],
.woocommerce-button[name="register"],
.track_order input[name="track"],
.cart-btn-below-img .woo-buttons a,
input[name="save_address"],
.wc-layout-list .woo-buttons a,
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
input[type="submit"]:not([name="update_cart"]),
.woocommerce-widget-layered-nav-dropdown__submit,
.give-btn.give-btn-reveal,
.give-submit.give-btn,
.wp-block-search .wp-block-search__button,
.wc-block-product-search .wc-block-product-search__button {
  transition: all 0.3s ease-out;
  box-shadow: var(--the7-btn-shadow);
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover,
.mec-event-footer .mec-booking-button:hover,
button.button:hover,
a.button:not(.edd-submit):hover,
.dt-form button:hover,
.widget .dt-form .dt-btn:hover,
input[type="reset"]:hover,
.wpcf7-submit:hover,
.nsu-submit:hover,
.dt-wc-btn:hover,
.checkout-button:hover,
input#place_order:hover,
input[name="apply_coupon"]:hover,
input[name="login"]:hover,
button[name="calc_shipping"]:hover,
button[name="calc_shipping"]:hover:hover,
.single_add_to_cart_button.button:hover,
.button.wc-backward:hover,
.woocommerce-Button.button:hover,
.woocommerce-button.button:hover,
.woocommerce-Reviews .submit:hover,
.woocommerce-Button[name="register"]:hover,
.woocommerce-button[name="register"]:hover,
.track_order input[name="track"]:hover,
.cart-btn-below-img .woo-buttons a:hover,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover,
.wp-block-search .wp-block-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:hover {
  box-shadow: var(--the7-btn-shadow-hover);
}
.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
  box-shadow: 0 1px 6px rgba(0,0,0,0.12);
}
.btn-shadow.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover {
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration) {
  box-shadow: 0px 2px 0px 0px #7a7a7a;
  transition: none;
}
.btn-3d.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-no-decoration):hover {
  box-shadow: 0px 2px 0px 0px #474747;
}
.mec-event-footer .mec-booking-button,
.dt-form button,
#page .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn,
input[type="reset"],
.wpcf7-submit,
.nsu-submit,
.dt-wc-btn,
input#place_order,
.woocommerce-Reviews .submit:not(.box-button),
input.button,
input[name="save_address"],
.wc-layout-list .woo-buttons a,
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"],
input[type="submit"]:not([name="update_cart"]),
.woocommerce-widget-layered-nav-dropdown__submit,
.give-btn.give-btn-reveal,
.give-submit.give-btn,
.wc-block-filter-submit-button {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg,#999999);
}
.stripe .mec-event-footer .mec-booking-button,
.mec-event-footer .mec-booking-button *,
.sidebar .mec-event-footer .mec-booking-button,
.sidebar .widget .mec-event-footer .mec-booking-button,
.sidebar-content .widget .mec-event-footer .mec-booking-button,
.footer .mec-event-footer .mec-booking-button,
.stripe .dt-form button,
.dt-form button *,
.sidebar .dt-form button,
.sidebar .widget .dt-form button,
.sidebar-content .widget .dt-form button,
.footer .dt-form button,
.stripe #page .widget .dt-form .dt-btn,
#page .widget .dt-form .dt-btn *,
.sidebar #page .widget .dt-form .dt-btn,
.sidebar .widget #page .widget .dt-form .dt-btn,
.sidebar-content .widget #page .widget .dt-form .dt-btn,
.footer #page .widget .dt-form .dt-btn,
.stripe .widget .dt-form .dt-btn,
.widget .dt-form .dt-btn *,
.sidebar .widget .dt-form .dt-btn,
.sidebar .widget .widget .dt-form .dt-btn,
.sidebar-content .widget .widget .dt-form .dt-btn,
.footer .widget .dt-form .dt-btn,
.stripe input[type="reset"],
input[type="reset"] *,
.sidebar input[type="reset"],
.sidebar .widget input[type="reset"],
.sidebar-content .widget input[type="reset"],
.footer input[type="reset"],
.stripe .wpcf7-submit,
.wpcf7-submit *,
.sidebar .wpcf7-submit,
.sidebar .widget .wpcf7-submit,
.sidebar-content .widget .wpcf7-submit,
.footer .wpcf7-submit,
.stripe .nsu-submit,
.nsu-submit *,
.sidebar .nsu-submit,
.sidebar .widget .nsu-submit,
.sidebar-content .widget .nsu-submit,
.footer .nsu-submit,
.stripe .dt-wc-btn,
.dt-wc-btn *,
.sidebar .dt-wc-btn,
.sidebar .widget .dt-wc-btn,
.sidebar-content .widget .dt-wc-btn,
.footer .dt-wc-btn,
.stripe input#place_order,
input#place_order *,
.sidebar input#place_order,
.sidebar .widget input#place_order,
.sidebar-content .widget input#place_order,
.footer input#place_order,
.stripe .woocommerce-Reviews .submit:not(.box-button),
.woocommerce-Reviews .submit:not(.box-button) *,
.sidebar .woocommerce-Reviews .submit:not(.box-button),
.sidebar .widget .woocommerce-Reviews .submit:not(.box-button),
.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button),
.footer .woocommerce-Reviews .submit:not(.box-button),
.stripe input.button,
input.button *,
.sidebar input.button,
.sidebar .widget input.button,
.sidebar-content .widget input.button,
.footer input.button,
.stripe input[name="save_address"],
input[name="save_address"] *,
.sidebar input[name="save_address"],
.sidebar .widget input[name="save_address"],
.sidebar-content .widget input[name="save_address"],
.footer input[name="save_address"],
.stripe .wc-layout-list .woo-buttons a,
.wc-layout-list .woo-buttons a *,
.sidebar .wc-layout-list .woo-buttons a,
.sidebar .widget .wc-layout-list .woo-buttons a,
.sidebar-content .widget .wc-layout-list .woo-buttons a,
.footer .wc-layout-list .woo-buttons a,
.stripe .post-password-form input[type="submit"],
.post-password-form input[type="submit"] *,
.sidebar .post-password-form input[type="submit"],
.sidebar .widget .post-password-form input[type="submit"],
.sidebar-content .widget .post-password-form input[type="submit"],
.footer .post-password-form input[type="submit"],
.stripe .mc4wp-form input[type="submit"],
.mc4wp-form input[type="submit"] *,
.sidebar .mc4wp-form input[type="submit"],
.sidebar .widget .mc4wp-form input[type="submit"],
.sidebar-content .widget .mc4wp-form input[type="submit"],
.footer .mc4wp-form input[type="submit"],
.stripe div.mc4wp-form button[type="submit"],
div.mc4wp-form button[type="submit"] *,
.sidebar div.mc4wp-form button[type="submit"],
.sidebar .widget div.mc4wp-form button[type="submit"],
.sidebar-content .widget div.mc4wp-form button[type="submit"],
.footer div.mc4wp-form button[type="submit"],
.stripe .tml-submit-wrap input[type="submit"],
.tml-submit-wrap input[type="submit"] *,
.sidebar .tml-submit-wrap input[type="submit"],
.sidebar .widget .tml-submit-wrap input[type="submit"],
.sidebar-content .widget .tml-submit-wrap input[type="submit"],
.footer .tml-submit-wrap input[type="submit"],
.stripe .wpcf7-form input[type="submit"],
.wpcf7-form input[type="submit"] *,
.sidebar .wpcf7-form input[type="submit"],
.sidebar .widget .wpcf7-form input[type="submit"],
.sidebar-content .widget .wpcf7-form input[type="submit"],
.footer .wpcf7-form input[type="submit"],
.stripe input[type="submit"]:not([name="update_cart"]),
input[type="submit"]:not([name="update_cart"]) *,
.sidebar input[type="submit"]:not([name="update_cart"]),
.sidebar .widget input[type="submit"]:not([name="update_cart"]),
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]),
.footer input[type="submit"]:not([name="update_cart"]),
.stripe .woocommerce-widget-layered-nav-dropdown__submit,
.woocommerce-widget-layered-nav-dropdown__submit *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit,
.footer .woocommerce-widget-layered-nav-dropdown__submit,
.stripe .give-btn.give-btn-reveal,
.give-btn.give-btn-reveal *,
.sidebar .give-btn.give-btn-reveal,
.sidebar .widget .give-btn.give-btn-reveal,
.sidebar-content .widget .give-btn.give-btn-reveal,
.footer .give-btn.give-btn-reveal,
.stripe .give-submit.give-btn,
.give-submit.give-btn *,
.sidebar .give-submit.give-btn,
.sidebar .widget .give-submit.give-btn,
.sidebar-content .widget .give-submit.give-btn,
.footer .give-submit.give-btn,
.stripe .wc-block-filter-submit-button,
.wc-block-filter-submit-button *,
.sidebar .wc-block-filter-submit-button,
.sidebar .widget .wc-block-filter-submit-button,
.sidebar-content .widget .wc-block-filter-submit-button,
.footer .wc-block-filter-submit-button {
  color: var(--the7-btn-color);
}
.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),
.btn-bg-off .dt-form button:not(:hover),
.btn-bg-off #page .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off .widget .dt-form .dt-btn:not(:hover),
.btn-bg-off input[type="reset"]:not(:hover),
.btn-bg-off .wpcf7-submit:not(:hover),
.btn-bg-off .nsu-submit:not(:hover),
.btn-bg-off .dt-wc-btn:not(:hover),
.btn-bg-off input#place_order:not(:hover),
.btn-bg-off .woocommerce-Reviews .submit:not(.box-button):not(:hover),
.btn-bg-off input.button:not(:hover),
.btn-bg-off input[name="save_address"]:not(:hover),
.btn-bg-off .wc-layout-list .woo-buttons a:not(:hover),
.btn-bg-off .post-password-form input[type="submit"]:not(:hover),
.btn-bg-off .mc4wp-form input[type="submit"]:not(:hover),
.btn-bg-off div.mc4wp-form button[type="submit"]:not(:hover),
.btn-bg-off .tml-submit-wrap input[type="submit"]:not(:hover),
.btn-bg-off .wpcf7-form input[type="submit"]:not(:hover),
.btn-bg-off input[type="submit"]:not([name="update_cart"]):not(:hover),
.btn-bg-off .woocommerce-widget-layered-nav-dropdown__submit:not(:hover),
.btn-bg-off .give-btn.give-btn-reveal:not(:hover),
.btn-bg-off .give-submit.give-btn:not(:hover),
.btn-bg-off .wc-block-filter-submit-button:not(:hover) {
  background: none;
}
.mec-event-footer .mec-booking-button:hover > *,
.mec-event-footer .mec-booking-button:hover,
.dt-form button:hover > *,
.dt-form button:hover,
#page .widget .dt-form .dt-btn:hover > *,
#page .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover > *,
.widget .dt-form .dt-btn:hover,
input[type="reset"]:hover > *,
input[type="reset"]:hover,
.wpcf7-submit:hover > *,
.wpcf7-submit:hover,
.nsu-submit:hover > *,
.nsu-submit:hover,
.dt-wc-btn:hover > *,
.dt-wc-btn:hover,
input#place_order:hover > *,
input#place_order:hover,
.woocommerce-Reviews .submit:not(.box-button):hover > *,
.woocommerce-Reviews .submit:not(.box-button):hover,
input.button:hover > *,
input.button:hover,
input[name="save_address"]:hover > *,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover > *,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover > *,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover > *,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover > *,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover > *,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover > *,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover > *,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover > *,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover > *,
.give-submit.give-btn:hover,
.wc-block-filter-submit-button:hover > *,
.wc-block-filter-submit-button:hover {
  color: var(--the7-btn-hover-color);
}
.stripe .mec-event-footer .mec-booking-button:hover > *,
.mec-event-footer .mec-booking-button:hover > * *,
.sidebar .mec-event-footer .mec-booking-button:hover > *,
.sidebar .widget .mec-event-footer .mec-booking-button:hover > *,
.sidebar-content .widget .mec-event-footer .mec-booking-button:hover > *,
.footer .mec-event-footer .mec-booking-button:hover > *,
.stripe .mec-event-footer .mec-booking-button:hover,
.mec-event-footer .mec-booking-button:hover *,
.sidebar .mec-event-footer .mec-booking-button:hover,
.sidebar .widget .mec-event-footer .mec-booking-button:hover,
.sidebar-content .widget .mec-event-footer .mec-booking-button:hover,
.footer .mec-event-footer .mec-booking-button:hover,
.stripe .dt-form button:hover > *,
.dt-form button:hover > * *,
.sidebar .dt-form button:hover > *,
.sidebar .widget .dt-form button:hover > *,
.sidebar-content .widget .dt-form button:hover > *,
.footer .dt-form button:hover > *,
.stripe .dt-form button:hover,
.dt-form button:hover *,
.sidebar .dt-form button:hover,
.sidebar .widget .dt-form button:hover,
.sidebar-content .widget .dt-form button:hover,
.footer .dt-form button:hover,
.stripe #page .widget .dt-form .dt-btn:hover > *,
#page .widget .dt-form .dt-btn:hover > * *,
.sidebar #page .widget .dt-form .dt-btn:hover > *,
.sidebar .widget #page .widget .dt-form .dt-btn:hover > *,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover > *,
.footer #page .widget .dt-form .dt-btn:hover > *,
.stripe #page .widget .dt-form .dt-btn:hover,
#page .widget .dt-form .dt-btn:hover *,
.sidebar #page .widget .dt-form .dt-btn:hover,
.sidebar .widget #page .widget .dt-form .dt-btn:hover,
.sidebar-content .widget #page .widget .dt-form .dt-btn:hover,
.footer #page .widget .dt-form .dt-btn:hover,
.stripe .widget .dt-form .dt-btn:hover > *,
.widget .dt-form .dt-btn:hover > * *,
.sidebar .widget .dt-form .dt-btn:hover > *,
.sidebar .widget .widget .dt-form .dt-btn:hover > *,
.sidebar-content .widget .widget .dt-form .dt-btn:hover > *,
.footer .widget .dt-form .dt-btn:hover > *,
.stripe .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover *,
.sidebar .widget .dt-form .dt-btn:hover,
.sidebar .widget .widget .dt-form .dt-btn:hover,
.sidebar-content .widget .widget .dt-form .dt-btn:hover,
.footer .widget .dt-form .dt-btn:hover,
.stripe input[type="reset"]:hover > *,
input[type="reset"]:hover > * *,
.sidebar input[type="reset"]:hover > *,
.sidebar .widget input[type="reset"]:hover > *,
.sidebar-content .widget input[type="reset"]:hover > *,
.footer input[type="reset"]:hover > *,
.stripe input[type="reset"]:hover,
input[type="reset"]:hover *,
.sidebar input[type="reset"]:hover,
.sidebar .widget input[type="reset"]:hover,
.sidebar-content .widget input[type="reset"]:hover,
.footer input[type="reset"]:hover,
.stripe .wpcf7-submit:hover > *,
.wpcf7-submit:hover > * *,
.sidebar .wpcf7-submit:hover > *,
.sidebar .widget .wpcf7-submit:hover > *,
.sidebar-content .widget .wpcf7-submit:hover > *,
.footer .wpcf7-submit:hover > *,
.stripe .wpcf7-submit:hover,
.wpcf7-submit:hover *,
.sidebar .wpcf7-submit:hover,
.sidebar .widget .wpcf7-submit:hover,
.sidebar-content .widget .wpcf7-submit:hover,
.footer .wpcf7-submit:hover,
.stripe .nsu-submit:hover > *,
.nsu-submit:hover > * *,
.sidebar .nsu-submit:hover > *,
.sidebar .widget .nsu-submit:hover > *,
.sidebar-content .widget .nsu-submit:hover > *,
.footer .nsu-submit:hover > *,
.stripe .nsu-submit:hover,
.nsu-submit:hover *,
.sidebar .nsu-submit:hover,
.sidebar .widget .nsu-submit:hover,
.sidebar-content .widget .nsu-submit:hover,
.footer .nsu-submit:hover,
.stripe .dt-wc-btn:hover > *,
.dt-wc-btn:hover > * *,
.sidebar .dt-wc-btn:hover > *,
.sidebar .widget .dt-wc-btn:hover > *,
.sidebar-content .widget .dt-wc-btn:hover > *,
.footer .dt-wc-btn:hover > *,
.stripe .dt-wc-btn:hover,
.dt-wc-btn:hover *,
.sidebar .dt-wc-btn:hover,
.sidebar .widget .dt-wc-btn:hover,
.sidebar-content .widget .dt-wc-btn:hover,
.footer .dt-wc-btn:hover,
.stripe input#place_order:hover > *,
input#place_order:hover > * *,
.sidebar input#place_order:hover > *,
.sidebar .widget input#place_order:hover > *,
.sidebar-content .widget input#place_order:hover > *,
.footer input#place_order:hover > *,
.stripe input#place_order:hover,
input#place_order:hover *,
.sidebar input#place_order:hover,
.sidebar .widget input#place_order:hover,
.sidebar-content .widget input#place_order:hover,
.footer input#place_order:hover,
.stripe .woocommerce-Reviews .submit:not(.box-button):hover > *,
.woocommerce-Reviews .submit:not(.box-button):hover > * *,
.sidebar .woocommerce-Reviews .submit:not(.box-button):hover > *,
.sidebar .widget .woocommerce-Reviews .submit:not(.box-button):hover > *,
.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button):hover > *,
.footer .woocommerce-Reviews .submit:not(.box-button):hover > *,
.stripe .woocommerce-Reviews .submit:not(.box-button):hover,
.woocommerce-Reviews .submit:not(.box-button):hover *,
.sidebar .woocommerce-Reviews .submit:not(.box-button):hover,
.sidebar .widget .woocommerce-Reviews .submit:not(.box-button):hover,
.sidebar-content .widget .woocommerce-Reviews .submit:not(.box-button):hover,
.footer .woocommerce-Reviews .submit:not(.box-button):hover,
.stripe input.button:hover > *,
input.button:hover > * *,
.sidebar input.button:hover > *,
.sidebar .widget input.button:hover > *,
.sidebar-content .widget input.button:hover > *,
.footer input.button:hover > *,
.stripe input.button:hover,
input.button:hover *,
.sidebar input.button:hover,
.sidebar .widget input.button:hover,
.sidebar-content .widget input.button:hover,
.footer input.button:hover,
.stripe input[name="save_address"]:hover > *,
input[name="save_address"]:hover > * *,
.sidebar input[name="save_address"]:hover > *,
.sidebar .widget input[name="save_address"]:hover > *,
.sidebar-content .widget input[name="save_address"]:hover > *,
.footer input[name="save_address"]:hover > *,
.stripe input[name="save_address"]:hover,
input[name="save_address"]:hover *,
.sidebar input[name="save_address"]:hover,
.sidebar .widget input[name="save_address"]:hover,
.sidebar-content .widget input[name="save_address"]:hover,
.footer input[name="save_address"]:hover,
.stripe .wc-layout-list .woo-buttons a:hover > *,
.wc-layout-list .woo-buttons a:hover > * *,
.sidebar .wc-layout-list .woo-buttons a:hover > *,
.sidebar .widget .wc-layout-list .woo-buttons a:hover > *,
.sidebar-content .widget .wc-layout-list .woo-buttons a:hover > *,
.footer .wc-layout-list .woo-buttons a:hover > *,
.stripe .wc-layout-list .woo-buttons a:hover,
.wc-layout-list .woo-buttons a:hover *,
.sidebar .wc-layout-list .woo-buttons a:hover,
.sidebar .widget .wc-layout-list .woo-buttons a:hover,
.sidebar-content .widget .wc-layout-list .woo-buttons a:hover,
.footer .wc-layout-list .woo-buttons a:hover,
.stripe .post-password-form input[type="submit"]:hover > *,
.post-password-form input[type="submit"]:hover > * *,
.sidebar .post-password-form input[type="submit"]:hover > *,
.sidebar .widget .post-password-form input[type="submit"]:hover > *,
.sidebar-content .widget .post-password-form input[type="submit"]:hover > *,
.footer .post-password-form input[type="submit"]:hover > *,
.stripe .post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover *,
.sidebar .post-password-form input[type="submit"]:hover,
.sidebar .widget .post-password-form input[type="submit"]:hover,
.sidebar-content .widget .post-password-form input[type="submit"]:hover,
.footer .post-password-form input[type="submit"]:hover,
.stripe .mc4wp-form input[type="submit"]:hover > *,
.mc4wp-form input[type="submit"]:hover > * *,
.sidebar .mc4wp-form input[type="submit"]:hover > *,
.sidebar .widget .mc4wp-form input[type="submit"]:hover > *,
.sidebar-content .widget .mc4wp-form input[type="submit"]:hover > *,
.footer .mc4wp-form input[type="submit"]:hover > *,
.stripe .mc4wp-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover *,
.sidebar .mc4wp-form input[type="submit"]:hover,
.sidebar .widget .mc4wp-form input[type="submit"]:hover,
.sidebar-content .widget .mc4wp-form input[type="submit"]:hover,
.footer .mc4wp-form input[type="submit"]:hover,
.stripe div.mc4wp-form button[type="submit"]:hover > *,
div.mc4wp-form button[type="submit"]:hover > * *,
.sidebar div.mc4wp-form button[type="submit"]:hover > *,
.sidebar .widget div.mc4wp-form button[type="submit"]:hover > *,
.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover > *,
.footer div.mc4wp-form button[type="submit"]:hover > *,
.stripe div.mc4wp-form button[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover *,
.sidebar div.mc4wp-form button[type="submit"]:hover,
.sidebar .widget div.mc4wp-form button[type="submit"]:hover,
.sidebar-content .widget div.mc4wp-form button[type="submit"]:hover,
.footer div.mc4wp-form button[type="submit"]:hover,
.stripe .tml-submit-wrap input[type="submit"]:hover > *,
.tml-submit-wrap input[type="submit"]:hover > * *,
.sidebar .tml-submit-wrap input[type="submit"]:hover > *,
.sidebar .widget .tml-submit-wrap input[type="submit"]:hover > *,
.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover > *,
.footer .tml-submit-wrap input[type="submit"]:hover > *,
.stripe .tml-submit-wrap input[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover *,
.sidebar .tml-submit-wrap input[type="submit"]:hover,
.sidebar .widget .tml-submit-wrap input[type="submit"]:hover,
.sidebar-content .widget .tml-submit-wrap input[type="submit"]:hover,
.footer .tml-submit-wrap input[type="submit"]:hover,
.stripe .wpcf7-form input[type="submit"]:hover > *,
.wpcf7-form input[type="submit"]:hover > * *,
.sidebar .wpcf7-form input[type="submit"]:hover > *,
.sidebar .widget .wpcf7-form input[type="submit"]:hover > *,
.sidebar-content .widget .wpcf7-form input[type="submit"]:hover > *,
.footer .wpcf7-form input[type="submit"]:hover > *,
.stripe .wpcf7-form input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover *,
.sidebar .wpcf7-form input[type="submit"]:hover,
.sidebar .widget .wpcf7-form input[type="submit"]:hover,
.sidebar-content .widget .wpcf7-form input[type="submit"]:hover,
.footer .wpcf7-form input[type="submit"]:hover,
.stripe input[type="submit"]:not([name="update_cart"]):hover > *,
input[type="submit"]:not([name="update_cart"]):hover > * *,
.sidebar input[type="submit"]:not([name="update_cart"]):hover > *,
.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover > *,
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover > *,
.footer input[type="submit"]:not([name="update_cart"]):hover > *,
.stripe input[type="submit"]:not([name="update_cart"]):hover,
input[type="submit"]:not([name="update_cart"]):hover *,
.sidebar input[type="submit"]:not([name="update_cart"]):hover,
.sidebar .widget input[type="submit"]:not([name="update_cart"]):hover,
.sidebar-content .widget input[type="submit"]:not([name="update_cart"]):hover,
.footer input[type="submit"]:not([name="update_cart"]):hover,
.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.woocommerce-widget-layered-nav-dropdown__submit:hover > * *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.footer .woocommerce-widget-layered-nav-dropdown__submit:hover > *,
.stripe .woocommerce-widget-layered-nav-dropdown__submit:hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover *,
.sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.sidebar-content .widget .woocommerce-widget-layered-nav-dropdown__submit:hover,
.footer .woocommerce-widget-layered-nav-dropdown__submit:hover,
.stripe .give-btn.give-btn-reveal:hover > *,
.give-btn.give-btn-reveal:hover > * *,
.sidebar .give-btn.give-btn-reveal:hover > *,
.sidebar .widget .give-btn.give-btn-reveal:hover > *,
.sidebar-content .widget .give-btn.give-btn-reveal:hover > *,
.footer .give-btn.give-btn-reveal:hover > *,
.stripe .give-btn.give-btn-reveal:hover,
.give-btn.give-btn-reveal:hover *,
.sidebar .give-btn.give-btn-reveal:hover,
.sidebar .widget .give-btn.give-btn-reveal:hover,
.sidebar-content .widget .give-btn.give-btn-reveal:hover,
.footer .give-btn.give-btn-reveal:hover,
.stripe .give-submit.give-btn:hover > *,
.give-submit.give-btn:hover > * *,
.sidebar .give-submit.give-btn:hover > *,
.sidebar .widget .give-submit.give-btn:hover > *,
.sidebar-content .widget .give-submit.give-btn:hover > *,
.footer .give-submit.give-btn:hover > *,
.stripe .give-submit.give-btn:hover,
.give-submit.give-btn:hover *,
.sidebar .give-submit.give-btn:hover,
.sidebar .widget .give-submit.give-btn:hover,
.sidebar-content .widget .give-submit.give-btn:hover,
.footer .give-submit.give-btn:hover,
.stripe .wc-block-filter-submit-button:hover > *,
.wc-block-filter-submit-button:hover > * *,
.sidebar .wc-block-filter-submit-button:hover > *,
.sidebar .widget .wc-block-filter-submit-button:hover > *,
.sidebar-content .widget .wc-block-filter-submit-button:hover > *,
.footer .wc-block-filter-submit-button:hover > *,
.stripe .wc-block-filter-submit-button:hover,
.wc-block-filter-submit-button:hover *,
.sidebar .wc-block-filter-submit-button:hover,
.sidebar .widget .wc-block-filter-submit-button:hover,
.sidebar-content .widget .wc-block-filter-submit-button:hover,
.footer .wc-block-filter-submit-button:hover {
  color: var(--the7-btn-hover-color);
}
.mec-event-footer .mec-booking-button:hover,
.dt-form button:hover,
#page .widget .dt-form .dt-btn:hover,
.widget .dt-form .dt-btn:hover,
input[type="reset"]:hover,
.wpcf7-submit:hover,
.nsu-submit:hover,
.dt-wc-btn:hover,
input#place_order:hover,
.woocommerce-Reviews .submit:not(.box-button):hover,
input.button:hover,
input[name="save_address"]:hover,
.wc-layout-list .woo-buttons a:hover,
.post-password-form input[type="submit"]:hover,
.mc4wp-form input[type="submit"]:hover,
div.mc4wp-form button[type="submit"]:hover,
.tml-submit-wrap input[type="submit"]:hover,
.wpcf7-form input[type="submit"]:hover,
input[type="submit"]:not([name="update_cart"]):hover,
.woocommerce-widget-layered-nav-dropdown__submit:hover,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover,
.wc-block-filter-submit-button:hover {
  border-color: var(--the7-btn-border-hover-color);
}
#page .mec-event-footer .mec-booking-button:hover,
.tinv-modal .mec-event-footer .mec-booking-button:hover,
#page .dt-form button:hover,
.tinv-modal .dt-form button:hover,
#page #page .widget .dt-form .dt-btn:hover,
.tinv-modal #page .widget .dt-form .dt-btn:hover,
#page .widget .dt-form .dt-btn:hover,
.tinv-modal .widget .dt-form .dt-btn:hover,
#page input[type="reset"]:hover,
.tinv-modal input[type="reset"]:hover,
#page .wpcf7-submit:hover,
.tinv-modal .wpcf7-submit:hover,
#page .nsu-submit:hover,
.tinv-modal .nsu-submit:hover,
#page .dt-wc-btn:hover,
.tinv-modal .dt-wc-btn:hover,
#page input#place_order:hover,
.tinv-modal input#place_order:hover,
#page .woocommerce-Reviews .submit:not(.box-button):hover,
.tinv-modal .woocommerce-Reviews .submit:not(.box-button):hover,
#page input.button:hover,
.tinv-modal input.button:hover,
#page input[name="save_address"]:hover,
.tinv-modal input[name="save_address"]:hover,
#page .wc-layout-list .woo-buttons a:hover,
.tinv-modal .wc-layout-list .woo-buttons a:hover,
#page .post-password-form input[type="submit"]:hover,
.tinv-modal .post-password-form input[type="submit"]:hover,
#page .mc4wp-form input[type="submit"]:hover,
.tinv-modal .mc4wp-form input[type="submit"]:hover,
#page div.mc4wp-form button[type="submit"]:hover,
.tinv-modal div.mc4wp-form button[type="submit"]:hover,
#page .tml-submit-wrap input[type="submit"]:hover,
.tinv-modal .tml-submit-wrap input[type="submit"]:hover,
#page .wpcf7-form input[type="submit"]:hover,
.tinv-modal .wpcf7-form input[type="submit"]:hover,
#page input[type="submit"]:not([name="update_cart"]):hover,
.tinv-modal input[type="submit"]:not([name="update_cart"]):hover,
#page .woocommerce-widget-layered-nav-dropdown__submit:hover,
.tinv-modal .woocommerce-widget-layered-nav-dropdown__submit:hover,
#page .give-btn.give-btn-reveal:hover,
.tinv-modal .give-btn.give-btn-reveal:hover,
#page .give-submit.give-btn:hover,
.tinv-modal .give-submit.give-btn:hover,
#page .wc-block-filter-submit-button:hover,
.tinv-modal .wc-block-filter-submit-button:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
.btn-hover-bg-off #page .mec-event-footer .mec-booking-button:hover,
.btn-hover-bg-off #page .dt-form button:hover,
.btn-hover-bg-off #page #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page .widget .dt-form .dt-btn:hover,
.btn-hover-bg-off #page input[type="reset"]:hover,
.btn-hover-bg-off #page .wpcf7-submit:hover,
.btn-hover-bg-off #page .nsu-submit:hover,
.btn-hover-bg-off #page .dt-wc-btn:hover,
.btn-hover-bg-off #page input#place_order:hover,
.btn-hover-bg-off #page .woocommerce-Reviews .submit:not(.box-button):hover,
.btn-hover-bg-off #page input.button:hover,
.btn-hover-bg-off #page input[name="save_address"]:hover,
.btn-hover-bg-off #page .wc-layout-list .woo-buttons a:hover,
.btn-hover-bg-off #page .post-password-form input[type="submit"]:hover,
.btn-hover-bg-off #page .mc4wp-form input[type="submit"]:hover,
.btn-hover-bg-off #page div.mc4wp-form button[type="submit"]:hover,
.btn-hover-bg-off #page .tml-submit-wrap input[type="submit"]:hover,
.btn-hover-bg-off #page .wpcf7-form input[type="submit"]:hover,
.btn-hover-bg-off #page input[type="submit"]:not([name="update_cart"]):hover,
.btn-hover-bg-off #page .woocommerce-widget-layered-nav-dropdown__submit:hover,
.btn-hover-bg-off #page .give-btn.give-btn-reveal:hover,
.btn-hover-bg-off #page .give-submit.give-btn:hover,
.btn-hover-bg-off #page .wc-block-filter-submit-button:hover {
  background: none;
}
.mec-event-footer .mec-booking-button:hover .text-wrap,
.dt-form button:hover .text-wrap,
#page .widget .dt-form .dt-btn:hover .text-wrap,
.widget .dt-form .dt-btn:hover .text-wrap,
input[type="reset"]:hover .text-wrap,
.wpcf7-submit:hover .text-wrap,
.nsu-submit:hover .text-wrap,
.dt-wc-btn:hover .text-wrap,
input#place_order:hover .text-wrap,
.woocommerce-Reviews .submit:not(.box-button):hover .text-wrap,
input.button:hover .text-wrap,
input[name="save_address"]:hover .text-wrap,
.wc-layout-list .woo-buttons a:hover .text-wrap,
.post-password-form input[type="submit"]:hover .text-wrap,
.mc4wp-form input[type="submit"]:hover .text-wrap,
div.mc4wp-form button[type="submit"]:hover .text-wrap,
.tml-submit-wrap input[type="submit"]:hover .text-wrap,
.wpcf7-form input[type="submit"]:hover .text-wrap,
input[type="submit"]:not([name="update_cart"]):hover .text-wrap,
.woocommerce-widget-layered-nav-dropdown__submit:hover .text-wrap,
.give-btn.give-btn-reveal:hover .text-wrap,
.give-submit.give-btn:hover .text-wrap,
.wc-block-filter-submit-button:hover .text-wrap {
  color: var(--the7-btn-hover-color);
}
.wc-block-product-search .wc-block-product-search__button,
.wp-block-search .wp-block-search__button,
button.button,
.cart-btn-below-img .woo-buttons a,
a.button:not(.edd-submit) {
  color: var(--the7-btn-color);
  background: var(--the7-btn-bg,#999999);
}
.stripe .wc-block-product-search .wc-block-product-search__button,
.wc-block-product-search .wc-block-product-search__button *,
.sidebar .wc-block-product-search .wc-block-product-search__button,
.sidebar .widget .wc-block-product-search .wc-block-product-search__button,
.sidebar-content .widget .wc-block-product-search .wc-block-product-search__button,
.footer .wc-block-product-search .wc-block-product-search__button,
.stripe .wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__button *,
.sidebar .wp-block-search .wp-block-search__button,
.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar-content .widget .wp-block-search .wp-block-search__button,
.footer .wp-block-search .wp-block-search__button,
.stripe button.button,
button.button *,
.sidebar button.button,
.sidebar .widget button.button,
.sidebar-content .widget button.button,
.footer button.button,
.stripe .cart-btn-below-img .woo-buttons a,
.cart-btn-below-img .woo-buttons a *,
.sidebar .cart-btn-below-img .woo-buttons a,
.sidebar .widget .cart-btn-below-img .woo-buttons a,
.sidebar-content .widget .cart-btn-below-img .woo-buttons a,
.footer .cart-btn-below-img .woo-buttons a,
.stripe a.button:not(.edd-submit),
a.button:not(.edd-submit) *,
.sidebar a.button:not(.edd-submit),
.sidebar .widget a.button:not(.edd-submit),
.sidebar-content .widget a.button:not(.edd-submit),
.footer a.button:not(.edd-submit) {
  color: var(--the7-btn-color);
}
.btn-bg-off .wc-block-product-search .wc-block-product-search__button:not(:hover),
.btn-bg-off .wp-block-search .wp-block-search__button:not(:hover),
.btn-bg-off button.button:not(:hover),
.btn-bg-off .cart-btn-below-img .woo-buttons a:not(:hover),
.btn-bg-off a.button:not(.edd-submit):not(:hover) {
  background: none;
}
.wc-block-product-search .wc-block-product-search__button:hover > *,
.wc-block-product-search .wc-block-product-search__button:hover,
.wp-block-search .wp-block-search__button:hover > *,
.wp-block-search .wp-block-search__button:hover,
button.button:hover > *,
button.button:hover,
.cart-btn-below-img .woo-buttons a:hover > *,
.cart-btn-below-img .woo-buttons a:hover,
a.button:not(.edd-submit):hover > *,
a.button:not(.edd-submit):hover {
  color: var(--the7-btn-hover-color);
}
.wc-block-product-search .wc-block-product-search__button:hover,
.wp-block-search .wp-block-search__button:hover,
button.button:hover,
.cart-btn-below-img .woo-buttons a:hover,
a.button:not(.edd-submit):hover {
  border-color: var(--the7-btn-border-hover-color);
  background: var(--the7-btn-hover-bg,#666666);
}
.stripe .wc-block-product-search .wc-block-product-search__button:hover,
.wc-block-product-search .wc-block-product-search__button:hover *,
.sidebar .wc-block-product-search .wc-block-product-search__button:hover,
.sidebar .widget .wc-block-product-search .wc-block-product-search__button:hover,
.sidebar-content .widget .wc-block-product-search .wc-block-product-search__button:hover,
.footer .wc-block-product-search .wc-block-product-search__button:hover,
.stripe .wp-block-search .wp-block-search__button:hover,
.wp-block-search .wp-block-search__button:hover *,
.sidebar .wp-block-search .wp-block-search__button:hover,
.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar-content .widget .wp-block-search .wp-block-search__button:hover,
.footer .wp-block-search .wp-block-search__button:hover,
.stripe button.button:hover,
button.button:hover *,
.sidebar button.button:hover,
.sidebar .widget button.button:hover,
.sidebar-content .widget button.button:hover,
.footer button.button:hover,
.stripe .cart-btn-below-img .woo-buttons a:hover,
.cart-btn-below-img .woo-buttons a:hover *,
.sidebar .cart-btn-below-img .woo-buttons a:hover,
.sidebar .widget .cart-btn-below-img .woo-buttons a:hover,
.sidebar-content .widget .cart-btn-below-img .woo-buttons a:hover,
.footer .cart-btn-below-img .woo-buttons a:hover,
.stripe a.button:not(.edd-submit):hover,
a.button:not(.edd-submit):hover *,
.sidebar a.button:not(.edd-submit):hover,
.sidebar .widget a.button:not(.edd-submit):hover,
.sidebar-content .widget a.button:not(.edd-submit):hover,
.footer a.button:not(.edd-submit):hover {
  color: var(--the7-btn-hover-color);
}
.btn-hover-bg-off .wc-block-product-search .wc-block-product-search__button:hover,
.btn-hover-bg-off .wp-block-search .wp-block-search__button:hover,
.btn-hover-bg-off button.button:hover,
.btn-hover-bg-off .cart-btn-below-img .woo-buttons a:hover,
.btn-hover-bg-off a.button:not(.edd-submit):hover {
  background: none;
}
.wc-block-product-search .wc-block-product-search__button:hover .text-wrap,
.wp-block-search .wp-block-search__button:hover .text-wrap,
button.button:hover .text-wrap,
.cart-btn-below-img .woo-buttons a:hover .text-wrap,
a.button:not(.edd-submit):hover .text-wrap {
  color: var(--the7-btn-hover-color);
}
button.button.tinvwl-add-to-cart:hover > * {
  color: inherit;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style),
.mec-event-footer .mec-booking-button,
.give-btn.give-btn-reveal,
.give-submit.give-btn {
  background: var(--the7-btn-bg,#999999);
}
.btn-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):not(:hover),
.btn-bg-off .mec-event-footer .mec-booking-button:not(:hover),
.btn-bg-off .give-btn.give-btn-reveal:not(:hover),
.btn-bg-off .give-submit.give-btn:not(:hover) {
  background: none;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.mec-event-footer .mec-booking-button:hover,
.give-btn.give-btn-reveal:hover,
.give-submit.give-btn:hover {
  background: none;
  background: var(--the7-btn-hover-bg,#666666);
  border-color: var(--the7-btn-border-hover-color);
}
.btn-hover-bg-off .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style):hover,
.btn-hover-bg-off .mec-event-footer .mec-booking-button:hover,
.btn-hover-bg-off .give-btn.give-btn-reveal:hover,
.btn-hover-bg-off .give-submit.give-btn:hover {
  background: none;
}
.dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-color,
.mec-event-footer .mec-booking-button.accent-btn-bg-color,
.give-btn.give-btn-reveal.accent-btn-bg-color,
.give-submit.give-btn.accent-btn-bg-color {
  background: var(--the7-accent-color);
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).accent-btn-bg-hover-color:hover,
#page .mec-event-footer .mec-booking-button.accent-btn-bg-hover-color:hover,
#page .give-btn.give-btn-reveal.accent-btn-bg-hover-color:hover,
#page .give-submit.give-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
}
#page .dt-btn:not(.btn-light):not(.light-bg-btn):not(.outline-btn):not(.outline-bg-btn):not(.btn-custom-style).default-btn-bg-hover-color:hover,
#page .mec-event-footer .mec-booking-button.default-btn-bg-hover-color:hover,
#page .give-btn.give-btn-reveal.default-btn-bg-hover-color:hover,
#page .give-submit.give-btn.default-btn-bg-hover-color:hover {
  background: none;
  background: var(--the7-btn-hover-bg,#666666);
}
.btn-light:hover,
.outline-bg-btn:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
.dt-btn.btn-hover-off:hover {
  background: var(--the7-btn-bg,#999999) !important;
}
.dt-btn:not(.btn-custom-style),
.btn-link {
  color: var(--the7-btn-color);
}
.dt-btn:not(.btn-custom-style) *,
.sidebar .dt-btn:not(.btn-custom-style),
.content .sidebar-content .dt-btn:not(.btn-custom-style),
.footer .dt-btn:not(.btn-custom-style),
.content .shortcode-banner-inside .dt-btn:not(.btn-custom-style) *,
.content .dt-btn:not(.btn-custom-style),
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style),
.btn-link *,
.sidebar .btn-link,
.content .sidebar-content .btn-link,
.footer .btn-link,
.content .shortcode-banner-inside .btn-link *,
.content .btn-link,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link {
  color: var(--the7-btn-color);
}
.dt-btn:not(.btn-custom-style):hover,
.dt-btn:not(.btn-custom-style):hover > *,
.btn-link:hover,
.btn-link:hover > * {
  color: var(--the7-btn-hover-color);
}
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style):hover,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .dt-btn:not(.btn-custom-style):hover > *,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link:hover,
.content .elementor-widget[class*='elementor-widget-wp-widget-'] .btn-link:hover > * {
  color: var(--the7-btn-hover-color);
}
.dt-btn:not(.btn-custom-style).accent-btn-color > span,
.dt-btn:not(.btn-custom-style).accent-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).accent-btn-color > i[class^="dt-icon-"],
.btn-link.accent-btn-color > span,
.btn-link.accent-btn-color > .text-wrap *,
.btn-link.accent-btn-color > i[class^="fa"],
.btn-link.accent-btn-color > i[class^="dt-icon-"] {
  color: var(--the7-accent-color);
}
.dt-btn:not(.btn-custom-style).title-btn-color,
.dt-btn:not(.btn-custom-style).title-btn-color > span,
.dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.btn-link.title-btn-color,
.btn-link.title-btn-color > span,
.btn-link.title-btn-color > .text-wrap *,
.btn-link.title-btn-color > i[class^="fa"],
.btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > span,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > .text-wrap *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="fa"],
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #333333;
}
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > span,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.sidebar-content .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.sidebar-content .btn-link.title-btn-color,
.sidebar-content .btn-link.title-btn-color > span,
.sidebar-content .btn-link.title-btn-color > .text-wrap *,
.sidebar-content .btn-link.title-btn-color > i[class^="fa"],
.sidebar-content .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #000000;
}
.footer .dt-btn:not(.btn-custom-style).title-btn-color,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > span,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > .text-wrap *,
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="fa"],
.footer .dt-btn:not(.btn-custom-style).title-btn-color > i[class^="dt-icon-"],
.footer .btn-link.title-btn-color,
.footer .btn-link.title-btn-color > span,
.footer .btn-link.title-btn-color > .text-wrap *,
.footer .btn-link.title-btn-color > i[class^="fa"],
.footer .btn-link.title-btn-color > i[class^="dt-icon-"] {
  color: #000000;
}
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).title-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.title-btn-hover-color:hover > span,
.btn-link.title-btn-hover-color:hover > .text-wrap *,
.btn-link.title-btn-hover-color:hover > i[class^="fa"],
.btn-link.title-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: var(--the7-h1-color) !important;
}
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > span,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > .text-wrap *,
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="fa"],
.dt-btn:not(.btn-custom-style).default-btn-hover-color:hover > i[class^="dt-icon-"],
.btn-link.default-btn-hover-color:hover > span,
.btn-link.default-btn-hover-color:hover > .text-wrap *,
.btn-link.default-btn-hover-color:hover > i[class^="fa"],
.btn-link.default-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: var(--the7-btn-hover-color) !important;
}
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > span,
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > .text-wrap *,
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="fa"],
#page .dt-btn:not(.btn-custom-style).accent-btn-hover-color:hover > i[class^="dt-icon-"],
#page .btn-link.accent-btn-hover-color:hover > span,
#page .btn-link.accent-btn-hover-color:hover > .text-wrap *,
#page .btn-link.accent-btn-hover-color:hover > i[class^="fa"],
#page .btn-link.accent-btn-hover-color:hover > i[class^="dt-icon-"] {
  color: var(--the7-accent-color) !important;
}
.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > span,
.accent-btn-color .dt-btn:not(.custom-btn-color):not(.btn-shortcode):not(.btn-custom-style) > .text-wrap * {
  color: var(--the7-accent-color);
}
.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > span,
.custom-btn-hover-color .dt-btn:not(.custom-btn-color):not(.accent-btn-hover-color):not(.btn-shortcode):hover > .text-wrap * {
  background: none;
  color: var(--the7-btn-hover-color);
}
.custom-btn-hover-color .dt-btn:hover > .text-wrap * {
  color: inherit;
}
.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > span,
.accent-btn-hover-color .dt-btn:not(.custom-btn-hover-color):not(.btn-shortcode):not(.btn-custom-style):hover > .text-wrap * {
  color: var(--the7-accent-color);
}
.light-bg-btn {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .light-bg-btn {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .light-bg-btn {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.light-bg-btn:hover {
  background: var(--the7-btn-hover-bg,#666666);
}
#page .light-bg-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
}
.btn-light {
  background-color: var(--the7-content-boxes-bg);
  background-image: none;
}
.outline-element-decoration .btn-light {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .btn-light {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.btn-light:hover {
  background-image: none;
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .btn-light:hover {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .btn-light:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-btn.outline-bg-btn {
  background: none;
}
.accent-gradient .dt-btn.outline-bg-btn {
  background: none;
}
.dt-btn.outline-bg-btn:hover {
  border-color: transparent;
}
.outline-bg-btn {
  border-color: var(--the7-btn-bg-color);
}
.outline-bg-btn:hover {
  border-color: var(--the7-btn-hover-bg-color);
  background: var(--the7-btn-hover-bg,#666666);
}
.outline-bg-btn.accent-btn-bg-color {
  border-color: var(--the7-accent-color);
}
#page .outline-bg-btn.accent-btn-bg-hover-color:hover {
  background: var(--the7-accent-color);
  border-color: transparent;
}
.outline-btn {
  border-color: var(--the7-btn-bg-color);
}
.outline-btn:hover {
  border-color: var(--the7-btn-hover-bg-color);
  background: none;
}
.outline-btn.accent-btn-bg-color {
  border-color: var(--the7-accent-color);
}
#page .outline-btn.accent-btn-bg-hover-color:hover {
  border-color: var(--the7-accent-color);
}
.dt-btn-link,
.dt-btn-link > span,
.dt-btn-link > i {
  color: var(--the7-accent-color);
}
.dt-btn-link:after {
  background: var(--the7-accent-color);
}
.hr-thick {
  border-color: rgba(102,102,102,0.1);
}
.hr-thin {
  border-style: solid;
  border-width: 1px;
  border-color: var(--the7-divider-color);
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.hr-thin.style-dashed {
  border-top-style: dashed;
  border-bottom: none;
}
.hr-thin.style-dotted {
  border-top-style: dotted;
  border-bottom: none;
}
.hr-thin.style-double {
  border-top-style: double;
  border-top-width: 3px;
  border-bottom: none;
}
.accent-border-color .separator-holder,
.accent-border-color.hr-thin,
.accent-border-color.hr-thick {
  border-color: var(--the7-accent-color);
}
.accent-gradient .accent-border-color.hr-thin.style-line,
.accent-gradient .accent-border-color.hr-thick {
  border-width: 0;
  border-color: var(--the7-accent-color);
}
.dt-fancy-title.bg-on,
hr.gf_rule {
  background-color: rgba(102,102,102,0.08);
}
.sidebar .dt-fancy-title.bg-on,
.sidebar-content .dt-fancy-title.bg-on,
.sidebar hr.gf_rule,
.sidebar-content hr.gf_rule {
  background-color: rgba(102,102,102,0.08);
}
.footer .dt-fancy-title.bg-on,
.footer hr.gf_rule {
  background-color: rgba(102,102,102,0.08);
}
.accent-border-color .dt-fancy-title.bg-on {
  color: #fff;
  background-color: var(--the7-accent-color);
}
#page .accent-title-color .dt-fancy-title {
  color: var(--the7-accent-color);
}
.title-color .dt-fancy-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .title-color .dt-fancy-title {
  color: #333333;
}
.sidebar-content .title-color .dt-fancy-title {
  color: #000000;
}
.footer .title-color .dt-fancy-title {
  color: #000000;
}
.dt-fancy-separator,
.dt-fancy-separator * {
  color: var(--the7-secondary-text-color);
}
.sidebar-content .dt-fancy-separator,
.sidebar-content .dt-fancy-separator * {
  color: rgba(102,102,102,0.5);
}
.footer .dt-fancy-separator,
.footer .dt-fancy-separator * {
  color: rgba(102,102,102,0.5);
}
.separator-holder {
  border-color: var(--the7-divider-color);
}
.separator-holder,
.accent-border-color .bg-on .separator-holder {
  border-color: var(--the7-divider-color);
}
.sidebar .separator-holder,
.sidebar-content .separator-holder,
.sidebar .accent-border-color .bg-on .separator-holder,
.sidebar-content .accent-border-color .bg-on .separator-holder {
  border-color: rgba(102,102,102,0.15);
}
.footer .separator-holder,
.footer .accent-border-color .bg-on .separator-holder {
  border-color: rgba(102,102,102,0.15);
}
.dt-fancy-title.bg-on {
  min-height: calc(var(--the7-base-font-size) * 2);
  line-height: calc(var(--the7-base-font-size) * 2);
}
.text-small .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-text-small-font-size) * 2);
  line-height: calc(var(--the7-text-small-font-size) * 2);
}
.text-big .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-text-big-font-size) * 2);
  line-height: calc(var(--the7-text-big-font-size) * 2);
}
.h1-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h1-font-size)*2);
  line-height: calc(var(--the7-h1-font-size)*2);
}
.h2-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h2-font-size)*2);
  line-height: calc(var(--the7-h2-font-size)*2);
}
.h3-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h3-font-size)*2);
  line-height: calc(var(--the7-h3-font-size)*2);
}
.h4-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h4-font-size)*2);
  line-height: calc(var(--the7-h4-font-size)*2);
}
.h5-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h5-font-size)*2);
  line-height: calc(var(--the7-h5-font-size)*2);
}
.h6-size .dt-fancy-title.bg-on {
  min-height: calc(var(--the7-h6-font-size)*2);
  line-height: calc(var(--the7-h6-font-size)*2);
}
.shortcode-tooltip {
  color: var(--the7-links-color);
  border-color: var(--the7-links-color);
}
.borderframe .shortcode-single-image {
  border-color: var(--the7-divider-color);
}
.sidebar .borderframe .shortcode-single-image,
.sidebar-content .borderframe .shortcode-single-image {
  border-color: rgba(102,102,102,0.15);
}
.footer .borderframe .shortcode-single-image {
  border-color: rgba(102,102,102,0.15);
}
.shortcode-single-caption {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content .shortcode-single-caption {
  color: rgba(102,102,102,0.5);
}
.footer .shortcode-single-caption {
  color: rgba(102,102,102,0.5);
}
.borderframe.br-standard .shortcode-single-image {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .borderframe.br-standard .shortcode-single-image {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .borderframe.br-standard .shortcode-single-image {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.frame-on {
  border-color: var(--the7-divider-color);
}
.sidebar .frame-on,
.sidebar-content .frame-on {
  border-color: rgba(102,102,102,0.15);
}
.footer .frame-on {
  border-color: rgba(102,102,102,0.15);
}
.frame-on.frame-fancy {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .frame-on.frame-fancy {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .frame-on.frame-fancy {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shortcode-single-image-wrap .rollover-icon {
  color: var(--the7-accent-color);
  border-color: var(--the7-accent-color);
}
.dt-icon-bg-on.shortcode-single-image-wrap .rollover-icon {
  background-color: var(--the7-accent-color);
}
.list-divider li {
  border-color: var(--the7-divider-color);
}
.sidebar .list-divider li,
.sidebar-content .list-divider li {
  border-color: rgba(102,102,102,0.15);
}
.footer .list-divider li {
  border-color: rgba(102,102,102,0.15);
}
.standard-arrow.list-divider.bullet-top li:not(:first-child):before,
.standard-arrow.list-divider.bullet-top li:not(:first-child):after {
  margin-top: 14px;
}
.standard-arrow.bullet-top li:before,
.standard-arrow.bullet-top li:after {
  margin-top: 5px;
}
.standard-number-list li:before,
.standard-arrow li:before {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.content .soc-ico a:before {
  background-color: rgba(102,102,102,0.15);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .soc-ico a:before {
  background-color: rgba(51,51,51,0.15);
}
.sidebar .soc-ico a:before,
.sidebar-content .soc-ico a:before {
  background-color: rgba(102,102,102,0.15);
}
.footer .soc-ico a:before {
  background-color: rgba(102,102,102,0.15);
}
.dt-shortcode-soc-icons a.dt-icon-bg-on:before,
.dt-shortcode-icon.dt-icon-bg-on .icon-inner:before,
.text-icon.dt-icon-bg-on .icon-inner:before {
  border-color: var(--the7-accent-color);
  background-color: var(--the7-accent-color);
}
.content .dt-icon-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
  background-color: var(--the7-accent-color);
}
.content .dt-icon-border-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:before {
  border-color: var(--the7-accent-color);
}
.dt-shortcode-soc-icons a.dt-icon-border-on:before,
.dt-shortcode-soc-icons a.dt-icon-hover-border-on:after,
.dt-shortcode-icon.dt-icon-border-on:before,
.dt-shortcode-icon.dt-icon-hover-border-on:after,
.text-icon.dt-icon-border-on:before,
.text-icon.dt-icon-hover-border-on:after {
  border-color: var(--the7-accent-color);
}
#main .soc-ico a:hover,
#footer .soc-ico a:hover {
  background-color: transparent;
  box-shadow: none;
}
#main .soc-ico a:after,
#footer .soc-ico a:after {
  background-color: var(--the7-accent-color);
  box-shadow: none;
}
.accent-gradient #main .soc-ico a:hover,
.accent-gradient #footer .soc-ico a:hover {
  background: none;
}
.dt-shortcode-soc-icons a.dt-icon-hover-bg-on:after,
.dt-shortcode-icon.dt-icon-hover-bg-on .icon-inner:after,
.text-icon.dt-icon-hover-bg-on .icon-inner:after {
  border-color: var(--the7-accent-color);
  background-color: var(--the7-accent-color);
}
.content .dt-icon-hover-bg-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
  background-color: var(--the7-accent-color);
}
.content .dt-icon-border-hover-on.dt-team-shortcode.dt-icon-bg-on .soc-ico a:after {
  border-color: var(--the7-accent-color);
}
.dt-shortcode-soc-icons a .soc-font-icon,
#main .dt-team-shortcode .soc-ico a .soc-font-icon,
.dt-shortcode-icon .soc-icon,
.text-icon .soc-icon {
  color: var(--the7-accent-color);
}
.content .soc-ico a:not(:hover) .soc-font-icon {
  color: var(--the7-base-color);
}
.sidebar .soc-ico a:not(:hover) .soc-font-icon,
.sidebar-content .soc-ico a:not(:hover) .soc-font-icon {
  color: #666666;
}
.footer .soc-ico a:not(:hover) .soc-font-icon {
  color: #666666;
}
blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
blockquote.shortcode-blockquote.block-style-widget,
.block-style-widget {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
.outline-element-decoration .block-style-widget {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration blockquote:not(.shortcode-blockquote):not(.elementor-blockquote),
.shadow-element-decoration .block-style-widget {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.shortcode-pullquote:after,
.shortcode-action-bg:before {
  color: #fff;
  background-color: var(--the7-accent-color);
}
blockquote.shortcode-blockquote {
  border-color: var(--the7-divider-color);
}
.sidebar blockquote.shortcode-blockquote,
.sidebar-content blockquote.shortcode-blockquote {
  border-color: rgba(102,102,102,0.15);
}
.footer blockquote.shortcode-blockquote {
  border-color: rgba(102,102,102,0.15);
}
blockquote:not(.elementor-blockquote),
blockquote:not(.elementor-blockquote) *,
.shortcode-pullquote,
.wp-block-quote cite {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote:not(.elementor-blockquote),
.dt-mega-menu .dt-mega-parent .sidebar-content .widget blockquote:not(.elementor-blockquote) *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .shortcode-pullquote,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wp-block-quote cite {
  color: #333333;
}
.sidebar-content blockquote:not(.elementor-blockquote),
.sidebar-content blockquote:not(.elementor-blockquote) *,
.sidebar-content .shortcode-pullquote,
.sidebar-content .wp-block-quote cite {
  color: #000000;
}
.footer blockquote:not(.elementor-blockquote),
.footer blockquote:not(.elementor-blockquote) *,
.footer .shortcode-pullquote,
.footer .wp-block-quote cite {
  color: #000000;
}
blockquote:not(.wp-block-quote):not(.elementor-blockquote) {
  color: var(--the7-h5-color);
  font: var(--the7-h5-font);
  text-transform: var(--the7-h5-text-transform);
}
.plain-bg {
  border-color: var(--the7-divider-color);
}
.sidebar .plain-bg,
.sidebar-content .plain-bg {
  border-color: rgba(102,102,102,0.15);
}
.footer .plain-bg {
  border-color: rgba(102,102,102,0.15);
}
.slider-wrapper.arrows-accent .owl-prev i,
.slider-wrapper.arrows-accent .owl-next i {
  background-color: rgba(153,153,153,0.9);
}
.elementor-widget-the7_photo-scroller .scroller-arrow i,
.elementor-widget-the7_photo-scroller .scroller-arrow:hover i {
  color: var(--the7-accent-color);
}
.elementor-widget-the7_photo-scroller .scroller-arrow svg,
.elementor-widget-the7_photo-scroller .scroller-arrow:hover svg {
  color: var(--the7-accent-color);
  fill: var(--the7-accent-color);
}
.slider-wrapper.arrows-accent .owl-prev:hover i,
.slider-wrapper.arrows-accent .owl-next:hover i {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.dt-owl-item .post.bg-on {
  box-shadow: none;
}
.dt-owl-item .post.bg-on:before {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .dt-owl-item .post.bg-on:before {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-owl-item .post.bg-on:before {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
input::-webkit-input-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
input:-moz-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
textarea::-webkit-input-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
textarea:-moz-placeholder {
  color: var(--the7-input-color);
  opacity: var(--the7-form-placeholder-opacity,0.5);
}
input:focus::-webkit-input-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
input:focus:-moz-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
textarea:focus::-webkit-input-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
textarea:focus:-moz-placeholder {
  opacity: var(--the7-form-placeholder-opacity-focus,0.15);
}
.form-fields label,
.comment-form label:not([for="wp-comment-cookies-consent"]) {
  color: var(--the7-input-color);
}
input[type="text"],
.widget_search input[type="text"].searchform-s,
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea,
.wpcf7-number,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,
.the7-elementor-product-comments .elementor-field-textual,
.elementor-field-group .elementor-field-textual,
.elementor-field-group .elementor-select-wrapper select {
  color: var(--the7-input-color);
  font: var(--the7-form-md-font);
  border-style: var(--the7-form-border);
  border-top-width: var(--the7-top-input-border-width);
  border-right-width: var(--the7-right-input-border-width);
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-left-width: var(--the7-left-input-border-width);
  padding: var(--the7-top-input-padding) var(--the7-right-input-padding) var(--the7-bottom-input-padding) var(--the7-left-input-padding);
  border-color: var(--the7-input-border-color);
  background-color: var(--the7-input-bg-color);
  border-radius: var(--the7-input-border-radius);
  box-shadow: var(--the7-form-shadow);
  transition: all 0.3s ease;
}
input[type="text"]:focus,
.widget_search input[type="text"].searchform-s:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="range"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
.wpcf7-number:focus,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:focus,
.the7-elementor-product-comments .elementor-field-textual:focus,
.elementor-field-group .elementor-field-textual:focus,
.elementor-field-group .elementor-select-wrapper select:focus {
  box-shadow: var(--the7-form-shadow-focus);
}
.content input[type="text"],
.content .widget_search input[type="text"].searchform-s,
.content input[type="search"],
.content input[type="tel"],
.content input[type="url"],
.content input[type="email"],
.content input[type="number"],
.content input[type="date"],
.content input[type="range"],
.content input[type="password"],
.content select,
.content textarea,
.content .wpcf7-number,
.content .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select,
.content .the7-elementor-product-comments .elementor-field-textual,
.content .elementor-field-group .elementor-field-textual,
.content .elementor-field-group .elementor-select-wrapper select {
  font-size: var(--the7-form-md-font-size);
  line-height: var(--the7-form-md-line-height);
}
.content .elementor-field-group .elementor-select-wrapper select {
  font-size: inherit;
  line-height: inherit;
}
input:-webkit-autofill {
  transition: background-color 99999s ease-in-out 0s;
}
input[type="text"],
.widget_search input[type="text"].searchform-s,
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
.wpcf7-number,
.tinvwl-input-group .form-control,
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select {
  min-height: var(--the7-input-height);
}
.formError + input,
.formError + textarea {
  border-color: #f55b5f;
}
select:focus,
.woocommerce div.product.elementor form.cart table.variations td.value:focus:before {
  outline: 0px solid transparent;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1) inset;
}
.widget .dt-form .dt-btn,
.dt-form .dt-btn,
.comment-form .dt-btn {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  padding: var(--the7-btn-m-padding);
}
input[type="submit"]:not([name="update_cart"]):not(.woocommerce-widget-layered-nav-dropdown__submit),
.post-password-form input[type="submit"],
.mc4wp-form input[type="submit"],
div.mc4wp-form button[type="submit"],
.tml-submit-wrap input[type="submit"],
.wpcf7-form input[type="submit"] {
  font: var(--the7-btn-m-font);
  text-transform: var(--the7-btn-m-text-transform);
  letter-spacing: var(--the7-btn-m-letter-spacing);
  word-spacing: var(--the7-btn-m-word-spacing);
  border-radius: var(--the7-btn-m-border-radius);
  padding: var(--the7-btn-m-padding);
  min-width: var(--the7-btn-m-min-width);
  min-height: var(--the7-btn-m-min-height);
}
.popup-message-style .parentFormundefined,
.inline-message-style .parentFormundefined,
.popup-message-style .wpcf7-mail-sent-ok,
.inline-message-style .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-validation-errors,
.inline-message-style .wpcf7-validation-errors,
.popup-message-style .wpcf7-response-output,
.inline-message-style .wpcf7-response-output {
  background: var(--the7-accent-color);
}
.parentFormundefined .formErrorContent,
.wpcf7-mail-sent-ok .formErrorContent,
.wpcf7-validation-errors .formErrorContent,
.wpcf7-response-output .formErrorContent {
  font: var(--the7-base-font-big);
}
#page .parentFormundefined,
.popup-message-style .parentFormundefined,
.inline-message-style .parentFormundefined,
#page .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-mail-sent-ok,
.inline-message-style .wpcf7-mail-sent-ok,
#page .wpcf7-validation-errors,
.popup-message-style .wpcf7-validation-errors,
.inline-message-style .wpcf7-validation-errors,
#page .wpcf7-response-output,
.popup-message-style .wpcf7-response-output,
.inline-message-style .wpcf7-response-output {
  color: #ffffff !important;
  border: none;
}
#page .parentFormundefined .formErrorContent,
#page .parentFormundefined .formErrorContent a,
#page .parentFormundefined .close-message
		#page .parentFormundefined a,
.popup-message-style .parentFormundefined .formErrorContent,
.popup-message-style .parentFormundefined .formErrorContent a,
.popup-message-style .parentFormundefined .close-message
		.popup-message-style .parentFormundefined a,
.inline-message-style .parentFormundefined .formErrorContent,
.inline-message-style .parentFormundefined .formErrorContent a,
.inline-message-style .parentFormundefined .close-message
		.inline-message-style .parentFormundefined a,
#page .wpcf7-mail-sent-ok .formErrorContent,
#page .wpcf7-mail-sent-ok .formErrorContent a,
#page .wpcf7-mail-sent-ok .close-message
		#page .wpcf7-mail-sent-ok a,
.popup-message-style .wpcf7-mail-sent-ok .formErrorContent,
.popup-message-style .wpcf7-mail-sent-ok .formErrorContent a,
.popup-message-style .wpcf7-mail-sent-ok .close-message
		.popup-message-style .wpcf7-mail-sent-ok a,
.inline-message-style .wpcf7-mail-sent-ok .formErrorContent,
.inline-message-style .wpcf7-mail-sent-ok .formErrorContent a,
.inline-message-style .wpcf7-mail-sent-ok .close-message
		.inline-message-style .wpcf7-mail-sent-ok a,
#page .wpcf7-validation-errors .formErrorContent,
#page .wpcf7-validation-errors .formErrorContent a,
#page .wpcf7-validation-errors .close-message
		#page .wpcf7-validation-errors a,
.popup-message-style .wpcf7-validation-errors .formErrorContent,
.popup-message-style .wpcf7-validation-errors .formErrorContent a,
.popup-message-style .wpcf7-validation-errors .close-message
		.popup-message-style .wpcf7-validation-errors a,
.inline-message-style .wpcf7-validation-errors .formErrorContent,
.inline-message-style .wpcf7-validation-errors .formErrorContent a,
.inline-message-style .wpcf7-validation-errors .close-message
		.inline-message-style .wpcf7-validation-errors a,
#page .wpcf7-response-output .formErrorContent,
#page .wpcf7-response-output .formErrorContent a,
#page .wpcf7-response-output .close-message
		#page .wpcf7-response-output a,
.popup-message-style .wpcf7-response-output .formErrorContent,
.popup-message-style .wpcf7-response-output .formErrorContent a,
.popup-message-style .wpcf7-response-output .close-message
		.popup-message-style .wpcf7-response-output a,
.inline-message-style .wpcf7-response-output .formErrorContent,
.inline-message-style .wpcf7-response-output .formErrorContent a,
.inline-message-style .wpcf7-response-output .close-message
		.inline-message-style .wpcf7-response-output a {
  color: #ffffff;
}
#page .parentFormundefined:before,
.popup-message-style .parentFormundefined:before,
.inline-message-style .parentFormundefined:before,
#page .wpcf7-mail-sent-ok:before,
.popup-message-style .wpcf7-mail-sent-ok:before,
.inline-message-style .wpcf7-mail-sent-ok:before,
#page .wpcf7-validation-errors:before,
.popup-message-style .wpcf7-validation-errors:before,
.inline-message-style .wpcf7-validation-errors:before,
#page .wpcf7-response-output:before,
.popup-message-style .wpcf7-response-output:before,
.inline-message-style .wpcf7-response-output:before {
  color: #ffffff;
}
.comment-form-cookies-consent label,
.form-terms-text {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
select:not(.elementor-field),
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
  -webkit-appearance: none !important;
  -moz-appearance: none;
  background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%), linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
  background-position: calc(100% - var(--the7-right-input-padding) - 5px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  padding-right: calc(var(--the7-right-input-padding) + 15px);
}
.woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select:not(.elementor-field) {
  background-image: linear-gradient(45deg,transparent 50%,var(--the7-input-color) 50%), linear-gradient(135deg,var(--the7-input-color) 50%,transparent 50%);
  background-position: calc(100% - var(--the7-right-input-padding) - 4px) 50%, calc(100% - var(--the7-right-input-padding)) 50%, 100% 0;
  background-size: 4px 4px, 4px 4px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.dt-arrow-border-on .owl-carousel .owl-nav div:not(:hover):before {
  border-color: var(--the7-accent-color);
}
.dt-arrow-hover-border-on.owl-carousel .owl-nav div:hover:after,
.dt-arrow-border-on.owl-carousel .owl-nav div:hover:after {
  border-color: var(--the7-accent-color);
}
.arrows-bg-on.owl-carousel .owl-nav div:before {
  background-color: var(--the7-accent-color);
  border-color: var(--the7-accent-color);
}
.arrows-hover-bg-on.owl-carousel .owl-nav div:after {
  background-color: var(--the7-accent-color);
}
.owl-carousel .owl-nav svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.owl-carousel .owl-nav i,
.owl-carousel .owl-nav i:before {
  color: var(--the7-accent-color);
}
.owl-carousel .owl-nav div:hover svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.owl-carousel .owl-nav div:hover i {
  color: var(--the7-accent-color);
}
.owl-carousel.bullets-scale-up .owl-dot span,
.owl-carousel.bullets-scale-up .owl-dot:not(.active):hover span,
.owl-carousel.bullets-scale-up .owl-dot.active span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-stroke .owl-dot:not(.active) span,
.owl-carousel.bullets-stroke .owl-dot:not(.active):hover span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-stroke .owl-dot.active span {
  box-shadow: 0 0 0 2px var(--the7-accent-color);
}
.owl-carousel.bullets-fill-in .owl-dot span,
.owl-carousel.bullets-fill-in .owl-dot:not(.active):hover span,
.owl-carousel.bullets-fill-in .owl-dot.active span {
  box-shadow: inset 0 0 0 2px var(--the7-accent-color);
}
.owl-carousel.bullets-small-dot-stroke .owl-dot span,
.owl-carousel.bullets-small-dot-stroke .owl-dot:not(.active):hover span,
.owl-carousel.bullets-small-dot-stroke .owl-dot.active span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-small-dot-stroke .owl-dot.active {
  box-shadow: 0 0 0 2px var(--the7-accent-color);
}
.owl-carousel.bullets-ubax .owl-dot span,
.owl-carousel.bullets-ubax .owl-dot:not(.active):hover span {
  background: var(--the7-accent-color);
}
.owl-carousel.bullets-ubax .owl-dot.active span {
  border-color: var(--the7-accent-color);
}
.owl-carousel.bullets-etefu .owl-dot span,
.owl-carousel.bullets-etefu .owl-dot:not(.active):hover span,
.owl-carousel.bullets-etefu .owl-dot span:before {
  background: var(--the7-accent-color);
}
.dt-owl-item-icon i {
  color: var(--the7-accent-color);
}
.dt-owl-item-icon svg {
  fill: var(--the7-accent-color);
  color: var(--the7-accent-color);
}
.text-and-icon-carousel .owl-nav i,
.testimonials-carousel .owl-nav i,
.text-and-icon-carousel .owl-nav a:hover i,
.testimonials-carousel .owl-nav a:hover i,
.text-and-icon-carousel .owl-nav i:before,
.testimonials-carousel .owl-nav i:before {
  background: none;
  color: var(--the7-accent-color);
}
.dt-owl-item-icon:before,
.dt-owl-item-icon:after,
.text-and-icon-carousel .owl-nav a,
.text-and-icon-carousel .owl-nav a:hover,
.testimonials-carousel .owl-nav a,
.testimonials-carousel .owl-nav a:hover {
  border-color: var(--the7-accent-color);
}
.full-width-wrap .dt-shortcode .filter {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.filter {
  margin-bottom: 40px;
}
.paginator {
  margin-top: 40px;
}
.filter-categories a,
.filter-categories .customSelect {
  font:   normal 15px / 19px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.filter a,
.filter a *,
.filter .customSelect {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter a *,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .filter .customSelect {
  color: #333333;
}
.sidebar-content .filter a,
.sidebar-content .filter a *,
.sidebar-content .filter .customSelect {
  color: #000000;
}
.footer .filter a,
.footer .filter a *,
.footer .filter .customSelect {
  color: #000000;
}
.filter svg {
  fill: var(--the7-h5-color);
  color: var(--the7-h5-color);
}
.filter-categories a,
.filter-extras > div {
  padding: 5px 0px 5px 0px;
  margin: 0px 15px 0px 15px;
}
.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a:hover,
.filter:not(.filter-bg-decoration):not(.filter-underline-decoration) .filter-categories a.act {
  color: var(--the7-accent-color);
}
.filter-bg-decoration .filter-categories a {
  border-radius: 100px;
}
.filter-bg-decoration .filter-categories a:not(.act):hover {
  color: var(--the7-accent-color);
}
.filter-bg-decoration .filter-categories a:after {
  display: none;
}
.filter-bg-decoration .filter-categories a.act {
  color: #fff;
}
.filter-bg-decoration .filter-categories a.act {
  color: #fff;
  background-color: var(--the7-accent-color);
  border-radius: 100px;
}
.filter-underline-decoration .filter-categories a:after {
  color: #fff;
  background-color: var(--the7-accent-color);
  height: 1px;
}
.filter-switch {
  background-color: rgba(153,153,153,0.2);
}
.filter:not(.filter-bg-decoration) .filter-categories a.act:after,
.filter-switch-toggle {
  background-color: var(--the7-accent-color);
}
.paginator a,
.paginator a * {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator a * {
  color: #333333;
}
.sidebar-content .paginator a,
.sidebar-content .paginator a * {
  color: #000000;
}
.footer .paginator a,
.footer .paginator a * {
  color: #000000;
}
.paginator .button-caption:before {
  background: var(--the7-title-color);
}
.paginator .button-load-more,
.paginator .loading-ready {
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.paginator .button-load-more {
  border-color: rgba(0,0,0,0.1);
  font-size: var(--the7-base-font-size);
  line-height: var(--the7-base-line-height);
}
.paginator .button-load-more.animate-load,
.paginator .button-load-more:hover {
  border-color: rgba(0,0,0,0.21);
}
.paginator .button-load-more.animate-load .stick,
.paginator .button-load-more.button-lazy-loading .stick {
  border-top-color: var(--the7-h5-color);
  border-right-color: var(--the7-h5-color);
}
.paginator:not(.paginator-more-button) a {
  font-size: var(--the7-text-big-font-size);
  line-height: var(--the7-text-big-line-height);
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .paginator:not(.paginator-more-button) a {
  color: #333333;
}
.sidebar-content .paginator:not(.paginator-more-button) a {
  color: #000000;
}
.footer .paginator:not(.paginator-more-button) a {
  color: #000000;
}
.paginator:not(.paginator-more-button) a:after {
  background-color: var(--the7-accent-color);
}
#footer.solid-bg {
  background: #ffffff none repeat center top;
}
#footer.footer-outline-decoration {
  border-top: 1px solid rgba(129,215,66,0.96);
}
.wf-container-footer,
.footer.full-width-line {
  border-top: 1px solid #ffffff;
}
.header-side-left.footer-overlap.boxed-layout:not(.sticky-header) #footer,
.header-side-right.footer-overlap.boxed-layout:not(.sticky-header) #footer {
  max-width: 1560px;
}
#footer .wf-container-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}
#footer .wf-container {
  margin: 0 -30px;
}
.footer .widget {
  color: #666666;
  padding: 0 30px;
}
.footer .widget,
.footer .tp_recent_tweets li {
  font: var(--the7-widget-content-font);
  text-transform: var(--the7-widget-content-text-transform);
  letter-spacing: var(--the7-widget-content-letter-spacing);
  text-decoration: var(--the7-widget-content-text-decoration);
}
#footer.full-width > .wf-wrap,
#footer.full-width #bottom-bar > .wf-wrap {
  width: 100%;
}
#footer > .wf-wrap,
#footer #bottom-bar > .wf-wrap {
  padding: 0 0px 0 0px;
}
#bottom-bar.solid-bg {
  background: rgba(255,255,255,0.12) none repeat center top;
}
.wf-container-bottom,
#bottom-bar.full-width-line {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.wf-container-bottom {
  padding: 10px 0 10px 0;
  min-height: 60px;
}
#bottom-bar {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: #eeeeee;
}
#bottom-bar .mini-nav li:before {
  border-left-color: #38393a;
}
.footer-sub-nav > li.act > a .menu-text,
.footer-sub-nav > li:not(.act):hover > a .menu-text,
.footer-sub-nav > li.act > a .subtitle-text,
.footer-sub-nav > li:not(.act):hover > a .subtitle-text {
  color: var(--the7-accent-color);
}
#bottom-bar a,
#bottom-bar .mini-nav .customSelect,
#bottom-bar .menu-select {
  color: #eeeeee;
}
#bottom-bar .menu-select svg {
  fill: #eeeeee;
  color: #eeeeee;
}
#bottom-bar .mini-search,
#bottom-bar .mini-contacts:before {
  background-color: #ffffff;
}
#branding-bottom {
  padding: 0px 0px 0px 0px;
}
.no-avatar,
.testim-no-avatar {
  border: 1px solid;
  border-color: var(--the7-divider-color);
}
.sidebar .no-avatar,
.sidebar-content .no-avatar,
.sidebar .testim-no-avatar,
.sidebar-content .testim-no-avatar {
  border-color: rgba(102,102,102,0.15);
}
.footer .no-avatar,
.footer .testim-no-avatar {
  border-color: rgba(102,102,102,0.15);
}
.testim-no-avatar svg {
  fill: var(--the7-divider-color);
  color: var(--the7-divider-color);
}
.no-avatar,
.no-avatar svg,
.comment-list .no-avatar:after {
  color: var(--the7-divider-color);
  fill: var(--the7-divider-color);
}
.sidebar .no-avatar,
.sidebar-content .no-avatar,
.sidebar .no-avatar svg,
.sidebar-content .no-avatar svg,
.sidebar .comment-list .no-avatar:after,
.sidebar-content .comment-list .no-avatar:after {
  color: rgba(102,102,102,0.15);
}
.footer .no-avatar,
.footer .no-avatar svg,
.footer .comment-list .no-avatar:after {
  color: rgba(102,102,102,0.15);
}
.scroll-top {
  border-radius: 0px;
}
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="range"],
input[type="password"],
select,
textarea {
  font: var(--the7-form-md-font);
  letter-spacing: var(--the7-form-md-letter-spacing);
  text-transform: var(--the7-form-md-text-transform);
  text-decoration: var(--the7-base-text-decoration);
}
.content .wpcf7-select {
  line-height: calc(var(--the7-input-height) - 14px);
  min-width: 200px;
}
a.clear-form,
#cancel-comment-reply-link {
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
  color: var(--the7-secondary-text-color);
}
.sidebar-content a.clear-form,
.sidebar-content #cancel-comment-reply-link {
  color: rgba(102,102,102,0.5);
}
.footer a.clear-form,
.footer #cancel-comment-reply-link {
  color: rgba(102,102,102,0.5);
}
.customSelect {
  font: var(--the7-base-font);
  background-color: rgba(102,102,102,0.08);
}
.sidebar .customSelect,
.sidebar-content .customSelect {
  background-color: rgba(102,102,102,0.08);
}
.footer .customSelect {
  background-color: rgba(102,102,102,0.08);
}
.shortcode-code {
  background-color: var(--the7-content-boxes-bg);
}
.shadow-element-decoration .shortcode-code {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.outline-element-decoration .shortcode-code {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.content table,
.content td,
.content th {
  border-color: var(--the7-divider-color);
}
.dt-highlight {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.sidebar-content .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
.footer .post-content .text-secondary {
  color: rgba(102,102,102,0.5);
}
#page .items-grid .post-content a:hover,
#page .post-content a:hover {
  color: var(--the7-accent-color);
}
.shortcode-banner-bg > * {
  line-height: var(--the7-base-line-height);
}
.layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.sidebar .layzr-bg,
.sidebar-content .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.footer .layzr-bg {
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
}
.layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102,102,102,0.05);
}
.sidebar .layzr-bg:not(.layzr-bg-transparent),
.sidebar-content .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102,102,102,0.05);
}
.footer .layzr-bg:not(.layzr-bg-transparent) {
  background-color: rgba(102,102,102,0.05);
}
#page .woocom-project .layzr-bg:not(.layzr-bg-transparent) {
  background-color: transparent;
}
.pswp button.pswp__button--arrow--left,
.pswp button.pswp__button--arrow--right,
.pswp .pswp__button--arrow--left:before,
.pswp .pswp__button--arrow--right:before {
  font-size: 48px;
  line-height: 48px;
  min-height: 48px;
}
.rollover i,
.post-rollover i,
.rollover-video i,
.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover .gallery-rollover,
.enable-bg-rollover.hover-scale figure:after {
  background-color: rgba(153,153,153,0.2);
}
.hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.buttons-on-img .rollover-content,
.albums .rollover-thumbnails-on i,
.dt-albums-shortcode .rollover-thumbnails-on i,
.rollover-buttons-on i,
.hover-scale .rollover-project:after,
.hover-style-two.content-align-bottom .rollover-project:after,
.portfolio-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.albums-shortcode.enable-bg-rollover .post-thumbnail-rollover:after,
.enable-bg-rollover.hover-scale article:after {
  background-color: rgba(153,153,153,0.85);
}
.effect-bubba .rollover-project,
.effect-layla .rollover-project,
.effect-sarah .rollover-project {
  background-color: rgba(153,153,153,0.85);
}
.effect-bubba:not(.hover-color-static) .rollover-project:hover > a > img,
.effect-layla:not(.hover-color-static) .rollover-project:hover > a > img,
.effect-sarah:not(.hover-color-static) .rollover-project:hover > a > img {
  opacity: 0.3;
}
.hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.accent-gradient .hover-color-static:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content,
.hover-color-static.hover-scale .rollover-project:after,
.hover-color-static.hover-style-two.content-align-bottom .rollover-project:after {
  background-color: rgba(0,0,0,0.65);
  background-image: none;
}
.hover-color-static.effect-bubba .rollover-project,
.hover-color-static.effect-layla .rollover-project,
.hover-color-static.effect-sarah .rollover-project {
  background-color: #000000;
  background-image: none;
}
.hover-color-static .buttons-on-img i,
.hover-color-static .rollover i,
.hover-color-static .rollover-video i,
.hover-color-static .rollover.rollover-thumbnails-on i,
#page .hover-color-static .buttons-on-img .rollover-content {
  background-color: rgba(0,0,0,0.35);
  background-image: none;
}
.rollover-thumbnails span:first-child i {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.gallery-shortcode .gallery-zoom-ico,
.blog-shortcode .gallery-zoom-ico,
.blog-carousel-shortcode .gallery-zoom-ico {
  border-color: var(--the7-accent-color);
}
.gallery-shortcode .gallery-zoom-ico span,
.gallery-shortcode .gallery-zoom-ico:before,
.blog-shortcode .gallery-zoom-ico span,
.blog-shortcode .gallery-zoom-ico:before,
.blog-carousel-shortcode .gallery-zoom-ico span,
.blog-carousel-shortcode .gallery-zoom-ico:before {
  color: var(--the7-accent-color);
}
.dt-icon-bg-on.gallery-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-shortcode .gallery-zoom-ico,
.dt-icon-bg-on.blog-carousel-shortcode .gallery-zoom-ico {
  background-color: var(--the7-accent-color);
}
.albums-shortcode .album-zoom-ico {
  border-color: var(--the7-accent-color);
}
.albums-shortcode .album-zoom-ico span {
  color: var(--the7-accent-color);
}
.dt-icon-bg-on.albums-shortcode .album-zoom-ico {
  background-color: var(--the7-accent-color);
}
.rollover-content {
  line-height: var(--the7-base-line-height);
}
.rollover-content h2.entry-title {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .rollover-content h2.entry-title {
  color: #333333;
}
.sidebar-content .rollover-content h2.entry-title {
  color: #000000;
}
.footer .rollover-content h2.entry-title {
  color: #000000;
}
.portfolio-categories a,
.portfolio-categories a *,
.portfolio-categories span {
  color: var(--the7-secondary-text-color);
}
.gform_wrapper .gsection {
  border-bottom-style: solid !important;
  border-bottom-width: var(--the7-bottom-input-border-width);
  border-bottom-color: var(--the7-divider-color);
}
.gform_wrapper .ginput_complex label,
.gform_wrapper .gfield_time_hour label,
.gform_wrapper .gfield_time_minute label,
.gform_wrapper .gfield_date_month label,
.gform_wrapper .gfield_date_day label,
.gform_wrapper .gfield_date_year label,
.gform_wrapper .instruction {
  font-size: var(--the7-text-small-font-size);
  color: rgba(102,102,102,0.45);
}
#main .gform_wrapper span.ginput_total,
#main .gform_wrapper .gfield_required,
#main .gform_wrapper .ginput_left input:focus + label,
#main .gform_wrapper .ginput_right input:focus + label,
#main .gform_wrapper .ginput_full input:focus + label {
  color: var(--the7-accent-color);
}
.gform_wrapper h3.gform_title,
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
h3.gform_title,
form.mc4wp-form label {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper .gsection .gfield_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .gform_wrapper h2.gsection_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget h3.gform_title,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget form.mc4wp-form label {
  color: #333333;
}
.sidebar-content .gform_wrapper h3.gform_title,
.sidebar-content .gform_wrapper .gsection .gfield_label,
.sidebar-content .gform_wrapper h2.gsection_title,
.sidebar-content h3.gform_title,
.sidebar-content form.mc4wp-form label {
  color: #000000;
}
.footer .gform_wrapper h3.gform_title,
.footer .gform_wrapper .gsection .gfield_label,
.footer .gform_wrapper h2.gsection_title,
.footer h3.gform_title,
.footer form.mc4wp-form label {
  color: #000000;
}
h3.gform_title,
.gform_wrapper h3.gform_title {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title {
  color: var(--the7-h4-color);
  font: var(--the7-h4-font);
  text-transform: var(--the7-h4-text-transform);
}
#main .gform_wrapper textarea,
.gform_wrapper .top_label .gfield_label {
  font: var(--the7-base-font);
}
.ngg-albumoverview .ngg-album,
.wpb_separator.wpb_content_element,
.vc_text_separator {
  border-color: var(--the7-divider-color);
}
.sidebar .ngg-albumoverview .ngg-album,
.sidebar-content .ngg-albumoverview .ngg-album,
.sidebar .wpb_separator.wpb_content_element,
.sidebar-content .wpb_separator.wpb_content_element,
.sidebar .vc_text_separator,
.sidebar-content .vc_text_separator {
  border-color: rgba(102,102,102,0.15);
}
.footer .ngg-albumoverview .ngg-album,
.footer .wpb_separator.wpb_content_element,
.footer .vc_text_separator {
  border-color: rgba(102,102,102,0.15);
}
.mini-wpml {
  font:  normal  20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.branding .mini-wpml,
.mixed-header .mini-wpml,
.classic-header .mobile-mini-widgets .mini-wpml {
  font:    20px / 24px "Arial", Helvetica, Arial, Verdana, sans-serif;
}
.top-bar .mini-wpml {
  font:  300 14px / 20px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.dt-mobile-header .mini-wpml {
  font:   300 14px / 18px "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
}
.popup-message-style .wpcf7-validation-errors,
.popup-message-style .wpcf7-mail-sent-ok,
.popup-message-style .wpcf7-response-output {
  background-color: var(--the7-accent-color);
}
.wpcf7-validation-errors .wpcf7-not-valid-tip-text,
.wpcf7-validation-errors .wpcf7-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-not-valid-tip-text,
.wpcf7-mail-sent-ok .wpcf7-valid-tip-text,
.wpcf7-response-output .wpcf7-not-valid-tip-text,
.wpcf7-response-output .wpcf7-valid-tip-text {
  font: var(--the7-base-font-big);
}
.asp_product_name {
  color: var(--the7-h3-color);
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.transparent:not(.photo-scroller-album):not(.phantom-sticky) .masthead.line-decoration:not(.masthead-mobile-header) {
  border-bottom: 1px solid rgba(255,255,255,0.25);
}
.transparent:not(.photo-scroller-album) .masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on),
.transparent .sticky-on.masthead.masthead-mobile {
  border: none;
  box-shadow: none !important;
}
.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.line-content:after,
.transparent .masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .top-bar.full-width-line:after {
  border-bottom-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets .mini-nav > ul:not(.mini-sub-nav) > li > a *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav > ul:not(.mini-sub-nav) > li > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit i {
  color: #fff;
}
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-current-language > a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-horizontal a,
.dt-wpml.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-wpml .wpml-ls-legacy-list-vertical a {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .branding .mini-widgets > *:not(.sub-nav),
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-widgets .text-area *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-mini-widgets > *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mobile-branding *,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts * {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:hover {
  color: rgba(255,255,255,0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .popup-search .submit:hover i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on:not(.sticky-top-line-on)) .overlay-search .submit:hover i {
  color: rgba(255,255,255,0.7) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type="text"] {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input.field {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.3);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input[type=text],
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .classic-search input::placeholder,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .animate-search-width input::placeholder {
  color: #fff !important;
}
.transparent .classic-header.content-width-line:not(.sticky-on) .navigation:before,
.transparent .classic-header.full-width-line:not(.sticky-on) .navigation:before,
.transparent .classic-header.bg-behind-menu:not(.sticky-on) .navigation:before {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .menu-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a .subtitle-text,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a:hover span,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li.act > a > span {
  color: #fff !important;
  background: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li > a > span > span.menu-subtitle,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav > li:hover > a > span > span.menu-subtitle {
  color: rgba(255,255,255,0.5);
}
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:before,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers .main-nav > li:last-child:after,
.light-preset-color.masthead:not(.side-header):not(#phantom):not(.sticky-on).dividers.surround .main-nav > li:last-child:after {
  border-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li:not(.act):hover > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-outline-decoration > li.act > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-outline-decoration > li.dt-hovered:not(.act) > a {
  border-color: rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li:not(.act) > a:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .hover-bg-decoration > li.dt-hovered:not(.act) > a,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a,
.light-preset-color.accent-gradient.masthead:not(#phantom):not(.sticky-on) .active-bg-decoration > li.act > a {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .l-to-r-line > li > a i.underline,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .from-centre-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .upwards-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .downwards-line > li > a .menu-item-text:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .active-line-decoration > li.act > a .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li > a:hover .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .hover-line-decoration > li.dt-hovered:not(.act) > a .decoration-line,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .dt-mobile-menu-icon .lines:after {
  background-color: #ffffff;
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on) .menu-line:before {
  background: #ffffff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-bg-on .dt-mobile-menu-icon:not(.floating-btn):before {
  background: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-bg-on .dt-mobile-menu-icon:not(.floating-btn):after {
  background: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-hover-border-enable .dt-mobile-menu-icon:not(.floating-btn):after {
  border-color: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on):not(.animate-color-mobile-menu-icon):not(.two-line-mobile-menu-icon) .dt-mobile-menu-icon:not(.floating-btn):hover .menu-line {
  background: #ffffff !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-enable .menu-toggle:before {
  background: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).mobile-menu-icon-border-enable .dt-mobile-menu-icon:not(.floating-btn):before {
  border-color: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-bg-hover-enable .menu-toggle:after {
  background: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-enable .menu-toggle:before {
  border-color: rgba(255,255,255,0.3) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on).hamburger-border-hover-enable .menu-toggle:after {
  border-color: rgba(255,255,255,0.25) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children > a .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children:not(.act) > a:hover .menu-text:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on) .main-nav.level-arrows-on > li.has-children.act > a .menu-text:after {
  background: white !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.disabled-bg a:before {
  background-color: transparent !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a {
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.custom-bg a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.accent-bg a:before,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.gradient-bg a:before {
  background: rgba(255,255,255,0.25) !important;
  background-image: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a {
  box-shadow: none !important;
}
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-gradient-bg a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-custom-bg a:after,
.light-preset-color:not(.mobile-sticky-on).masthead:not(#phantom):not(.sticky-on):not(.sticky-top-line-on) .soc-ico.hover-accent-bg a:after {
  background: rgba(255,255,255,0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-disabled-bg a:after {
  background-color: transparent !important;
  box-shadow: none !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a .soc-font-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico a:hover .soc-font-icon {
  color: #fff !important;
  background: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.border-on a:before {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .soc-ico.hover-border-on a:hover:after {
  box-shadow: inset 0px 0px 0px 0px rgba(255,255,255,0.45) !important;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-search .searchform > .search-icon,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-login .submit:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-contacts,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .mini-nav .customSelectInner:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:before {
  color: white;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart i {
  color: #fff;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover {
  opacity: 1;
  color: rgba(255,255,255,0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart:hover i,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart:hover i {
  color: rgba(255,255,255,0.7);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter {
  background-color: rgba(255,255,255,0.25);
  background-image: none;
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .wc-ico-cart > .counter:before,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .rectangular-counter-style .edd-ico-cart > .counter:before {
  border-right: 4px solid rgba(255,255,255,0.25);
}
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .wc-ico-cart > .counter.custom-bg,
.light-preset-color.masthead:not(#phantom):not(.sticky-on):not(.sticky-mobile-on):not(.sticky-top-line-on) .edd-ico-cart > .counter.custom-bg {
  background-color: rgba(255,255,255,0.25) !important;
  background-image: none !important;
}
.wpb_content_element .wpb_tabs_nav > li > a {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_tabs_nav > li > a {
  color: #333333;
}
.sidebar-content .wpb_content_element .wpb_tabs_nav > li > a {
  color: #000000;
}
.footer .wpb_content_element .wpb_tabs_nav > li > a {
  color: #000000;
}
.wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a,
.wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a,
.wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a,
.wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav > li.ui-tabs-active > a {
  color: #999999;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li {
  border-radius: 0px;
}
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .tab-style-one.wpb_tabs .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tabs.tab-style-one .wpb_tabs_nav > li.ui-state-active {
  color: #fff;
  background-color: var(--the7-accent-color);
}
.wpb_tabs.tab-style-two {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .wpb_tabs.tab-style-two {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .wpb_tabs.tab-style-two {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tabs.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #999999;
}
.tab-style-four.wpb_tabs {
  border-radius: 0px;
}
.tab-style-four.wpb_tabs {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-four.wpb_tabs {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-four.wpb_tabs {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-four.wpb_tabs .wpb_tabs_nav {
  background-color: #999999;
}
.wpb_tour.tab-style-one,
.tab-style-one.wpb_tour .wpb_tabs_nav li {
  border-radius: 0px;
}
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .tab-style-one.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active):hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-one .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #999999;
}
.wpb_tour.tab-style-two .wpb_tabs_nav li.ui-tabs-active:before {
  background-color: #999999;
}
.tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.wpb_tour.tab-style-two .wpb_tab {
  background-color: var(--the7-content-boxes-bg);
  border-radius: 0px;
}
.outline-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.outline-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-two.wpb_tour .wpb_tabs_nav li:not(.ui-tabs-active),
.shadow-element-decoration .wpb_tour.tab-style-two .wpb_tab {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-two.wpb_tour .wpb_tabs_nav li.ui-tabs-active {
  border-radius: 0px;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  color: #fff;
}
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active,
#page .wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active:hover {
  background-color: #999999;
}
.wpb_tour.tab-style-two .wpb_tabs_nav > li.ui-state-active a {
  color: #fff;
}
.wpb_tour.tab-style-three .wpb_tabs_nav li,
.wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: var(--the7-divider-color);
}
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav li,
.sidebar .wpb_tour.tab-style-three .wpb_tabs_nav,
.sidebar-content .wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(102,102,102,0.15);
}
.footer .wpb_tour.tab-style-three .wpb_tabs_nav li,
.footer .wpb_tour.tab-style-three .wpb_tabs_nav {
  border-color: rgba(102,102,102,0.15);
}
.tab-style-four.wpb_tour {
  border-radius: 0px;
}
.tab-style-four.wpb_tour {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .tab-style-four.wpb_tour {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .tab-style-four.wpb_tour {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.tab-style-four.wpb_tour .wpb_tabs_nav {
  background-color: #999999;
}
.wpb_content_element .wpb_accordion_header > a span {
  color: var(--the7-title-color);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .wpb_content_element .wpb_accordion_header > a span {
  color: #333333;
}
.sidebar-content .wpb_content_element .wpb_accordion_header > a span {
  color: #000000;
}
.footer .wpb_content_element .wpb_accordion_header > a span {
  color: #000000;
}
#page .wpb_accordion .wpb_accordion_wrapper > a:hover span,
#page .wpb_content_element .wpb_accordion_header a:hover span {
  color: var(--the7-accent-color);
}
.wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: var(--the7-divider-color);
}
.sidebar .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header,
.sidebar-content .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(102,102,102,0.15);
}
.footer .wpb_content_element.dt-accordion-line-on .wpb_accordion_wrapper .wpb_accordion_header {
  border-color: rgba(102,102,102,0.15);
}
.dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-accordion-bg-on.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.content .wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:before {
  background-color: rgba(102,102,102,0.15);
}
.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .wpb_accordion_header > a:hover:after,
.wpb_content_element.dt-style:not(.dt-accordion-bg-on) .ui-state-active > a:hover:after {
  color: #999999;
}
.vc_pie_chart .vc_pie_chart_value {
  font: var(--the7-h3-font);
  text-transform: var(--the7-h3-text-transform);
}
.vc_pie_wrapper .vc_pie_chart_back {
  border-color: rgba(0,0,0,0.1) !important;
}
.dt-style.vc_progress_bar.default-bg .vc_single_bar {
  background-color: var(--the7-content-boxes-bg);
}
.outline-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .dt-style.vc_progress_bar.default-bg .vc_single_bar {
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-style.vc_progress_bar.outline-bg .vc_single_bar {
  box-shadow: inset 0px 0px 0px 1px rgba(102,102,102,0.2);
  background: none;
}
.dt-style.vc_progress_bar.transparent-bg .vc_single_bar {
  background-color: rgba(102,102,102,0.15);
}
.pb-style-two .vc_label,
.pb-style-three .vc_label {
  color: var(--the7-title-color);
  font-size: var(--the7-text-small-font-size);
  line-height: var(--the7-text-small-line-height);
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-two .vc_label,
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .pb-style-three .vc_label {
  color: #333333;
}
.sidebar-content .pb-style-two .vc_label,
.sidebar-content .pb-style-three .vc_label {
  color: #000000;
}
.footer .pb-style-two .vc_label,
.footer .pb-style-three .vc_label {
  color: #000000;
}
#page .accent-bg:not([class*='vc_progress-bar-color']) .vc_bar {
  color: #fff;
  background-color: #999999;
}
.accent-icon-bg .aio-icon {
  background: #999999 !important;
}
.accent-icon-color .aio-icon > i {
  color: #999999 !important;
}
.accent-border-color .aio-icon {
  border-color: #999999 !important;
}
.accent-title-color .uvc-main-heading > *,
.accent-title-color .aio-icon-title {
  color: #999999 !important;
}
.accent-subtitle-color .uvc-sub-heading,
.accent-subtitle-color .aio-icon-description {
  color: #999999 !important;
}
.accent-subtitle-color .uvc-main-heading > *,
.accent-title-color .uvc-main-heading > *,
.accent-subtitle-color .uvc-sub-heading,
.accent-title-color .uvc-sub-heading {
  display: inline-block;
}
.accent-border-color .uvc-headings-line {
  border-color: #999999 !important;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}
.accent-gradient .accent-border-color .uvc-headings-line {
  border-color: transparent;
}
.accent-arrow-bg .slick-arrow {
  background: #999999 !important;
}
#main .wpb_alert strong {
  font:  normal 500 18px / 1.3em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h1 {
  line-height: 1.1em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h2 {
  line-height: 1.2em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h3 {
  line-height: 1.2em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h4 {
  line-height: 1.2em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h5 {
  line-height: 1.3em;
}
.uvc-heading.uvc-heading-default-font-sizes .uvc-main-heading h6 {
  line-height: 1.3em;
}
.filter-categories a,
.filter-categories .customSelect {
  font: var(--the7-base-font);
  letter-spacing: var(--the7-base-letter-spacing,0);
  text-transform: var(--the7-base-text-transform,none);
  text-decoration: var(--the7-base-text-decoration);
}
#the7-body {
  --the7-woo-title-font-style: var(--the7-base-font-style,normal);
  --the7-woo-title-font-weight: var(--the7-base-font-weight,normal);
  --the7-woo-title-font-size: var(--the7-base-font-size);
  --the7-woo-title-line-height: var(--the7-base-line-height);
  --the7-woo-title-font-family: var(--the7-base-font-family);
  --the7-woo-content-font-style: var(--the7-base-font-style,normal);
  --the7-woo-content-font-weight: var(--the7-base-font-weight,normal);
  --the7-woo-content-font-size: var(--the7-base-font-size);
  --the7-woo-content-line-height: var(--the7-base-line-height);
  --the7-woo-content-font-family: var(--the7-base-font-family);
}
@media screen and (min-width: 1151px) {
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .floating-navigation-below-slider #page {
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "main" "footer";
  }
  .footer-overlap #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side slider" "header-side title" "header-side fancyheader" "header-side elementor-header" "header-side checkout" "header-side main" "header-side footer";
  }
  .footer-overlap.header-side-left:not(.sticky-header):not(.hidden-header) #page,
  .footer-overlap.header-side-line.left-side-line:not(.hidden-header) #page {
    grid-template-areas: "header-side page-inner" "header-side footer";
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    grid-template-areas: "slider header-side" "title header-side" "fancyheader header-side" "elementor-header header-side" "checkout header-side" "main header-side" "footer header-side";
  }
  .footer-overlap.header-side-right:not(.sticky-header):not(.hidden-header) #page {
    grid-template-areas: "page-inner header-side" "footer header-side";
  }
  .header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 280px calc(100% - 280px);
    grid-template-columns: 280px calc(100% - 280px);
  }
  .rtl.header-side-left:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 280px) 280px;
    grid-template-columns: calc(100% - 280px) 280px;
  }
  .header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 280px) 280px;
    grid-template-columns: calc(100% - 280px) 280px;
  }
  .rtl.header-side-right:not(.sticky-header):not(.hidden-header) #page {
    -ms-grid-columns: 280px calc(100% - 280px);
    grid-template-columns: 280px calc(100% - 280px);
  }
  .header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
  }
  .rtl.header-side-line.left-side-line:not(.hidden-header) #page {
    -ms-grid-columns: calc(100% - 60px) 60px;
    grid-template-columns: calc(100% - 60px) 60px;
  }
  .footer-overlap.floating-navigation-below-slider .page-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .dt-mobile-header,
  .dt-mobile-menu-icon,
  .mobile-header-space,
  .masthead .mobile-header-bar,
  .transparent .header-space,
  .hidden-header.header-side-left .masthead,
  .hidden-header.header-side-right .masthead,
  .hidden-header .top-line-space,
  .hidden-header .masthead:not(.sticky-on):not(#phantom),
  .hidden-header .header-space:not(.sticky-space-on) {
    display: none;
  }
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
  .ph-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .top-header .mega-full-width > .dt-mega-menu-wrap {
    width: calc(1200px - 0px - 0px);
  }
  .boxed .masthead:not(.full-width):not(.side-header):not(.side-header-menu-icon):not(.side-header-v-stroke) .header-bar,
  .boxed .ph-wrap {
    box-sizing: border-box;
    max-width: 100%;
    width: calc(1200px);
  }
  #phantom .ph-wrap .header-bar {
    padding: 0;
  }
  .boxed .masthead:not(.width-in-pixel):not(.sticky-on) .top-bar-bg,
  .boxed.masthead:not(.width-in-pixel):not(#phantom) .top-bar-bg,
  .boxed .classic-header:not(.width-in-pixel) .navigation:before {
    margin: 0 0px 0 0px;
    padding: 0 1000px;
  }
  .ph-wrap,
  #phantom .ph-wrap.boxed,
  .boxed .top-bar.line-content:before,
  .boxed .classic-header.content-width-line .navigation:before {
    max-width: calc(1200px - 0px - 0px);
  }
  .side-header > .top-bar,
  .mixed-header:not(.side-header-h-stroke) > .top-bar {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .is-safari .desktop-side-header {
    height: 100vh;
  }
  .admin-bar .desktop-side-header.is-safari {
    height: calc(100vh - 32px);
  }
  .is-safari .desktop-side-header .mCustomScrollbar.header-scrollbar-wrap {
    height: 100vh;
  }
  .header-side-left.footer-overlap:not(.sticky-header) #footer,
  .header-side-right.footer-overlap:not(.sticky-header) #footer {
    max-width: calc(100% - 280px);
  }
  .header-side-left.footer-overlap:not(.sticky-header) .boxed #footer,
  .header-side-right.footer-overlap:not(.sticky-header) .boxed #footer {
    max-width: 100%;
    width: calc(1280px - 280px);
  }
  .header-side-left.footer-overlap:not(.sticky-header) #footer {
    right: 0;
  }
  .header-side-line.footer-overlap #footer {
    max-width: calc(100% - 60px);
  }
  .left-side-line.header-side-line.footer-overlap #footer {
    right: 0;
  }
  .header-side-line.footer-overlap .boxed #footer {
    max-width: 100%;
    width: calc(1280px - 60px);
  }
  .is-iOS .side-header:not(.sub-sideways),
  .mobile-true .side-header:not(.sub-sideways) {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .overlay-navigation .sticky-header-overlay {
    display: none;
  }
  .phantom-sticky .fixed-masthead.masthead {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
  }
  .phantom-sticky .fixed-masthead.sticky-on.masthead {
    position: fixed;
  }
  .floating-navigation-below-slider.phantom-sticky:not(.transparent) .masthead {
    position: relative;
  }
  .transparent .masthead:not(.side-header) {
    position: absolute;
    width: 100%;
  }
  .floating-navigation-below-slider.phantom-sticky.transparent .masthead {
    position: absolute;
  }
  .floating-navigation-below-slider.phantom-sticky .masthead.sticky-on {
    position: fixed;
  }
  .floating-navigation-below-slider.phantom-sticky .header-space.sticky-space-off {
    display: none;
  }
  .phantom-sticky .sticky-on.masthead:not(.masthead-mobile) {
    background: #ffffff none repeat center center !important;
    background-size: auto;
  }
  .mixed-header.side-header-h-stroke.sticky-top-line-on {
    background-color: #000000 !important;
  }
  .phantom-line-decoration.phantom-sticky .sticky-on.masthead {
    border-bottom: 1px solid rgba(51,51,51,0.11);
    box-shadow: none !important;
  }
  .phantom-shadow-decoration.phantom-sticky .sticky-on.masthead {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    border-bottom: none;
  }
  .phantom-disable-decoration.phantom-sticky .sticky-on.masthead {
    box-shadow: none !important;
    border-bottom: none;
  }
  .phantom-sticky:not(.phantom-shadow-decoration) .sticky-on.masthead.shadow-decoration {
    box-shadow: none;
  }
  .phantom-sticky:not(.overlap):not(.transparent) .masthead {
    transition: background-color 330ms ease, background-image 330ms ease;
  }
  .phantom-sticky .page-inner .masthead {
    -webkit-backface-visibility: hidden;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
    display: none;
    opacity: 0;
  }
  .phantom-sticky:not(.phantom-custom-logo-on) .sticky-off .branding .sticky-logo,
  .phantom-sticky:not(.phantom-custom-logo-on) .sticky-on .branding .sticky-logo,
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding > a,
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding > img,
  .phantom-logo-off.phantom-sticky .sticky-on .branding > a,
  .phantom-logo-off.phantom-sticky .sticky-on .branding > img {
    display: none;
    visibility: hidden;
  }
  .phantom-main-logo-on.phantom-sticky .sticky-on .branding .sticky-logo {
    display: block;
    visibility: visible;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding > img:not(.sticky-logo) {
    visibility: hidden;
  }
  .phantom-sticky.phantom-custom-logo-on .sticky-on .branding .sticky-logo,
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > a:not(.sticky-logo),
  .phantom-sticky.phantom-custom-logo-on .sticky-off .branding > img:not(.sticky-logo) {
    visibility: visible;
  }
  .phantom-main-logo-on.phantom-sticky .branding .sticky-logo {
    display: none;
  }
  .phantom-sticky #page .side-header .branding > a:not(.sticky-logo),
  .phantom-sticky #page .side-header .branding > img:not(.sticky-logo):not(.mobile-logo) {
    display: block;
    opacity: 1;
    animation: none;
    visibility: visible;
  }
  .phantom-fade .masthead,
  .phantom-slide .masthead {
    top: 0 !important;
  }
  .masthead .in-top-bar-left:not(.show-on-desktop),
  .masthead .in-top-bar-right:not(.show-on-desktop),
  .masthead .in-top-bar:not(.show-on-desktop),
  .masthead .hide-on-desktop {
    visibility: hidden;
    position: absolute;
    left: -9999px;
  }
  .masthead .in-top-bar-left:not(.show-on-desktop).display-none,
  .masthead .in-top-bar-right:not(.show-on-desktop).display-none,
  .masthead .in-top-bar:not(.show-on-desktop).display-none,
  .masthead .hide-on-desktop.display-none {
    display: none;
  }
  .masthead .hide-on-desktop .menu-select {
    display: none;
  }
  .select-type-menu .menu-select {
    position: relative;
    display: inline-block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu.mini-nav > ul > li > .mini-sub-nav {
    top: 19px;
  }
  .list-type-menu .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .list-type-menu.mini-nav > ul > li.act > a,
  .list-type-menu.mini-nav > ul > li:not(.act) > a:hover {
    opacity: 0.7;
  }
  .list-type-menu.mini-nav > ul > li.act > a i,
  .list-type-menu.mini-nav > ul > li:not(.act) > a:hover i {
    opacity: 0.7;
  }
  .side-header .mini-nav.select-type-menu > .mini-sub-nav:not(.bottom-overflow),
  .side-header .list-type-menu > ul > li > .mini-sub-nav,
  .top-header.floating-navigation-below-slider .main-nav > li >  .mini-sub-nav.bottom-overflow {
    top: auto !important;
    bottom: 100%;
  }
  .side-header-h-stroke .show-on-first-switch,
  .masthead .mobile-mini-widgets .show-on-first-switch,
  .side-header-h-stroke .show-on-second-switch,
  .masthead .mobile-mini-widgets .show-on-second-switch {
    display: none;
  }
}
@media screen and (max-width: 0px) {
  .masthead:not(.side-header):not(.side-header-v-stroke):not(.side-header-menu-icon) .header-bar,
  .ph-wrap {
    padding-right: 0px;
    padding-left: 0px;
  }
  .phantom-content-width-line-decoration #phantom .ph-wrap:after {
    width: calc(100% - 0px - 0px);
  }
  .masthead.content-width-line-decoration:not(.mixed-header):not(.side-header):not(.masthead-mobile-header):not(#phantom) .header-bar:after,
  .mixed-header.side-header-h-stroke.content-width-line-decoration:not(.masthead-mobile-header) .header-bar:after {
    width: calc(100% - 0px - 0px);
  }
}
@media screen and (min-width: 778px) {
  .boxed .masthead:not(.side-header):not(.side-header-menu-icon) .top-bar {
    max-width: 100%;
    width: calc(1200px - 30px - 30px);
  }
}
@media screen and (max-width: 778px) {
  .top-bar {
    padding: 0px 30px 0px 30px;
  }
  .top-bar.line-content:after {
    width: calc(100% - 30px - 30px);
  }
}
@media screen and (max-width: 1150px) {
  .transparent.sticky-mobile-header .masthead-mobile-header {
    transition: none;
  }
  .masthead.shadow-mobile-header-decoration.masthead-mobile-header {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar {
    padding-bottom: 1px;
  }
  .masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar:after {
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    content: "";
    width: calc(100% - 30px - 30px);
    height: 1px;
    background: #ffffff;
  }
  .masthead.masthead-mobile-header.line-mobile-header-decoration:not(#phantom) {
    border-bottom: 1px solid #ffffff;
  }
  .boxed .masthead.sticky-mobile-on {
    max-width: 1280px;
  }
  #page {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .floating-navigation-below-slider #page {
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .footer-overlap #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .header-side-left:not(.sticky-header) #page,
  .header-side-line.left-side-line #page,
  .header-side-right:not(.sticky-header) #page {
    grid-template-areas: "header" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .footer-overlap.header-side-left:not(.sticky-header) #page,
  .footer-overlap.header-side-line.left-side-line #page,
  .footer-overlap.header-side-right:not(.sticky-header) #page {
    grid-template-areas: "header" "page-inner" "slider" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .footer-overlap.floating-navigation-below-slider .page-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 100%;
    grid-template-areas: "slider" "header" "title" "fancyheader" "elementor-header" "checkout" "main" "footer";
  }
  .hidden-header.header-side-left .masthead:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-right .masthead:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-left .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-right .masthead.mixed-header:not(.show-floating-icon):not(.sticky-mobile-on),
  .hidden-header.header-side-left .mobile-header-space,
  .hidden-header.header-side-right .mobile-header-space {
    display: none;
  }
  .masthead {
    grid-area: header;
  }
  .side-header.masthead,
  .side-header-v-stroke.masthead {
    grid-area: header;
    -ms-grid-column: 1;
  }
  .masthead:not(.side-header) .mobile-header-bar,
  .side-header.masthead-mobile-header .mobile-header-bar {
    padding: 0 30px 0 30px;
    box-sizing: border-box;
  }
  .header-side-left:not(.sticky-header) .checkout-page-title,
  .header-side-line.left-side-line .checkout-page-title,
  .header-side-left:not(.sticky-header) .page-title,
  .header-side-line.left-side-line .page-title,
  .header-side-left:not(.sticky-header) .fancy-header,
  .header-side-line.left-side-line .fancy-header,
  .header-side-left:not(.sticky-header) #main,
  .header-side-line.left-side-line #main,
  .header-side-left:not(.sticky-header) .footer,
  .header-side-line.left-side-line .footer,
  .header-side-left:not(.sticky-header) #main-slideshow,
  .header-side-line.left-side-line #main-slideshow,
  .header-side-left:not(.sticky-header) .photo-scroller,
  .header-side-line.left-side-line .photo-scroller {
    -ms-grid-column: 1;
  }
  .mobile-header-space {
    grid-area: header;
  }
  .transparent.sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead.masthead-mobile-header:not(#phantom) {
    transform: translateY(0);
  }
  .phantom-sticky.floating-mobile-menu-icon:not(.transparent) .fixed-masthead.masthead {
    position: relative;
  }
  .overlay-navigation.header-side-line #page,
  .header-side-left.header-side-line #page {
    padding: 0 !important;
  }
  .header-side-left #page {
    padding-left: 0 !important;
  }
  .header-side-right #page {
    padding-right: 0 !important;
  }
  .side-header {
    height: auto;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .admin-bar .side-header {
    height: auto;
  }
  .transparent:not(.photo-scroller-album) .masthead {
    position: absolute;
    width: 100%;
    z-index: 102;
  }
  .side-header .top-bar .mini-widgets.right-widgets {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  .masthead .main-nav,
  .masthead:not(.side-header) .main-nav,
  #phantom,
  .masthead:not(.side-header) .header-bar,
  .masthead.side-header .header-bar,
  .header-scrollbar-wrap,
  .masthead.mixed-header,
  .header-space,
  .hide-overlay,
  .top-line-space {
    display: none;
  }
  .sticky-header .masthead.side-header,
  .overlay-navigation .masthead.side-header {
    display: none;
  }
  .sticky-header .masthead.mixed-header,
  .overlay-navigation .masthead.mixed-header,
  .dt-mobile-header {
    display: block;
  }
  .phantom-fade.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead,
  .phantom-slide.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead,
  .phantom-sticky.hidden-header:not(.sticky-header):not(.overlay-navigation) .masthead {
    display: block;
  }
  .show-floating-icon.masthead:not(.side-header),
  .fixed-mobile-header.masthead:not(.side-header) {
    transform: none !important;
  }
  .transparent.floating-navigation-below-slider .show-floating-icon.masthead {
    background: none !important;
  }
  body:not(.transparent) .masthead:not(.side-header) {
    background-color: #ffffff;
  }
  .transparent .masthead:not(.mixed-header),
  .transparent .masthead.masthead-mobile-header {
    background: #eeee22;
  }
  .sticky-mobile-on.masthead:not(.side-header),
  .side-header.masthead-mobile-header.sticky-mobile-on {
    background-color: #ffffff !important;
  }
  .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    display: block;
  }
  .no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
    position: absolute;
  }
  .masthead .mobile-header-bar {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .dt-mobile-menu-icon {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .masthead .mobile-header-bar {
    min-height: 60px;
  }
  .masthead.full-width,
  .masthead.mixed-header {
    box-sizing: border-box;
  }
  .top-bar.top-bar-disabled {
    display: none;
  }
  .top-bar .soc-ico a {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #bottom-bar .mini-nav select,
  #bottom-bar .menu-select {
    display: inline-flex;
  }
  .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-right:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active) .masthead {
    position: relative;
    left: 0 !important;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-left:not(.header-top-line-active)  .masthead,
  .header-side-left:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .header-side-right:not(.header-top-line-active) .masthead,
  .header-side-left:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead,
  .header-side-right:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead,
  .overlay-navigation:not(.header-top-line-active):not(.is-safari) .overlay-navigation:not(.header-top-line-active) .masthead {
    width: 100% !important;
  }
  .header-side-left:not(.header-top-line-active)  .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .header-side-left:not(.header-top-line-active)  .masthead:not(.sticky-mobile-on),
  .header-side-left:not(.header-top-line-active)  .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .header-side-right:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-left:not(.header-top-line-active)  .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .overlay-navigation:not(.header-top-line-active) .masthead:not(.sticky-mobile-on) {
    top: 0 !important;
  }
  .header-side-left:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on),
  .header-side-right:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on),
  .overlay-navigation:not(.header-top-line-active) .masthead:not(.masthead-mobile-header):not(.sticky-mobile-on) {
    transform: none !important;
    transition: none !important;
  }
  #page .mixed-header.side-header-menu-icon.line-decoration:not(.masthead-mobile-header),
  #page .mixed-header.side-header-v-stroke.line-decoration:not(.masthead-mobile-header) {
    border-bottom: 1px solid #dd9933;
  }
  .masthead.shadow-decoration.side-header-menu-icon:not(.masthead-mobile-header) {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .side-header-v-stroke .header-bar .mini-login,
  .side-header-v-stroke .header-bar .mini-search,
  .side-header-v-stroke .header-bar .shopping-cart,
  .side-header-v-stroke .header-bar .mini-contacts,
  .side-header-v-stroke .header-bar .text-area,
  .side-header-v-stroke .header-bar .mini-nav,
  .side-header-v-stroke .header-bar .soc-ico,
  .side-header-v-stroke .header-bar .mini-wpml {
    margin: 0 10px;
  }
  .transparent .masthead.side-header {
    position: absolute;
    height: auto;
  }
  .transparent .masthead.full-width-line:not(.side-header) {
    border-bottom: none;
  }
  .sticky-header.fade-header-animation .side-header,
  .overlay-navigation .masthead {
    opacity: 1 !important;
    visibility: visible !important;
    animation: none !important;
  }
  .sticky-header.header-side-left.slide-header-animation .side-header {
    transform: translate3d(0,0,0);
  }
  .floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
    top: 50px;
  }
  #page .project-navigation {
    top: 10px;
    right: 10px;
  }
  .mobile-branding img.mobile-logo,
  .mobile-branding img.mobile-desktop-logo,
  .show-device-logo .branding img,
  .show-device-logo .mobile-branding img,
  .sticky-mobile-logo-first-switch,
  .sticky-mobile-logo-second-switch,
  .sticky-mobile-on .mobile-branding * {
    display: none;
  }
  .show-device-logo .branding img.mobile-logo,
  .show-device-logo .mobile-branding img.mobile-logo {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-order: 1;
    order: 1;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-branding {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-order: 0;
    order: 0;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-branding {
    -ms-flex-order: 0;
    order: 0;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .show-overlay-mobile-header .sticky-header-overlay.active,
  .closed-overlay-mobile-header .sticky-header-overlay.active {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .footer-overlap .footer {
    width: 100% !important;
  }
  .floating-navigation-below-slider.phantom-sticky:not(.transparent):not(.sticky-mobile-header) .masthead-mobile {
    top: 0 !important;
  }
  .mobile-mini-widgets-in-menu {
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dt-mobile-header .mini-widgets {
    display: none;
  }
  .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead,
  .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
    position: relative;
  }
  html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.sticky-mobile-header:not(.transparent) .masthead,
  html:not(.no-cssgridlegacy.no-cssgrid) .floating-navigation-below-slider.floating-mobile-menu-icon:not(.transparent) .masthead {
    top: 0 !important;
  }
  .sticky-mobile-header .masthead {
    height: auto;
    width: 100%;
  }
  .sticky-mobile-header:not(.floating-navigation-below-slider) .masthead {
    top: 0;
  }
  .sticky-mobile-header:not(.floating-navigation-below-slider) .sticky-mobile-on.masthead {
    position: fixed !important;
    top: 0;
  }
  .sticky-mobile-header.floating-navigation-below-slider .fixed-mobile-header.masthead {
    position: fixed !important;
  }
  .sticky-mobile-header.floating-navigation-below-slider:not(.admin-bar) .fixed-mobile-header.masthead {
    top: 0 !important;
  }
  .sticky-mobile-header.fixed-mobile-menu .top-bar {
    display: none;
  }
  .sticky-mobile-header.floating-navigation-below-slider.transparent .mobile-header-space {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 1150px) {
  .side-header-h-stroke .show-on-second-switch,
  .masthead .mobile-mini-widgets .show-on-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu.first-switch-no-widgets {
    padding: 0;
  }
  .transparent:not(.photo-scroller-album) .masthead {
    position: absolute;
    width: 100%;
    z-index: 102;
  }
  .masthead .top-bar .mini-widgets > *,
  .masthead .mobile-header-bar .in-top-bar-left,
  .masthead .mobile-header-bar .in-top-bar-right,
  .dt-mobile-header .in-top-bar-left,
  .dt-mobile-header .in-top-bar-right {
    display: none;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left,
  .masthead .top-bar .right-widgets .in-top-bar-right,
  .mobile-mini-widgets .near-logo-first-switch {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left.text-area,
  .masthead .top-bar .right-widgets .in-top-bar-right.text-area,
  .mobile-mini-widgets .near-logo-first-switch.text-area {
    display: inline-block;
  }
  .masthead .top-bar .left-widgets .in-top-bar-left:not(.show-on-first-switch) {
    display: none;
  }
  .masthead .top-bar .right-widgets .in-top-bar-right:not(.show-on-first-switch) {
    display: none;
  }
  .side-header .top-bar .mini-widgets.left-widgets {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .select-type-menu-first-switch .menu-select {
    position: relative;
    display: inline-block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu-first-switch .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu-first-switch > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu-first-switch) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu-first-switch.mini-nav > ul > li > .mini-sub-nav {
    top: 19px;
  }
  .list-type-menu-first-switch .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu-first-switch.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .list-type-menu-first-switch.mini-nav .customSelect1 {
    visibility: hidden !important;
  }
  .list-type-menu-first-switch.mini-nav > ul > li.act > a .menu-item-text,
  .list-type-menu-first-switch.mini-nav > ul > li > a:hover {
    opacity: 0.7;
  }
  .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch img,
  .sticky-mobile-on .mobile-branding .sticky-mobile-logo-first-switch {
    display: block;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-navigation {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-navigation {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .first-switch-logo-center.first-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
    margin-right: 0;
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .first-switch-logo-center.first-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
    margin-left: 0;
  }
  .masthead .in-menu-first-switch {
    display: none;
  }
  .masthead .hide-on-first-switch,
  .dt-mobile-header .hide-on-first-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .in-menu-second-switch,
  .masthead.widgets .show-on-second-switch,
  .masthead .show-on-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch) {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .mobile-mini-widgets-in-menu .in-menu-first-switch:not(.hide-on-first-switch).text-area {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  html:not(.no-cssgridlegacy.no-cssgrid) .masthead:not(.sticky-mobile-on) {
    top: 0 !important;
  }
  .sticky-mobile-header .masthead {
    height: auto;
    width: 100%;
  }
  .mobile-mini-widgets-in-menu.second-switch-no-widgets {
    padding: 0;
  }
  .sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch img,
  .show-mobile-logo.side-header.show-device-logo.sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch img,
  .sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch,
  .show-mobile-logo.side-header.show-device-logo.sticky-mobile-on.masthead .mobile-branding .sticky-mobile-logo-second-switch {
    display: block;
  }
  .masthead .top-bar .mini-widgets > * {
    margin: 0 10px !important;
  }
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch) {
    display: none;
  }
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).microwidget-btn,
  .masthead .top-bar .left-widgets .in-top-bar:not(.show-on-second-switch).text-area {
    display: none;
  }
  .select-type-menu-second-switch .menu-select {
    position: relative;
    display: block;
    visibility: visible;
    margin: 0 auto;
    opacity: 1;
  }
  .select-type-menu-second-switch .menu-select:hover {
    opacity: 0.7;
  }
  .select-type-menu-second-switch > ul {
    visibility: hidden;
  }
  .mini-nav:not(.select-type-menu-second-switch) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .list-type-menu-second-switch.mini-nav > ul > li > .mini-sub-nav {
    top: 19px;
  }
  .list-type-menu-second-switch .menu-select {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
  .list-type-menu-second-switch.mini-nav ul {
    display: block;
    line-height: 0;
  }
  .mini-nav.list-type-menu-second-switch .customSelect1 {
    visibility: hidden !important;
  }
  .list-type-menu-second-switch.mini-nav > ul > li.act > a,
  .list-type-menu-second-switch.mini-nav > ul > li:not(.act) > a:hover {
    opacity: 0.7;
  }
  body.page:not(.sticky-mobile-header):not(.floating-navigation-below-slider) .masthead:not(.side-header) {
    transform: none !important;
  }
  .sticky-mobile-header:not(.transparent):not(.hidden-header) .mobile-header-space {
    display: block;
  }
  .no-cssgridlegacy.no-cssgrid .sticky-mobile-header:not(.transparent)  .masthead.masthead-mobile-header:not(#phantom) {
    position: absolute;
  }
  .masthead .mobile-header-bar {
    min-height: 50px;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *,
  .masthead .mobile-mini-widgets .in-menu-second-switch {
    display: none;
  }
  .masthead .mobile-header-bar .mobile-mini-widgets > *.microwidget-btn,
  .masthead .mobile-mini-widgets .in-menu-second-switch.microwidget-btn {
    display: none;
  }
  .masthead .top-bar .mini-widgets > *,
  .masthead .mobile-header-bar .in-top-bar-left,
  .masthead .mobile-header-bar .in-top-bar-right,
  .masthead .top-bar .right-widgets,
  .dt-mobile-header .in-top-bar {
    display: none;
  }
  .masthead .top-bar .mini-widgets > *.microwidget-btn,
  .masthead .mobile-header-bar .in-top-bar-left.microwidget-btn,
  .masthead .mobile-header-bar .in-top-bar-right.microwidget-btn,
  .masthead .top-bar .right-widgets.microwidget-btn,
  .dt-mobile-header .in-top-bar.microwidget-btn {
    display: none;
  }
  .side-header .top-bar .mini-widgets.left-widgets,
  .masthead .top-bar .left-widgets {
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .side-header .top-bar .mini-widgets.left-widgets .in-top-bar,
  .masthead .top-bar .left-widgets .in-top-bar {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    text-align: center;
  }
  .side-header .top-bar .mini-widgets.left-widgets .in-top-bar.text-area,
  .masthead .top-bar .left-widgets .in-top-bar.text-area {
    display: inline-block;
  }
  .hide-on-second-switch {
    display: none !important;
  }
  .show-on-second-switch {
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-on-second-switch.text-area,
  .show-on-second-switch.in-top-bar {
    display: flex !important;
  }
  .show-on-second-switch.text-area.hide-on-second-switch {
    display: none !important;
  }
  .dt-mobile-header .mini-widgets {
    display: none;
  }
  .mobile-mini-widgets-in-menu .near-logo-second-switch {
    display: none;
  }
  .mobile-mini-widgets-in-menu .near-logo-second-switch.microwidget-btn {
    display: none;
  }
  .masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch {
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
  }
  .masthead .mobile-mini-widgets .near-logo-second-switch.show-on-second-switch.text-area {
    display: inline-block;
  }
  .masthead.line-decoration {
    border-bottom: none;
  }
  .mini-contacts {
    white-space: normal;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-mini-widgets .last {
    margin-right: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-branding {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
  .second-switch-logo-center.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
    margin-left: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-branding {
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -ms-flex-order: 0;
    order: 0;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 1;
    order: 1;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-branding {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-navigation {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-order: 0;
    order: 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 0%;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .second-switch-logo-center.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets .first {
    margin-left: 0;
  }
  .show-mobile-logo .branding img,
  .show-device-logo .branding img.mobile-logo,
  .side-header.show-device-logo .branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .branding img,
  .show-mobile-logo.side-header.show-device-logo .branding img,
  .show-mobile-logo .mobile-branding img,
  .show-device-logo .mobile-branding img.mobile-logo,
  .side-header.show-device-logo .mobile-branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .mobile-branding img,
  .show-mobile-logo.side-header.show-device-logo .mobile-branding img {
    display: none;
  }
  .show-mobile-logo .branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .branding img.mobile-logo,
  .show-device-logo .branding img,
  .show-mobile-logo .mobile-branding img.mobile-logo,
  .show-mobile-logo.show-device-logo .mobile-branding img.mobile-logo,
  .show-device-logo .mobile-branding img,
  .transparent .mobile-branding img.mobile-desktop-logo {
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 778px) {
  .page-title.page-title-responsive-enabled .wf-wrap {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
    min-height: 0px;
  }
  .page-title-responsive-enabled.page-title.title-left.disabled-bg h1 {
    margin: 5px 0;
  }
  .page-title-responsive-enabled.page-title.title-left .breadcrumbs {
    text-align: center;
  }
  .page-title-responsive-enabled.page-title h1,
  .page-title-responsive-enabled.page-title h1 *,
  .page-title-responsive-enabled.page-title h1 a:hover,
  #page .page-title-responsive-enabled.page-title .entry-title {
    font:   500 24px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .page-title-responsive-enabled.page-title.breadcrumbs-mobile-off .breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .transparent.video-playing .masthead {
    display: none !important;
  }
  .video-playing .rsHomePorthole .rsCloseVideoBtn {
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .project-even .alignleft,
  .project-even ul.royalSlider.alignleft {
    width: 100%;
  }
  .content .project-wide-col {
    width: 100%;
  }
  .content .project-wide-col.left-side {
    padding-right: 0;
  }
  .content .project-wide-col.right-side {
    padding-left: 0;
  }
  .content .project-narrow-col {
    width: 100%;
  }
  .layout-list .blog-content,
  .layout-list .blog-media,
  .layout-list .project-list-content,
  .layout-list .project-list-media {
    float: none;
    width: 100% !important;
  }
  .layout-list .buttons-on-img,
  .layout-list .project-even .buttons-on-img {
    margin-left: 0;
    margin-right: 0;
  }
  .blog.layout-list .post .alignleft {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 0px) {
  #footer .wf-container-footer {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #footer > .wf-wrap,
  #footer #bottom-bar > .wf-wrap {
    padding: 0 0px 0 0px;
  }
}
@media screen and (max-width: 992px) {
  .footer .widget {
    width: 100%;
  }
  .mobile-hide-footer #footer > .wf-wrap {
    display: none;
  }
  .footer-overlap .page-inner {
    margin-bottom: 0 !important;
  }
  .footer-overlap .footer {
    bottom: initial !important;
  }
  .footer-overlap .footer {
    position: relative !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 990px) {
  #bottom-bar .wf-container-bottom {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #bottom-bar .wf-container-bottom > div {
    margin: 0;
  }
  #branding-bottom,
  #bottom-bar .wf-float-left,
  #bottom-bar .wf-float-right {
    display: block;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center !important;
  }
  #bottom-bar.logo-split .wf-float-left,
  #bottom-bar.logo-split .wf-float-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #bottom-bar .bottom-text-block {
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 778px) {
  #bottom-bar .mini-nav ul {
    display: none;
  }
  #bottom-bar .mini-nav select,
  #bottom-bar .menu-select {
    display: block;
    height: auto;
  }
  #bottom-bar .menu-select {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}
@media screen and (max-width: 778px) {
  #main {
    padding: 0px 0 0px 0;
  }
  #main > .wf-wrap {
    padding: 0 0px 0 0px;
  }
  .page-title .wf-wrap,
  .fancy-header .wf-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main-slideshow.fixed {
    padding-left: 0px;
    padding-right: 0px;
  }
  #main-slideshow.fixed > .royalSlider {
    max-width: 1200px;
  }
  .page-title .wf-wrap:after {
    width: calc(1200px - 0px - 0px);
    max-width: calc(100% - 0px - 0px);
  }
  .boxed .page-title .wf-wrap:after {
    left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container,
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 0px 0 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar {
    padding-right: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar {
    padding-left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    padding-left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content {
    padding-right: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget {
    padding-right: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-left: 0px;
  }
  .no-cssgridlegacy.no-cssgrid .wf-container-main {
    margin: 0 0px 0 0px;
  }
  .no-cssgridlegacy.no-cssgrid .content,
  .no-cssgridlegacy.no-cssgrid .sidebar {
    padding: 0 0px 0 0px;
  }
  #main .wf-container {
    margin: 0 0px 0 0px;
  }
  .wf-cell,
  .wf-usr-cell {
    padding: 0 0px 0 0px;
  }
}
@media screen and (min-width: 992px) {
  #main > .wf-wrap {
    position: relative;
  }
  .dt-sticky-sidebar {
    will-change: min-height;
  }
  .dt-sticky-sidebar .sidebar-content {
    position: relative;
    transform: translate(0,0);
    transform: translate3d(0,0,0);
    will-change: position, transform;
    -webkit-backface-visibility: hidden;
  }
  .no-cssgridlegacy.no-cssgrid .content {
    width: calc(100% - 350px);
  }
  .no-cssgridlegacy.no-cssgrid .sidebar {
    width: 350px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar {
    float: right;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content {
    float: left;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 25px;
  }
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .content,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.solid-bg,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .sidebar.bg-under-widget {
    padding-right: 50px;
  }
  .no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget,
  .no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
    padding-left: 25px;
  }
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-left .content,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.bg-under-widget,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-divider-vertical.no-cssgridlegacy.no-cssgrid .sidebar-right .sidebar.solid-bg {
    padding-left: 50px;
  }
  #main:not(.sidebar-none) .wf-container-main {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 50px;
  }
  .sidebar-right .wf-container-main {
    grid-template-areas: "content sidebar";
  }
  .sidebar-left .wf-container-main {
    grid-template-areas: "sidebar content";
  }
  .sidebar,
  .sidebar-space {
    grid-area: sidebar;
    -ms-grid-row: 1;
  }
  .sidebar-right .sidebar,
  .sidebar-right .sidebar-space {
    -ms-grid-column: 3;
  }
  .sidebar-left .sidebar,
  .sidebar-left .sidebar-space {
    -ms-grid-column: 1;
  }
  .content {
    grid-area: content;
    -ms-grid-row: 1;
  }
  .sidebar-right .content {
    -ms-grid-column: 1;
  }
  .sidebar-left .content {
    -ms-grid-column: 3;
  }
  .sidebar-right .wf-container-main {
    -ms-grid-columns: calc(100% - 350px - 25px) 50px calc(350px - 25px);
    grid-template-columns: calc(100% - 350px - 25px) calc(350px - 25px);
  }
  .sidebar-left .wf-container-main {
    -ms-grid-columns: calc(350px - 25px) 50px calc(100% - 350px - 25px);
    grid-template-columns: calc(350px - 25px) calc(100% - 350px - 25px);
  }
  .sidebar-divider-vertical.sidebar-left .sidebar {
    padding-right: 0;
  }
  .sidebar-divider-vertical.sidebar-left .sidebar .sidebar-content {
    padding-right: 50px;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar {
    padding-left: 0;
  }
  .sidebar-divider-vertical.sidebar-right .sidebar .sidebar-content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 992px) {
  .mobile-hide-sidebar .sidebar {
    display: none;
  }
  .sidebar-right .sidebar,
  .sidebar-left .sidebar {
    border: none;
  }
  .sidebar-right .sidebar,
  .sidebar-left .sidebar,
  .sidebar-divider-off.sidebar-right .sidebar,
  .sidebar-divider-off.sidebar-left .sidebar,
  .sidebar-right .sidebar.solid-bg,
  .sidebar-left .sidebar.solid-bg,
  .sidebar-right .sidebar.bg-under-widget,
  .sidebar-left .sidebar.bg-under-widget {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 60px;
  }
  .wc-sidebar-toggle {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 40%;
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: var(--the7-accent-color);
    color: #fff;
    transition: left 0.3s;
    z-index: 9996;
    box-shadow: 0 1px 6px rgba(0,0,0,0.12);
    transition: box-shadow 0.2s ease-out, opacity 0.45s;
    cursor: pointer;
    border-radius: 0px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .accent-gradient .wc-sidebar-toggle {
    background: #999999;
    background: -webkit-linear-gradient();
    background: linear-gradient();
  }
  .wc-sidebar-toggle:hover {
    box-shadow: 0 1px 11px 0 rgba(0,0,0,0.18);
  }
  .wc-sidebar-toggle:before {
    font-family: 'icomoon-the7-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea012";
  }
  .mobile-sticky-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
  }
  .mobile-sticky-sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
  }
  .dt-wc-sidebar-collapse .sidebar-right .sidebar,
  .dt-wc-sidebar-collapse .sidebar-left .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    max-width: 80%;
    min-width: 280px;
    width: 350px;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.3s;
    z-index: 9996;
    background: #f7f7f8;
  }
  .dt-wc-sidebar-collapse .sidebar-right .sidebar:before,
  .dt-wc-sidebar-collapse .sidebar-left .sidebar:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0);
  }
  .dt-wc-sidebar-collapse .sidebar-right .sidebar .sidebar-content,
  .dt-wc-sidebar-collapse .sidebar-left .sidebar .sidebar-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
    padding: 30px;
  }
  .dt-wc-sidebar-collapse .show-mobile-sidebar .sidebar-right .sidebar,
  .dt-wc-sidebar-collapse .show-mobile-sidebar .sidebar-left .sidebar {
    transform: translateX(0);
  }
  .dt-wc-sidebar-collapse .closed-mobile-sidebar .sidebar-right .sidebar,
  .dt-wc-sidebar-collapse .closed-mobile-sidebar .sidebar-left .sidebar {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 640px) {
  #page .order_details tbody tr:first-of-type,
  #page .customer_details tbody tr:first-of-type {
    border: none;
  }
  #page .order_details td,
  #page .customer_details td {
    text-align: left;
    padding: 0;
    border: none;
  }
  #page .order_details th,
  #page .customer_details th {
    border: none;
    padding: 0;
  }
  #page .order_details tbody tr,
  #page .customer_details tbody tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #page .order_details tfoot,
  #page .customer_details tfoot {
    display: block;
  }
  #page .order_details tfoot tr,
  #page .customer_details tfoot tr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .the7-cart-form table.shop_table tbody tr {
    overflow: hidden;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .wc-complete-wrap .wc-bacs-bank-details li {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .wc-complete-wrap .wc-bacs-bank-details li > strong {
    padding-left: 0;
  }
  .shop_table {
    display: block;
  }
  .shop_table tbody,
  .shop_table tfoot {
    display: block;
  }
  .shop_table thead {
    display: none;
  }
  .shop_table tr {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    border-top: 1px solid var(--the7-divider-color);
  }
  .calculated_shipping .shop_table tr:first-child {
    border-top: none;
  }
  #page .shop_table tr td {
    border: none;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    border: none;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-thumbnail,
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-quantity {
    padding-bottom: 10px;
  }
  .content .woocommerce-cart-wrap .shop_table tr.cart_item td.product-price {
    display: none;
  }
  .shop_table tr.cart_item td a.remove {
    display: inline-block;
    text-align: center;
  }
  .shop_table tr.cart_item td a.remove i {
    vertical-align: top;
  }
  .shop_table tr.cart_item td .product-thumbnail > a {
    display: block;
    padding-bottom: 7px;
  }
  .shop_table tr.cart_item td .product-quantity {
    margin-top: 3px;
  }
  .shop_table tr.cart_item td td.product-subtotal {
    margin-top: 10px;
  }
  .shop_table tr.cart_item td.product-name {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop_table tr.cart_item td.product-name a,
  .shop_table tr.cart_item td.product-name .variation {
    display: block;
    padding-bottom: 7px;
    text-align: center;
  }
  .order_details tr td,
  .order_details tr th,
  .customer_details tr td,
  .customer_details tr th {
    width: 100%;
  }
  table.shop_table.cart td,
  .product .variations td,
  .elementor-widget .variations td,
  .elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    display: block;
    margin: 0 auto;
  }
  .e-cart-section.shop_table {
    overflow: hidden;
  }
  .cart .product-thumbnail {
    margin: 0 auto;
  }
  .cart-footer {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  table.tinvwl-table-manage-list {
    border-collapse: collapse;
  }
  .tinv-wishlist .tinvwl-table-manage-list .product-cb,
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
    display: inline-block;
    width: auto !important;
    vertical-align: text-top;
  }
  .tinv-wishlist td.product-name a {
    display: block;
    padding-bottom: 10px;
  }
  .wishlist_item .product-thumbnail > a {
    display: inline-block;
  }
  .tinv-wishlist td.product-name a+.variation {
    display: inline-block;
  }
  .tinv-wishlist table.tinvwl-table-manage-list {
    text-align: center;
  }
  .tinv-wishlist table.tinvwl-table-manage-list th.product-name,
  .tinv-wishlist table.tinvwl-table-manage-list th.wishlist-name {
    padding: 0;
    border: none;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td {
    border: none;
    padding: 0;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-cb input {
    vertical-align: middle;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-name,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-action,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-remove,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-cb {
    padding: 5px 0;
  }
  .tinv-wishlist table.tinvwl-table-manage-list td.product-thumbnail,
  .tinv-wishlist table.tinvwl-table-manage-list td.product-stock {
    padding-bottom: 10px;
  }
  .tinv-wishlist table.tinvwl-table-manage-list tr {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--the7-divider-color);
  }
}
@media screen and (max-width: 768px) {
  .checkout-page-title a {
    font: var(--the7-h4-font);
  }
  .checkout-page-title .checkout-counter {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .rsHomePorthole .rsPlayBtn,
  .rsHomePorthole .rsCLink {
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
  }
  .rsHomePorthole .rsPlayBtn {
    background-size: 30px 30px;
    background-position: 15px center;
  }
  .rsHomePorthole .rsCLink {
    background-size: 24px 24px;
  }
  .rsHomePorthole .rsBtnCenterer {
    margin-top: -25px;
    height: 50px;
  }
  .rsHomePorthole .rsBtnCenterer:not(.with-link) .rsPlayBtn {
    margin-top: 0;
  }
  .rsHomePorthole .rsBtnCenterer.with-link {
    width: 120px;
    margin: -25px 0 0 -60px;
  }
  .rsHomePorthole .with-link .rsCLink,
  .rsHomePorthole .with-link .rsPlayBtn {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    margin: 0 5px;
  }
}
@media screen and (max-width: 1100px) {
  .floating-content {
    transform: translateY(0) !important;
  }
}
@media screen and (max-width: 970px) {
  #main .wf-mobile-hidden,
  .filter-extras {
    display: none;
  }
  #main .wf-mobile-visible,
  .content .wf-table.wf-mobile-collapsed,
  .content .wf-mobile-collapsed .wf-tr,
  .content .wf-mobile-collapsed .wf-td {
    display: block;
  }
  .table-standard {
    overflow: scroll;
  }
  .content .wf-1,
  .content .wf-1-2,
  .content .wf-2-4,
  .content .wf-1-3,
  .content .wf-2-3,
  .content .wf-1-4,
  .content .wf-3-4,
  .content .wf-1-5,
  .content [class*="wf-span-"] {
    width: 100%;
  }
  .items-grid .wf-cell.wf-1-3,
  .items-grid .wf-cell.wf-1-2 {
    width: 50%;
  }
  .related-product > li {
    width: 50%;
  }
  .sidebar-right .related-product > li,
  .sidebar-left .related-product > li {
    width: 50%;
  }
  .woocommerce-cart-wrap .related-product > li {
    width: 100%;
  }
  .single-related-posts .items-grid > .related-item {
    width: 50%;
  }
  .sidebar-right .single-related-posts .items-grid > .related-item,
  .sidebar-left .single-related-posts .items-grid > .related-item {
    width: 50%;
  }
  li.comment,
  li.pingback {
    padding-left: 0;
  }
  .children li.comment,
  .children li.pingback {
    padding-left: 30px;
  }
  #comments .children {
    margin-left: 10px;
  }
  .box-style-table .shortcode-action-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .shortcode-action-box.box-style-table {
    display: block;
  }
  .box-style-table .action-button .dt-btn {
    float: left;
  }
}
@media only screen and (max-width: 960px) {
  .header-side-left .mega-full-width > .sub-nav,
  .header-side-left .mega-auto-width > .sub-nav {
    max-width: 767px;
    left: 0;
    top: auto !important;
    padding-left: 0;
  }
  .header-side-right .mega-full-width > .sub-nav,
  .header-side-right .mega-auto-width > .sub-nav {
    max-width: 767px;
    right: 0;
    top: auto !important;
    padding-right: 0;
  }
  form.lost_reset_password {
    width: 67%;
  }
  #customer_login {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  #customer_login > div {
    width: 67%;
  }
  #customer_login > div + div {
    margin-left: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .rsHomePorthole .rsCapt {
    bottom: 25px;
  }
}
@media screen and (min-width: 0px) and (max-width: 760px) {
  #main-slideshow .psThumbs {
    display: none;
  }
  .rsHomePorthole .rsCapt {
    padding: 0 20px;
    bottom: 15px;
  }
  form.lost_reset_password {
    width: 100%;
  }
  #customer_login > div {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .scroller-arrow,
  .project-navigation > span,
  .album-content-description,
  .hide-thumb-btn,
  .photo-scroller:not([class*="the7_photo-scroller"]) .ts-wrap.scroller-thumbnails,
  .photo-scroller:not([class*="the7_photo-scroller"]) .hide-thumb-btn,
  .share-overlay h3 {
    display: none;
  }
  .photo-scroller:not([class*="the7_photo-scroller"]) .btn-cntr,
  .photo-scroller:not([class*="the7_photo-scroller"]) .slide-caption {
    bottom: 5px !important;
  }
  .project-navigation .next-post {
    margin-right: 0;
  }
  .share-overlay .wf-td {
    padding-top: 60px;
  }
  .share-overlay h1 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 44px;
  }
  #page .share-overlay .soc-ico a,
  .share-overlay .soc-ico a {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
  .share-overlay .soc-ico a .icon {
    width: 40px;
    height: 40px;
  }
  .dt-fancy-separator {
    width: 100% !important;
  }
  .overlap.video-playing #header {
    display: none !important;
  }
  .items-grid .wf-cell.wf-1-3,
  .items-grid .wf-cell.wf-1-2 {
    width: 100%;
  }
  .related-product > li {
    width: 100%;
  }
  .sidebar-right .related-product > li,
  .sidebar-left .related-product > li,
  .woocommerce-cart-wrap .related-product > li {
    width: 100%;
  }
  .single-related-posts .items-grid > .related-item {
    width: 100%;
  }
  .sidebar-right .single-related-posts .items-grid > .related-item,
  .sidebar-left .single-related-posts .items-grid > .related-item {
    width: 100%;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item,
  .dt-testimonials-shortcode.layout-5 .testimonial-item {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item .content-wrap,
  .dt-testimonials-shortcode.layout-5 .testimonial-item .content-wrap {
    width: 100% !important;
  }
  .dt-testimonials-shortcode.layout-6 .testimonial-item .testimonial-avatar,
  .dt-testimonials-shortcode.layout-5 .testimonial-item .testimonial-avatar {
    padding: 0;
    margin-bottom: 20px;
  }
  .content-align-center.dt-testimonials-shortcode.layout-6 .testimonial-item,
  .content-align-center.dt-testimonials-shortcode.layout-5 .testimonial-item {
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .masthead:not(.side-header) .mobile-header-bar,
  .side-header.masthead-mobile-header .mobile-header-bar {
    padding: 0 30px 0 30px;
    box-sizing: border-box;
  }
  .masthead.masthead-mobile-header.content-width-line-mobile-header-decoration:not(#phantom) .mobile-header-bar:after {
    width: calc(100% - 30px - 30px);
  }
  .masthead.shadow-mobile-header-decoration.masthead-mobile-header {
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .first-switch-logo-right.first-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
  .first-switch-logo-left.first-switch-menu-right:not(.second-switch-menu-left) .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-navigation {
    margin-left: 10px;
  }
  .second-switch-logo-left.second-switch-menu-right .mobile-header-bar .mobile-mini-widgets {
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .second-switch-logo-right.second-switch-menu-left .mobile-header-bar .mobile-navigation {
    margin-right: 10px;
  }
}
@media screen and (max-width: 568px) {
  .rollover-content p,
  .rollover-content .entry-meta {
    display: none;
  }
  .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-message,
  .popup-message-style .woocommerce-error,
  .popup-message-style div:not(.wc-coupon-wrap):not(.wc-login-wrap) > .woocommerce-info,
  .popup-message-style .parentFormundefined:not(.run-animation),
  .popup-message-style .parentFormundefined.run-animation,
  .popup-message-style #page .wpcf7-mail-sent-ok,
  .popup-message-style #page .wpcf7-validation-errors,
  .popup-message-style #page .wpcf7-response-output {
    max-width: 300px;
  }
  @keyframes slide-in-message {
    0% {
      opacity: 0;
      transform: translate3d(600px,-50%,0);
    }
    50% {
      opacity: 0;
      transform: translate3d(-200px,-50%,0);
    }
    100% {
      opacity: 1;
      transform: translate3d(-300px,-50%,0);
    }
  }
  @keyframes slide-out-message {
    0% {
      opacity: 1;
      transform: translate3d(-300px,-50%,0);
    }
    100% {
      opacity: 0;
      transform: translate3d(800px,-50%,0);
    }
  }
}
@media (max-width: 600px) {
  .floating-mobile-menu-icon.admin-bar .dt-mobile-menu-icon.floating-btn {
    top: 10px;
  }
}
@media (max-width: 480px) {
  .wc-login-wrap .log-left-block,
  .wc-login-wrap .log-right-block {
    width: 100%;
  }
  .wc-login-wrap .log-right-block {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .post-navigation .nav-links {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .post-navigation .nav-previous,
  .post-navigation .nav-next {
    width: 100%;
    padding: 0;
    margin: 0 0 25px 0;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .post-navigation .nav-previous .post-title,
  .post-navigation .nav-next .post-title {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .rtl .post-navigation .nav-previous .post-title,
  .rtl .post-navigation .nav-next .post-title {
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .post-navigation .nav-previous i,
  .post-navigation .nav-next i {
    display: none;
  }
  .post-navigation .nav-links {
    padding-bottom: 0;
  }
  .post-navigation .back-to-list,
  .post-navigation .disabled {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .woocommerce-result-count {
    float: none;
  }
  .mobile-header-bar,
  .masthead .popup-search .submit {
    position: relative;
  }
  .dt-mobile-header .mini-nav,
  .masthead .mini-nav,
  .dt-mobile-header .shopping-cart,
  .masthead .shopping-cart,
  .dt-mobile-header .popup-search,
  .masthead .popup-search,
  .dt-mobile-header .searchform,
  .masthead .searchform,
  .dt-mobile-header .popup-search.act,
  .masthead .popup-search.act,
  .dt-mobile-header .mini-nav li,
  .masthead .mini-nav li {
    position: static;
  }
  #page .masthead .mini-nav .mini-sub-nav,
  #page .masthead .shopping-cart-wrap,
  #page .masthead .popup-search .popup-search-wrap {
    max-width: 280px !important;
    left: 50% !important;
    transform: translate3d(-50%,0,0);
  }
  #page .masthead .mini-nav .mini-sub-nav .shopping-cart-inner:before,
  #page .masthead .shopping-cart-wrap .shopping-cart-inner:before,
  #page .masthead .popup-search .popup-search-wrap .shopping-cart-inner:before {
    display: none;
  }
  #page .masthead .mini-nav .mini-sub-nav:before,
  #page .masthead .shopping-cart-wrap:before,
  #page .masthead .popup-search .popup-search-wrap:before {
    display: none;
  }
  #page .masthead .popup-search .popup-search-wrap {
    width: 280px;
  }
  .dt-mobile-header .select-type-menu .sub-nav,
  .dt-mobile-header .select-type-menu-first-switch .sub-nav,
  .dt-mobile-header .select-type-menu-second-switch .sub-nav {
    top: 0;
  }
  .masthead .popup-search .popup-search-wrap,
  .masthead .top-bar .popup-search .popup-search-wrap {
    top: 100%;
  }
  .masthead .shopping-cart-wrap,
  .masthead .top-bar .shopping-cart-wrap {
    top: 100%;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body:after {
    content: 'tablet';
    display: none;
  }
}
@media screen and (max-width: 760px),screen and (max-height: 300px) {
  body:after {
    content: 'phone';
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ipad-reverse-col {
    order: 2;
  }
  .vert-tablet-reverse-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hor-tablet-reverse-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .reverse-row-on-mobile,
  .phone-reverse-col {
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    flex-direction: column-reverse;
  }
}
.main-nav > li.dt-mega-menu > a {
  position: relative;
}
.side-header .main-nav > li > a.mega-menu-img-top,
.side-header .main-nav > li > a.mega-menu-img-top_align_left,
.side-header .mini-nav li > a.mega-menu-img-top,
.side-header .mini-nav li > a.mega-menu-img-top_align_left {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.masthead:not(.sub-downwards) .main-nav .sub-nav li.hide-mega-title > a .menu-text,
.dt-mega-menu .sub-nav li.has-children:after,
.dt-mega-menu .sub-nav .dt-mega-parent:before,
.dt-mega-menu .sub-nav .dt-mega-parent:first-child:before,
.dt-mega-menu .sub-nav li:before {
  display: none;
}
.sub-downwards .sub-nav li.hide-mega-title > a {
  display: block;
}
.sub-downwards .sub-nav li.hide-mega-title > a.mega-menu-img-top,
.sub-downwards .sub-nav li.hide-mega-title > a.mega-menu-img-top_align_left {
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.menu-subtitle {
  display: block;
  text-transform: none;
}
.menu-subtitle {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a span.menu-subtitle {
  font-size: 12px;
  line-height: 14px;
}
.menu-subtitle:after,
.mega-icon:after {
  display: none !important;
}
.top-header .mega-full-width > .dt-mega-menu-wrap {
  width: 100%;
}
.side-header .mega-full-width .dt-mega-menu-wrap,
.side-header .mega-auto-width .dt-mega-menu-wrap {
  top: 0;
  left: 100%;
}
.header-side-right .mega-full-width > .dt-mega-menu-wrap,
.header-side-right .mega-auto-width > .dt-mega-menu-wrap {
  top: 0;
  left: auto;
  right: 100%;
  padding-left: 0;
}
.masthead.side-header:not(.sub-downwards) .mega-full-width > .dt-mega-menu-wrap,
.masthead.side-header:not(.sub-downwards) .mega-auto-width > .dt-mega-menu-wrap {
  width: 890px;
  max-width: 890px;
}
.mega-auto-width .dt-mega-menu-wrap {
  left: 0;
  width: auto;
}
.main-nav .mega-auto-width > .dt-mega-menu-wrap {
  min-width: 240px;
}
.mega-auto-width > .dt-mega-menu-wrap.left-overflow,
.mega-full-width .dt-mega-menu-wrap.left-overflow {
  left: 0 !important;
  right: auto !important;
  margin-left: 0 !important;
}
.top-header .main-nav .dt-mega-menu-wrap {
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  padding: 10px;
  box-sizing: border-box;
}
.main-nav .dt-mega-menu-wrap {
  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.top-header.floating-navigation-below-slider .main-nav > li > .dt-mega-menu-wrap.bottom-overflow {
  top: auto;
  bottom: 100%;
}
.dt-mega-menu-wrap.y-overflow {
  overflow-y: auto;
}
.top-header.floating-navigation-below-slider .dt-mega-menu-wrap.bottom-overflow {
  top: auto;
  bottom: 0;
}
.dt-mega-menu-wrap .sub-nav {
  position: relative;
  top: 0;
  width: auto;
  padding: 0;
  background: none;
  box-shadow: none;
}
.show-mega-menu .dt-mega-menu-wrap .sub-nav,
.sub-downwards .dt-mega-menu-wrap .sub-nav {
  visibility: visible;
  opacity: 1;
}
#page .dt-mobile-header .dt-mega-menu-wrap > .sub-nav {
  visibility: visible;
  opacity: 1;
  width: auto;
}
.main-nav .mega-full-width > .dt-mega-menu-wrap .sub-nav .sub-nav,
.main-nav .mega-full-width > .dt-mega-menu-wrap .sub-nav .sub-nav ul,
.main-nav .mega-auto-width > .dt-mega-menu-wrap .sub-nav .sub-nav,
.main-nav .mega-auto-width > .dt-mega-menu-wrap .sub-nav .sub-nav ul {
  width: auto;
}
.dt-mega-menu .dt-mega-menu-wrap {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  text-align: left;
}
.dt-mega-menu .dt-mega-menu-wrap:before,
.dt-mega-menu .dt-mega-menu-wrap:after {
  content: "";
  display: table;
  clear: both;
}
.dt-mega-menu > .dt-mega-menu-wrap {
  padding: 20px 10px 10px;
}
.dt-mega-menu .dt-mega-menu-wrap  li {
  padding-left: 0;
  padding-right: 0;
  word-spacing: normal;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-menu-wrap .dt-mega-parent {
  position: static;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  padding: 0 10px 0;
  box-sizing: border-box;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-menu-wrap .dt-mega-parent > .sub-nav > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.dt-mega-menu .sub-nav .dt-mega-parent:first-child {
  border-left: none;
}
.new-column > a {
  margin-left: -21px !important;
  border-radius: none;
}
.dt-mega-menu .sub-nav .dt-mega-parent:hover > a {
  border-radius: 0;
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  width: auto;
}
.dt-mega-menu .sub-nav .dt-mega-parent.no-link > a:hover,
.no-link > a:hover {
  opacity: 1;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav,
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav.right-overflow {
  position: relative;
  left: auto !important;
  top: auto;
  max-width: 100%;
  padding: 0;
  background: none;
  box-shadow: none;
}
.rtl .masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav,
.rtl .masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-parent .sub-nav.right-overflow {
  right: auto;
  left: auto !important;
}
.dt-mega-menu.dt-hovered .sub-nav .sub-nav,
.show-mega-menu.dt-mega-menu .sub-nav .sub-nav {
  visibility: visible !important;
  opacity: 1 !important;
}
.dt-mega-parent .sub-nav > li {
  margin-bottom: 2px;
}
.side-header .main-nav .new-column {
  display: none;
}
.top-header .sub-nav > li.dt-mega-parent > a {
  margin: 0;
}
.top-header .sub-nav > li.dt-mega-parent > a.mega-menu-img-top {
  text-align: center;
}
.top-header .sub-nav > li.dt-mega-parent.empty-title > a,
.sub-sideways .sub-nav > li.dt-mega-parent.empty-title > a {
  padding: 0;
}
.menu-item .dt-mega-menu-wrap > .sub-nav {
  transition: opacity 200ms ease;
}
.menu-item.show-mega-menu-content .dt-mega-menu-wrap > .sub-nav {
  visibility: visible;
  opacity: 1;
}
.dt-mega-menu-wrap > .sub-nav {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.dt-mega-parent .sub-nav .sub-nav {
  margin-left: 20px;
}
.sub-downwards.side-header .main-nav .sub-nav li.dt-mega-parent .sub-nav {
  padding-top: 0;
  padding-bottom: 0;
}
.dt-mega-parent .sub-nav .sub-nav > li:first-child {
  padding-top: 0;
}
.dt-mega-parent .sub-nav > li.has-children > a:after {
  display: none;
}
.sub-nav-widgets .sidebar-content .widget:first-child {
  padding-top: 0;
}
.mobile-main-nav .sub-nav.sub-nav-widgets {
  padding: 0 !important;
}
#page .mobile-main-nav .sub-nav.sub-nav-widgets {
  max-width: 100%;
  width: 100% !important;
}
.side-header .mega-menu-widgets,
.mobile-main-nav .mega-menu-widgets {
  max-width: 100%;
}
.dt-mega-menu .dt-mega-menu-wrap .sub-nav .mega-menu-widgets {
  overflow: hidden;
  max-width: 100%;
}
.masthead.side-header:not(.sub-downwards) .mega-full-width > .dt-mega-menu-wrap .sub-nav-widgets,
.masthead.side-header:not(.sub-downwards) .mega-auto-width > .dt-mega-menu-wrap .sub-nav-widgets {
  width: 100%;
}
.mega-menu-img,
.mega-menu-img img {
  max-width: 100%;
  height: auto;
}
.mega-menu-img-right img,
.mega-menu-img-right i,
.mega-menu-img-right_top img,
.mega-menu-img-right_top i {
  order: 1;
}
.mega-menu-img-right .menu-item-text,
.mega-menu-img-right_top .menu-item-text {
  order: 0;
}
.mega-menu-img-right_top,
.mega-menu-img-left_top {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.masthead:not(.sub-downwards) .dt-mega-parent > .mega-menu-img-right_top,
.mobile-main-nav .mega-menu-img-right_top,
.masthead:not(.sub-downwards) .dt-mega-parent > .mega-menu-img-left_top,
.mobile-main-nav .mega-menu-img-left_top {
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.mobile-main-nav .mega-menu-img-right_top,
.mobile-main-nav .mega-menu-img-left_top {
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.mega-menu-img-right_top .menu-item-text,
.mega-menu-img-left_top .menu-item-text {
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.masthead:not(.sub-downwards) .mega-menu-img-right_top .menu-item-text,
.masthead:not(.sub-downwards) .mega-menu-img-left_top .menu-item-text {
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
}
.masthead:not(.sub-downwards) .mega-menu-img-right_top .subtitle-text,
.masthead:not(.sub-downwards) .mega-menu-img-left_top .subtitle-text {
  -ms-align-self: flex-start;
  -ms-flex-item-align: flex-start;
  align-self: flex-start;
  width: 100%;
}
.mega-menu-img-right,
.mega-menu-img-left {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.sub-nav li .mega-menu-img-top,
.sub-nav li .mega-menu-img-top img,
.sub-nav li .mega-menu-img-top_align_left,
.sub-nav li .mega-menu-img-top_align_left img {
  display: block;
}
.sub-downwards.h-justify.h-center .sub-nav li .mega-menu-img-top_align_left img,
.sub-downwards.h-center .sub-nav li .mega-menu-img-top_align_left img {
  display: inline-block;
}
.mobile-main-nav .mega-menu-img-top img,
.mobile-main-nav .mega-menu-img-top_align_left img {
  margin: 0 0 5px 0 !important;
}
.sub-nav li .mega-menu-img-top img {
  display: inline-block;
}
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top,
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top_align_left {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.masthead:not(.sub-downwards) .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top_align_left {
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.top-header .main-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top .menu-text {
  text-align: center;
}
.top-header .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top,
.top-header .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top_align_left {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}
.sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-right_top,
.sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-right {
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.masthead:not(.sub-downwards) .sub-nav > li > a.mega-menu-img-right_top .menu-item-text,
.dt-mobile-header .sub-nav > li > a.mega-menu-img-right_top .menu-item-text,
.masthead:not(.sub-downwards) .sub-nav > li > a.mega-menu-img-right .menu-item-text,
.dt-mobile-header .sub-nav > li > a.mega-menu-img-right .menu-item-text {
  width: 100%;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.masthead:not(.sub-downwards) .sub-nav > li:not(.dt-mega-parent) > a.mega-menu-img-top {
  text-align: center;
}
.sub-downwards.h-center .sub-nav > li > a.mega-menu-img-top {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.mega-menu-widgets .slider-content {
  visibility: visible;
}
.main-nav .dt-mega-menu .post-rollover i,
.main-nav .dt-mega-menu .rollover i {
  padding: 0;
}
.sub-nav > li.dt-mega-parent > a:not(.not-clickable-item):hover {
  cursor: pointer;
}
.top-header .dt-mega-menu-wrap .sub-nav-widgets > li:last-child .widget {
  padding-bottom: 0;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu-wrap {
  background-color: #ffffff;
}
.top-header .main-nav .dt-mega-menu-wrap,
.sub-sideways .main-nav .dt-mega-menu-wrap {
  padding: 20px 10px 20px 10px;
}
.masthead:not(.sub-downwards) .dt-mega-menu .dt-mega-menu-wrap .dt-mega-parent {
  padding: 0px 10px 0px 10px;
}
.dt-mega-menu > .sub-nav > li:hover > a {
  background-color: transparent;
}
.main-nav .sub-nav > li.dt-mega-parent:not(.empty-title) > a,
.sub-downwards .main-nav .sub-nav > li.dt-mega-parent.empty-title > a {
  padding: 9px 10px 9px 10px;
}
.main-nav .sub-nav:first-child > li.dt-mega-parent.has-children:not(.has-widget) > a,
.main-nav .sub-nav:first-child > li.dt-mega-parent.has-children.has-widget > .sub-nav-widgets,
.sub-downwards .main-nav .sub-nav:first-child > li.dt-mega-parent.empty-title.has-children:not(.has-widget) > a,
.sub-downwards .main-nav .sub-nav:first-child > li.dt-mega-parent.empty-title.has-children.has-widget > .sub-nav-widgets {
  margin-bottom: 0px;
}
.sub-downwards .sub-nav > li.dt-mega-parent > .next-level-button {
  margin-top: 9px;
  margin-bottom: 9px;
}
.main-nav > li > a > span > span.menu-subtitle {
  color: rgba(102,102,102,0.4);
}
.sub-nav .menu-subtitle,
.sub-nav li.act > a:hover .menu-subtitle {
  color: rgba(102,102,102,0.4);
  font-family: "Nunito Sans", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
}
.main-nav .sub-nav > li.dt-mega-parent > a .menu-text {
  font:   700 16px / 22px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #333333;
}
.main-nav .sub-nav > li.dt-mega-parent:not(.act):not(.wpml-ls-item) > a:not(.not-clickable-item):hover .menu-text {
  color: #1e73be;
  background: -webkit-linear-gradient(left, #1e73be 30%, #eeee22 99%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .main-nav .sub-nav > li.dt-mega-parent:not(.act):not(.wpml-ls-item) > a:not(.not-clickable-item):hover .menu-text {
    color: #1e73be;
  }
}
.main-nav .sub-nav > li.dt-mega-parent.current-menu-item > a .menu-text {
  color: #8224e3;
  background: -webkit-linear-gradient(left, #8224e3 30%, #eeee22 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .main-nav .sub-nav > li.dt-mega-parent.current-menu-item > a .menu-text {
    color: #8224e3;
  }
}
.main-nav .sub-nav > li.dt-mega-parent > a .subtitle-text {
  font:  normal  10px / 14px "Roboto", Helvetica, Arial, Verdana, sans-serif;
  color: #333333;
}
.main-nav .sub-nav .mega-menu-img > i,
.main-nav .sub-nav .mega-menu-img > span > i,
.mobile-main-nav .sub-nav .mega-menu-img > i,
.mobile-main-nav .sub-nav .mega-menu-img > span > i {
  display: inline-block;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a > i,
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent > a > span i {
  font-size: 16px;
  color: #333333;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent:not(.current-menu-item) > a:not(.not-clickable-item):hover i {
  color: #1e73be;
}
.main-nav .dt-mega-menu .sub-nav .dt-mega-parent.current-menu-item > a i {
  color: #8224e3;
}
.sub-nav .menu-subtitle,
.sub-nav li.act > a:hover .menu-subtitle {
  color: rgba(102,102,102,0.4);
}
.dt-mega-menu .sub-nav .dt-mega-parent > a {
  border-bottom-color: rgba(102,102,102,0.1);
}
.top-header .main-nav .mega-auto-width > .dt-mega-menu-wrap,
.sub-sideways .main-nav .mega-auto-width > .dt-mega-menu-wrap {
  min-width: 260px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width .sub-nav .dt-mega-parent {
  width: 260px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-1 > .dt-mega-menu-wrap {
  width: 280px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-2 > .dt-mega-menu-wrap {
  width: 540px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-3 > .dt-mega-menu-wrap {
  width: 800px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-4 > .dt-mega-menu-wrap {
  width: 1060px;
}
.masthead:not(.sub-downwards) .main-nav .dt-mega-menu.mega-auto-width.mega-column-5 > .dt-mega-menu-wrap {
  width: 1320px;
}
.dt-mega-parent .sidebar-content .widget {
  border: none;
  margin-bottom: 0;
}
.dt-mega-parent .sidebar-content .widget *,
.dt-mega-parent .sidebar-content .widget:not(.widget_icl_lang_sel_widget) a:not(:hover),
.dt-mega-parent .sidebar-content.solid-bg .widget:not(.widget_icl_lang_sel_widget) a:not(:hover) * {
  color: #333333;
}
.dt-mega-menu .dt-mega-parent .sidebar-content .widget .recent-posts a {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget-title,
.dt-mega-parent .sidebar-content .widget .team-author-name a:not(:hover) {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover,
.dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover * {
  color: var(--the7-accent-color);
}
.accent-gradient .dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover * {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget a:not(.button):not(.dt-btn):hover * {
    color: #999999;
  }
}
.mobile-main-nav > li .dt-mega-menu-wrap,
.mobile-main-nav > li .dt-mega-menu-wrap > .sub-nav .sub-nav {
  margin-bottom: 19px;
}
.dt-mega-parent .sidebar-content .widget .soc-ico a:before {
  background-color: rgba(51,51,51,0.15);
}
.mega-menu-widgets .soc-ico a:after {
  background-color: var(--the7-accent-color);
  box-shadow: none;
}
.dt-mega-parent .sidebar-content .widget .soc-ico a:not(:hover) .soc-font-icon {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget .post-content .text-secondary {
  color: rgba(51,51,51,0.5);
}
.dt-mega-parent .sidebar-content .widget .custom-categories a,
.dt-mega-parent .sidebar-content .widget .custom-categories a .item-name,
.dt-mega-parent .sidebar-content .widget .cat-item a,
.dt-mega-parent .sidebar-content .widget .widget_recent_comments a,
.dt-mega-parent .sidebar-content .widget .widget_tag_cloud a:hover {
  color: #333333;
}
.dt-mega-parent .sidebar-content .widget .custom-categories a span.item-num,
.dt-mega-parent .sidebar-content .widget .cat-item a span.item-num {
  color: rgba(51,51,51,0.5);
}
.dt-mega-parent .sidebar-content .widget .menu .current-menu-parent > a,
.dt-mega-parent .sidebar-content .widget .menu .current-menu-item > a,
.dt-mega-parent .sidebar-content .widget .custom-nav > li > a:hover span,
.dt-mega-parent .sidebar-content .widget .custom-nav li.act > a span,
.dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a:hover span,
.dt-mega-parent .sidebar-content .widget .st-accordion li > a:hover,
.dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a:hover *,
.dt-mega-parent .sidebar-content .widget .widget .custom-categories a:hover span.item-name,
.dt-mega-parent .sidebar-content .widget .widget_categories li a:hover,
.dt-mega-parent .sidebar-content .widget .widget_meta a:hover,
.dt-mega-parent .sidebar-content .widget .blogroll a:hover,
.dt-mega-parent .sidebar-content .widget .widget_archive li a:hover,
.dt-mega-parent .sidebar-content .widget .widget_recent_entries a:hover,
.dt-mega-parent .sidebar-content .widget .widget_links a:hover,
.dt-mega-parent .sidebar-content .widget .widget_pages a:hover,
.dt-mega-parent .sidebar-content .widget .recent-posts a:not(.post-rollover):hover,
.dt-mega-parent .sidebar-content .widget .items-grid .post-content > a:hover,
.dt-mega-parent .sidebar-content .widget #wp-calendar td a:hover,
.dt-mega-parent .sidebar-content .widget .tagcloud a:hover,
.dt-mega-parent .sidebar-content .widget .widget_nav_menu a:hover,
.dt-mega-parent .sidebar-content .widget a.rsswidget:hover {
  color: var(--the7-accent-color);
}
.accent-gradient .dt-mega-parent .sidebar-content .widget .menu .current-menu-parent > a,
.accent-gradient .dt-mega-parent .sidebar-content .widget .menu .current-menu-item > a,
.accent-gradient .dt-mega-parent .sidebar-content .widget .custom-nav > li > a:hover span,
.accent-gradient .dt-mega-parent .sidebar-content .widget .custom-nav li.act > a span,
.accent-gradient .dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a:hover span,
.accent-gradient .dt-mega-parent .sidebar-content .widget .st-accordion li > a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a:hover *,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget .custom-categories a:hover span.item-name,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_categories li a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_meta a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .blogroll a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_archive li a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_recent_entries a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_links a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_pages a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .recent-posts a:not(.post-rollover):hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .items-grid .post-content > a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget #wp-calendar td a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .tagcloud a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget .widget_nav_menu a:hover,
.accent-gradient .dt-mega-parent .sidebar-content .widget a.rsswidget:hover {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .dt-mega-parent .sidebar-content .widget .menu .current-menu-parent > a,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .menu .current-menu-item > a,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .custom-nav > li > a:hover span,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .custom-nav li.act > a span,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .custom-nav > li > ul a:hover span,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .st-accordion li > a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .st-accordion > ul li > a:hover *,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget .custom-categories a:hover span.item-name,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_categories li a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_meta a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .blogroll a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_archive li a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_recent_entries a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_links a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_pages a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .recent-posts a:not(.post-rollover):hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .items-grid .post-content > a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget #wp-calendar td a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .tagcloud a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget .widget_nav_menu a:hover,
  .accent-gradient .dt-mega-parent .sidebar-content .widget a.rsswidget:hover {
    color: #999999;
  }
}
.dt-mega-parent .sidebar-content .widget .custom-menu a:after {
  color: rgba(51,51,51,0.5);
}
.dt-mega-parent .sidebar-content .widget .st-accordion li > a:before,
.dt-mega-parent .sidebar-content .widget .custom-menu a:before {
  background-color: rgba(51,51,51,0.15);
}
.dt-mega-parent .sidebar-content .widget .st-accordion li > a:after {
  color: rgba(51,51,51,0.5);
}
.main-nav li.dt-mega-menu .mega-menu-img >.the7-svg-image {
  width: 16px;
}
.floating-content {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
.project-wide-col {
  display: inline-block;
  vertical-align: top;
  width: 66.6667%;
  box-sizing: border-box;
}
.project-wide-col.left-side {
  padding-right: 50px;
}
.project-wide-col.right-side {
  padding-left: 50px;
}
.project-narrow-col {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}
.mobile-false .wf-container.effect-layla:not(.jg-container) .rollover-project > a > img {
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
}
.filter-grayscale .wf-container.effect-layla:not(.jg-container) .rollover-project > a > img,
.filter-grayscale-static .wf-container.effect-layla:not(.jg-container) .rollover-project > a > img {
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-layla .rollover-content {
  display: block;
  padding: 35px 45px;
  opacity: 1;
  text-align: center;
}
.effect-layla .rollover-content:hover {
  padding: 35px 45px;
}
.effect-layla .rollover-content:before,
.effect-layla .rollover-content:after {
  position: absolute;
  content: '';
  opacity: 0;
}
.effect-layla .rollover-content:before {
  top: 25px;
  right: 15px;
  bottom: 25px;
  left: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -ms-transform: scale(0,1);
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.effect-layla .rollover-content:after {
  top: 15px;
  right: 25px;
  bottom: 15px;
  left: 25px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -ms-transform: scale(1,0);
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.effect-layla .entry-title,
.effect-layla .links-container,
.effect-layla .rollover-thumbnails {
  -ms-transition: -ms-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.effect-layla:not(.always-show-info) .entry-title,
.effect-layla:not(.always-show-info) .links-container,
.effect-layla:not(.always-show-info) .rollover-thumbnails {
  opacity: 0;
  -ms-transition: -ms-transform 0.35s, opacity 0.35s;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}
.effect-layla p,
.effect-layla .entry-meta {
  opacity: 0;
  -webkit-transform: translate3d(0,-15px,0);
  transform: translate3d(0,-15px,0);
}
.effect-layla .entry-title,
.effect-layla .links-container,
.effect-layla .rollover-thumbnails {
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.always-show-info.effect-layla .entry-title,
.always-show-info.effect-layla .links-container,
.always-show-info.effect-layla .rollover-thumbnails {
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.mobile-false .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project > a > img {
  -webkit-transform: translate3d(-20px,-50%,0);
  transform: translate3d(-20px,-50%,0);
}
.effect-layla .rollover-project > a > img,
.effect-layla .rollover-content:before,
.effect-layla .rollover-content:after,
.effect-layla p,
.effect-layla .entry-meta {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-layla .links-container,
.effect-layla .entry-meta {
  position: relative;
  z-index: 10;
}
.mobile-false .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project:hover > a > img {
  -webkit-transform: translate3d(-20px,calc(-50% + 10px),0);
  transform: translate3d(-20px,calc(-50% + 10px),0);
}
.mobile-true .filter-grayscale .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img,
.mobile-true .filter-grayscale-static .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img,
.mobile-true .effect-layla:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false .effect-layla.hover-color-static .rollover-project:hover > a > img,
.mobile-true .effect-layla.hover-color-static .rollover-project.is-clicked > a > img {
  opacity: 0.3;
}
.mobile-false .effect-layla .rollover-project:hover figcaption::before,
.mobile-true .effect-layla .rollover-project.is-clicked figcaption::before,
.mobile-false .effect-layla .rollover-project:hover figcaption::after,
.mobile-true .effect-layla .rollover-project.is-clicked figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-false .effect-layla .rollover-project:hover .entry-title,
.mobile-true .effect-layla .rollover-project.is-clicked .entry-title,
.mobile-false .effect-layla .rollover-project:hover p,
.mobile-true .effect-layla .rollover-project.is-clicked p,
.mobile-false .effect-layla .rollover-project:hover .entry-meta,
.mobile-true .effect-layla .rollover-project.is-clicked .entry-meta,
.mobile-false .effect-layla .rollover-project:hover .links-container,
.mobile-true .effect-layla .rollover-project.is-clicked .links-container,
.mobile-false .effect-layla .rollover-project:hover .rollover-thumbnails,
.mobile-true .effect-layla .rollover-project.is-clicked .rollover-thumbnails {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false.mobile-false .effect-layla .rollover-project:hover .rollover-content:after,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .rollover-content:after,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .entry-title,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .entry-title,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .links-container,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .links-container,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .rollover-thumbnails,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .rollover-thumbnails,
.mobile-false.mobile-false .effect-layla .rollover-project:hover p,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked p,
.mobile-false.mobile-false .effect-layla .rollover-project:hover a > img,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked a > img,
.mobile-false.mobile-false .effect-layla .rollover-project:hover .entry-meta,
.mobile-true.mobile-true .effect-layla .rollover-project.is-clicked .entry-meta {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.effect-bubba .rollover-project > a > img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.mobile-false .effect-bubba.hover-color-static .rollover-project:hover > a > img,
.mobile-true .effect-bubba.hover-color-static .rollover-project.is-clicked > a > img {
  opacity: 0.3;
}
.effect-bubba .rollover-content {
  display: block;
  padding: 35px 45px;
  text-align: center;
  opacity: 1;
}
.effect-bubba .rollover-content:before,
.effect-bubba .rollover-content:after {
  position: absolute;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.effect-bubba .rollover-content:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.effect-bubba .rollover-content:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.effect-bubba:not(.always-show-info) .rollover-content .entry-title,
.effect-bubba:not(.always-show-info) .rollover-content .links-container,
.effect-bubba:not(.always-show-info) .rollover-content .rollover-thumbnails {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}
.effect-bubba .rollover-content p,
.effect-bubba .rollover-content .entry-meta {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}
.effect-bubba .links-container,
.effect-bubba .entry-meta {
  position: relative;
  z-index: 10;
}
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .rollover-content:before,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .rollover-content:before,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .rollover-content:after,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .rollover-content:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .entry-title,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .entry-title,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .links-container,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .links-container,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .rollover-thumbnails,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .rollover-thumbnails,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover p,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked p,
.mobile-false.mobile-false .effect-bubba .rollover-project:hover .entry-meta,
.mobile-true.mobile-true .effect-bubba .rollover-project.is-clicked .entry-meta {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false .wf-container.effect-sarah:not(.jg-container) .rollover-project > a > img {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}
.filter-grayscale .wf-container.effect-sarah:not(.jg-container) .rollover-project > a > img,
.filter-grayscale-static .wf-container.effect-sarah:not(.jg-container) .rollover-project > a > img {
  top: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-sarah .rollover-project > a > img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,-50%,0);
  transform: translate3d(-10px,-50%,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.jg-container.effect-sarah .rollover-project > a > img,
.slider-wrapper.effect-sarah .rollover-project > a > img,
.mobile-true .effect-sarah .rollover-project > a > img {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.slider-wrapper.effect-sarah .rollover-project > a > img {
  width: 100%;
}
.mobile-false.mobile-false .effect-sarah.hover-color-static .rollover-project:hover > a > img,
.mobile-true.mobile-true .effect-sarah.hover-color-static .rollover-project.is-clicked > a > img {
  opacity: 0.3;
}
.mobile-false.mobile-false .effect-sarah:not(.jg-container):not(.slider-wrapper) .rollover-project:hover > a > img,
.mobile-false.mobile-false .effect-sarah:not(.jg-container):not(.slider-wrapper) .rollover-project.is-clicked > a > img {
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.effect-sarah .rollover-content {
  display: block;
  padding: 25px 40px;
  text-align: left;
  opacity: 1;
}
.effect-sarah .rollover-content .links-container {
  text-align: left;
}
.effect-sarah:not(.always-show-info) .rollover-content .entry-title,
.effect-sarah:not(.always-show-info) .rollover-content .links-container,
.effect-sarah:not(.always-show-info) .rollover-content .rollover-thumbnails {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.effect-sarah .rollover-content .entry-title {
  position: relative;
  overflow: hidden;
  padding: 0 0 15px;
  margin-bottom: 15px;
}
.effect-sarah .rollover-content .entry-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-101%,0,0);
  transform: translate3d(-100%,0,0);
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .entry-title,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .entry-title {
  opacity: 1;
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .entry-title:after,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .entry-title:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .links-container,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .links-container,
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .rollover-thumbnails,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .rollover-thumbnails {
  opacity: 1;
}
.effect-sarah .rollover-content p,
.effect-sarah .rollover-content .entry-meta {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.mobile-false.mobile-false .effect-sarah .rollover-project:hover p,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked p,
.mobile-false.mobile-false .effect-sarah .rollover-project:hover .entry-meta,
.mobile-true.mobile-true .effect-sarah .rollover-project .is-clicked .entry-meta {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.effect-layla .links-container,
.effect-sarah .links-container,
.effect-bubba .links-container {
  width: 100%;
  height: 44px;
}
.effect-layla .rollover-content,
.effect-sarah .rollover-content,
.effect-bubba .rollover-content {
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
}
.effect-layla .rollover-content,
.effect-bubba .rollover-content {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.cs-style-3 .rollover-project .rollover-content {
  opacity: 1;
}
.cs-style-3 .rollover-content {
  padding: 0;
}
.cs-style-3.content-align-centre .rollover-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.cs-style-3 .rollover-project > a {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
}
.mobile-false .cs-style-3 .rollover-project:hover > a {
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.hover-style-three .rollover-project > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
}
.mobile-false .hover-style-three .rollover-project:hover > a:after,
.mobile-true .hover-style-three .rollover-project.is-clicked > a:after {
  opacity: 1;
}
.cs-style-3.content-align-left .rollover-content-container {
  position: absolute;
  bottom: 0;
}
.cs-style-3 .rollover-content-container {
  width: 100%;
  padding: 15px 20px 5px;
  background-color: #1e1e1e;
}
.mobile-false .cs-style-3 .rollover-content-container {
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.cs-style-3 .rollover-project:hover .rollover-content-container,
.mobile-false .cs-style-3 .dt-owl-item:hover .rollover-content-container,
.mobile-true .cs-style-3 .is-clicked .rollover-content-container,
.mobile-true .cs-style-3 .dt-owl-item .rollover-content-container {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -ms-transition: -ms-transform 0.4s, opacity 0.1s;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}
.mobile-true .cs-style-3 .is-clicked .rollover-content {
  display: block;
}
.mobile-true .cs-style-3.content-align-centre .rollover-content {
  display: none;
}
.cs-style-3.content-align-centre .rollover-content.is-clicked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.cs-style-3 .rollover-thumbnails {
  opacity: 0;
  margin-bottom: 20px;
}
.mobile-false .cs-style-3 .links-container {
  opacity: 0;
}
.cs-style-3 .links-container {
  margin-bottom: 15px;
}
.mobile-false .cs-style-3 .rollover-project:hover .links-container,
.mobile-false .cs-style-3 .rollover-project:hover .rollover-thumbnails,
.mobile-false .cs-style-3 .dt-owl-item:hover .links-container {
  opacity: 1;
}
.mobile-false .cs-style-3 .links-container,
.cs-style-3 .rollover-project .rollover-thumbnails {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.mobile-true .cs-style-3 .links-container {
  -webkit-transition: opacity 0.1s 0.3s;
  transition: opacity 0.1s 0.3s;
}
.cs-style-3 .rollover-content * {
  color: #fff !important;
}
.accent-gradient .cs-style-3 .rollover-content .entry-title a {
  -webkit-backface-visibility: hidden;
  background-image: none;
}
.hover-style-one .rollover-content,
.accent-gradient .hover-style-one .rollover-content {
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),rgba(0,0,0,0.1) 50%,color-stop(100%,rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.6) 100%);
  background-color: transparent !important;
  color: #fff;
}
.hover-style-one .rollover-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-align-centre.hover-style-one .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content-align-left.hover-style-one .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.hover-style-one .rollover-project > a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0,0,0,0.2);
  opacity: 0;
}
.mobile-false .hover-style-one .rollover-project:hover > a:after {
  opacity: 1;
}
.hover-style-one .rollover-content-container {
  margin-top: 10px;
  width: 100%;
}
.hover-style-one.always-show-info .links-container,
.hover-style-one.always-show-info .rollover-thumbnails {
  opacity: 0;
}
.hover-style-one.always-show-info .rollover-project:hover .links-container,
.hover-style-one.always-show-info .rollover-project:hover .rollover-thumbnails {
  opacity: 1;
}
.mobile-true .hover-style-two:not(.effect-layla):not(.effect-bubba):not(.effect-sarah) .rollover-content.is-clicked {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hover-style-two .rollover-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.content-align-bottom.hover-style-two .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content-align-centre.hover-style-two .rollover-content {
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-align-left-bottom.hover-style-two .rollover-content {
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
}
.content-align-left-top.hover-style-two .rollover-content {
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-line-pack: start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
}
.hover-style-two .rollover-content-container {
  margin-top: 10px;
  width: 100%;
}
.buttons-on-img {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px;
  text-align: center;
}
.bg-on .buttons-on-img {
  margin: 0;
}
.layout-list .buttons-on-img {
  margin: 0 30px 25px 0;
}
.layout-list .project-even .buttons-on-img {
  margin: 0 0 25px 30px;
}
.layout-list .media-wide .buttons-on-img {
  margin-right: 0;
  margin-left: 0;
}
.buttons-on-img > p,
.post .buttons-on-img .alignnone,
.description-under-image .post .buttons-on-img .alignnone,
.description-under-image .post .buttons-on-img .slider-masonry {
  margin-bottom: 0;
}
.post .buttons-on-img .alignleft {
  margin: 0;
}
.buttons-on-img > .rollover-content {
  padding: 0;
}
.mobile-true .buttons-on-img > .rollover-content {
  display: block;
}
.accent-bg-mixin {
  color: #fff;
  background-color: #999999;
}
.accent-gradient .accent-bg-mixin {
  background: #999999;
  background: -webkit-linear-gradient();
  background: linear-gradient();
}
.solid-bg-mixin {
  background-color: #f7f7f7;
}
.header-color {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .header-color {
  color: #333333;
}
#main .sidebar-content .header-color {
  color: #000000;
}
.footer .header-color {
  color: #000000;
}
.color-base-transparent {
  color: #999999;
}
.sidebar-content .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
.footer .color-base-transparent {
  color: rgba(102,102,102,0.5);
}
.outline-element-decoration .outline-decoration {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .shadow-decoration {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.testimonial-item:not(.testimonial-item-slider),
.testimonial-item .ts-viewport,
.bg-on.team-container,
.dt-team-shortcode.content-bg-on .team-container {
  background-color: #f7f7f7;
}
.outline-element-decoration .testimonial-item:not(.testimonial-item-slider),
.outline-element-decoration .testimonial-item .ts-viewport,
.outline-element-decoration .bg-on.team-container,
.outline-element-decoration .dt-team-shortcode.content-bg-on .team-container {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
  box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0);
}
.shadow-element-decoration .testimonial-item:not(.testimonial-item-slider),
.shadow-element-decoration .testimonial-item .ts-viewport,
.shadow-element-decoration .bg-on.team-container,
.shadow-element-decoration .dt-team-shortcode.content-bg-on .team-container {
  -webkit-box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.dt-team-shortcode .team-content {
  font-size: 15px;
  line-height: 1.4em;
}
.testimonial-item .testimonial-vcard .text-secondary,
.testimonial-item .testimonial-vcard .text-primary,
.testimonial-item .testimonial-vcard .text-primary * {
  color: #000000;
}
.sidebar-content .testimonial-item .testimonial-vcard .text-secondary,
.sidebar-content .testimonial-item .testimonial-vcard .text-primary,
.sidebar-content .testimonial-item .testimonial-vcard .text-primary * {
  color: #000000;
}
.footer .testimonial-item .testimonial-vcard .text-secondary,
.footer .testimonial-item .testimonial-vcard .text-primary,
.footer .testimonial-item .testimonial-vcard .text-primary * {
  color: #000000;
}
.testimonial-item .testimonial-vcard a.text-primary:hover,
.testimonial-item .testimonial-vcard a.text-primary:hover * {
  text-decoration: underline;
}
.team-author p {
  color: #000000;
  font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.dt-team-shortcode .team-author p {
  font:   normal  / 1.5em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #999999;
}
.accent-gradient .dt-team-shortcode .team-author p {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .dt-team-shortcode .team-author p {
    color: #999999;
  }
}
.dt-mega-parent .sidebar-content .widget .team-author p {
  font:   400 15px / 1.4em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(51,51,51,0.5);
}
.sidebar-content .team-author p {
  font:   400 15px / 1.4em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(102,102,102,0.5);
}
.footer .team-author p {
  font:   400 15px / 1.4em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: rgba(102,102,102,0.5);
}
.testimonial-vcard .text-secondary {
  color: #000000;
  line-height: 1.3em;
  font-weight: bold;
}
.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-secondary {
  color: #333333;
}
#main .sidebar-content .testimonial-vcard .text-secondary {
  color: #000000;
}
.footer .testimonial-vcard .text-secondary {
  color: #000000;
}
#main .sidebar-content .widget .testimonial-vcard .text-secondary {
  color: rgba(102,102,102,0.5);
}
.dt-testimonials-shortcode .testimonial-vcard .text-secondary {
  font-size: 15px;
  line-height: 1.4em;
  font-weight: normal;
  color: #999999;
}
.accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .dt-testimonials-shortcode .testimonial-vcard .text-secondary {
    color: #999999;
  }
}
.dt-testimonials-shortcode .more-link {
  color: #999999;
}
.testimonial-vcard .text-primary {
  color: #000000;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: bold;
}
.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-primary {
  color: #333333;
}
#main .sidebar-content .testimonial-vcard .text-primary {
  color: #000000;
}
.footer .testimonial-vcard .text-primary {
  color: #000000;
}
.testimonial-vcard .text-primary * {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .testimonial-vcard .text-primary * {
  color: #333333;
}
#main .sidebar-content .testimonial-vcard .text-primary * {
  color: #000000;
}
.footer .testimonial-vcard .text-primary * {
  color: #000000;
}
.dt-testimonials-shortcode .testimonial-vcard .text-primary {
  font: normal  normal  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.team-author-name,
.team-author-name a {
  color: #000000;
  font: normal  normal  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.content .team-author-name a:hover {
  color: #999999;
}
.accent-gradient .content .team-author-name a:hover {
  background: -webkit-linear-gradient();
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
@media all and (-ms-high-contrast: none) {
  .accent-gradient .content .team-author-name a:hover {
    color: #999999;
  }
}
.widget .team-author-name,
.widget .team-author-name a {
  font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .widget .team-author-name,
.dt-mega-parent .sidebar-content .widget .widget .team-author-name a {
  color: #333333;
}
#main .sidebar-content .widget .team-author-name,
#main .sidebar-content .widget .team-author-name a {
  color: #000000;
}
.footer .widget .team-author-name,
.footer .widget .team-author-name a {
  color: #000000;
}
.team-author-name,
.team-author-name a {
  color: #000000;
}
.dt-mega-parent .sidebar-content .widget .team-author-name,
.dt-mega-parent .sidebar-content .widget .team-author-name a {
  color: #333333;
}
#main .sidebar-content .team-author-name,
#main .sidebar-content .team-author-name a {
  color: #000000;
}
.footer .team-author-name,
.footer .team-author-name a {
  color: #000000;
}
.rsTitle {
  font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
.rsDesc {
  font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
@media screen and (max-width: 1200px) {
  .rsTitle {
    font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 1024px) {
  .rsTitle {
    font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 800px) {
  .rsTitle {
    font:   500  /  "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    font:   normal 15px / 1.4em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
}
@media screen and (max-width: 320px) {
  .rsTitle {
    font:   normal 15px / 1.4em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
  .rsDesc {
    display: none !important;
    font:   normal 15px / 1.4em "Roboto", Helvetica, Arial, Verdana, sans-serif;
  }
}
#main-slideshow .progress-spinner-left,
#main-slideshow .progress-spinner-right {
  border-color: #999999 !important;
}
.slider-content .owl-dot:not(.active):not(:hover),
.slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
}
.slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
}
.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot:not(.active):not(:hover),
.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(51,51,51,0.35);
  box-shadow: inset 0 0 0 2px rgba(51,51,51,0.35);
}
.dt-mega-parent .sidebar-content .widget .slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(51,51,51,0.35);
  box-shadow: inset 0 0 0 20px rgba(51,51,51,0.35);
}
.sidebar .slider-content .owl-dot:not(.active):not(:hover),
.sidebar .slider-content .owl-dot:not(.active):hover,
.sidebar-content .slider-content .owl-dot:not(.active):not(:hover),
.sidebar-content .slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
}
.sidebar .slider-content .owl-dot.active,
.sidebar-content .slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
}
.footer .slider-content .owl-dot:not(.active):not(:hover),
.footer .slider-content .owl-dot:not(.active):hover {
  -webkit-box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 2px rgba(102,102,102,0.35);
}
.footer .slider-content .owl-dot.active {
  -webkit-box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
  box-shadow: inset 0 0 0 20px rgba(102,102,102,0.35);
}
/* Import rule from: https://zeitenblicke.eu/wp-content/themes/dt-the7-child/main.min.css */
:root{--main-padding-x:2.66667rem;--safe-area-left:0px;--safe-area-right:0px;--safe-area-top:0px;--safe-area-bottom:0px;--page-padding-left:calc(var(--safe-area-left) + var(--main-padding-x));--page-padding-right:calc( var(--safe-area-right) + var(--main-padding-x));--page-inner-width:calc( 100% - var(--page-padding-left) - var(--page-padding-right))}@media screen and (max-width: 1140px){:root{--main-padding-x:3.125%}}@media screen and (max-width: 900px){:root{--main-padding-x:4.16667%}}@supports (padding: calc(constant(safe-area-inset-left, 0px) / 1.5)){:root{--safe-area-left:calc(constant(safe-area-inset-left, 0px) / 1.5);--safe-area-right:calc(constant(safe-area-inset-right, 0px) / 1.5);--safe-area-top:constant(safe-area-inset-top, 0px);--safe-area-bottom:constant(safe-area-inset-bottom, 0px)}}@supports (padding: calc(max(0px, env(safe-area-inset-left, 0px) - 14px))) and (padding: calc(max(0px, 1px))){:root{--safe-area-left:calc( max(0px, env(safe-area-inset-left, 0px) - 14px));--safe-area-right:calc( max(0px, env(safe-area-inset-right, 0px) - 14px));--safe-area-top:env(safe-area-inset-top, 0px);--safe-area-bottom:env(safe-area-inset-bottom, 0px)}}.inverted *{color:#fff}.the7-e-sticky-active{z-index:9999 !important}.icon-download{text-decoration:none !important}.icon-download:after{content:'';margin-left:0.5rem;width:15px;height:15px;display:inline-block;background-image:url('data:image/svg+xml,<svg width="100%" height="100%" viewBox="0 0 512 512" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"><path d="M216,0L296,0C309.3,0 320,10.7 320,24L320,192L407.7,192C425.5,192 434.4,213.5 421.8,226.1L269.7,378.3C262.2,385.8 249.9,385.8 242.4,378.3L90.1,226.1C77.5,213.5 86.4,192 104.2,192L192,192L192,24C192,10.7 202.7,0 216,0ZM512,376L512,488C512,501.3 501.3,512 488,512L24,512C10.7,512 0,501.3 0,488L0,376C0,362.7 10.7,352 24,352L170.7,352L219.7,401C239.8,421.1 272.2,421.1 292.3,401L341.3,352L488,352C501.3,352 512,362.7 512,376ZM388,464C388,453 379,444 368,444C357,444 348,453 348,464C348,475 357,484 368,484C379,484 388,475 388,464ZM452,464C452,453 443,444 432,444C421,444 412,453 412,464C412,475 421,484 432,484C443,484 452,475 452,464Z" style="fill:white;fill-rule:nonzero;"/></svg>');background-repeat:no-repeat}/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/
.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{flex-direction:column}.justify-content-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-content-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.elementor-edit-area-active .elementor-inline-editing{min-height:10px}.elementor-blockquote__tweet-button,.elementor-button,.elementor-cta,.elementor-headline,.elementor-nav-menu--main .elementor-nav-menu a,.elementor-post-navigation .elementor-post-navigation__link a,.elementor-price-list .elementor-price-list-item,.elementor-tab-title a,.elementor-widget .elementor-icon-list-item a,.elementor-widget-accordion a,.elementor-widget-reviews .elementor-testimonial__header{text-decoration:none}.elementor-widget-the7-woocommerce-product-data-tabs .woocommerce-Tabs-panel .elementor-tab-content,.elementor-widget-the7-woocommerce-product-data-tabs .woocommerce-Tabs-panel .elementor-tab-title.the7-accordion-header{border-style:none}.elementor-widget article.visible{animation:none}.dialog-close-button{text-decoration:none}.inline-image{display:inline-flex;vertical-align:middle}.the7-inline-image-yes{line-height:0}.elementor-slideshow__header{box-sizing:border-box}#footer.elementor-footer>.wf-wrap,body.elementor-clear-template #main>.wf-wrap{width:auto;padding:0}#footer.elementor-footer>.wf-wrap,#footer.elementor-footer>.wf-wrap>.wf-container-footer,#footer.elementor-footer>.wf-wrap>.wf-container-footer>.wf-container,body.elementor-clear-template #main{padding:0;margin:0}.elementor-widget-text-path svg:not(:root){overflow:visible}input.elementor-field,select.elementor-field,textarea.elementor-field{height:auto;padding:5px 14px;border-radius:3px}.elementor-field-type-upload input.elementor-field{padding:0;color:var(--the7-input-color);font:var(--the7-form-md-font)}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.content .elementor-field-textual.elementor-size-xs,.elementor-field-textual.elementor-size-xs{font-size:13px;line-height:1.4;min-height:33px;padding:4px 12px}.content .elementor-field-textual.elementor-size-md,.elementor-field-textual.elementor-size-md{font-size:16px;line-height:1.4;min-height:47px;padding:6px 16px}.content .elementor-field-textual.elementor-size-lg,.elementor-field-textual.elementor-size-lg{font-size:18px;line-height:1.4;min-height:59px;padding:7px 20px}.content .elementor-field-textual.elementor-size-xl,.elementor-field-textual.elementor-size-xl{font-size:20px;line-height:1.4;min-height:72px;padding:8px 24px}.the7-elementor-typography h1{line-height:var(--the7-h1-line-height)}.the7-elementor-typography h2{line-height:var(--the7-h2-line-height)}.the7-elementor-typography h3{line-height:var(--the7-h3-line-height)}.the7-elementor-typography h4{line-height:var(--the7-h4-line-height)}.the7-elementor-typography h5{line-height:var(--the7-h5-line-height)}.the7-elementor-typography h6{line-height:var(--the7-h6-line-height)}input.elementor-field[type=time]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-mobile:before{width:100%;content:attr(placeholder);color:inherit;opacity:var(--the7-form-placeholder-opacity,.5)}.flatpickr-mobile:focus[value]:not([value=""]):before,input[type=hidden][value]:not([value=""])+.flatpickr-mobile:before{display:none}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}#reviews .comment-form #submit.elementor-size-xs{min-height:33px;line-height:1.4;padding:10px 20px;border-radius:2px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}#reviews .comment-form #submit.elementor-size-sm{min-height:40px;line-height:1.4;padding:12px 24px;border-radius:3px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}#reviews .comment-form #submit.elementor-size-md{min-height:47px;line-height:1.4;padding:15px 30px;border-radius:4px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}#reviews .comment-form #submit.elementor-size-lg{min-height:59px;line-height:1.4;padding:20px 40px;border-radius:5px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}#reviews .comment-form #submit.elementor-size-xl{min-height:72px;line-height:1.4;padding:25px 50px;border-radius:6px}.elementor-form .elementor-select-wrapper .select-caret-down-wrapper{display:none}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.elementor-button.elementor-size-sm{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.elementor-element.elementor-button-info .elementor-button:hover{background-color:#5bc0de;color:#fff}.elementor-element.elementor-button-success .elementor-button:hover{background-color:#5cb85c;color:#fff}.elementor-element.elementor-button-warning .elementor-button:hover{background-color:#f0ad4e;color:#fff}.elementor-element.elementor-button-danger .elementor-button:hover{background-color:#d9534f;color:#fff}.elementor-wc-products .star-rating span:before,.elementor-widget-woocommerce-product-rating .star-rating span:before{color:inherit}.elementor-add-to-cart .quantity input.qty{height:auto;width:auto}.elementor-popup-modal .quantity .qty,.woocommerce div.product.elementor .quantity .qty{margin-bottom:0;width:3.631em}.elementor-widget-woocommerce-product-add-to-cart form.cart .variations select{width:100%}.elementor-widget-woocommerce-product-add-to-cart .variations td.value .reset_variations{text-align:left;color:var(--the7-secondary-text-color);font-size:12px}.elementor-widget-woocommerce-product-add-to-cart form.cart div.quantity{margin:0 10px 0 0}.elementor-widget-woocommerce-product-add-to-cart table.variations{margin-bottom:0}.elementor-widget-woocommerce-product-add-to-cart table.variations td,.elementor-widget-woocommerce-product-add-to-cart table.variations tr{display:block;padding:0}.elementor-widget-woocommerce-product-add-to-cart .variations select{margin-bottom:0!important}.elementor-widget-wc-add-to-cart .variations select,.elementor-widget-wc-add-to-cart table.variations,.elementor-widget-wc-add-to-cart table.variations tbody{width:100%}.elementor-menu-cart__main .product_list_widget.cart_list{margin:0 0 15px;max-height:calc(100vh - 200px);overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__main .variation dt{clear:initial}.elementor-button .elementor-button-content-wrapper *,.elementor-button span,button.elementor-button *,button.elementor-button:hover *{color:inherit}.elementor-menu-cart__main .variation dd{float:initial}.elementor-align-center .woocommerce-variation-add-to-cart{justify-content:center}.elementor-align-right .woocommerce-variation-add-to-cart{justify-content:flex-end}.elementor-align-justify form.cart .quantity{margin-bottom:15px}.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image,.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__image img,.elementor-widget-woocommerce-product-images .woocommerce-product-gallery__wrapper{border-radius:inherit}.elementor-star-rating{line-height:1}.elementor-lightbox .elementor-swiper-button,.elementor-lightbox .elementor-swiper-button:focus{outline:0!important}.elementor-field-group .elementor-select-wrapper:before{display:none}.content .elementor-toc__list-wrapper{list-style:none}.elementor-alert-description{display:block}.elementor-widget-woocommerce-product-price .price{margin-bottom:0}body .elementor-widget-wp-widget-woocommerce_layered_nav select,body .elementor-widget-wp-widget-woocommerce_layered_nav ul,body .elementor-widget-wp-widget-woocommerce_layered_nav_filters select,body .elementor-widget-wp-widget-woocommerce_layered_nav_filters ul,body .elementor-widget-wp-widget-woocommerce_product_categories ul.product-categories,body .elementor-widget-wp-widget-woocommerce_products ul,body .elementor-widget-wp-widget-woocommerce_recent_reviews ul,body .elementor-widget-wp-widget-woocommerce_recently_viewed_products ul,body .elementor-widget-wp-widget-woocommerce_top_rated_products ul,body .elementor-widget-wp-widget-woocommerce_widget_cart ul,body .product .elementor-widget-woocommerce-product-images div.images{margin:0}.elementor-widget-heading ul,.elementor-widget-wp-widget-woocommerce_product_categories ul.product-categories ul{margin-bottom:0}.elementor-widget-wp-widget-woocommerce_product_categories select{max-width:100%;width:100%}.elementor-widget .product_list_widget .star-rating{float:none}.elementor-widget .woocommerce h5{margin-bottom:15px}.elementor-widget-wp-widget-woocommerce_widget_cart .quantity{text-align:left}.elementor-widget-wp-widget-woocommerce_layered_nav .select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-flex;align-items:center}#the7-body .elementor-widget-wp-widget-woocommerce_layered_nav .select2-container--default .select2-selection--multiple li{margin:0 1px 1px 0}[data-elementor-device-mode=desktop] .elementor-edit-area-active .elementor-hidden-desktop.elementor-widget-the7-woocommerce-product-images,[data-elementor-device-mode=tablet] .elementor-edit-area-active .elementor-hidden-tablet.elementor-widget-the7-woocommerce-product-images,[data-elementor-device-mode=mobile] .elementor-edit-area-active .elementor-hidden-phone.elementor-widget-the7-woocommerce-product-images{display:block}.elementor-element.elementor-widget-the7-woocommerce-product-images:not(.fix){width:100%}.elementor-widget .dt-wc-product-gallery{align-items:flex-start}.elementor-widget .dt-wc-product-gallery .flexslider{visibility:hidden}.elementor-widget .dt-product-gallery .flexslider{position:relative}.elementor-widget .dt-product-thumbs,.elementor-widget .dt-product-thumbs .flexslider{position:relative;width:100%}.elementor-widget .dt-wc-product-gallery[data-animation=fade] .dt-product-gallery ul.slides{overflow:hidden}.elementor-widget .dt-product-thumbs .flex-viewport{z-index:2;min-width:100%;height:100%}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides{width:auto!important;height:800%}.elementor-widget .stop-transition .slides{transform:translate3d(0px,0px,0px)!important}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides li{float:none!important;margin-left:auto!important;margin-right:auto!important}.elementor-widget .dt-product-gallery .slides>li>a,.elementor-widget .dt-product-thumbs .slides .slide-wrapper{display:flex;align-items:center;height:100%;justify-content:center;overflow:hidden}.elementor-widget .dt-product-thumbs .slides .slide-wrapper{transition:all .3s}.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slide-wrapper{width:100%;aspect-ratio:var(--gallery-ratio)}.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides img{width:inherit!important;height:inherit!important;max-width:100%;object-fit:cover;aspect-ratio:var(--gallery-ratio,var(--ratio));border-radius:inherit}.content .elementor-widget .dt-wc-product-gallery ul{margin:0}.elementor-widget .dt-product-gallery ul.slides,.elementor-widget .thumb-position-bottom .dt-product-thumbs .slides{display:flex;align-items:center}.elementor-widget .dt-wc-product-gallery .dt-product-thumbs,.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom){display:flex}.elementor-widget .thumb-position-bottom .dt-wc-product-gallery{flex-flow:row wrap}.elementor-widget .product .dt-wc-product-gallery div.images,.elementor-widget .thumb-position-right .dt-product-thumbs{width:100%}.elementor-widget .dt-product-gallery .slides li{text-align:center;line-height:0;max-width:100%;overflow:visible!important}.dt-wc-product-gallery .gallery-video-wrap{display:flex;justify-content:center;align-items:center;height:100%}.elementor-widget .dt-product-gallery .slides video{display:block}.elementor-widget .dt-wc-product-gallery .woocommerce-product-gallery_video{cursor:pointer}.elementor-widget .dt-wc-product-gallery .the7-video-overlay{position:absolute;top:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;cursor:pointer}.elementor-widget.preserve-gallery-ratio-y .dt-product-gallery .the7-video-overlay{background-size:contain}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides iframe,.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides video{min-width:100%;min-height:100%;max-height:100%;object-fit:cover}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides iframe{max-height:100%}.elementor-widget.preserve-gallery-ratio-y .dt-product-gallery .slides iframe{aspect-ratio:16/9}.elementor-widget:not(.video-autoplay-yes) .dt-wc-product-gallery iframe,.elementor-widget:not(.video-autoplay-yes) .dt-wc-product-gallery video{opacity:0}.elementor-widget .dt-wc-product-gallery .slides .playing-video iframe,.elementor-widget .dt-wc-product-gallery .slides .playing-video video{opacity:1}.elementor-widget .dt-wc-product-gallery .slides iframe{background-color:#000}.elementor-widget .dt-product-gallery .slides>li,.elementor-widget .dt-product-thumbs .slides>li>.slide-wrapper{-webkit-font-smoothing:subpixel-antialiased;-webkit-transform:translateZ(0px) scale(1,1)}.elementor-widget .dt-product-gallery .slides a{display:block}.elementor-widget:not(.lightbox-on-click-y) .dt-product-gallery .slides a{pointer-events:none}.elementor-widget .thumb-position-left .dt-product-gallery{order:1}.elementor-widget .thumb-position-left .dt-product-thumbs{order:0}div[class*=elementor-widget-the7]>.elementor-widget-container .img-ratio-wrapper{display:block;line-height:0}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides .slide-wrapper,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y) .the7-product-navigation .img-ratio-wrapper,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y)>.elementor-widget-container .img-ratio-wrapper{overflow:hidden;width:100%;height:0;position:relative}div[class*=elementor-widget-the7]:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides .slide-wrapper{overflow:hidden;width:100%;position:relative}.elementor-widget .dt-product-gallery{position:relative;width:100%}.elementor-widget .dt-product-gallery,.elementor-widget .dt-product-gallery .flex-viewport,.elementor-widget .dt-product-gallery .flexslider,.elementor-widget .dt-product-gallery .slides{height:100%}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .flexslider{width:inherit}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs{width:calc((1 / var(--thumbs_ratio)) * ((var(--widget-width) - ((1 / var(--gallery-ratio)) * var(--thumbs-spacing) * var(--thumbs-items)) + ((1 / var(--gallery-ratio)) * var(--thumbs-spacing)) - var(--gallery-spacing))/ ((((1 / var(--gallery-ratio)) * var(--thumbs-items)) + (1 / var(--thumbs_ratio))))))}.elementor-widget .dt-product-gallery:before{content:"";float:left;width:100%}.elementor-widget .dt-product-gallery:after{content:"";display:table;clear:both}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides .slide-wrapper{height:100%}.elementor-widget.preserve-thumb-ratio-y .thumb-position-bottom .dt-product-thumbs .slides .slide-wrapper img{height:auto!important}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .slides a img,.elementor-widget:not(.preserve-img-ratio-y) .the7-product-navigation a img,.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides .slide-wrapper img,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y)>.elementor-widget-container .img-ratio-wrapper img{object-fit:cover;width:100%;height:100%}.elementor-widget .slides .slide-wrapper.compat-object-fit img,.elementor-widget .slides li.compat-object-fit a img,.elementor-widget .the7-product-navigation .img-ratio-wrapper.compat-object-fit img{display:none}.elementor-widget .slides .slide-wrapper.compat-object-fit,.elementor-widget .slides li.compat-object-fit,.elementor-widget .the7-product-navigation .img-ratio-wrapper.compat-object-fit{background-size:cover;background-position:center center}.elementor-widget.preserve-gallery-ratio-y .dt-product-gallery .slides li.compat-object-fit,.elementor-widget.preserve-img-ratio-y .the7-product-navigation .img-ratio-wrapper.compat-object-fit,.elementor-widget.preserve-thumb-ratio-y .dt-product-thumbs .slides .slide-wrapper.compat-object-fit{background-size:contain;background-repeat:no-repeat}.elementor-widget:not(.preserve-gallery-ratio-y) .dt-product-gallery .flexslider .slides a img,.elementor-widget:not(.preserve-img-ratio-y) .the7-product-navigation .img-ratio-wrapper img,.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .flexslider .slides .slide-wrapper img,div[class*=elementor-widget-the7]:not(.preserve-img-ratio-y)>.elementor-widget-container .img-ratio-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%}.elementor-widget .dt-product-gallery .slides>li,.elementor-widget:not(.preserve-thumb-ratio-y) .dt-product-thumbs .slides .slide-wrapper{height:100%}.elementor-widget .dt-product-gallery .slides>li{list-style:none}body .elementor-widget .dt-product-gallery-wrap{top:0;left:0;width:100%;height:100%;position:relative;float:none;padding:0}.elementor-widget .thumb-position-bottom .dt-product-thumbs .slides,.elementor-widget .thumb-position-bottom .dt-product-thumbs .slides li{height:100%}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .slides li{width:100%!important}.content .elementor-widget .flex-direction-nav,.content .elementor-widget .flexslider .slides,.elementor-popup-modal .elementor-widget .flex-direction-nav,.elementor-popup-modal .elementor-widget .flexslider .slides{list-style:none;margin:0}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li{position:absolute;z-index:98;list-style:none}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a{min-width:45px;min-height:45px;display:inline-flex;justify-content:center;align-items:center;transition:all .3s;cursor:pointer;color:rgba(0,0,0,.5)}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a svg{min-width:45px;min-height:45px;fill:rgba(0,0,0,.5);transition:all .3s ease}.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a,.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a svg{min-width:40px;min-height:40px}.elementor-widget.gallery-nav-display-never .dt-product-gallery .flex-direction-nav,.elementor-widget.thumbs-nav-display-never .dt-product-thumbs .flex-direction-nav{display:none}.elementor-widget.gallery-nav-display-hover .dt-product-gallery .flex-direction-nav>li>a,.elementor-widget.thumbs-nav-display-hover .dt-product-thumbs .flex-direction-nav>li>a{opacity:0;overflow:hidden}.elementor-widget.gallery-nav-display-hover .dt-product-gallery .flexslider:hover .flex-direction-nav>li>a,.elementor-widget.thumbs-nav-display-hover .dt-product-thumbs .flexslider:hover .flex-direction-nav>li>a{opacity:1}.elementor-widget .dt-product-gallery .flex-direction-nav>li,.elementor-widget .thumb-position-bottom .dt-product-thumbs .flex-direction-nav>li{top:50%;transform:translateY(-50%)}.elementor-widget .dt-product-gallery .flex-direction-nav>.flex-nav-prev,.elementor-widget .thumb-position-bottom .dt-product-thumbs .flex-direction-nav>.flex-nav-prev{left:0}.elementor-widget .dt-product-gallery .flex-direction-nav>.flex-nav-next,.elementor-widget .thumb-position-bottom .dt-product-thumbs .flex-direction-nav>.flex-nav-next{right:0}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .flex-direction-nav>.flex-nav-prev{top:0;left:50%;transform:translateX(-50%) rotate(90deg)}.elementor-widget .dt-wc-product-gallery:not(.thumb-position-bottom) .dt-product-thumbs .flex-direction-nav>.flex-nav-next{bottom:0;left:50%;transform:translateX(-50%) rotate(-270deg)}.elementor-widget .dt-product-gallery .flex-direction-nav>li>a{font-size:24px}.elementor-widget .dt-product-gallery .flex-direction-nav>li>a svg{width:24px}.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a{font-size:16px}.elementor-widget .dt-product-thumbs .flex-direction-nav>li>a svg{width:16px}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a:hover{text-decoration:none;color:rgba(0,0,0,.9);opacity:1}.elementor-widget .dt-wc-product-gallery .flex-direction-nav>li>a:hover svg{fill:rgba(0,0,0,.9)}.dt-wc-product-gallery .dt-product-gallery .flexslider .flex-viewport,.dt-wc-product-gallery .dt-product-thumbs .slides .slide-wrapper,.elementor-widget .dt-wc-product-gallery[data-animation=fade] .dt-product-gallery ul.slides,.the7-related-products .wf-cell{border-color:var(--the7-divider-color)}.elementor-widget .dt-wc-product-gallery .flex-direction-nav .flex-disabled,.elementor-widget .dt-wc-product-gallery .stop-transition .flex-direction-nav{display:none}.elementor-widget .dt-product-thumbs .slides li{position:relative;line-height:0;display:flex!important;transition:opacity .2s ease-in-out}.elementor-widget .dt-product-thumbs .slides li:not(.flex-active-slide){opacity:.5}.elementor-widget .dt-product-thumbs .slides li.flex-active-slide{opacity:1}.elementor-widget .dt-product-thumbs .slides li:not(.flex-active-slide):hover{cursor:pointer;opacity:1}.elementor-widget .dt-wc-product-gallery .slides .play-icon{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);display:flex;justify-content:center;align-items:center;min-width:30px;min-height:30px;z-index:2;transition:all .3s}.dt-wc-product-gallery .slides .play-icon i{transition:color .3s}.elementor-widget .slides .play-icon svg{transition:fill .3s,color .3s}.elementor-widget .dt-product-gallery .zoom-flash{position:absolute;top:0;right:0;z-index:9;width:36px;height:36px;background:rgba(0,0,0,.8);border-radius:100%;box-sizing:content-box;speak:none;text-transform:none;font-size:14px;text-indent:0;color:#fff;transition:all .3s;display:none;justify-content:center;align-items:center;opacity:0}.elementor-widget .dt-product-gallery .zoom-flash i,.elementor-widget .dt-product-gallery .zoom-flash svg{transition:all .3s}.elementor-widget .dt-product-gallery .zoom-flash svg{fill:#fff}.dt-product-gallery.img-slide-active .zoom-flash{display:flex;opacity:1}.elementor-widget .dt-product-gallery span.onsale{padding:0;display:none;min-height:39px;min-width:39px;line-height:39px}.elementor-widget.lightbox-on-click-y .dt-product-gallery .woocommerce-product-gallery__image{cursor:pointer}.elementor-element>.elementor-element-overlay{right:1px}.elementor-popup-modal ul:not(.vertical-sub-nav){list-style:disc;margin:0 0 10px 20px}.elementor-popup-modal ol{list-style-type:decimal;margin:0 0 10px 20px}.the7-custom-scroll{--scrollbar-thumb-color:#00000014;--scrollbar-thumb-hover-color:#00000026;--scrollbar-track-color:transparent;--scrollbar-track-hover-color:transparent;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color);transition:all .2s}.the7-custom-scroll:hover{scrollbar-color:var(--scrollbar-thumb-hover-color) var(--scrollbar-track-hover-color)}@supports not (scrollbar-color:auto){.the7-custom-scroll::-webkit-scrollbar{width:.5rem;height:.5rem}.the7-custom-scroll::-webkit-scrollbar-track{background:var(--scrollbar-track-hover-color)}.the7-custom-scroll::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-hover-color);border-radius:.25rem}}.hide-tab-additional #tab-additional_information,.hide-tab-additional #tab-title-additional_information,.hide-tab-description #tab-description,.hide-tab-description #tab-title-description,.hide-tab-eviews #tab-reviews,.hide-tab-eviews #tab-title-reviews{display:none!important}.the7-elementor-widget.elementor-tabs .woocommerce-tabs .tabs li{margin:0;justify-content:center;text-align:center;align-items:center}.the7-elementor-widget.elementor-tabs .woocommerce-tabs .tabs li>a{display:block;transition:all .3s}.the7-elementor-widget .woocommerce-tabs{padding-top:0}.the7-elementor-widget>.woocommerce-tabs>.panel{display:none}#the7-body .the7-elementor-widget .woocommerce-tabs .panel{margin-top:0;text-align:left}.the7-elementor-widget .tabs li:after{position:absolute;display:block!important;left:0;top:0;width:100%;height:100%;content:""}.dt-tab-accordion-title{display:none;position:relative}.tabs-accordion-align-center .the7-elementor-widget .dt-tab-accordion-title{text-align:center}.tabs-accordion-align-right .the7-elementor-widget .dt-tab-accordion-title{text-align:right}.dt-tabs-view-accordion.the7-elementor-widget .dt-tab-accordion-title{display:block;border:0}.woocommerce .product.elementor .dt-tabs-view-accordion .woocommerce-tabs .panel{border-top-width:0;padding:0}.tabs-top-align-justify .the7-elementor-widget .wc-tabs{display:flex}.dt-tabs-view-accordion.the7-elementor-widget .wc-tabs{display:none}.woocommerce .the7-elementor-widget.dt-tabs-view-horizontal .tabs li.active:after,.woocommerce .the7-elementor-widget.dt-tabs-view-horizontal .tabs li.active:before{bottom:0;top:auto;height:0;width:999em;border-bottom-style:solid!important}.dt-tabs-view-horizontal .wc-tabs{display:flex}.dt-tabs-view-horizontal .wc-tabs li{border:solid transparent;display:inline-flex;float:none}.the7-elementor-widget.dt-tabs-view-vertical .woocommerce-tabs{display:flex}.the7-elementor-widget .woocommerce-tabs .shop_attributes{padding:0}.the7-elementor-widget.dt-tabs-view-vertical .wc-tabs{display:flex;flex-flow:column;padding:0}.elementor-position-right .the7-elementor-widget .wc-tabs{order:1}.tabs-top-align-center .dt-tabs-view-horizontal .wc-tabs{justify-content:center}.tabs-top-align-right .dt-tabs-view-horizontal .wc-tabs{justify-content:flex-end}.tabs-top-align-justify .dt-tabs-view-horizontal .wc-tabs li{align-items:center;flex-grow:1}.the7-elementor-widget .dt-tabs-view-vertical .woocommerce-tabs .woocommerce-Tabs-panel{margin-top:0!important;text-align:left}.dt-tabs-view-vertical .wc-tabs li{position:relative;float:none;display:flex;margin:0;border:solid transparent}.the7-elementor-widget .tabs li.active:after,.the7-elementor-widget .tabs li.active:before{display:block!important;content:""!important;position:absolute!important}.woocommerce .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:after,.woocommerce .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:before{height:999em;width:0;right:0;left:auto;border-right-style:solid!important}.elementor-position-right .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:after,.elementor-position-right .the7-elementor-widget.dt-tabs-view-vertical .tabs li.active:before{right:auto;left:0}.elementor-widget-the7-woocommerce-product-data-tabs .woocommerce-product-attributes{margin-bottom:0;background:0 0}.the7-elementor-product-comments .comment-respond>h3,.the7-elementor-product-comments .comments-area>h3{margin:0;padding:0}.the7-elementor-product-comments .comment-respond>h3:after,.the7-elementor-product-comments .comments-area>h3:after{display:none}.the7-elementor-product-comments .comment-respond{width:100%}.the7-elementor-product-comments .comment-reply-title,.the7-elementor-product-comments .comment-respond{display:block}.elementor-widget-the7-woocommerce-product-review:not(.elementor-review-col-2) .the7-elementor-product-comments.hide-comments .woocommerce-Reviews #comments,.hide-labels.the7-elementor-product-comments label:not([for=wp-comment-cookies-consent]),.hide-required.the7-elementor-product-comments .required,.the7-elementor-product-comments .dt-btn{display:none}.elementor-widget-the7-woocommerce-product-review:not(.elementor-review-col-2) #comments{padding-bottom:var(--grid-column-gap)}.the7-elementor-product-comments .comment-form{display:flex;flex-flow:row wrap;margin-top:30px;margin-left:calc(-20px / 2);margin-right:calc(-20px / 2)}.elementor-button-align-stretch .comment-form #submit{flex-basis:100%}.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating{margin-top:0;display:flex}.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating label{margin-right:10px;margin-bottom:0!important;display:block}.the7-elementor-product-comments .comment-form-comment,.the7-elementor-product-comments .comment-notes,.the7-elementor-product-comments .elementor-field-type-submit,.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating,.the7-elementor-product-comments .woocommerce-Reviews .comment-form-rating select{width:100%}.elementor-widget-post-comments .comment-content p:last-child,.elementor-widget-the7-tabs .the7-e-tab-content.the7-e-tab-text-content p:last-child,.elementor-widget-woocommerce-cart input:not(.class-1):not(.class-2),.elementor-widget-woocommerce-product-short-description p:last-child,.the7-elementor-product-comments #reviews .comment-text .description p:last-child,.the7-elementor-product-comments #reviews ol.commentlist .comment_container p.meta,.the7-elementor-product-comments .comment-form-rating p,.the7-elementor-product-comments .comment-reply-title,.the7-elementor-product-comments .woocommerce-Reviews-title,.the7-elementor-product-comments .woocommerce-noreviews,.the7-elementor-product-comments input[type=url]:not(.elementor-field),.the7-elementor-product-comments input[type=email]:not(.elementor-field),.the7-elementor-product-comments input[type=text]{margin-bottom:0}.the7-elementor-product-comments #reviews ol.commentlist li:last-child{margin-bottom:0!important}.the7-elementor-product-comments .commentlist .comment_container .meta{display:flex;flex-wrap:wrap;align-items:center}.the7-elementor-product-comments #reviews .commentlist .comment_container .meta .woocommerce-review__author{margin-right:5px;margin-bottom:0}.the7-elementor-product-comments .commentlist .comment_container .meta .woocommerce-review__verified{line-height:var(--the7-text-small-line-height);font-size:var(--the7-text-small-font-size);color:var(--the7-secondary-text-color)}.the7-elementor-product-comments .commentlist .comment_container .meta .woocommerce-review__published-date{flex-basis:100%}.the7-elementor-product-comments #commentform input[type=email],.the7-elementor-product-comments #commentform input[type=text],.the7-elementor-product-comments #commentform textarea{margin-bottom:0;height:auto;min-height:var(--the7-input-height)}.the7-elementor-product-comments .woocommerce-noreviews{display:block}.the7-elementor-product-comments input::placeholder,.the7-elementor-product-comments textarea::placeholder{opacity:.5;color:inherit!important}.the7-elementor-product-comments #reviews ol.commentlist .comment_container{display:grid;grid-template-areas:"thumb text";grid-template-columns:60px calc(100% - 75px);grid-column-gap:15px;padding:20px}.the7-elementor-product-comments .comment_container>img{grid-area:thumb}.the7-elementor-product-comments .comment-text{grid-area:text;display:grid;grid-template-areas:"title star" " desc desc";grid-template-columns:1fr auto;grid-auto-rows:min-content}.the7-elementor-product-comments .star-rating{grid-area:star;order:1;width:initial}.the7-elementor-product-comments .star-rating:before{position:initial}#the7-body .the7-elementor-product-comments .stars a{width:1em;padding-right:1em;text-indent:-9999px;overflow:hidden;white-space:nowrap}.the7-elementor-product-comments .stars span{display:inline-flex}.the7-elementor-product-comments .meta{grid-area:title;order:0}.the7-elementor-product-comments .description{grid-area:desc;order:2}.the7-elementor-product-comments #reviews ol.commentlist{padding-bottom:0}.the7-elementor-product-comments #reviews .commentlist li img.avatar{margin:0 20px 15px 0px;object-fit:contain;align-self:flex-start}.the7-elementor-product-comments .comment-text{width:100%}.the7-elementor-product-comments .comment_container .meta>*{display:block}.the7-elementor-product-comments .comment_container .meta .woocommerce-review__awaiting-approval{font-style:inherit}.the7-elementor-product-comments .comment-form label,.the7-elementor-product-comments .comment-form-cookies-consent,.the7-elementor-product-comments .comment-form-cookies-consent label,.the7-elementor-product-comments .comment-notes,.the7-elementor-product-comments .logged-in-as,.the7-elementor-product-comments .woocommerce-noreviews{font-family:var(--the7-base-font-family);font-weight:var(--the7-base-font-weight);color:var(--the7-base-color);font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height)}.the7-product-filter *,.the7-product-filter .elementor-icon,.the7-product-filter .elementor-icon *{transition:none}.the7-product-filter .filter-nav>li{list-style:none}.the7-product-filter{visibility:hidden}.widget_shopping_cart_content .elementor-menu-cart__products{border:none}.content .elementor-sitemap-list .children{margin-top:10px;margin-bottom:0px}.elementor-widget-image-carousel .swiper .the7-swiper-slide figure img,.elementor-widget-image-carousel .swiper-container .the7-swiper-slide figure img{display:block;margin-left:auto;margin-right:auto}.img-wrap{transition:opacity .3s}.img-wrap:after,.img-wrap:before{position:absolute;top:0;left:0;width:100%;height:100%;transition:inherit;content:""}.img-wrap:after,.img-wrap:hover:before{opacity:0}.img-wrap:before{z-index:1;opacity:1}.img-wrap:hover:after{opacity:1}.box-button{position:relative;font:var(--the7-btn-s-font);text-transform:var(--the7-btn-s-text-transform);letter-spacing:var(--the7-btn-s-letter-spacing);border-radius:var(--the7-btn-s-border-radius);border-width:var(--the7-btn-s-border-width);border-style:var(--the7-btn-s-border-style);padding:var(--the7-btn-s-padding);border-color:var(--the7-btn-border-color);display:inline-flex;justify-content:center;align-items:center;--btn-icon-spacing:7px;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease,border-color .3s ease,transform .3s ease}.elementor-element .box-button.no-text{--btn-icon-spacing:0px}.woo-buttons a.box-button{display:inline-flex}.box-button:hover,.box-button:hover i,.box-button:visited,.box-hover:hover .box-button{color:var(--the7-btn-hover-color)}.box-hover .box-button{pointer-events:none}.box-button i{color:var(--the7-btn-color);transition:color .3s ease}.box-button svg{width:1em;height:auto;fill:var(--the7-btn-color);transition:fill .3s ease,color .3s ease}.box-button:hover svg,.box-hover:hover .box-button svg{fill:var(--the7-btn-hover-color)}.the7-product-price-filter .filter-container{overflow:visible}.elementor-widget-the7-products-counter .woocommerce-result-count{font-size:var(--the7-text-small-font-size);line-height:var(--the7-text-small-line-height);color:var(--the7-base-color);margin-bottom:0}#the7-body .elementor-search-form input.elementor-search-form__input,.elementor-popup-modal .elementor-search-form input.elementor-search-form__input{align-self:center;margin-bottom:0}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{height:auto}.elementor-widget-woocommerce-cart input:not(.class-1):not(.class-2){line-height:normal}.elementor-lightbox.elementor-search-form--full-screen .dialog-lightbox-close-button{top:0}.elementor-widget-woocommerce-cart .woocommerce{font-family:var(--the7-base-font-family);font-size:var(--the7-base-font-size);font-weight:var(--the7-base-font-weight)}.elementor-widget-woocommerce-cart .cart_totals table.shop_table_responsive tr td::before{margin-right:5px}.elementor-widget-woocommerce-cart .woocommerce .input-text:not(.qty),.elementor-widget-woocommerce-cart .woocommerce select{border:none}.elementor-widget-woocommerce-cart .woocommerce .input-text,.elementor-widget-woocommerce-cart .woocommerce select{height:auto}.theme-dt-the7 .elementor-widget-woocommerce-cart .select2-container .select2-selection--single{border-radius:var(--forms-fields-border-radius,0px)}.elementor-widget-woocommerce-checkout-page{--the7-inputs-padding:var(--the7-top-input-padding) var(--the7-right-input-padding) var(--the7-bottom-input-padding) var(--the7-left-input-padding)}.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order .order-total .amount,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order .woocommerce-Price-amount,.elementor-widget-woocommerce-checkout-page .woocommerce-checkout-review-order th{font:inherit}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single{min-height:var(--the7-input-height);height:auto}#the7-body .elementor-widget .select2-container--default .select2-selection--single .select2-selection__arrow{right:calc(8px + var(--the7-right-input-padding,7px))}.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered{padding:0!important;font:inherit;letter-spacing:var(--the7-form-md-letter-spacing);text-transform:var(--the7-form-md-text-transform);text-decoration:var(--the7-base-text-decoration);color:var(--forms-fields-normal-color,var(--the7-input-color));line-height:inherit!important}.elementor-widget .select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__arrow b{border-top-color:var(--the7-input-color);border-right-color:transparent!important;border-bottom-color:transparent!important;border-left-color:transparent!important}.elementor-widget .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-bottom-color:var(--the7-input-color);border-right-color:transparent!important;border-top-color:transparent!important;border-left-color:transparent!important}.elementor-add-to-cart .woocommerce-variation-add-to-cart>.button{margin-right:0}#the7-body .elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single>span{line-height:inherit}#the7-body .elementor-widget .select2-container--default .select2-selection--single .select2-selection__arrow,#the7-body .elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}#the7-body .elementor-widget-woocommerce-cart .select2-container--default .select2-selection--single{padding:var(--forms-fields-padding,16px);padding-left:0;padding-right:0}.elem-woo-select2-dropdown .select2-dropdown{border-radius:3px;box-shadow:0px 0px 10px rgba(0,0,0,.2);border:none;overflow:hidden}.elem-woo-select2-dropdown .select2-results__option{line-height:1.2em;color:#666}.elem-woo-select2-dropdown .select2-search--dropdown .select2-search__field{border-color:rgba(0,0,0,.12);border-radius:3px;height:auto;background-color:#fff}.elem-woo-select2-dropdown .select2-results__option[aria-selected=true],.elem-woo-select2-dropdown .select2-results__option[data-selected=true]{background:rgba(0,0,0,.05);color:#222}.elem-woo-select2-dropdown .select2-search--dropdown{padding:10px 10px 0}.elem-woo-select2-dropdown .select2-results__option{padding:10px}.elem-woo-select2-dropdown .select2-results__option--highlighted[aria-selected],.elem-woo-select2-dropdown .select2-results__option--highlighted[data-selected]{color:#fff;background:#222}.elem-woo-select2-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow{width:20px}body .elementor-widget-woocommerce-cart .select2-container--default{z-index:98}.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{max-height:initial;min-width:36px;margin-right:0}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{font-family:Arial,sans-serif}.elementor-tab-content h1,.elementor-widget-text-editor h1,.elementor-widget-theme-post-content h1,.the7-e-tab-content.the7-e-tab-text-content h1{margin-bottom:var(--the7-h1-spacing);color:var(--textColor,var(--the7-h1-color))}.elementor-tab-content h2,.elementor-widget-text-editor h2,.elementor-widget-theme-post-content h2,.the7-e-tab-content.the7-e-tab-text-content h2{margin-bottom:var(--the7-h2-spacing);color:var(--textColor,var(--the7-h2-color))}.elementor-tab-content h3,.elementor-widget-text-editor h3,.elementor-widget-theme-post-content h3,.the7-e-tab-content.the7-e-tab-text-content h3{margin-bottom:var(--the7-h3-spacing);color:var(--textColor,var(--the7-h3-color))}.elementor-tab-content h4,.elementor-widget-text-editor h4,.elementor-widget-theme-post-content h4,.the7-e-tab-content.the7-e-tab-text-content h4{margin-bottom:var(--the7-h4-spacing);color:var(--textColor,var(--the7-h4-color))}.elementor-tab-content h5,.elementor-widget-text-editor h5,.elementor-widget-theme-post-content h5,.the7-e-tab-content.the7-e-tab-text-content h5{margin-bottom:var(--the7-h5-spacing);color:var(--textColor,var(--the7-h5-color))}.elementor-tab-content h6,.elementor-widget-text-editor h6,.elementor-widget-theme-post-content h6,.the7-e-tab-content.the7-e-tab-text-content h6{margin-bottom:var(--the7-h6-spacing);color:var(--textColor,var(--the7-h6-color))}.elementor-search-form button,.elementor-search-form input[type=search]{box-shadow:none}.elementor-search-form input[type=search]{color:#55595c;font:inherit}.elementor-background-overlay{-webkit-transform:translate3d(0,0,0)}.elementor-widget-woocommerce-checkout-page .woocommerce-terms-and-conditions hr,.the7-p-gap{height:0;border:none;margin:0}.the7-slider-template .the7-slide-content{min-height:100vh;display:flex;flex-direction:column;--slide-height:100%}.the7-slider-template .the7-slide-content>.elementor-inner>.elementor-section-wrap,.the7-slider-template .the7-slide-content>.elementor-section-wrap{height:var(--slide-height);flex-grow:1;display:flex;flex-direction:column;position:relative}.elementor.the7-overlay-content:before,.the7-slider-template .the7-slide-content>.elementor-inner>.elementor-section-wrap:before,.the7-slider-template .the7-slide-content>.elementor-section-wrap:before{height:100%;width:100%;top:0;left:0;position:absolute}.img-css-resize-wrapper{width:100%;aspect-ratio:var(--the7-img-ratio);position:relative;display:block;line-height:0}.img-css-resize-wrapper:not(.layzr-bg){background-size:var(--the7-img-object-fit,cover);background-repeat:no-repeat;background-position:center}img.aspect{--ratio:auto;aspect-ratio:var(--the7-img-ratio,var(--ratio))}.img-css-resize-wrapper img{width:var(--the7-img-width,inherit);height:var(--the7-img-height,auto);max-width:var(--the7-img-max-width,100%);max-height:var(--the7-img-max-height);object-fit:var(--the7-img-object-fit,cover);aspect-ratio:var(--the7-img-ratio,var(--ratio))}.wc-img-hover .woocom-project img.back-image{width:var(--the7-img-widthh,inherit);height:var(--the7-img-height,auto);max-width:var(--max-width,100%);max-height:var(--max-height)}.img-css-resize-wrapper img.the7-svg-image{width:100%}.hidden-on-load{display:none}.dt-nav-menu-horizontal>.the7-e-mega-menu>.the7-e-mega-menu-sub-nav,.horizontal-sub-nav{visibility:hidden;opacity:0}.elementor-widget .wc-img-hover .woocom-project img.back-image{top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.dt-sub-menu-display-on_click.the7-vertical-list li>.children{display:none}.dt-sub-menu-display-on_click.the7-vertical-list li.current-cat-parent>.children{display:block}.the7-vertical-list li>a .next-level-button>:nth-child(2){position:absolute;visibility:hidden;opacity:0}.the7-vertical-lists li.has-children>a .next-level-button>:nth-child(1){visibility:visible;opacity:1}.the7-vertical-list li.has-children>a .next-level-button>:nth-child(2){position:absolute;visibility:hidden;opacity:0}.the7-vertical-list li.has-children.open-sub>a .next-level-button>:nth-child(1){visibility:hidden;opacity:0}.the7-vertical-list li.has-children.open-sub>a .next-level-button>:nth-child(2){visibility:visible;opacity:1}.the7-vertical-list>li>a{font:var(--the7-widget-content-font);color:var(--the7-title-color)}.dt-categories-list>li>a{font-size:var(--the7-base-font-size);line-height:var(--the7-base-line-height)}.dt-sub-menu-display-on_click.the7-vertical-list>li>a{grid-template-columns:auto;grid-template-areas:" item"}.dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:auto 1fr auto;grid-template-areas:" item empty indicator "}[class*=categories_align-center] .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:calc(var(--icon-size) + var(--icon-spacing)) 1fr calc(var(--icon-size) + var(--icon-spacing));grid-template-areas:"empty item indicator "}[class*=categories_align-right] .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-areas:" item indicator ";grid-template-columns:auto auto;justify-content:flex-end}.category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:auto auto 1fr auto;grid-template-areas:" item count empty indicator "}.category-count-align-right .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:1fr auto calc(var(--icon-size) + var(--icon-spacing));grid-template-areas:" item count indicator "}.dt-sub-menu-display-on_click.dt-icon-align-with_text.the7-vertical-list>li>a{grid-template-areas:" item count indicator ";grid-template-columns:auto auto calc(var(--icon-size) + var(--icon-spacing))}[class*=categories_align-center].category-count-align-right .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:calc(var(--icon-size) + var(--icon-spacing)) 1fr auto calc(var(--icon-size) + var(--icon-spacing));grid-template-areas:"empty item count indicator "}[class*=categories_align-right].category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-areas:" item count indicator ";grid-template-columns:auto auto auto;justify-content:flex-end}[class*=categories_align-center].category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a{grid-template-columns:1fr auto auto 1fr;grid-template-areas:"empty item count indicator "}[class*=categories_align-center].category-count-align-left .dt-sub-menu-display-on_click.dt-icon-align-side.the7-vertical-list>li>a .next-level-button{justify-self:flex-end}.elementor-icon svg[fill=none][stroke=currentColor]{fill:none!important}.the7-heading-title,.the7-heading-title a{transition:all .3s ease;margin-bottom:0}.the7-heading-title a,.the7-heading-title a:hover{color:inherit}.the7-overlay-container{display:inline-block;position:relative}.the7-overlay-container .the7-overlay-content{display:var(--overlay-display,flex);position:absolute;inset:0;flex-direction:column;transition:.3s;z-index:2;opacity:var(--overlay-opacity)}.elementor-widget-image .the7-overlay-container .the7-overlay-content,.transform-overlay-yes .the7-overlay-container .the7-overlay-content{overflow:hidden}.the7-overlay-container:hover .the7-overlay-content{opacity:var(--overlay-hover-opacity)}.the7-hidden{visibility:hidden}.elementor-widget-the7-woocommerce-product-rating .woocommerce-product-rating{display:flex;align-items:center;justify-content:var(--content-align,flex-start)}.elementor-widget-the7-woocommerce-product-rating .star-rating{float:none;width:initial;height:initial;display:inline-block;text-align:left;margin:var(--star-gap)!important}.elementor-widget-the7-woocommerce-product-rating .woocommerce-review-link{display:var(--star-text-display,inline-flex);transition:color .3s}.elementor-widget-the7-woocommerce-product-rating .star-rating span{text-indent:-9999px}.elementor-widget-the7-woocommerce-product-rating .star-rating span:before{text-indent:initial}.elementor-widget-the7-woocommerce-product-rating .star-rating:before{color:var(--the7-divider-color);float:none;position:initial}.elementor-element:where(.e-con-fit){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.e-con-fit{text-align:var(--text-align);padding-block-start:var(--bc-padding-block-start,var(--padding-block-start));padding-block-end:var(--bc-padding-block-end,var(--padding-block-end))}.e-con-fit.e-flex{flex-direction:var(--flex-direction)}.elementor-widget-the7-logo-widget .elementor-widget-container{display:flex}.the7-logo-wrap{transition:all .3s;text-align:center}.elementor-widget-the7-logo-widget img{position:static;transition:all .3s}.elementor-widget-the7-logo-widget img:nth-child(2){position:absolute;left:0}.the7-e-sticky-effects .elementor-widget-the7-logo-widget .the7-logo-wrap img:nth-child(1):not(:last-child),.the7-logo-wrap img:nth-child(2){visibility:hidden;opacity:0}.the7-e-sticky-effects.the7-e-sticky-active .elementor-widget-the7-logo-widget.sticky-logo-y .the7-logo-wrap img:nth-child(2){position:relative;visibility:visible;opacity:1}.the7-e-sticky-effects.the7-e-sticky-active .elementor-widget-the7-logo-widget.sticky-logo-y .the7-logo-wrap img:nth-child(1):not(:last-child){position:absolute}.the7-e-sticky-effects.the7-e-sticky-active .elementor-widget-the7-logo-widget.sticky-logo-y .the7-logo-wrap.img-css-resize-wrapper{aspect-ratio:var(--sticky-aspect-ratio)}.the7-logo-wrap.img-css-resize-wrapper img:nth-child(2){width:var(--sticky-width,var(--ratio-img-width,inherit));height:var(--sticky-height,var(--height,auto));max-width:var(--sticky-max-width,var(--max-width,100%));max-height:var(--sticky-max-height,var(--max-height));object-fit:var(--sticky-object-fit,var(--object-fit,cover));aspect-ratio:var(--sticky-aspect-ratio,var(--aspect-ratio,--ratio))}.sticky-logo-style-y .the7-logo-wrap.img-css-resize-wrapper img:nth-child(2){width:var(--sticky-width,inherit);height:var(--sticky-height,auto);max-width:var(--sticky-max-width,100%);max-height:var(--sticky-max-height);object-fit:var(--sticky-object-fit,cover);aspect-ratio:var(--sticky-aspect-ratio,var(--ratio))}.elementor-widget-the7-woocommerce-product-out-of-stock-label .the7-out-of-stock{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-width:max-content;width:100%;max-width:100%;min-height:3.236em;font-size:1em;line-height:1;background-color:var(--the7-accent-color);color:#fff}.the7-swiper-slide .the7-out-of-stock{-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0)}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:auto}}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0}.elementor-widget-woocommerce-checkout-page .woocommerce-notice{margin-bottom:32px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details{display:flex;justify-content:space-between;column-gap:32px;row-gap:32px;padding-bottom:72px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li{border-top:none;border-left:1px solid;padding-left:32px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li:first-child{border-left:none;padding-left:0}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tbody tr:first-child{padding-top:0;border:none}.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tr{border-top:1px solid var(--the7-divider-color)}.elementor-widget-woocommerce-checkout-page .woocommerce-order-details{display:inline-flex;width:calc(70% - 72px);padding-right:72px;flex-flow:column}.elementor-widget-woocommerce-checkout-page .woocommerce-customer-details{display:inline-flex;width:30%;flex-flow:column}.elementor-widget-woocommerce-checkout-page .addresses{display:flex;flex-flow:column;row-gap:54px}.elementor-widget-woocommerce-checkout-page .woocommerce-column--billing-address,.elementor-widget-woocommerce-checkout-page .woocommerce-column--shipping-address{width:100%}.elementor-widget-woocommerce-checkout-page .addresses address{padding-top:15px}@media screen and (max-width:768px){.elementor-widget-woocommerce-checkout-page .shop_table tr{flex-flow:row}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details{flex-flow:column}.elementor-widget-woocommerce-checkout-page .woocommerce-customer-details,.elementor-widget-woocommerce-checkout-page .woocommerce-order-details{width:100%;padding:0}.elementor-widget-woocommerce-checkout-page .woocommerce-order-details{margin-bottom:64px}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li{border-left:none;border-top:1px solid;padding:32px 0 0}.elementor-widget-woocommerce-checkout-page .woocommerce-thankyou-order-details li:first-child{padding-top:0;border-top:none}}.elementor-message.elementor-help-inline.elementor-message-danger:before{content:"\2715";font-family:Helvetica}
/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* vietnamese */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* devanagari */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

/* cyrillic-ext */

/* cyrillic */

/* vietnamese */

/* latin-ext */

/* latin */

.elementor-9575 .elementor-element.elementor-element-1f71d8c > .elementor-container{max-width:700px;min-height:250px;}.elementor-9575 .elementor-element.elementor-element-d54d937 .elementor-widget-container {display: flex;} .elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form, .elementor-9575 .elementor-element.elementor-element-d54d937 .elementor-widget-container{justify-content:center;}.elementor-9575 .elementor-element.elementor-element-d54d937 input[type="search"].the7-search-form__input{font-family:var( --e-global-typography-el_content_4-font-family ), Sans-serif;font-size:var( --e-global-typography-el_content_4-font-size );font-style:var( --e-global-typography-el_content_4-font-style );line-height:var( --e-global-typography-el_content_4-line-height );}.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form, .elementor-9575 .elementor-element.elementor-element-d54d937:not(.the7-search-form-icon-position-inside) .the7-search-input__container{min-height:64px;border-style:solid;--the7-top-input-border-width:0px;--the7-right-input-border-width:0px;--the7-bottom-input-border-width:1px;--the7-left-input-border-width:0px;border-width:0px 0px 1px 0px;padding:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;background-color:var( --e-global-color-el_color_0 );border-color:var( --e-global-color-el_color_7_4 );}.elementor-9575 .elementor-element.elementor-element-d54d937{--box-top-padding:0px;--box-right-padding:0px;--box-bottom-padding:0px;--box-left-padding:0px;--placeholder-color:var( --e-global-color-el_color_7_2 );--input-color:var( --e-global-color-el_color_7_2 );--expand-width:100%;--placeholder-color-focus:#FFFFFF00;--input-color-focus:var( --e-global-color-el_color_7 );--btn-space:15px;--e-search-form-submit-icon-size:28px;--icon-width:0px;}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form__input,
					.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form__icon{color:var( --e-global-color-el_color_7_2 );fill:var( --e-global-color-el_color_7_2 );} .elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-outside .the7-search-input__container{width:min(100%, 100% - var(--icon-width,30px) - var(--btn-space, 10px));}.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form{width:100%;}.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form:focus-within .the7-search-form__input,
					.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form:focus-within .the7-search-form__icon, .elementor-9575 .elementor-element.elementor-element-d54d937:not(.the7-search-form-icon-position-inside) .the7-search-form__input:focus
					{color:var( --e-global-color-el_color_7 );fill:var( --e-global-color-el_color_7 );}.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form:focus-within, .elementor-9575 .elementor-element.elementor-element-d54d937:not(.the7-search-form-icon-position-inside) .the7-search-input__container:focus-within{border-color:var( --e-global-color-el_color_1 );}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-clear-search{font-size:28px;--clear-color:var( --e-global-color-el_color_7_2 );}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-clear-search svg{width:28px;height:auto;}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form .the7-clear-search:hover{color:var( --e-global-color-el_color_1 );}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form .the7-clear-search:hover svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form:focus-within .the7-clear-search:not(:hover), .elementor-9575 .elementor-element.elementor-element-d54d937:not(.the7-search-form-icon-position-inside) .the7-search-input__container:focus-within .the7-clear-search:not(:hover){color:var( --e-global-color-el_color_7 );}.elementor-9575 .elementor-element.elementor-element-d54d937.the7-search-form-icon-position-inside .the7-search-form:focus-within .the7-clear-search:not(:hover) svg, .elementor-9575 .elementor-element.elementor-element-d54d937:not(.the7-search-form-icon-position-inside) .the7-search-input__container:focus-within .the7-clear-search:not(:hover) svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-input__container{order:0;margin-right:var(--btn-space, 10px);margin-left:0;}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form__submit{width:0px;height:0px;--e-search-form-submit-text-color:var( --e-global-color-el_color_7_2 );background-color:#FFFFFF00;}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form__submit:hover{--e-search-form-submit-text-hover-color:var( --e-global-color-el_color_1 );}.elementor-9575 .elementor-element.elementor-element-d54d937 .the7-search-form:focus-within .the7-search-form__submit:not(:hover){--e-search-form-submit-text-color:var( --e-global-color-el_color_7 );}#elementor-popup-modal-9575 .dialog-widget-content{animation-duration:0.5s;background-color:var( --e-global-color-el_color_0 );width:100vw;box-shadow:0px 0px 60px 0px rgba(0,0,0,0.2);}#elementor-popup-modal-9575 .dialog-message{width:100vw;height:auto;max-height:var(--the7-fit-height, 100vh);}#elementor-popup-modal-9575{justify-content:center;align-items:flex-start;}#elementor-popup-modal-9575 .dialog-close-button{display:flex;font-size:24px;}#elementor-popup-modal-9575 .dialog-close-button i{color:var( --e-global-color-el_color_7 );}#elementor-popup-modal-9575 .dialog-close-button svg{fill:var( --e-global-color-el_color_7 );}#elementor-popup-modal-9575 .dialog-close-button:hover i{color:var( --e-global-color-el_color_1 );}@media(max-width:1100px){.elementor-9575 .elementor-element.elementor-element-d54d937 input[type="search"].the7-search-form__input{font-size:var( --e-global-typography-el_content_4-font-size );line-height:var( --e-global-typography-el_content_4-line-height );}#elementor-popup-modal-9575{align-items:flex-start;}}@media(max-width:767px){.elementor-9575 .elementor-element.elementor-element-d54d937 input[type="search"].the7-search-form__input{font-size:var( --e-global-typography-el_content_4-font-size );line-height:var( --e-global-typography-el_content_4-line-height );}#elementor-popup-modal-9575{align-items:flex-start;}}
.elementor-widget-the7-search-form-widget .elementor-widget-container{width:100%}.the7-search-form{display:flex;width:100%;max-width:100%;transition:all .3s}.the7-search-form input[type=search]:-webkit-autofill{-webkit-text-fill-color:var(--placeholder-color,var(--input-color))!important}.the7-search-form input[type=search]:-webkit-autofill:focus{-webkit-text-fill-color:var(--input-color-focus)!important}.the7-search-form input[type=search]::-webkit-input-placeholder{opacity:1;color:var(--placeholder-color,var(--input-color))}.the7-search-form input[type=search]:-moz-placeholder{opacity:1;color:var(--placeholder-color,var(--input-color))}.the7-search-form input[type=search]:focus::-webkit-input-placeholder{opacity:1;color:var(--placeholder-color-focus,var(--input-color-focus))}.the7-search-form input[type=search]:focus:-moz-placeholder{opacity:1;color:var(--placeholder-color-focus,var(--input-color-focus))}.the7-search-form button,.the7-search-form input[type=search]{margin-bottom:0;border:0;padding:0;display:inline-flex;white-space:normal;background:0 0;line-height:1;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.the7-search-form button:focus,.the7-search-form input[type=search]:focus{outline:0}.elementor-widget-the7-search-form-widget:not(.the7-search-form-icon-position-outside) .the7-search-form__input[type=search]{box-shadow:none}.elementor-widget-the7-search-form-widget.the7-search-form-icon-position-inside .the7-search-form,.elementor-widget-the7-search-form-widget:not(.the7-search-form-icon-position-inside) .the7-search-input__container{padding:0 10px;background:var(--the7-content-boxes-bg);border:none;border-color:var(--the7-divider-color);min-height:50px}.the7-search-input__container{position:relative;width:calc(100% - var(--icon-width,30px) - var(--btn-space,10px));transition:all .3s;color:var(--the7-base-color);font:var(--the7-base-font)}.the7-search-input__container input[type=search]{width:calc(100% - var(--clear-width,1em));height:100%;min-height:unset;margin-bottom:0!important}.the7-search-input__container input:focus{color:var(--the7-title-color)}.the7-search-form-icon-position-inside .the7-search-input__container{min-height:unset}.the7-search-form__input::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.the7-search-form__input:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.the7-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.the7-search-form__input:-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.the7-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-widget-the7-search-form-widget .the7-search-form__submit svg{fill:var(--e-search-form-submit-text-color,#fff);color:var(--e-search-form-submit-text-color,#fff);width:var(--e-search-form-submit-icon-size,16px);height:var(--e-search-form-submit-icon-size,16px);transition:all .3s}.elementor-widget-the7-search-form-widget .the7-search-form__submit{justify-content:center;align-items:center;align-self:center;width:30px;height:30px;min-width:1em;min-height:1em;transition:all .3s;font-size:var(--e-search-form-submit-icon-size,16px);border-width:var(--the7-top-btn-border-width,0px) var(--the7-right-btn-border-width,0px) var(--the7-bottom-btn-border-width,0px) var(--the7-left-btn-border-width,0px);border-style:var(--the7-btn-border-style,none);border-radius:100%;background-color:var(--the7-accent-color);color:var(--e-search-form-submit-text-color,#fff)}.elementor-widget-the7-search-form-widget .the7-search-form__submit:hover{color:var(--e-search-form-submit-text-hover-color,var(--the7-accent-color))}.elementor-widget-the7-search-form-widget .the7-search-form__submit:hover svg{fill:var(--e-search-form-submit-text-hover-color,var(--the7-accent-color));color:var(--e-search-form-submit-text-hover-color,var(--the7-accent-color))}.elementor-widget-the7-search-form-widget.the7-search-form-icon-position-inside.icon-hide-y .the7-search-form__submit{display:none}.the7-clear-search{position:absolute;top:50%;transform:translateY(-50%);right:var(--box-right-padding,10px);height:100%;align-items:center;justify-content:center;color:var(--clear-color);transition:all .3s}.the7-search-form-icon-position-inside .the7-clear-search{right:0}.the7-clear-search svg{fill:var(--clear-color,var(--the7-base-color));color:var(--clear-color,var(--the7-base-color));width:1em;height:auto;transition:all .3s}.show-clear .the7-clear-search{display:inline-flex}.the7-search-form button.the7-clear-search{display:none}.the7-search-form .show-clear button.the7-clear-search{display:inline-flex}
@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}
.elementor-4761 .elementor-element.elementor-element-386f72ea > .elementor-element-populated{padding:30px 30px 30px 30px;}.elementor-4761 .elementor-element.elementor-element-90c0690{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:left;}.elementor-4761 .elementor-element.elementor-element-90c0690 img, .elementor-4761 .elementor-element.elementor-element-90c0690 svg{width:180px;}.elementor-4761 .elementor-element.elementor-element-90c0690 svg{height:auto;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a{justify-content:flex-start;align-items:flex-start;text-align:left;--menu-position:flex-start;color:var( --e-global-color-el_color_7 );}.elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu > li > a .item-content{padding:0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav{--sub-justify-content:flex-start;--sub-align-items:flex-start;--sub-text-align:left;--sub-menu-position:flex-start;--sub-icon-size:20px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 > .elementor-widget-container{margin:60px 0px 60px 0px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 li > a .item-content > i, .elementor-4761 .elementor-element.elementor-element-a0f1620 li > a .item-content > img, .elementor-4761 .elementor-element.elementor-element-a0f1620 li > a .item-content > svg{display:flex;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li:not(:last-child){padding-bottom:calc(34px);margin-bottom:0;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .dt-nav-menu > li:first-child{padding-top:calc(34px/2);}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .dt-nav-menu > li:last-child{padding-bottom:calc(34px/2);}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu{--grid-row-gap:34px;--icon-size:24px;--icon-spacing:10px;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .dt-nav-menu > li:after{border-bottom-style:solid;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .dt-nav-menu > li:first-child:before{border-top-style:solid;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .first-item-border-hide .dt-nav-menu > li:first-child:before{border-top-style:none;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .first-item-border-hide .dt-nav-menu > li:first-child{padding-top:0;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .last-item-border-hide .dt-nav-menu > li:last-child:after{border-bottom-style:none;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .last-item-border-hide .dt-nav-menu > li:last-child{padding-bottom:0;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes{--divider-width:1px;}.elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .dt-nav-menu > li:after, .elementor-4761 .elementor-element.elementor-element-a0f1620.widget-divider-yes .dt-nav-menu > li:before{border-color:var( --e-global-color-el_color_7_4 );} .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:500;text-transform:none;line-height:1.3em;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a .item-content svg{fill:var( --e-global-color-el_color_7 );color:var( --e-global-color-el_color_7 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a:hover{color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a:hover .item-content svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a.active, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a.active-item{color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a.active .item-content svg, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a.active-item .item-content svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu li.depth-0 > a{--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu li.menu-item.depth-0 > a .item-content > i{font-size:16px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu li.menu-item.depth-0 > a .item-content > img, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu li.menu-item.depth-0 > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a .next-level-button i{font-size:24px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a .next-level-button, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a .next-level-button svg{width:24px;height:24px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-icon-position-left .dt-nav-menu > li > a .next-level-button{margin-right:10px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-icon-position-right .dt-nav-menu > li > a  .next-level-button{margin-left:10px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content {margin-left:10px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content {margin-right:10px;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-center .dt-icon-align-side .dt-nav-menu > li > a  .item-content {margin:0 10px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a .next-level-button{color:var( --e-global-color-el_color_7_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > a .next-level-button svg{fill:var( --e-global-color-el_color_7_2 );color:var( --e-global-color-el_color_7_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_click .dt-nav-menu > li > a .next-level-button:hover {color:var( --e-global-color-el_color_1 );}
					.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_item_click .dt-nav-menu > li > a:hover .next-level-button{color:var( --e-global-color-el_color_1 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_click .dt-nav-menu > li > a .next-level-button:hover svg, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_item_click .dt-nav-menu > li > a:hover .next-level-button svg{fill:var( --e-global-color-el_color_1 );color:var( --e-global-color-el_color_1 );}.elementor-4761 .elementor-element.elementor-element-a0f1620  .dt-nav-menu > li > .active .next-level-button, .elementor-4761 .elementor-element.elementor-element-a0f1620  .dt-nav-menu > li > .active-item .next-level-button{color:var( --e-global-color-el_color_7_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > .active .next-level-button svg, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > .active-item .next-level-button svg{fill:var( --e-global-color-el_color_7_2 );color:var( --e-global-color-el_color_7_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > .vertical-sub-nav{padding:20px 0px 10px 0px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav > li:not(:last-child){padding-bottom:calc(20px);margin-bottom:0;--sub-grid-row-gap:20px;}.elementor-4761 .elementor-element.elementor-element-a0f1620.sub-widget-divider-yes .vertical-sub-nav > li:first-child{padding-top:calc(20px/2);}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav .vertical-sub-nav > li:first-child{margin-top:calc(20px/2);padding-top:calc(20px/2);}.elementor-4761 .elementor-element.elementor-element-a0f1620 .first-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:first-child{padding-top:0;}.elementor-4761 .elementor-element.elementor-element-a0f1620.sub-widget-divider-yes .vertical-sub-nav > li:last-child{padding-bottom:calc(20px/2);}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav .vertical-sub-nav > li:last-child{margin-bottom:calc(20px/2);padding-bottom:calc(20px/2);}.elementor-4761 .elementor-element.elementor-element-a0f1620.sub-widget-divider-yes .last-sub-item-border-hide .dt-nav-menu > li > .vertical-sub-nav > li:last-child{padding-bottom:0;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu > li > .vertical-sub-nav .vertical-sub-nav{margin-bottom:calc(-20px);}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav > li, .elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav > li a{font-size:15px;font-weight:400;font-style:normal;line-height:1.3em;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li a{padding:0px 0px 0px 0px;color:var( --e-global-color-el_color_7_1 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav li a .next-level-button {left:0px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav li a .next-level-button {right:0px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li a .item-content svg{fill:var( --e-global-color-el_color_7_1 );color:var( --e-global-color-el_color_7_1 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li a:hover{color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li a:hover .item-content svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li > a.active-item{color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li a.active-item .item-content svg{fill:var( --e-global-color-el_color_1_2 );color:var( --e-global-color-el_color_1_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-nav-menu .vertical-sub-nav {--icon-margin:0 var(--icon-column-spacing) 0 0;--item-direction:row;--item-align:center;--sub-item-align:center;--item-justify:inherit;--icon-order:0;--icon-column-spacing:5px;--icon-column-size:16px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li.menu-item > a .item-content > i{font-size:16px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li.menu-item > a .item-content > img, .elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav li.menu-item > a .item-content > svg{width:16px !important;height:16px!important;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav > li > a .next-level-button i{font-size:20px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav > li > a .next-level-button, .elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav > li > a .next-level-button svg{width:20px;height:20px;}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_click .vertical-sub-nav > li > a .next-level-button:hover, .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_item_click .vertical-sub-nav > li > a:hover .next-level-button{color:var( --e-global-color-el_color_1 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_click .vertical-sub-nav > li > a .next-level-button:hover svg,  .elementor-4761 .elementor-element.elementor-element-a0f1620 .dt-sub-menu-display-on_item_click .vertical-sub-nav > li > a:hover .next-level-button svg{fill:var( --e-global-color-el_color_1 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav a.active-item .next-level-button, .elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav a.active .next-level-button{color:var( --e-global-color-el_color_7_2 );}.elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav a.active-item .next-level-button svg, .elementor-4761 .elementor-element.elementor-element-a0f1620 .vertical-sub-nav a.active .next-level-button svg{fill:var( --e-global-color-el_color_7_2 );}.elementor-4761 .elementor-element.elementor-element-659b908 > .elementor-widget-container{margin:0px 0px 60px 0px;}#elementor-popup-modal-4761 .dialog-widget-content{animation-duration:0.5s;width:340px;box-shadow:0px 0px 60px 0px rgba(0, 0, 0, 0.2);}#elementor-popup-modal-4761{background-color:#00000080;justify-content:flex-start;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-4761 .dialog-message{width:340px;height:var(--the7-fit-height, 100vh);align-items:flex-start;max-height:initial;}#elementor-popup-modal-4761 .dialog-close-button{display:flex;font-size:24px;}#elementor-popup-modal-4761 .dialog-close-button i{color:var( --e-global-color-el_color_7 );}#elementor-popup-modal-4761 .dialog-close-button svg{fill:var( --e-global-color-el_color_7 );}#elementor-popup-modal-4761 .dialog-close-button:hover i{color:var( --e-global-color-el_color_1 );}@media(max-width:1100px){ .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-tablet-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-tablet-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-tablet-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-tablet-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-tablet-center .dt-icon-align-side .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-tablet-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-tablet-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-tablet-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-tablet-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-tablet-center .dt-sub-icon-align-side .vertical-sub-nav > li .item-content {margin:0 var(--icon-spacing);padding:0 var(--sub-icon-size);}}@media(max-width:767px){ .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-mobile-left .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-mobile-right .dt-icon-position-left.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 0 0 var(--icon-spacing);padding:0 0 0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-mobile-left .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-mobile-right .dt-icon-position-right.dt-icon-align-side .dt-nav-menu > li > a .item-content{margin:0 var(--icon-spacing) 0 0;padding:0 var(--icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-right .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-nav-menu_align-mobile-center .dt-icon-align-side.dt-icon-position-left .dt-nav-menu > li > a .item-content {margin:0 var(--icon-spacing);padding:0 var(--icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-mobile-left .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-mobile-right .dt-sub-icon-position-left.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 0 0 var(--sub-icon-spacing);padding:0 0 0 var(--sub-icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-mobile-left .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-mobile-right .dt-sub-icon-position-right.dt-sub-icon-align-side .vertical-sub-nav > li .item-content{margin:0 var(--sub-icon-spacing) 0 0;padding:0 var(--sub-icon-size) 0 0;} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-right .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);} .elementor-4761 .elementor-element.elementor-element-a0f1620.dt-sub-menu_align-mobile-center .dt-sub-icon-align-side.dt-sub-icon-position-left .vertical-sub-nav > li .item-content {margin:0 var(--sub-icon-spacing);padding:0 var(--sub-icon-size);}#elementor-popup-modal-4761 .dialog-message{width:85vw;}#elementor-popup-modal-4761 .dialog-widget-content{width:85vw;}}
@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}