
/*
	* Style settings of LayerSlider
	*
	* (c) 2011-2019 George Krupa, John Gera & Kreatura Media
	*
	* Plugin web:			https://layerslider.kreaturamedia.com/
	* Licenses: 			http://codecanyon.net/licenses/
*/



/* Slider structure z-index cheat sheet

	_____									YourLogo				z.index: 50;
	_____ _____ _____						Most GUI elements		z-index: 40;
	______________________					.ls-inner wrapper		z-index: 30;
	______________________					.ls-hidden wrapper		z-index: 20;
	___________________________				.ls-shadow				z-index: 10;
	________________________________		slider element			z-index: default;

	-------------------------------------	Document

*/



/* Slider */

	.ls-container {
		visibility: hidden;
		position: relative;
		max-width: 100%;
	}

	.ls-inner {
		position: relative;
		width: 100%;
		height: 100%;
		background-position: center center;
		z-index: 30;
	}

	.ls-wp-fullwidth-container {
		width: 100%;
		position: relative;
	}

	.ls-wp-fullwidth-helper {
		position: absolute;
	}



/* Layers */

	.ls-layers,
	.ls-slide-backgrounds,
	.ls-slide-effects,
	.ls-background-videos,
	.ls-bg-video-overlay {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		overflow: hidden;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-wrapper {
		padding: 0 !important;
		visibility: visible !important;
		border: 0 !important;
		z-index: 1;
	}

	.ls-background-videos {
		z-index: 1;
	}

	.ls-bg-video-overlay {
		z-index: 21;
		background-repeat: repeat;
		background-position: center center;
	}

	.ls-slide-backgrounds {
		z-index: 2;
	}

	.ls-slide-effects {
		z-index: 4;
	}

	.ls-layers {
		z-index: 35;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-z {
		position: absolute !important;
	}

	.ls-parallax,
	.ls-z {
		width: 0 !important;
		height: 0 !important;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		display: block !important;
		overflow: visible !important;
	}

	.ls-in-out {
		display: none;
	}

	.ls-loop, .ls-clip {
		position: absolute !important;
		display: block !important;
	}

	.ls-parallax,
	.ls-in-out,
	.ls-loop,
	.ls-z {
		background: none !important;
	}

	.ls-parallax,
	.ls-bg-wrap,
	.ls-loop {
		margin: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer
	.ls-wrapper > .ls-bg {
		line-height: normal;
		white-space: nowrap;
		word-wrap: normal;
		margin-right: 0 !important;
		margin-bottom: 0 !important;
	}

	.ls-wrapper > .ls-layer,
	.ls-wrapper > a > .ls-layer {
		position: static !important;
		display: block !important;
		-o-transform: translateZ(1px);
		-ms-transform: translateZ(1px);
		-moz-transform: translateZ(1px);
		-webkit-transform: translateZ(1px);
		transform: translateZ(1px);
	}

	.ls-bg-wrap,
	.ls-bg-outer {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.ls-bg-wrap {
		display: none;
	}

	.ls-bg-outer {
		overflow: hidden !important;
	}

	.ls-wrapper > a.ls-layer-link {
		cursor: pointer !important;
		display: block !important;
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		height: 100% !important;
		z-index: 10;
		-o-transform: translateZ(100px);
		-ms-transform: translateZ(100px);
		-moz-transform: translateZ(100px);
		-webkit-transform: translateZ(100px);
		transform: translateZ(100px);
		background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) !important;
	}



/* GUI */



	/* Common */

	.ls-gui-element {
		z-index: 40;
		text-decoration: none !important;
	}

	.ls-loading-container {
		position: absolute !important;
		display: none;
		left: 50% !important;
		top: 50% !important;
	}

	.ls-loading-indicator {
		margin: 0 auto;
	}



	/* Media */

	.ls-media-unmute {
		visibility: hidden;
		position: absolute;
		left: 16px;
		top: 16px;
		width: 30px;
		height: 30px;
		cursor: pointer;
		opacity: .65;
	}

	.ls-media-unmute-active {
		visibility: visible;
	}

	.ls-media-unmute-bg {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		border-radius: 30px;
		border: 0 solid white;
		transform: scale(0.1);
		background: rgba(0,0,0,.25);
		box-shadow: 0 3px 10px rgba(0,0,0,.2);
	}

	.ls-icon-muted, .ls-icon-unmuted {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		transform: scale(0.1);
	}

	.ls-media-unmute-active .ls-media-unmute-bg {
		border: 2px solid white;
	}

	.ls-media-unmute-active .ls-icon-muted,
	.ls-media-unmute-active .ls-icon-unmuted,
	.ls-media-unmute-active .ls-media-unmute-bg {
		transform: scale(1) !important;
	}

	.ls-icon-muted {
		background-image: url(/wp-content/plugins/LayerSlider/static/layerslider/css/../img/icon-muted-white.png);
		opacity: 1;
	}

	.ls-icon-unmuted {
		background-image: url(/wp-content/plugins/LayerSlider/static/layerslider/css/../img/icon-unmuted-white.png);
		opacity: 0;
	}

	.ls-media-unmute:hover {
		opacity: 1;
	}

	.ls-media-unmute:hover .ls-icon-muted {
		opacity: 0;
	}

	.ls-media-unmute:hover .ls-icon-unmuted {
		opacity: 1;
	}

	.ls-media-unmute-bg,
	.ls-icon-unmuted,
	.ls-media-unmute,
	.ls-icon-muted {
		transition: all .3s ease-in-out !important;
	}



	/* Navigation */

		.ls-bottom-slidebuttons {
			text-align: left;
		}

		.ls-bottom-nav-wrapper,
		.ls-below-thumbnails {
			height: 0;
			position: relative;
			text-align: center;
			margin: 0 auto;
		}

		.ls-below-thumbnails {
			display: none;
		}

		.ls-bottom-nav-wrapper a,
		.ls-nav-prev,
		.ls-nav-next {
			outline: none;
		}

		.ls-bottom-slidebuttons {
			position: relative;
		}

		.ls-bottom-slidebuttons,
		.ls-nav-start,
		.ls-nav-stop,
		.ls-nav-sides {
			position: relative;
		}

		.ls-nothumb {
			text-align: center !important;
		}

		.ls-link,
		.ls-link:hover {
			position: absolute !important;
			width: 100% !important;
			height: 100% !important;
			left: 0 !important;
			top: 0 !important;
		}

		.ls-link {
			display: none;
		}

		.ls-link-on-top {
			z-index: 999999 !important;
		}

		.ls-link, .ls-wrapper > a > * {
			background-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7');
		}

		.ls-bottom-nav-wrapper,
		.ls-thumbnail-wrapper,
		.ls-nav-prev,
		.ls-nav-next {
			visibility: hidden;
		}



	/* Timers */

		.ls-bar-timer {
			position: absolute;
			width: 0;
			height: 2px;
			background: white;
			border-bottom: 2px solid #555;
			opacity: .55;
			top: 0;
		}

		.ls-circle-timer {
			width: 16px;
			height: 16px;
			position: absolute;
			right: 10px;
			top: 10px;
			opacity: .65;
			display: none;
		}

		.ls-container .ls-circle-timer,
		.ls-container .ls-circle-timer * {
			box-sizing: border-box !important;
		}

		.ls-ct-half {
			border: 4px solid white;
		}

		.ls-ct-left,
		.ls-ct-right {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-left,
		.ls-ct-right {
			position: absolute;
		}

		.ls-ct-left {
			left: 0;
		}

		.ls-ct-right {
			left: 50%;
		}

		.ls-ct-rotate {
			width: 200%;
			height: 100%;
			position: absolute;
			top: 0;
		}

		.ls-ct-left .ls-ct-rotate,
		.ls-ct-right .ls-ct-hider,
		.ls-ct-right .ls-ct-half {
			left: 0;
		}

		.ls-ct-right .ls-ct-rotate,
		.ls-ct-left .ls-ct-hider,
		.ls-ct-left .ls-ct-half {
			right: 0;
		}

		.ls-ct-hider,
		.ls-ct-half {
			position: absolute;
			top: 0;
		}

		.ls-ct-hider {
			width: 50%;
			height: 100%;
			overflow: hidden;
		}

		.ls-ct-half {
			width: 200%;
			height: 100%;
		}

		.ls-ct-center {
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
			position: absolute;
			border: 4px solid black;
			opacity: 0.2;
		}

		.ls-ct-half,
		.ls-ct-center {
			border-radius: 100px;
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
		}

		.ls-slidebar-container {
			margin: 10px auto;
		}

		.ls-slidebar-container,
		.ls-slidebar {
			position: relative;
		}

		.ls-progressbar,
		.ls-slidebar-slider-container {
			position: absolute;
			left: 0;
			top: 0;
		}

		.ls-progressbar {
			width: 0;
			height: 100%;
			z-index: 1;
		}

		.ls-slidebar-slider-container {
			z-index: 2;
		}

		.ls-slidebar-slider {
			position: static !important;
			cursor: pointer;
		}

		/* slidebar default dark skin */

		.ls-slidebar {
			height: 10px;
			background-color: #ddd;
		}

		.ls-slidebar,
		.ls-progressbar {
			border-radius: 10px;
		}

		.ls-progressbar {
			background-color: #bbb;
		}

		.ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-slider {
			width: 20px;
			height: 20px;
			border-radius: 20px;
			background-color: #999;
		}

		/* slidebar default light skin */

		.ls-slidebar-light .ls-slidebar {
			height: 8px;
			background-color: white;
			border: 1px solid #ddd;
			border-top: 1px solid #ccc;
		}

		.ls-slidebar-light .ls-slidebar,
		.ls-slidebar-light .ls-progressbar {
			border-radius: 10px;
		}

		.ls-slidebar-light .ls-progressbar {
			background-color: #eee;
		}

		.ls-slidebar-light .ls-slidebar-slider-container {
			top: 50%;
		}

		.ls-slidebar-light .ls-slidebar-slider {
			width: 18px;
			height: 18px;
			border-radius: 20px;
			background-color: #eee;
			border: 1px solid #bbb;
			border-top: 1px solid #ccc;
			border-bottom: 1px solid #999;
		}




	/* Thumbnails */

		.ls-tn {
			display: none !important;
		}

		.ls-thumbnail-hover {
			display: none;
			position: absolute;
			left: 0;
		}

		.ls-thumbnail-hover-inner {
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			display: none;
		}

		.ls-thumbnail-hover-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			left: 0;
			top: 0;
		}

		.ls-thumbnail-hover-img {
			position: absolute;
			overflow: hidden;
		}

		.ls-thumbnail-hover img {
			max-width: none !important;
			position: absolute;
			display: inline-block;
			visibility: visible !important;
			left: 50%;
			top: 0;
		}

		.ls-thumbnail-hover span {
			left: 50%;
			top: 100%;
			width: 0;
			height: 0;
			display: block;
			position: absolute;
			border-left-color: transparent !important;
			border-right-color: transparent !important;
			border-bottom-color: transparent !important;
		}

		.ls-thumbnail-wrapper {
			position: relative;
			width: 100%;
			margin: 0 auto;
		}

		.ls-thumbnail {
			position: relative;
			margin: 0 auto;
		}

		.ls-thumbnail-inner,
		.ls-thumbnail-slide-container {
			width: 100%;
		}

		.ls-thumbnail-slide-container {
			overflow: hidden !important;
			position: relative;
		}

		.ls-thumbnail-slide {
			text-align: center;
			white-space: nowrap;
			float: left;
			position: relative;
		}

		.ls-thumbnail-slide a {
			overflow: hidden;
			display: inline-block;
			width: 0;
			height: 0;
			position: relative;
		}

		.ls-thumbnail-slide img {
			max-width: none !important;
			max-height: 100% !important;
			height: 100%;
			visibility: visible !important;
		}

		.ls-touchscroll {
			overflow-x: auto !important;
		}



	/* Shadow */

		.ls-shadow {
			display: none;
			position: absolute;
			z-index: 10 !important;
			top: 100%;
			width: 100%;
			left: 0;
			overflow: hidden !important;
			visibility: hidden;
		}

		.ls-shadow img {
			width: 100% !important;
			height: auto !important;
			position: absolute !important;
			left: 0 !important;
			bottom: 0 !important;
		}



/* Media */

	.ls-media-layer {
		overflow: hidden;
	}

	.ls-vpcontainer,
	.ls-videopreview {
		width : 100%;
		height : 100%;
		position : absolute;
		left : 0;
		top : 0;
		cursor : pointer;
	}

	.ls-videopreview {
		background-size: cover;
		background-position: center center;
	}

	.ls-videopreview {
		z-index: 1;
	}

	.ls-playvideo {
		position: absolute;
		left: 50%;
		top: 50%;
		cursor: pointer;
		z-index: 2;
	}

	.ls-autoplay .ls-playvideo {
		display: none !important;
	}



/* Mobile features */

	.ls-forcehide {
		display: none !important;
	}



/* YourLogo */

	.ls-yourlogo {
		position: absolute;
		z-index: 50;
	}



/* Slide transitions */

	/* .ls-lt-container */
	.ls-slide-transition-wrapper {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-wrapper * {
		text-align: left !important;
	}

	.ls-slide-transition-tile {
		position: relative;
		float: left;
	}

	.ls-slide-transition-tile img {
		visibility: visible;
		margin: 0 !important;
	}

	.ls-curtiles {
		overflow: hidden;
	}

	.ls-curtiles,
	.ls-nexttiles {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.ls-curtile, .ls-nexttile {
		overflow: hidden;
		width: 100% !important;
		height: 100% !important;
		-o-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}

	.ls-nexttile {
		display: none;
	}

	.ls-3d-container {
		position: relative;
		overflow: visible !important;
		-ms-perspective: none !important;
		-moz-perspective: none !important;
		-webkit-perspective: none !important;
		perspective: none !important;
	}

	.ls-3d-box {
		position: absolute;
	}

	.ls-3d-box div {
		overflow: hidden;
		margin: 0;
		padding: 0;
		position: absolute;
		background-color: #888;
	}

	.ls-3d-box .ls-3d-top,
	.ls-3d-box .ls-3d-bottom {
		background-color: #555;
	}

	.ls-slide-transition-wrapper,
	.ls-slide-transition-tile {
		-ms-perspective: 1500px;
		-moz-perspective: 1500px;
		-webkit-perspective: 1500px;
		perspective: 1500px;
	}

	.ls-slide-transition-tile,
	.ls-3d-box,
	.ls-curtiles,
	.ls-nexttiles {
		-ms-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.ls-curtile,
	.ls-nexttile,
	.ls-3d-box,
	.ls-3d-box div {
		-ms-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}




/* Misc. */

	.ls-visible {
		overflow: visible !important;
	}

	.ls-unselectable {
		user-select: none;
		-o-user-select: none;
		-ms-user-select: none;
		-moz-user-select: none;
		-webkit-user-select: none;
	}

	.ls-overflow-hidden {
		overflow: hidden;
	}

	.ls-overflowx-hidden {
		overflow-x: hidden;
	}

	.ls-overflow-visible {
		overflow: visible !important;
	}

	.ls-overflowy-hidden {
		overflow-y: hidden;
	}

	.ls-hidden {
		width: 0px !important;
		height: 0px !important;
		position: absolute;
		left: -5000px;
		top: -5000px;
		z-index: -1;
		overflow: hidden !important;
		visibility: hidden !important;
		display: block !important;
	}

	.ls-slide {
		display: block !important;
		visibility: hidden !important;
		position: absolute !important;
		overflow: hidden;
		top: 0 !important;
		left: 0 !important;
		bottom: auto !important;
		right: auto !important;
		background: none;
		border: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.ls-slide > .ls-layer,
	.ls-slide > .ls-l,
	.ls-slide > .ls-bg,
	.ls-slide > a > .ls-layer,
	.ls-slide > a > .ls-l,
	.ls-slide > a > .ls-bg {
		position: absolute !important;
		white-space: nowrap;
	}

	.ls-fullscreen {
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
		height: auto !important;
	}

	.ls-fullscreen .ls-container {
		background-color: black;
		margin: 0 auto !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper {
		width: 100% !important;
		height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		border: 0 !important;
		background-color: black;
		overflow: hidden !important;
		position: relative !important;
	}

	.ls-fullscreen .ls-fullscreen-wrapper .ls-container,
	.ls-fullscreen .ls-fullscreen-wrapper .ls-wp-container {
		position: absolute !important;
		top: 50% !important;
		left: 50% !important;
		transform: translate(-50%,-50%) !important;
	}

	.ls-layer .split-item {
		font-weight: inherit !important;
		font-family: inherit !important;
		font-size: inherit;
		color: inherit;
	}



/* Removing all default global styles of WordPress themes */

	html .ls-nav-prev,
	body .ls-nav-prev,
	#ls-global .ls-nav-prev,
	html .ls-nav-next,
	body .ls-nav-next,
	#ls-global .ls-nav-next,
	html .ls-container img,
	body .ls-container img,
	#ls-global .ls-container img,
	html .ls-bottom-nav-wrapper a,
	body .ls-bottom-nav-wrapper a,
	#ls-global .ls-bottom-nav-wrapper a,
	html .ls-container .ls-fullscreen,
	body .ls-container .ls-fullscreen,
	#ls-global .ls-container .ls-fullscreen,
	html .ls-thumbnail a,
	body .ls-thumbnail a,
	#ls-global .ls-thumbnail a {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		border: 0;
	}

	html .ls-wrapper > a,
	body .ls-wrapper > a,
	#ls-global .ls-wrapper > a,
	html .ls-wrapper > p,
	body .ls-wrapper > p,
	#ls-global .ls-wrapper > p,
	html .ls-wrapper > h1,
	body .ls-wrapper > h1,
	#ls-global .ls-wrapper > h1,
	html .ls-wrapper > h2,
	body .ls-wrapper > h2,
	#ls-global .ls-wrapper > h2,
	html .ls-wrapper > h3,
	body .ls-wrapper > h3,
	#ls-global .ls-wrapper > h3,
	html .ls-wrapper > h4,
	body .ls-wrapper > h4,
	#ls-global .ls-wrapper > h4,
	html .ls-wrapper > h5,
	body .ls-wrapper > h5,
	#ls-global .ls-wrapper > h5,
	html .ls-wrapper > img,
	body .ls-wrapper > img,
	#ls-global .ls-wrapper > img,
	html .ls-wrapper > div,
	body .ls-wrapper > div,
	#ls-global .ls-wrapper > div,
	html .ls-wrapper > span,
	body .ls-wrapper > span,
	#ls-global .ls-wrapper > span,
	html .ls-wrapper .ls-bg,
	body .ls-wrapper .ls-bg,
	#ls-global .ls-wrapper .ls-bg,
	html .ls-wrapper .ls-layer,
	body .ls-wrapper .ls-layer,
	#ls-global .ls-wrapper .ls-layer,
	html .ls-slide .ls-layer,
	body .ls-slide .ls-layer,
	#ls-global .ls-slide .ls-layer,
	 html .ls-slide a .ls-layer,
	body .ls-slide a .ls-layer,
	#ls-global .ls-slide a .ls-layer {
		transition: none;
		-ms-transition: none;
		-webkit-transition: none;
		line-height: normal;
		outline: none;
		padding: 0;
		margin: 0;
		border-width: 0;
	}

	html .ls-container img,
	body .ls-container img,
	#ls-global .ls-container img {
		background: none !important;
		min-width: 0 !important;
		max-width: none !important;
		border-radius: 0;
		box-shadow: none;
		border: 0;
		padding: 0;
	}

	html .ls-wp-container .ls-wrapper > a > *,
	body .ls-wp-container .ls-wrapper > a > *,
	#ls-global .ls-wp-container .ls-wrapper > a > * {
		margin: 0;
	}

	html .ls-wp-container .ls-wrapper > a,
	body .ls-wp-container .ls-wrapper > a,
	#ls-global .ls-wp-container .ls-wrapper > a {
		text-decoration: none;
	}

	.ls-wp-fullwidth-container,
	.ls-wp-fullwidth-helper,
	.ls-gui-element *,
	.ls-gui-element,
	.ls-container,
	.ls-slide > *,
	.ls-slide,
	.ls-wrapper,
	.ls-layer {
		box-sizing: content-box !important;
	}

	html .ls-yourlogo,
	body .ls-yourlogo,
	#ls-global .ls-yourlogo {
		margin: 0;
	}

	html .ls-tn,
	body .ls-tn,
	#ls-global .ls-tn {
		display: none;
	}

	.ls-bottom-nav-wrapper,
	.ls-bottom-nav-wrapper span,
	.ls-bottom-nav-wrapper a {
		line-height: 0;
		font-size: 0;
	}

	html .ls-container video,
	body .ls-container video,
	#ls-global .ls-container video {
		max-width: none !important;
		object-fit: cover !important;
	}

	/* direction: ltr */

	html .ls-container,
	body .ls-container,
	#ls-global .ls-container,
	html .ls-container .ls-slide-transition-wrapper,
	body .ls-container .ls-slide-transition-wrapper,
	#ls-global .ls-container .ls-slide-transition-wrapper,
	html .ls-container .ls-slide-transition-wrapper *,
	body .ls-container .ls-slide-transition-wrapper *,
	#ls-global .ls-container .ls-slide-transition-wrapper *,
	html .ls-container .ls-bottom-nav-wrapper,
	body .ls-container .ls-bottom-nav-wrapper,
	#ls-global .ls-container .ls-bottom-nav-wrapper,
	html .ls-container .ls-bottom-nav-wrapper *,
	body .ls-container .ls-bottom-nav-wrapper *,
	#ls-global .ls-container .ls-bottom-nav-wrapper *,
	html .ls-container .ls-bottom-nav-wrapper span *,
	body .ls-container .ls-bottom-nav-wrapper span *,
	#ls-global .ls-container .ls-bottom-nav-wrapper span *,
	html .ls-direction-fix,
	body .ls-direction-fix,
	#ls-global .ls-direction-fix {
		direction: ltr !important;
	}

	/* float: none */

	html .ls-container,
	body .ls-container,
	#ls-global .ls-container {
		float: none !important;
	}



/* Notification */

	.ls-notification {
		position: relative;
		margin: 10px auto;
		padding: 10px 10px 15px 88px;
		border-radius: 5px;
		min-height: 60px;
		background: #de4528;
		color: white !important;
		font-family: 'Open Sans', arial, sans-serif !important;
	}

	.ls-notification a {
		color: white !important;
		text-decoration: underline !important;
	}

	.ls-notification-logo {
		position: absolute;
		top: 16px;
		left: 17px;
		width: 56px;
		height: 56px;
		font-size: 49px;
		line-height: 53px;
		border-radius: 56px;
		background-color: white;
		color: #de4528;
		font-style: normal;
		font-weight: 800;
		text-align: center;
	}

	.ls-notification strong {
		color: white !important;
		display: block;
		font-size: 20px;
		line-height: 26px;
		font-weight: normal !important;
	}

	.ls-notification span {
		display: block;
		font-size: 13px;
		line-height: 16px;
		text-align: justify !important;
	}



/* Device Responsiveness */

@media screen and (max-width: 767px) {
	.ls-container .ls-layers > .ls-hide-on-phone,
	.ls-container .ls-background-videos .ls-hide-on-phone video,
	.ls-container .ls-background-videos .ls-hide-on-phone audio,
	.ls-container .ls-background-videos .ls-hide-on-phone iframe {
		display: none !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ls-container .ls-layers > .ls-hide-on-tablet,
	.ls-container .ls-background-videos .ls-hide-on-tablet video,
	.ls-container .ls-background-videos .ls-hide-on-tablet audio,
	.ls-container .ls-background-videos .ls-hide-on-tablet iframe {
		display: none !important;
	}
}

@media screen and (min-width: 1025px) {
	.ls-container .ls-layers > .ls-hide-on-desktop,
	.ls-container .ls-background-videos .ls-hide-on-desktop video,
	.ls-container .ls-background-videos .ls-hide-on-desktop audio,
	.ls-container .ls-background-videos .ls-hide-on-desktop iframe {
		display: none !important;
	}
}

.ls-container .ls-background-videos .ls-vpcontainer {
	z-index: 10;
}

.ls-container .ls-background-videos .ls-videopreview {
	background-size: cover !important;
}

.ls-container .ls-background-videos video,
.ls-container .ls-background-videos audio,
.ls-container .ls-background-videos iframe {
	position: relative;
	z-index: 20;
}



/* Hacks */

	@media (transform-3d), (-ms-transform-3d), (-webkit-transform-3d) {
		#ls-test3d {
			position: absolute;
			left: 9px;
			height: 3px;
		}
	}
.bdt-breakpoint-s::before{content:'640px'}.bdt-breakpoint-m::before{content:'960px'}.bdt-breakpoint-l::before{content:'1200px'}.bdt-breakpoint-xl::before{content:'1600px'}:root{--bdt-breakpoint-s:640px;--bdt-breakpoint-m:960px;--bdt-breakpoint-l:1200px;--bdt-breakpoint-xl:1600px}a.bdt-link-muted,.bdt-link-muted a{color:#999}a.bdt-link-muted:hover,.bdt-link-muted a:hover,.bdt-link-toggle:hover .bdt-link-muted,.bdt-link-toggle:focus .bdt-link-muted{color:#666}a.bdt-link-text,.bdt-link-text a{color:inherit}a.bdt-link-text:hover,.bdt-link-text a:hover,.bdt-link-toggle:hover .bdt-link-text,.bdt-link-toggle:focus .bdt-link-text{color:#999}a.bdt-link-heading,.bdt-link-heading a{color:inherit}a.bdt-link-heading:hover,.bdt-link-heading a:hover,.bdt-link-toggle:hover .bdt-link-heading,.bdt-link-toggle:focus .bdt-link-heading{color:#1e87f0;text-decoration:none}a.bdt-link-reset,.bdt-link-reset a{color:inherit !important;text-decoration:none !important}.bdt-link-toggle{color:inherit !important;text-decoration:none !important}.bdt-link-toggle:focus{outline:none}[class*='bdt-divider']{border:none;margin-bottom:20px}*+[class*='bdt-divider']{margin-top:20px}.bdt-divider-icon{position:relative;height:20px;background-image:url(/wp-content/plugins/bdthemes-element-pack/assets/css/../../images/backgrounds/divider-icon.svg);background-repeat:no-repeat;background-position:50% 50%}.bdt-divider-icon::before,.bdt-divider-icon::after{content:"";position:absolute;top:50%;max-width:calc(50% - (50px / 2));border-bottom:1px solid rgba(214,214,214,0.49)}.bdt-divider-icon::before{right:calc(50% + (50px / 2));width:100%}.bdt-divider-icon::after{left:calc(50% + (50px / 2));width:100%}.bdt-divider-small{line-height:0}.bdt-divider-small::after{content:"";display:inline-block;width:100px;max-width:100%;border-top:1px solid rgba(214,214,214,0.49);vertical-align:top}.bdt-divider-vertical{width:1px;height:100px;margin-left:auto;margin-right:auto;border-left:1px solid rgba(214,214,214,0.49)}.bdt-list{padding:0;list-style:none}.bdt-list>*>:last-child{margin-bottom:0}.bdt-list>:nth-child(n+2),.bdt-list>*>ul{margin-top:10px}.bdt-list-disc>*,.bdt-list-circle>*,.bdt-list-square>*,.bdt-list-decimal>*,.bdt-list-hyphen>*{padding-left:30px}.bdt-list-decimal{counter-reset:decimal}.bdt-list-decimal>*{counter-increment:decimal}[class*='bdt-list']>::before{content:'';position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;display:list-item;list-style-position:inside;text-align:right}.bdt-list-disc>::before{list-style-type:disc}.bdt-list-circle>::before{list-style-type:circle}.bdt-list-square>::before{list-style-type:square}.bdt-list-decimal>::before{content:counter(decimal, decimal) '\200A.\00A0'}.bdt-list-hyphen>::before{content:'–\00A0\00A0'}.bdt-list-muted>::before{color:#999 !important}.bdt-list-emphasis>::before{color:#333 !important}.bdt-list-primary>::before{color:#1e87f0 !important}.bdt-list-secondary>::before{color:#222 !important}.bdt-list-bullet>*{padding-left:30px}.bdt-list-bullet>::before{content:"";position:relative;left:-30px;width:30px;height:1.5em;margin-bottom:-1.5em;background-image:url(/wp-content/plugins/bdthemes-element-pack/assets/css/../../images/backgrounds/list-bullet.svg);background-repeat:no-repeat;background-position:50% 50%}.bdt-list-divider>:nth-child(n+2){margin-top:10px;padding-top:10px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-list-striped>*{padding:10px 10px}.bdt-list-striped>:nth-of-type(odd){background:#f8f8f8}.bdt-list-striped>:nth-child(n+2){margin-top:0}.bdt-list-large>:nth-child(n+2),.bdt-list-large>*>ul{margin-top:20px}.bdt-list-collapse>:nth-child(n+2),.bdt-list-collapse>*>ul{margin-top:0}.bdt-list-large.bdt-list-divider>:nth-child(n+2){margin-top:20px;padding-top:20px}.bdt-list-collapse.bdt-list-divider>:nth-child(n+2){margin-top:0;padding-top:0}.bdt-list-large.bdt-list-striped>*{padding:20px 10px}.bdt-list-collapse.bdt-list-striped>*{padding-top:0;padding-bottom:0}.bdt-list-large.bdt-list-striped>:nth-child(n+2),.bdt-list-collapse.bdt-list-striped>:nth-child(n+2){margin-top:0}.bdt-description-list>dt{color:#333}.bdt-description-list>dt:nth-child(n+2){margin-top:20px}.bdt-description-list-divider>dt:nth-child(n+2){margin-top:20px;padding-top:20px;border-top:1px solid rgba(214,214,214,0.49)}.bdt-table{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:20px}*+.bdt-table{margin-top:20px}.bdt-table th{padding:16px 12px;text-align:left;vertical-align:bottom;font-size:16px;font-weight:bold;color:#666}.bdt-table td{padding:16px 12px;vertical-align:top}.bdt-table td>:last-child{margin-bottom:0}.bdt-table tfoot{font-size:.875rem}.bdt-table caption{font-size:.875rem;text-align:left;color:#999}.bdt-table-middle,.bdt-table-middle td{vertical-align:middle !important}.bdt-table-divider>tr:not(:first-child),.bdt-table-divider>:not(:first-child)>tr,.bdt-table-divider>:first-child>tr:not(:first-child){border-top:1px solid rgba(214,214,214,0.49)}.bdt-table-striped>tr:nth-of-type(odd),.bdt-table-striped tbody tr:nth-of-type(odd){background:#f8f8f8}.bdt-table-hover>tr:hover,.bdt-table-hover tbody tr:hover{background:#ffd}.bdt-table>tr.bdt-active,.bdt-table tbody tr.bdt-active{background:#ffd}.bdt-table-small th,.bdt-table-small td{padding:10px 12px}.bdt-table-large th,.bdt-table-large td{padding:22px 12px}.bdt-table-justify th:first-child,.bdt-table-justify td:first-child{padding-left:0}.bdt-table-justify th:last-child,.bdt-table-justify td:last-child{padding-right:0}.bdt-table-shrink{width:1px}.bdt-table-expand{min-width:150px}.bdt-table-link{padding:0 !important}.bdt-table-link>a{display:block;padding:16px 12px}.bdt-table-small .bdt-table-link>a{padding:10px 12px}@media (max-width:959px){.bdt-table-responsive,.bdt-table-responsive tbody,.bdt-table-responsive th,.bdt-table-responsive td,.bdt-table-responsive tr{display:block}.bdt-table-responsive thead{display:none}.bdt-table-responsive th,.bdt-table-responsive td{width:auto !important;max-width:none !important;min-width:0 !important;overflow:visible !important;white-space:normal !important}.bdt-table-responsive th:not(:first-child):not(.bdt-table-link),.bdt-table-responsive td:not(:first-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:first-child)>a{padding-top:5px !important}.bdt-table-responsive th:not(:last-child):not(.bdt-table-link),.bdt-table-responsive td:not(:last-child):not(.bdt-table-link),.bdt-table-responsive .bdt-table-link:not(:last-child)>a{padding-bottom:5px !important}.bdt-table-justify.bdt-table-responsive th,.bdt-table-justify.bdt-table-responsive td{padding-left:0;padding-right:0}}.bdt-icon{margin:0;border:none;border-radius:0;overflow:visible;font:inherit;color:inherit;text-transform:none;padding:0;background-color:transparent;display:inline-block;fill:currentcolor;line-height:0}button.bdt-icon:not(:disabled){cursor:pointer}.bdt-icon::-moz-focus-inner{border:0;padding:0}.bdt-icon:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve){fill:currentcolor}.bdt-icon:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve){stroke:currentcolor}.bdt-icon>*{transform:translate(0, 0)}.bdt-icon-image{width:20px;height:20px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle}.bdt-icon-link{color:#999}.bdt-icon-link:hover,.bdt-icon-link:focus{color:#666;outline:none}.bdt-icon-link:active,.bdt-active>.bdt-icon-link{color:#595959}.bdt-icon-button{box-sizing:border-box;width:36px;height:36px;border-radius:500px;background:#f8f8f8;color:#999;vertical-align:middle;display:inline-flex;justify-content:center;align-items:center}.bdt-icon-button:hover,.bdt-icon-button:focus{background-color:#ebebeb;color:#666;outline:none}.bdt-icon-button:active,.bdt-active>.bdt-icon-button{background-color:#dfdfdf;color:#666}.bdt-range{box-sizing:border-box;margin:0;vertical-align:middle;max-width:100%;width:100%;-webkit-appearance:none;background:transparent;padding:0}.bdt-range:focus{outline:none}.bdt-range::-moz-focus-outer{border:none}.bdt-range::-ms-track{height:15px;background:transparent;border-color:transparent;color:transparent}.bdt-range:not(:disabled)::-webkit-slider-thumb{cursor:pointer}.bdt-range:not(:disabled)::-moz-range-thumb{cursor:pointer}.bdt-range:not(:disabled)::-ms-thumb{cursor:pointer}.bdt-range::-webkit-slider-thumb{-webkit-appearance:none;margin-top:-7px;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-moz-range-thumb{border:none;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-ms-thumb{margin-top:0}.bdt-range::-ms-thumb{border:none;height:15px;width:15px;border-radius:500px;background:#666}.bdt-range::-ms-tooltip{display:none}.bdt-range::-webkit-slider-runnable-track{height:3px;background:#ebebeb}.bdt-range:focus::-webkit-slider-runnable-track,.bdt-range:active::-webkit-slider-runnable-track{background:#d2d2d2}.bdt-range::-moz-range-track{height:3px;background:#ebebeb}.bdt-range:focus::-moz-range-track{background:#d2d2d2}.bdt-range::-ms-fill-lower,.bdt-range::-ms-fill-upper{height:3px;background:#ebebeb}.bdt-range:focus::-ms-fill-lower,.bdt-range:focus::-ms-fill-upper{background:#d2d2d2}.bdt-input,.bdt-select,.bdt-textarea,.bdt-radio,.bdt-checkbox{box-sizing:border-box;margin:0;border-radius:0;font:inherit}.bdt-input{overflow:visible}.bdt-select{text-transform:none}.bdt-select optgroup{font:inherit;font-weight:bold}.bdt-textarea{overflow:auto}.bdt-input[type="search"]::-webkit-search-cancel-button,.bdt-input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}.bdt-input[type="number"]::-webkit-inner-spin-button,.bdt-input[type="number"]::-webkit-outer-spin-button{height:auto}.bdt-input::-moz-placeholder,.bdt-textarea::-moz-placeholder{opacity:1}.bdt-radio:not(:disabled),.bdt-checkbox:not(:disabled){cursor:pointer}.bdt-fieldset{border:none;margin:0;padding:0}.bdt-input,.bdt-textarea{-webkit-appearance:none}.bdt-input,.bdt-select,.bdt-textarea{max-width:100%;width:100%;border:0 none;padding:0 10px;background:#f8f8f8;color:#666;border-radius:3px}.bdt-input,.bdt-select:not([multiple]):not([size]){height:40px;vertical-align:middle;display:inline-block}.bdt-input:not(input),.bdt-select:not(select){line-height:40px}.bdt-select[multiple],.bdt-select[size],.bdt-textarea{padding-top:4px;padding-bottom:4px;vertical-align:top}.bdt-input:focus,.bdt-select:focus,.bdt-textarea:focus{outline:none;background-color:#f8f8f8;color:#666}.bdt-input:disabled,.bdt-select:disabled,.bdt-textarea:disabled{background-color:#f8f8f8;color:#999}.bdt-input::-ms-input-placeholder{color:#999 !important}.bdt-input::placeholder{color:#999}.bdt-textarea::-ms-input-placeholder{color:#999 !important}.bdt-textarea::placeholder{color:#999}.bdt-form-small{font-size:.875rem}.bdt-form-small:not(textarea):not([multiple]):not([size]){height:30px;padding-left:8px;padding-right:8px}.bdt-form-small:not(select):not(input):not(textarea){line-height:30px}.bdt-form-large{font-size:1.25rem}.bdt-form-large:not(textarea):not([multiple]):not([size]){height:55px;padding-left:12px;padding-right:12px}.bdt-form-large:not(select):not(input):not(textarea){line-height:55px}.bdt-form-danger,.bdt-form-danger:focus{color:#f0506e}.bdt-form-success,.bdt-form-success:focus{color:#32d296}.bdt-form-blank{background:none}input.bdt-form-width-xsmall{width:50px}select.bdt-form-width-xsmall{width:75px}.bdt-form-width-small{width:130px}.bdt-form-width-medium{width:200px}.bdt-form-width-large{width:500px}.bdt-select:not([multiple]):not([size]){-webkit-appearance:none;-moz-appearance:none;padding-right:20px;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");background-repeat:no-repeat;background-position:100% 50%}.bdt-select:not([multiple]):not([size])::-ms-expand{display:none}.bdt-select:not([multiple]):not([size]) option{color:#444}.bdt-select:not([multiple]):not([size]):disabled{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.bdt-input[list]{padding-right:20px;background-repeat:no-repeat;background-position:100% 50%}.bdt-input[list]:hover,.bdt-input[list]:focus{background-image:url(/wp-content/plugins/bdthemes-element-pack/assets/css/../../images/backgrounds/form-datalist.svg)}.bdt-input[list]::-webkit-calendar-picker-indicator{display:none}.bdt-radio,.bdt-checkbox{display:inline-block;height:16px;width:16px;overflow:hidden;margin-top:-4px;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;background-color:#ebebeb;background-repeat:no-repeat;background-position:50% 50%}.bdt-radio{border-radius:50%}.bdt-radio:focus,.bdt-checkbox:focus{outline:none}.bdt-radio:checked,.bdt-checkbox:checked,.bdt-checkbox:indeterminate{background-color:#1e87f0}.bdt-radio:checked:focus,.bdt-checkbox:checked:focus,.bdt-checkbox:indeterminate:focus{background-color:#0e6dcd}.bdt-radio:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23fff%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-checkbox:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.bdt-checkbox:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23fff%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-radio:disabled,.bdt-checkbox:disabled{background-color:#f8f8f8}.bdt-radio:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Ccircle%20fill%3D%22%23999%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-checkbox:disabled:checked{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23999%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A")}.bdt-checkbox:disabled:indeterminate{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Crect%20fill%3D%22%23999%22%20x%3D%223%22%20y%3D%228%22%20width%3D%2210%22%20height%3D%221%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-legend{width:100%;color:inherit;padding:0;font-size:1.5rem;line-height:1.4}.bdt-form-custom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.bdt-form-custom select,.bdt-form-custom input[type="file"]{position:absolute;top:0;z-index:1;width:100%;height:100%;left:0;-webkit-appearance:none;opacity:0;cursor:pointer}.bdt-form-custom input[type="file"]{font-size:500px;overflow:hidden}.bdt-form-stacked .bdt-form-label{display:block;margin-bottom:10px}@media (max-width:959px){.bdt-form-horizontal .bdt-form-label{display:block;margin-bottom:10px}}@media (min-width:960px){.bdt-form-horizontal .bdt-form-label{width:200px;margin-top:7px;float:left}.bdt-form-horizontal .bdt-form-controls{margin-left:215px}.bdt-form-horizontal .bdt-form-controls-text{padding-top:7px}}.bdt-form-icon{position:absolute;top:0;bottom:0;left:0;width:40px;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-form-icon:hover{color:#666}.bdt-form-icon:not(a):not(button):not(input){pointer-events:none}.bdt-form-icon:not(.bdt-form-icon-flip)~.bdt-input{padding-left:40px !important}.bdt-form-icon-flip{right:0;left:auto}.bdt-form-icon-flip~.bdt-input{padding-right:40px !important}.bdt-button{margin:0;border:none;overflow:visible;font:inherit;color:inherit;text-transform:none;-webkit-appearance:none;border-radius:0;display:inline-block;box-sizing:border-box;padding:0 30px;vertical-align:middle;font-size:16px;line-height:40px;text-align:center;text-decoration:none;border-radius:3px}.bdt-button:not(:disabled){cursor:pointer}.bdt-button::-moz-focus-inner{border:0;padding:0}.bdt-button:hover{text-decoration:none}.bdt-button:focus{outline:none}.bdt-button-default{background-color:#f8f8f8;color:#333}.bdt-button-default:hover,.bdt-button-default:focus{background-color:#ebebeb;color:#333}.bdt-button-default:active,.bdt-button-default.bdt-active{background-color:#dfdfdf;color:#333}.bdt-button-primary{background-color:#1e87f0;color:#fff}.bdt-button-primary:hover,.bdt-button-primary:focus{background-color:#0f7ae5;color:#fff}.bdt-button-primary:active,.bdt-button-primary.bdt-active{background-color:#0e6dcd;color:#fff}.bdt-button-secondary{background-color:#222;color:#fff}.bdt-button-secondary:hover,.bdt-button-secondary:focus{background-color:#151515;color:#fff}.bdt-button-secondary:active,.bdt-button-secondary.bdt-active{background-color:#080808;color:#fff}.bdt-button-danger{background-color:#f0506e;color:#fff}.bdt-button-danger:hover,.bdt-button-danger:focus{background-color:#ee395b;color:#fff}.bdt-button-danger:active,.bdt-button-danger.bdt-active{background-color:#ec2147;color:#fff}.bdt-button-default:disabled,.bdt-button-primary:disabled,.bdt-button-secondary:disabled,.bdt-button-danger:disabled{background-color:#f8f8f8;color:#999}.bdt-button-small{padding:0 15px;line-height:30px;font-size:.875rem}.bdt-button-large{padding:0 40px;line-height:55px;font-size:1.25rem}.bdt-button-text{padding:0;line-height:1.5;background:none;color:#999}.bdt-button-text:hover,.bdt-button-text:focus{color:#666}.bdt-button-text:disabled{color:#999}.bdt-button-link{padding:0;line-height:1.5;background:none;color:#1e87f0}.bdt-button-link:hover,.bdt-button-link:focus{color:#0f6ecd;text-decoration:underline}.bdt-button-link:disabled{color:#999;text-decoration:none}.bdt-button-group{display:inline-flex;vertical-align:middle;position:relative}.bdt-section{display:flow-root;box-sizing:border-box;padding-top:40px;padding-bottom:40px}@media (min-width:960px){.bdt-section{padding-top:70px;padding-bottom:70px}}.bdt-section>:last-child{margin-bottom:0}.bdt-section-xsmall{padding-top:20px;padding-bottom:20px}.bdt-section-small{padding-top:40px;padding-bottom:40px}.bdt-section-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-section-large{padding-top:140px;padding-bottom:140px}}.bdt-section-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-section-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-section-default{background:#fff}.bdt-section-muted{background:#f8f8f8}.bdt-section-primary{background:#1e87f0}.bdt-section-secondary{background:#222}.bdt-container{display:flow-root;box-sizing:content-box;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:640px){.bdt-container{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-container{padding-left:40px;padding-right:40px}}.bdt-container>:last-child{margin-bottom:0}.bdt-container .bdt-container{padding-left:0;padding-right:0}.bdt-container-xsmall{max-width:750px}.bdt-container-small{max-width:900px}.bdt-container-large{max-width:1400px}.bdt-container-xlarge{max-width:1600px}.bdt-container-expand{max-width:none}.bdt-container-expand-left{margin-left:0}.bdt-container-expand-right{margin-right:0}@media (min-width:640px){.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 30px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 30px)}}@media (min-width:960px){.bdt-container-expand-left,.bdt-container-expand-right{max-width:calc(50% + (1200px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xsmall,.bdt-container-expand-right.bdt-container-xsmall{max-width:calc(50% + (750px / 2) - 40px)}.bdt-container-expand-left.bdt-container-small,.bdt-container-expand-right.bdt-container-small{max-width:calc(50% + (900px / 2) - 40px)}.bdt-container-expand-left.bdt-container-large,.bdt-container-expand-right.bdt-container-large{max-width:calc(50% + (1400px / 2) - 40px)}.bdt-container-expand-left.bdt-container-xlarge,.bdt-container-expand-right.bdt-container-xlarge{max-width:calc(50% + (1600px / 2) - 40px)}}.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 15px)}.bdt-container-item-padding-remove-left{margin-left:-15px}.bdt-container-item-padding-remove-right{margin-right:-15px}@media (min-width:640px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 30px)}.bdt-container-item-padding-remove-left{margin-left:-30px}.bdt-container-item-padding-remove-right{margin-right:-30px}}@media (min-width:960px){.bdt-container-item-padding-remove-left,.bdt-container-item-padding-remove-right{width:calc(100% + 40px)}.bdt-container-item-padding-remove-left{margin-left:-40px}.bdt-container-item-padding-remove-right{margin-right:-40px}}.bdt-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.bdt-grid>*{margin:0}.bdt-grid>*>:last-child{margin-bottom:0}.bdt-grid{margin-left:-30px}.bdt-grid>*{padding-left:30px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:30px}@media (min-width:1200px){.bdt-grid{margin-left:-40px}.bdt-grid>*{padding-left:40px}.bdt-grid+.bdt-grid,.bdt-grid>.bdt-grid-margin,*+.bdt-grid-margin{margin-top:40px}}.bdt-grid-small,.bdt-grid-column-small{margin-left:-15px}.bdt-grid-small>*,.bdt-grid-column-small>*{padding-left:15px}.bdt-grid+.bdt-grid-small,.bdt-grid+.bdt-grid-row-small,.bdt-grid-small>.bdt-grid-margin,.bdt-grid-row-small>.bdt-grid-margin,*+.bdt-grid-margin-small{margin-top:15px}.bdt-grid-medium,.bdt-grid-column-medium{margin-left:-30px}.bdt-grid-medium>*,.bdt-grid-column-medium>*{padding-left:30px}.bdt-grid+.bdt-grid-medium,.bdt-grid+.bdt-grid-row-medium,.bdt-grid-medium>.bdt-grid-margin,.bdt-grid-row-medium>.bdt-grid-margin,*+.bdt-grid-margin-medium{margin-top:30px}.bdt-grid-large,.bdt-grid-column-large{margin-left:-40px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:40px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:40px}@media (min-width:1200px){.bdt-grid-large,.bdt-grid-column-large{margin-left:-70px}.bdt-grid-large>*,.bdt-grid-column-large>*{padding-left:70px}.bdt-grid+.bdt-grid-large,.bdt-grid+.bdt-grid-row-large,.bdt-grid-large>.bdt-grid-margin,.bdt-grid-row-large>.bdt-grid-margin,*+.bdt-grid-margin-large{margin-top:70px}}.bdt-grid-collapse,.bdt-grid-column-collapse{margin-left:0}.bdt-grid-collapse>*,.bdt-grid-column-collapse>*{padding-left:0}.bdt-grid+.bdt-grid-collapse,.bdt-grid+.bdt-grid-row-collapse,.bdt-grid-collapse>.bdt-grid-margin,.bdt-grid-row-collapse>.bdt-grid-margin{margin-top:0}.bdt-grid-divider>*{position:relative}.bdt-grid-divider>:not(.bdt-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid rgba(214,214,214,0.49)}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(214,214,214,0.49)}.bdt-grid-divider{margin-left:-60px}.bdt-grid-divider>*{padding-left:60px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}@media (min-width:1200px){.bdt-grid-divider{margin-left:-80px}.bdt-grid-divider>*{padding-left:80px}.bdt-grid-divider>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}}.bdt-grid-divider.bdt-grid-small,.bdt-grid-divider.bdt-grid-column-small{margin-left:-30px}.bdt-grid-divider.bdt-grid-small>*,.bdt-grid-divider.bdt-grid-column-small>*{padding-left:30px}.bdt-grid-divider.bdt-grid-small>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-small>:not(.bdt-first-column)::before{left:15px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin{margin-top:30px}.bdt-grid-divider.bdt-grid-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px;left:30px}.bdt-grid-divider.bdt-grid-row-small.bdt-grid-stack>.bdt-grid-margin::before{top:-15px}.bdt-grid-divider.bdt-grid-column-small.bdt-grid-stack>.bdt-grid-margin::before{left:30px}.bdt-grid-divider.bdt-grid-medium,.bdt-grid-divider.bdt-grid-column-medium{margin-left:-60px}.bdt-grid-divider.bdt-grid-medium>*,.bdt-grid-divider.bdt-grid-column-medium>*{padding-left:60px}.bdt-grid-divider.bdt-grid-medium>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-medium>:not(.bdt-first-column)::before{left:30px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin{margin-top:60px}.bdt-grid-divider.bdt-grid-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px;left:60px}.bdt-grid-divider.bdt-grid-row-medium.bdt-grid-stack>.bdt-grid-margin::before{top:-30px}.bdt-grid-divider.bdt-grid-column-medium.bdt-grid-stack>.bdt-grid-margin::before{left:60px}.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-80px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:80px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:40px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:80px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px;left:80px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-40px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:80px}@media (min-width:1200px){.bdt-grid-divider.bdt-grid-large,.bdt-grid-divider.bdt-grid-column-large{margin-left:-140px}.bdt-grid-divider.bdt-grid-large>*,.bdt-grid-divider.bdt-grid-column-large>*{padding-left:140px}.bdt-grid-divider.bdt-grid-large>:not(.bdt-first-column)::before,.bdt-grid-divider.bdt-grid-column-large>:not(.bdt-first-column)::before{left:70px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin,.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin{margin-top:140px}.bdt-grid-divider.bdt-grid-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px;left:140px}.bdt-grid-divider.bdt-grid-row-large.bdt-grid-stack>.bdt-grid-margin::before{top:-70px}.bdt-grid-divider.bdt-grid-column-large.bdt-grid-stack>.bdt-grid-margin::before{left:140px}}.bdt-grid-match>*,.bdt-grid-item-match{display:flex;flex-wrap:wrap}.bdt-grid-match>*>:not([class*='bdt-width']),.bdt-grid-item-match>:not([class*='bdt-width']){box-sizing:border-box;width:100%;flex:auto}.bdt-tile{display:flow-root;position:relative;box-sizing:border-box;padding-left:15px;padding-right:15px;padding-top:40px;padding-bottom:40px}@media (min-width:640px){.bdt-tile{padding-left:30px;padding-right:30px}}@media (min-width:960px){.bdt-tile{padding-left:40px;padding-right:40px;padding-top:70px;padding-bottom:70px}}.bdt-tile>:last-child{margin-bottom:0}.bdt-tile-xsmall{padding-top:20px;padding-bottom:20px}.bdt-tile-small{padding-top:40px;padding-bottom:40px}.bdt-tile-large{padding-top:70px;padding-bottom:70px}@media (min-width:960px){.bdt-tile-large{padding-top:140px;padding-bottom:140px}}.bdt-tile-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width:960px){.bdt-tile-xlarge{padding-top:210px;padding-bottom:210px}}.bdt-tile-default{background:#fff}.bdt-tile-muted{background:#f8f8f8}.bdt-tile-primary{background:#1e87f0}.bdt-tile-secondary{background:#222}.bdt-card{position:relative;box-sizing:border-box}.bdt-card-body{display:flow-root;padding:30px 30px}.bdt-card-header{display:flow-root;padding:15px 30px}.bdt-card-footer{display:flow-root;padding:15px 30px}@media (min-width:1200px){.bdt-card-body{padding:40px 40px}.bdt-card-header{padding:20px 40px}.bdt-card-footer{padding:20px 40px}}.bdt-card-body>:last-child,.bdt-card-header>:last-child,.bdt-card-footer>:last-child{margin-bottom:0}.bdt-card-title{font-size:1.5rem;line-height:1.4}.bdt-card-badge{position:absolute;top:30px;right:30px;z-index:1}.bdt-card-badge:first-child+*{margin-top:0}.bdt-card-hover:not(.bdt-card-default):not(.bdt-card-primary):not(.bdt-card-secondary):hover{background:#f8f8f8}.bdt-card-default{background:#f8f8f8;color:#666}.bdt-card-default .bdt-card-title{color:#333}.bdt-card-default.bdt-card-hover:hover{background-color:#ebebeb}.bdt-card-primary{background:#1e87f0;color:#fff}.bdt-card-primary .bdt-card-title{color:#fff}.bdt-card-primary.bdt-card-hover:hover{background-color:#0f7ae5}.bdt-card-secondary{background:#222;color:#fff}.bdt-card-secondary .bdt-card-title{color:#fff}.bdt-card-secondary.bdt-card-hover:hover{background-color:#151515}.bdt-card-small.bdt-card-body,.bdt-card-small .bdt-card-body{padding:20px 20px}.bdt-card-small .bdt-card-header{padding:13px 20px}.bdt-card-small .bdt-card-footer{padding:13px 20px}@media (min-width:1200px){.bdt-card-large.bdt-card-body,.bdt-card-large .bdt-card-body{padding:70px 70px}.bdt-card-large .bdt-card-header{padding:35px 70px}.bdt-card-large .bdt-card-footer{padding:35px 70px}}.bdt-close{color:#999}.bdt-close:hover,.bdt-close:focus{color:#666;outline:none}.bdt-spinner>*{animation:bdt-spinner-rotate 1.4s linear infinite}@keyframes bdt-spinner-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.bdt-spinner>*>*{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:bdt-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes bdt-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}.bdt-totop{padding:5px;color:#999}.bdt-totop:hover,.bdt-totop:focus{color:#666;outline:none}.bdt-totop:active{color:#333}.bdt-marker{padding:5px;background:#222;color:#fff}.bdt-marker:hover,.bdt-marker:focus{color:#fff;outline:none}.bdt-alert{position:relative;margin-bottom:20px;padding:15px 29px 15px 15px;background:#f8f8f8;color:#666}*+.bdt-alert{margin-top:20px}.bdt-alert>:last-child{margin-bottom:0}.bdt-alert-close{position:absolute;top:20px;right:15px}.bdt-alert-close:first-child+*{margin-top:0}.bdt-alert-primary{background:#d8eafc;color:#1e87f0}.bdt-alert-success{background:#edfbf6;color:#32d296}.bdt-alert-warning{background:#fff6ee;color:#faa05a}.bdt-alert-danger{background:#fef4f6;color:#f0506e}.bdt-badge{box-sizing:border-box;min-width:22px;height:22px;padding:0 5px;border-radius:500px;vertical-align:middle;background:#1e87f0;color:#fff;font-size:.875rem;display:inline-flex;justify-content:center;align-items:center}.bdt-badge:hover,.bdt-badge:focus{color:#fff;text-decoration:none;outline:none}.bdt-label{display:inline-block;padding:0 10px;background:#1e87f0;line-height:1.5;font-size:.875rem;color:#fff;vertical-align:middle;white-space:nowrap}.bdt-label-success{background-color:#32d296;color:#fff}.bdt-label-warning{background-color:#faa05a;color:#fff}.bdt-label-danger{background-color:#f0506e;color:#fff}.bdt-overlay{padding:30px 30px}.bdt-overlay>:last-child{margin-bottom:0}.bdt-overlay-default{background:rgba(255,255,255,0.8)}.bdt-overlay-primary{background:rgba(34,34,34,0.8)}.bdt-article{display:flow-root}.bdt-article>:last-child{margin-bottom:0}.bdt-article+.bdt-article{margin-top:70px}.bdt-article-title{font-size:2.23125rem;line-height:1.2}@media (min-width:960px){.bdt-article-title{font-size:2.625rem}}.bdt-article-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-body{display:flow-root;overflow-wrap:break-word;word-wrap:break-word}.bdt-comment-header{display:flow-root;margin-bottom:20px}.bdt-comment-body>:last-child,.bdt-comment-header>:last-child{margin-bottom:0}.bdt-comment-title{font-size:1.25rem;line-height:1.4}.bdt-comment-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-comment-list{padding:0;list-style:none}.bdt-comment-list>:nth-child(n+2){margin-top:70px}.bdt-comment-list .bdt-comment~ul{margin:70px 0 0 0;padding-left:30px;list-style:none}@media (min-width:960px){.bdt-comment-list .bdt-comment~ul{padding-left:100px}}.bdt-comment-list .bdt-comment~ul>:nth-child(n+2){margin-top:70px}.bdt-search{display:inline-block;position:relative;max-width:100%;margin:0}.bdt-search-input::-webkit-search-cancel-button,.bdt-search-input::-webkit-search-decoration{-webkit-appearance:none}.bdt-search-input::-moz-placeholder{opacity:1}.bdt-search-input{box-sizing:border-box;margin:0;border-radius:0;font:inherit;overflow:visible;-webkit-appearance:none;vertical-align:middle;width:100%;border:none;color:#666}.bdt-search-input:focus{outline:none}.bdt-search-input:-ms-input-placeholder{color:#999 !important}.bdt-search-input::placeholder{color:#999}.bdt-search-icon:focus{outline:none}.bdt-search .bdt-search-icon{position:absolute;top:0;bottom:0;left:0;display:inline-flex;justify-content:center;align-items:center;color:#999}.bdt-search .bdt-search-icon:hover{color:#999}.bdt-search .bdt-search-icon:not(a):not(button):not(input){pointer-events:none}.bdt-search .bdt-search-icon-flip{right:0;left:auto}.bdt-search-default{width:180px}.bdt-search-default .bdt-search-input{height:40px;padding-left:6px;padding-right:6px;background:#f8f8f8}.bdt-search-default .bdt-search-input:focus{background-color:#f8f8f8}.bdt-search-default .bdt-search-icon{width:40px}.bdt-search-default .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input{padding-left:40px}.bdt-search-default .bdt-search-icon-flip~.bdt-search-input{padding-right:40px}.bdt-search-navbar{width:400px}.bdt-search-navbar .bdt-search-input{height:40px;background:transparent;font-size:1.5rem}.bdt-search-navbar .bdt-search-icon{width:40px}.bdt-search-navbar .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input{padding-left:40px}.bdt-search-navbar .bdt-search-icon-flip~.bdt-search-input{padding-right:40px}.bdt-search-large{width:500px}.bdt-search-large .bdt-search-input{height:80px;background:transparent;font-size:2.625rem}.bdt-search-large .bdt-search-icon{width:80px}.bdt-search-large .bdt-search-icon:not(.bdt-search-icon-flip)~.bdt-search-input{padding-left:80px}.bdt-search-large .bdt-search-icon-flip~.bdt-search-input{padding-right:80px}.bdt-search-toggle{color:#999}.bdt-search-toggle:hover,.bdt-search-toggle:focus{color:#666}.bdt-nav,.bdt-nav ul{margin:0;padding:0;list-style:none}.bdt-nav li>a{display:block;text-decoration:none}.bdt-nav li>a:focus{outline:none}.bdt-nav>li>a{padding:5px 0}ul.bdt-nav-sub{padding:5px 0 5px 15px}.bdt-nav-sub ul{padding-left:15px}.bdt-nav-sub a{padding:2px 0}.bdt-nav-parent-icon>.bdt-parent>a::after{content:"";width:1.5em;height:1.5em;float:right;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%2210%201%204%207%2010%2013%22%20%2F%3E%0D%0A%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:50% 50%}.bdt-nav-parent-icon>.bdt-parent.bdt-open>a::after{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0D%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0D%0A%3C%2Fsvg%3E")}.bdt-nav-header{padding:5px 0;text-transform:uppercase;font-size:.875rem}.bdt-nav-header:not(:first-child){margin-top:20px}.bdt-nav-divider{margin:5px 0}.bdt-nav-default>li>a{color:#999}.bdt-nav-default>li>a:hover,.bdt-nav-default>li>a:focus{color:#666}.bdt-nav-default>li.bdt-active>a{color:#333}.bdt-nav-default .bdt-nav-header{color:#333}.bdt-nav-default .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-default .bdt-nav-sub a{color:#999}.bdt-nav-default .bdt-nav-sub a:hover,.bdt-nav-default .bdt-nav-sub a:focus{color:#666}.bdt-nav-default .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-primary>li>a{font-size:1.5rem;line-height:1.5;color:#999}.bdt-nav-primary>li>a:hover,.bdt-nav-primary>li>a:focus{color:#666}.bdt-nav-primary>li.bdt-active>a{color:#333}.bdt-nav-primary .bdt-nav-header{color:#333}.bdt-nav-primary .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-nav-primary .bdt-nav-sub a{color:#999}.bdt-nav-primary .bdt-nav-sub a:hover,.bdt-nav-primary .bdt-nav-sub a:focus{color:#666}.bdt-nav-primary .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-nav-center{text-align:center}.bdt-nav-center .bdt-nav-sub,.bdt-nav-center .bdt-nav-sub ul{padding-left:0}.bdt-nav-center.bdt-nav-parent-icon>.bdt-parent>a::after{position:absolute}.bdt-navbar{display:flex;position:relative}.bdt-navbar-container:not(.bdt-navbar-transparent){background:#f8f8f8}.bdt-navbar-container>::before,.bdt-navbar-container>::after{display:none !important}.bdt-navbar-left,.bdt-navbar-right,.bdt-navbar-center,.bdt-navbar-center-left>*,.bdt-navbar-center-right>*{display:flex;align-items:center}.bdt-navbar-right{margin-left:auto}.bdt-navbar-center:only-child{margin-left:auto;margin-right:auto;position:relative}.bdt-navbar-center:not(:only-child){position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:max-content;box-sizing:border-box;z-index:990}.bdt-navbar-center-left,.bdt-navbar-center-right{position:absolute;top:0}.bdt-navbar-center-left{right:100%}.bdt-navbar-center-right{left:100%}[class*='bdt-navbar-center-']{width:max-content;box-sizing:border-box}.bdt-navbar-nav{display:flex;margin:0;padding:0;list-style:none}.bdt-navbar-left,.bdt-navbar-right,.bdt-navbar-center:only-child{flex-wrap:wrap}.bdt-navbar-nav>li>a,.bdt-navbar-item,.bdt-navbar-toggle{display:flex;justify-content:center;align-items:center;box-sizing:border-box;min-height:80px;padding:0 15px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";text-decoration:none}.bdt-navbar-nav>li>a{color:#999}.bdt-navbar-nav>li:hover>a,.bdt-navbar-nav>li>a:focus,.bdt-navbar-nav>li>a.bdt-open{color:#666;outline:none}.bdt-navbar-nav>li>a:active{color:#333}.bdt-navbar-nav>li.bdt-active>a{color:#333}.bdt-navbar-item{color:#666}.bdt-navbar-toggle{color:#999}.bdt-navbar-toggle:hover,.bdt-navbar-toggle:focus,.bdt-navbar-toggle.bdt-open{color:#666;outline:none;text-decoration:none}.bdt-navbar-subtitle{font-size:.875rem}.bdt-navbar-dropdown{display:none;position:absolute;z-index:1020;box-sizing:border-box;width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-navbar-dropdown.bdt-open{display:block}[class*='bdt-navbar-dropdown-top']{margin-top:0}[class*='bdt-navbar-dropdown-bottom']{margin-top:0}[class*='bdt-navbar-dropdown-left']{margin-left:0}[class*='bdt-navbar-dropdown-right']{margin-left:0}.bdt-navbar-dropdown-grid{margin-left:-30px}.bdt-navbar-dropdown-grid>*{padding-left:30px}.bdt-navbar-dropdown-grid>.bdt-grid-margin{margin-top:30px}.bdt-navbar-dropdown-stack .bdt-navbar-dropdown-grid>*{width:100% !important}.bdt-navbar-dropdown-width-2:not(.bdt-navbar-dropdown-stack){width:400px}.bdt-navbar-dropdown-width-3:not(.bdt-navbar-dropdown-stack){width:600px}.bdt-navbar-dropdown-width-4:not(.bdt-navbar-dropdown-stack){width:800px}.bdt-navbar-dropdown-width-5:not(.bdt-navbar-dropdown-stack){width:1000px}.bdt-navbar-dropdown-dropbar{margin-top:0;margin-bottom:0}.bdt-navbar-dropdown-nav>li>a{color:#999}.bdt-navbar-dropdown-nav>li>a:hover,.bdt-navbar-dropdown-nav>li>a:focus{color:#666}.bdt-navbar-dropdown-nav>li.bdt-active>a{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-header{color:#333}.bdt-navbar-dropdown-nav .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-navbar-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-navbar-dropdown-nav .bdt-nav-sub a:hover,.bdt-navbar-dropdown-nav .bdt-nav-sub a:focus{color:#666}.bdt-navbar-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#333}.bdt-navbar-dropbar{background:#f8f8f8}.bdt-navbar-dropbar-slide{position:absolute;z-index:980;left:0;right:0}.bdt-subnav{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-subnav>*{flex:none;padding-left:20px;position:relative}.bdt-subnav>*>:first-child{display:block;color:#999}.bdt-subnav>*>a:hover,.bdt-subnav>*>a:focus{color:#666;text-decoration:none;outline:none}.bdt-subnav>.bdt-active>a{color:#333}.bdt-subnav-divider{margin-left:-41px}.bdt-subnav-divider>*{display:flex;align-items:center}.bdt-subnav-divider>::before{content:"";height:1.5em;margin-left:0;margin-right:20px;border-left:1px solid transparent}.bdt-subnav-divider>:nth-child(n+2):not(.bdt-first-column)::before{border-left-color:rgba(214,214,214,0.49)}.bdt-subnav-pill>*>:first-child{padding:5px 10px;background:transparent;color:#999}.bdt-subnav-pill>*>a:hover,.bdt-subnav-pill>*>a:focus{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>*>a:active{background-color:#f8f8f8;color:#666}.bdt-subnav-pill>.bdt-active>a{background-color:#1e87f0;color:#fff}.bdt-subnav>.bdt-disabled>a{color:#999}.bdt-breadcrumb{display:flex;flex-wrap:wrap;padding:0;list-style:none}.bdt-breadcrumb>*{flex:none}.bdt-breadcrumb>*>*{display:inline-block;font-size:.875rem;color:#999}.bdt-breadcrumb>*>:hover,.bdt-breadcrumb>*>:focus{color:#666;text-decoration:none}.bdt-breadcrumb>:last-child>span,.bdt-breadcrumb>:last-child>a:not([href]){color:#666}.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before{content:"/";display:inline-block;margin:0 20px;font-size:.875rem;color:#999}.bdt-pagination{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-pagination>*{flex:none;padding-left:20px;position:relative}.bdt-pagination>*>*{display:block;color:#999}.bdt-pagination>*>:hover,.bdt-pagination>*>:focus{color:#666;text-decoration:none}.bdt-pagination>.bdt-active>*{color:#666}.bdt-pagination>.bdt-disabled>*{color:#999}.bdt-tab{display:flex;flex-wrap:wrap;margin-left:-20px;padding:0;list-style:none}.bdt-tab>*{flex:none;padding-left:20px;position:relative}.bdt-tab>*>a{display:block;text-align:center;padding:10px 15px;color:#999}.bdt-tab>*>a:hover,.bdt-tab>*>a:focus{color:#666;text-decoration:none}.bdt-tab>.bdt-active>a{color:#333}.bdt-tab>.bdt-disabled>a{color:#999}.bdt-tab-left,.bdt-tab-right{flex-direction:column;margin-left:0}.bdt-tab-left>*,.bdt-tab-right>*{padding-left:0}.bdt-tab-left>*>a{text-align:left}.bdt-tab-right>*>a{text-align:left}.bdt-slidenav{padding:5px 10px;color:rgba(102,102,102,0.5)}.bdt-slidenav:hover,.bdt-slidenav:focus{color:rgba(102,102,102,0.9);outline:none}.bdt-slidenav:active{color:rgba(102,102,102,0.5)}.bdt-slidenav-large{padding:10px 10px}.bdt-slidenav-container{display:flex}.bdt-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-12px}.bdt-dotnav>*{flex:none;padding-left:12px}.bdt-dotnav>*>*{display:block;box-sizing:border-box;width:10px;height:10px;border-radius:50%;background:rgba(102,102,102,0.2);text-indent:100%;overflow:hidden;white-space:nowrap}.bdt-dotnav>*>:hover,.bdt-dotnav>*>:focus{background-color:rgba(102,102,102,0.6);outline:none}.bdt-dotnav>*>:active{background-color:rgba(102,102,102,0.2)}.bdt-dotnav>.bdt-active>*{background-color:rgba(102,102,102,0.6)}.bdt-dotnav-vertical{flex-direction:column;margin-left:0;margin-top:-12px}.bdt-dotnav-vertical>*{padding-left:0;padding-top:12px}.bdt-thumbnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-15px}.bdt-thumbnav>*{padding-left:15px}.bdt-thumbnav>*>*{display:inline-block}.bdt-thumbnav>*>:hover,.bdt-thumbnav>*>:focus{outline:none}.bdt-thumbnav-vertical{flex-direction:column;margin-left:0;margin-top:-15px}.bdt-thumbnav-vertical>*{padding-left:0;padding-top:15px}.bdt-accordion{padding:0;list-style:none}.bdt-accordion>:nth-child(n+2){margin-top:20px}.bdt-accordion-title{display:block;font-size:1.25rem;line-height:1.4;color:#333}.bdt-accordion-title:hover,.bdt-accordion-title:focus{color:#666;text-decoration:none;outline:none}.bdt-accordion-content{display:flow-root;margin-top:20px}.bdt-accordion-content>:last-child{margin-bottom:0}.bdt-drop{display:none;position:absolute;z-index:1020;box-sizing:border-box;width:300px}.bdt-drop.bdt-open{display:block}[class*='bdt-drop-top']{margin-top:-20px}[class*='bdt-drop-bottom']{margin-top:20px}[class*='bdt-drop-left']{margin-left:-20px}[class*='bdt-drop-right']{margin-left:20px}.bdt-drop-stack .bdt-drop-grid>*{width:100% !important}.bdt-dropdown{display:none;position:absolute;z-index:1020;box-sizing:border-box;min-width:200px;padding:15px;background:#f8f8f8;color:#666}.bdt-dropdown.bdt-open{display:block}.bdt-dropdown-nav{white-space:nowrap}.bdt-dropdown-nav>li>a{color:#999}.bdt-dropdown-nav>li>a:hover,.bdt-dropdown-nav>li>a:focus,.bdt-dropdown-nav>li.bdt-active>a{color:#666}.bdt-dropdown-nav .bdt-nav-header{color:#333}.bdt-dropdown-nav .bdt-nav-divider{border-top:1px solid rgba(214,214,214,0.49)}.bdt-dropdown-nav .bdt-nav-sub a{color:#999}.bdt-dropdown-nav .bdt-nav-sub a:hover,.bdt-dropdown-nav .bdt-nav-sub a:focus,.bdt-dropdown-nav .bdt-nav-sub li.bdt-active>a{color:#666}[class*='bdt-dropdown-top']{margin-top:-10px}[class*='bdt-dropdown-bottom']{margin-top:10px}[class*='bdt-dropdown-left']{margin-left:-10px}[class*='bdt-dropdown-right']{margin-left:10px}.bdt-dropdown-stack .bdt-dropdown-grid>*{width:100% !important}.bdt-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:15px 15px;background:rgba(0,0,0,0.6);opacity:0;transition:opacity .15s linear}@media (min-width:640px){.bdt-modal{padding:50px 30px}}@media (min-width:960px){.bdt-modal{padding-left:40px;padding-right:40px}}.bdt-modal.bdt-open{opacity:1}.bdt-modal-page{overflow:hidden}.bdt-modal-dialog{position:relative;box-sizing:border-box;margin:0 auto;width:600px;max-width:calc(100% - 0.01px) !important;background:#fff;opacity:0;transform:translateY(-100px);transition:.3s linear;transition-property:opacity,transform;border-radius:3px}.bdt-open>.bdt-modal-dialog{opacity:1;transform:translateY(0)}.bdt-modal-container .bdt-modal-dialog{width:1200px}.bdt-modal-full{padding:0;background:none}.bdt-modal-full .bdt-modal-dialog{margin:0;width:100%;max-width:100%;transform:translateY(0)}.bdt-modal-body{display:flow-root;padding:30px 30px}.bdt-modal-header{display:flow-root;padding:15px 30px;background:#f8f8f8}.bdt-modal-footer{display:flow-root;padding:15px 30px;background:#f8f8f8}.bdt-modal-body>:last-child,.bdt-modal-header>:last-child,.bdt-modal-footer>:last-child{margin-bottom:0}.bdt-modal-title{font-size:1.6rem;line-height:1.3;font-weight:400}[class*='bdt-modal-close-']{position:absolute;z-index:1010;top:10px;right:10px;padding:5px}[class*='bdt-modal-close-']:first-child+*{margin-top:0}.bdt-modal-close-outside{top:0;right:-5px;transform:translate(0, -100%);color:#fff}.bdt-modal-close-outside:hover{color:#fff}@media (min-width:960px){.bdt-modal-close-outside{right:0;transform:translate(100%, -100%)}}.bdt-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1010;background:#000;opacity:0;transition:opacity .15s linear;touch-action:pinch-zoom}.bdt-lightbox.bdt-open{display:block;opacity:1}.bdt-lightbox-page{overflow:hidden}.bdt-lightbox-items>*{position:absolute;top:0;right:0;bottom:0;left:0;display:none;justify-content:center;align-items:center;color:rgba(255,255,255,0.7);will-change:transform,opacity}.bdt-lightbox-items>*>*{max-width:100vw;max-height:100vh}.bdt-lightbox-items>:focus{outline:none}.bdt-lightbox-items>*>:not(iframe){width:auto;height:auto}.bdt-lightbox-items>.bdt-active{display:flex}.bdt-lightbox-toolbar{padding:10px 10px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar>*{color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon{padding:5px;color:rgba(255,255,255,0.7)}.bdt-lightbox-toolbar-icon:hover{color:#fff}.bdt-lightbox-button{box-sizing:border-box;width:50px;height:50px;background:rgba(0,0,0,0.3);color:rgba(255,255,255,0.7);display:inline-flex;justify-content:center;align-items:center}.bdt-lightbox-button:hover{color:#fff}.bdt-lightbox-caption:empty{display:none}.bdt-lightbox-iframe{width:80%;height:80%}.bdt-slideshow{-webkit-tap-highlight-color:transparent}.bdt-slideshow-items{position:relative;z-index:0;margin:0;padding:0;list-style:none;overflow:hidden;-webkit-touch-callout:none}.bdt-slideshow-items>*{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;will-change:transform,opacity;touch-action:pan-y}.bdt-slideshow-items>:focus{outline:none}.bdt-slideshow-items>:not(.bdt-active){display:none}.bdt-slider{-webkit-tap-highlight-color:transparent}.bdt-slider-container{overflow:hidden}.bdt-slider-items{will-change:transform;position:relative}.bdt-slider-items:not(.bdt-grid){display:flex;margin:0;padding:0;list-style:none;-webkit-touch-callout:none}.bdt-slider-items.bdt-grid{flex-wrap:nowrap}.bdt-slider-items>*{flex:none;position:relative;touch-action:pan-y}.bdt-slider-items>:focus{outline:none}.bdt-sticky-fixed{z-index:980;box-sizing:border-box;margin:0 !important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.bdt-sticky[class*='bdt-animation-']{animation-duration:.2s}.bdt-sticky.bdt-animation-reverse{animation-duration:.2s}.bdt-offcanvas{display:none;position:fixed;top:0;bottom:0;left:0;z-index:1000}.bdt-offcanvas-flip .bdt-offcanvas{right:0;left:auto}.bdt-offcanvas-bar{position:absolute;top:0;bottom:0;left:-270px;box-sizing:border-box;width:270px;padding:20px 20px;background:#222;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (min-width:960px){.bdt-offcanvas-bar{left:-350px;width:350px;padding:40px 40px}}.bdt-offcanvas-flip .bdt-offcanvas-bar{left:auto;right:-270px}@media (min-width:960px){.bdt-offcanvas-flip .bdt-offcanvas-bar{right:-350px}}.bdt-open>.bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-open>.bdt-offcanvas-bar{left:auto;right:0}.bdt-offcanvas-bar-animation{transition:left .3s ease-out}.bdt-offcanvas-flip .bdt-offcanvas-bar-animation{transition-property:right}.bdt-offcanvas-reveal{position:absolute;top:0;bottom:0;left:0;width:0;overflow:hidden;transition:width .3s ease-out}.bdt-offcanvas-reveal .bdt-offcanvas-bar{left:0}.bdt-offcanvas-flip .bdt-offcanvas-reveal .bdt-offcanvas-bar{left:auto;right:0}.bdt-open>.bdt-offcanvas-reveal{width:270px}@media (min-width:960px){.bdt-open>.bdt-offcanvas-reveal{width:350px}}.bdt-offcanvas-flip .bdt-offcanvas-reveal{right:0;left:auto}.bdt-offcanvas-close{position:absolute;z-index:1000;top:20px;right:20px;padding:5px}.bdt-offcanvas-overlay{width:100vw;touch-action:none}.bdt-offcanvas-overlay::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.1);opacity:0;transition:opacity .15s linear}.bdt-offcanvas-overlay.bdt-open::before{opacity:1}.bdt-offcanvas-page,.bdt-offcanvas-container{overflow-x:hidden}.bdt-offcanvas-container{position:relative;left:0;transition:left .3s ease-out;box-sizing:border-box;width:100%}:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:270px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-270px}@media (min-width:960px){:not(.bdt-offcanvas-flip).bdt-offcanvas-container-animation{left:350px}.bdt-offcanvas-flip.bdt-offcanvas-container-animation{left:-350px}}.bdt-switcher{margin:0;padding:0;list-style:none}.bdt-switcher>:not(.bdt-active){display:none}.bdt-switcher>*>:last-child{margin-bottom:0}.bdt-leader{overflow:hidden}.bdt-leader-fill::after{display:inline-block;margin-left:15px;width:0;content:attr(data-fill);white-space:nowrap}.bdt-leader-fill.bdt-leader-hide::after{display:none}.bdt-leader-fill-content::before{content:'.'}:root{--bdt-leader-fill-content:.}.bdt-iconnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none;margin-left:-10px}.bdt-iconnav>*{padding-left:10px}.bdt-iconnav>*>a{display:block;color:#999}.bdt-iconnav>*>a:hover,.bdt-iconnav>*>a:focus{color:#666;outline:none}.bdt-iconnav>.bdt-active>a{color:#666}.bdt-iconnav-vertical{flex-direction:column;margin-left:0;margin-top:-10px}.bdt-iconnav-vertical>*{padding-left:0;padding-top:10px}.bdt-notification{position:fixed;top:10px;left:10px;z-index:1040;box-sizing:border-box;width:450px}.bdt-notification-top-right,.bdt-notification-bottom-right{left:auto;right:10px}.bdt-notification-top-center,.bdt-notification-bottom-center{left:50%;margin-left:-225px}.bdt-notification-bottom-left,.bdt-notification-bottom-right,.bdt-notification-bottom-center{top:auto;bottom:10px}@media (max-width:639px){.bdt-notification{left:10px;right:10px;width:auto;margin:0}}.bdt-notification-message{position:relative;padding:15px;background:#f8f8f8;color:#666;font-size:1.25rem;line-height:1.4;cursor:pointer}*+.bdt-notification-message{margin-top:10px}.bdt-notification-close{display:none;position:absolute;top:20px;right:15px}.bdt-notification-message:hover .bdt-notification-close{display:block}.bdt-notification-message-primary{color:#1e87f0}.bdt-notification-message-success{color:#32d296}.bdt-notification-message-warning{color:#faa05a}.bdt-notification-message-danger{color:#f0506e}.bdt-tooltip{display:none;position:absolute;z-index:1030;top:0;box-sizing:border-box;max-width:200px;padding:3px 6px;background:#666;border-radius:2px;color:#fff;font-size:12px}.bdt-tooltip.bdt-active{display:block}[class*='bdt-tooltip-top']{margin-top:-10px}[class*='bdt-tooltip-bottom']{margin-top:10px}[class*='bdt-tooltip-left']{margin-left:-10px}[class*='bdt-tooltip-right']{margin-left:10px}.bdt-placeholder{margin-bottom:20px;padding:30px 30px;background:#f8f8f8}*+.bdt-placeholder{margin-top:20px}.bdt-placeholder>:last-child{margin-bottom:0}.bdt-progress{vertical-align:baseline;-webkit-appearance:none;-moz-appearance:none;display:block;width:100%;border:0;background-color:#f8f8f8;margin-bottom:20px;height:15px}*+.bdt-progress{margin-top:20px}.bdt-progress:indeterminate{color:transparent}.bdt-progress::-webkit-progress-bar{background-color:#f8f8f8}.bdt-progress:indeterminate::-moz-progress-bar{width:0}.bdt-progress::-webkit-progress-value{background-color:#1e87f0;transition:width .6s ease}.bdt-progress::-moz-progress-bar{background-color:#1e87f0}.bdt-progress::-ms-fill{background-color:#1e87f0;transition:width .6s ease;border:0}.bdt-sortable{position:relative}.bdt-sortable>:last-child{margin-bottom:0}.bdt-sortable-drag{position:fixed !important;z-index:1050 !important;pointer-events:none}.bdt-sortable-placeholder{opacity:0;pointer-events:none}.bdt-sortable-empty{min-height:50px}.bdt-sortable-handle:hover{cursor:move}.bdt-countdown-number{font-variant-numeric:tabular-nums;font-size:2rem;line-height:.8}@media (min-width:640px){.bdt-countdown-number{font-size:4rem}}@media (min-width:960px){.bdt-countdown-number{font-size:6rem}}.bdt-countdown-separator{font-size:1rem;line-height:1.6}@media (min-width:640px){.bdt-countdown-separator{font-size:2rem}}@media (min-width:960px){.bdt-countdown-separator{font-size:3rem}}[class*='bdt-animation-']{animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both}.bdt-animation-fade{animation-name:bdt-fade;animation-duration:.8s;animation-timing-function:linear}.bdt-animation-scale-up{animation-name:bdt-fade-scale-02}.bdt-animation-scale-down{animation-name:bdt-fade-scale-18}.bdt-animation-slide-top{animation-name:bdt-fade-top}.bdt-animation-slide-bottom{animation-name:bdt-fade-bottom}.bdt-animation-slide-left{animation-name:bdt-fade-left}.bdt-animation-slide-right{animation-name:bdt-fade-right}.bdt-animation-slide-top-small{animation-name:bdt-fade-top-small}.bdt-animation-slide-bottom-small{animation-name:bdt-fade-bottom-small}.bdt-animation-slide-left-small{animation-name:bdt-fade-left-small}.bdt-animation-slide-right-small{animation-name:bdt-fade-right-small}.bdt-animation-slide-top-medium{animation-name:bdt-fade-top-medium}.bdt-animation-slide-bottom-medium{animation-name:bdt-fade-bottom-medium}.bdt-animation-slide-left-medium{animation-name:bdt-fade-left-medium}.bdt-animation-slide-right-medium{animation-name:bdt-fade-right-medium}.bdt-animation-kenburns{animation-name:bdt-scale-kenburns;animation-duration:15s}.bdt-animation-shake{animation-name:bdt-shake}.bdt-animation-stroke{animation-name:bdt-stroke;stroke-dasharray:var(--bdt-animation-stroke);animation-duration:2s}.bdt-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.bdt-animation-fast{animation-duration:.1s}.bdt-animation-toggle:not(:hover):not(:focus) [class*='bdt-animation-']{animation-name:none}.bdt-animation-toggle{-webkit-tap-highlight-color:transparent}.bdt-animation-toggle:focus{outline:none}@keyframes bdt-fade{0%{opacity:0}100%{opacity:1}}@keyframes bdt-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-top-small{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-bottom-small{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-left-small{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-right-small{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-top-medium{0%{opacity:0;transform:translateY(-50px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-bottom-medium{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}@keyframes bdt-fade-left-medium{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-right-medium{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@keyframes bdt-fade-scale-02{0%{opacity:0;transform:scale(.2)}100%{opacity:1;transform:scale(1)}}@keyframes bdt-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@keyframes bdt-scale-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes bdt-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@keyframes bdt-stroke{0%{stroke-dashoffset:var(--bdt-animation-stroke)}100%{stroke-dashoffset:0}}[class*='bdt-child-width']>*{box-sizing:border-box;width:100%}.bdt-child-width-1-2>*{width:50%}.bdt-child-width-1-3>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4>*{width:25%}.bdt-child-width-1-5>*{width:20%}.bdt-child-width-1-6>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto>*{width:auto}.bdt-child-width-expand>:not([class*='bdt-width']){flex:1;min-width:1px}@media (min-width:640px){.bdt-child-width-1-1\@s>*{width:100%}.bdt-child-width-1-2\@s>*{width:50%}.bdt-child-width-1-3\@s>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@s>*{width:25%}.bdt-child-width-1-5\@s>*{width:20%}.bdt-child-width-1-6\@s>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@s>*{width:auto}.bdt-child-width-expand\@s>:not([class*='bdt-width']){flex:1;min-width:1px}}@media (min-width:960px){.bdt-child-width-1-1\@m>*{width:100%}.bdt-child-width-1-2\@m>*{width:50%}.bdt-child-width-1-3\@m>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@m>*{width:25%}.bdt-child-width-1-5\@m>*{width:20%}.bdt-child-width-1-6\@m>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@m>*{width:auto}.bdt-child-width-expand\@m>:not([class*='bdt-width']){flex:1;min-width:1px}}@media (min-width:1200px){.bdt-child-width-1-1\@l>*{width:100%}.bdt-child-width-1-2\@l>*{width:50%}.bdt-child-width-1-3\@l>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@l>*{width:25%}.bdt-child-width-1-5\@l>*{width:20%}.bdt-child-width-1-6\@l>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@l>*{width:auto}.bdt-child-width-expand\@l>:not([class*='bdt-width']){flex:1;min-width:1px}}@media (min-width:1600px){.bdt-child-width-1-1\@xl>*{width:100%}.bdt-child-width-1-2\@xl>*{width:50%}.bdt-child-width-1-3\@xl>*{width:calc(100% * 1 / 3.001)}.bdt-child-width-1-4\@xl>*{width:25%}.bdt-child-width-1-5\@xl>*{width:20%}.bdt-child-width-1-6\@xl>*{width:calc(100% * 1 / 6.001)}.bdt-child-width-auto\@xl>*{width:auto}.bdt-child-width-expand\@xl>:not([class*='bdt-width']){flex:1;min-width:1px}}[class*='bdt-width']{box-sizing:border-box;width:100%;max-width:100%}.bdt-width-1-2{width:50%}.bdt-width-1-3{width:calc(100% * 1 / 3.001)}.bdt-width-2-3{width:calc(100% * 2 / 3.001)}.bdt-width-1-4{width:25%}.bdt-width-3-4{width:75%}.bdt-width-1-5{width:20%}.bdt-width-2-5{width:40%}.bdt-width-3-5{width:60%}.bdt-width-4-5{width:80%}.bdt-width-1-6{width:calc(100% * 1 / 6.001)}.bdt-width-5-6{width:calc(100% * 5 / 6.001)}.bdt-width-small{width:150px}.bdt-width-medium{width:300px}.bdt-width-large{width:450px}.bdt-width-xlarge{width:600px}.bdt-width-2xlarge{width:750px}.bdt-width-auto{width:auto}.bdt-width-expand{flex:1;min-width:1px}@media (min-width:640px){.bdt-width-1-1\@s{width:100%}.bdt-width-1-2\@s{width:50%}.bdt-width-1-3\@s{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@s{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@s{width:25%}.bdt-width-3-4\@s{width:75%}.bdt-width-1-5\@s{width:20%}.bdt-width-2-5\@s{width:40%}.bdt-width-3-5\@s{width:60%}.bdt-width-4-5\@s{width:80%}.bdt-width-1-6\@s{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@s{width:calc(100% * 5 / 6.001)}.bdt-width-small\@s{width:150px}.bdt-width-medium\@s{width:300px}.bdt-width-large\@s{width:450px}.bdt-width-xlarge\@s{width:600px}.bdt-width-2xlarge\@s{width:750px}.bdt-width-auto\@s{width:auto}.bdt-width-expand\@s{flex:1;min-width:1px}}@media (min-width:960px){.bdt-width-1-1\@m{width:100%}.bdt-width-1-2\@m{width:50%}.bdt-width-1-3\@m{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@m{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@m{width:25%}.bdt-width-3-4\@m{width:75%}.bdt-width-1-5\@m{width:20%}.bdt-width-2-5\@m{width:40%}.bdt-width-3-5\@m{width:60%}.bdt-width-4-5\@m{width:80%}.bdt-width-1-6\@m{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@m{width:calc(100% * 5 / 6.001)}.bdt-width-small\@m{width:150px}.bdt-width-medium\@m{width:300px}.bdt-width-large\@m{width:450px}.bdt-width-xlarge\@m{width:600px}.bdt-width-2xlarge\@m{width:750px}.bdt-width-auto\@m{width:auto}.bdt-width-expand\@m{flex:1;min-width:1px}}@media (min-width:1200px){.bdt-width-1-1\@l{width:100%}.bdt-width-1-2\@l{width:50%}.bdt-width-1-3\@l{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@l{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@l{width:25%}.bdt-width-3-4\@l{width:75%}.bdt-width-1-5\@l{width:20%}.bdt-width-2-5\@l{width:40%}.bdt-width-3-5\@l{width:60%}.bdt-width-4-5\@l{width:80%}.bdt-width-1-6\@l{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@l{width:calc(100% * 5 / 6.001)}.bdt-width-small\@l{width:150px}.bdt-width-medium\@l{width:300px}.bdt-width-large\@l{width:450px}.bdt-width-xlarge\@l{width:600px}.bdt-width-2xlarge\@l{width:750px}.bdt-width-auto\@l{width:auto}.bdt-width-expand\@l{flex:1;min-width:1px}}@media (min-width:1600px){.bdt-width-1-1\@xl{width:100%}.bdt-width-1-2\@xl{width:50%}.bdt-width-1-3\@xl{width:calc(100% * 1 / 3.001)}.bdt-width-2-3\@xl{width:calc(100% * 2 / 3.001)}.bdt-width-1-4\@xl{width:25%}.bdt-width-3-4\@xl{width:75%}.bdt-width-1-5\@xl{width:20%}.bdt-width-2-5\@xl{width:40%}.bdt-width-3-5\@xl{width:60%}.bdt-width-4-5\@xl{width:80%}.bdt-width-1-6\@xl{width:calc(100% * 1 / 6.001)}.bdt-width-5-6\@xl{width:calc(100% * 5 / 6.001)}.bdt-width-small\@xl{width:150px}.bdt-width-medium\@xl{width:300px}.bdt-width-large\@xl{width:450px}.bdt-width-xlarge\@xl{width:600px}.bdt-width-2xlarge\@xl{width:750px}.bdt-width-auto\@xl{width:auto}.bdt-width-expand\@xl{flex:1;min-width:1px}}[class*='bdt-height']{box-sizing:border-box}.bdt-height-1-1{height:100%}.bdt-height-viewport{min-height:100vh}.bdt-height-small{height:150px}.bdt-height-medium{height:300px}.bdt-height-large{height:450px}.bdt-height-max-small{max-height:150px}.bdt-height-max-medium{max-height:300px}.bdt-height-max-large{max-height:450px}.bdt-text-lead{font-size:1.5rem;line-height:1.5;color:#333}.bdt-text-meta{font-size:.875rem;line-height:1.4;color:#999}.bdt-text-small{font-size:.875rem;line-height:1.5}.bdt-text-large{font-size:1.5rem;line-height:1.5}.bdt-text-default{font-size:16px;line-height:1.5}.bdt-text-light{font-weight:300}.bdt-text-normal{font-weight:400}.bdt-text-bold{font-weight:700}.bdt-text-lighter{font-weight:lighter}.bdt-text-bolder{font-weight:bolder}.bdt-text-italic{font-style:italic}.bdt-text-capitalize{text-transform:capitalize !important}.bdt-text-uppercase{text-transform:uppercase !important}.bdt-text-lowercase{text-transform:lowercase !important}.bdt-text-muted{color:#999 !important}.bdt-text-emphasis{color:#333 !important}.bdt-text-primary{color:#1e87f0 !important}.bdt-text-secondary{color:#222 !important}.bdt-text-success{color:#32d296 !important}.bdt-text-warning{color:#faa05a !important}.bdt-text-danger{color:#f0506e !important}.bdt-text-background{-webkit-background-clip:text;display:inline-block;color:#1e87f0 !important}@supports (-webkit-background-clip: text){.bdt-text-background{background-color:#1e87f0;color:transparent !important}}.bdt-text-left{text-align:left !important}.bdt-text-right{text-align:right !important}.bdt-text-center{text-align:center !important}.bdt-text-justify{text-align:justify !important}@media (min-width:640px){.bdt-text-left\@s{text-align:left !important}.bdt-text-right\@s{text-align:right !important}.bdt-text-center\@s{text-align:center !important}}@media (min-width:960px){.bdt-text-left\@m{text-align:left !important}.bdt-text-right\@m{text-align:right !important}.bdt-text-center\@m{text-align:center !important}}@media (min-width:1200px){.bdt-text-left\@l{text-align:left !important}.bdt-text-right\@l{text-align:right !important}.bdt-text-center\@l{text-align:center !important}}@media (min-width:1600px){.bdt-text-left\@xl{text-align:left !important}.bdt-text-right\@xl{text-align:right !important}.bdt-text-center\@xl{text-align:center !important}}.bdt-text-top{vertical-align:top !important}.bdt-text-middle{vertical-align:middle !important}.bdt-text-bottom{vertical-align:bottom !important}.bdt-text-baseline{vertical-align:baseline !important}.bdt-text-nowrap{white-space:nowrap}.bdt-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}th.bdt-text-truncate,td.bdt-text-truncate{max-width:0}.bdt-text-break{overflow-wrap:break-word;word-wrap:break-word}th.bdt-text-break,td.bdt-text-break{word-break:break-all}[class*='bdt-column-']{column-gap:30px}@media (min-width:1200px){[class*='bdt-column-']{column-gap:40px}}[class*='bdt-column-'] img{transform:translate3d(0, 0, 0)}.bdt-column-divider{column-rule:1px solid rgba(214,214,214,0.49);column-gap:60px}@media (min-width:1200px){.bdt-column-divider{column-gap:80px}}.bdt-column-1-2{column-count:2}.bdt-column-1-3{column-count:3}.bdt-column-1-4{column-count:4}.bdt-column-1-5{column-count:5}.bdt-column-1-6{column-count:6}@media (min-width:640px){.bdt-column-1-2\@s{column-count:2}.bdt-column-1-3\@s{column-count:3}.bdt-column-1-4\@s{column-count:4}.bdt-column-1-5\@s{column-count:5}.bdt-column-1-6\@s{column-count:6}}@media (min-width:960px){.bdt-column-1-2\@m{column-count:2}.bdt-column-1-3\@m{column-count:3}.bdt-column-1-4\@m{column-count:4}.bdt-column-1-5\@m{column-count:5}.bdt-column-1-6\@m{column-count:6}}@media (min-width:1200px){.bdt-column-1-2\@l{column-count:2}.bdt-column-1-3\@l{column-count:3}.bdt-column-1-4\@l{column-count:4}.bdt-column-1-5\@l{column-count:5}.bdt-column-1-6\@l{column-count:6}}@media (min-width:1600px){.bdt-column-1-2\@xl{column-count:2}.bdt-column-1-3\@xl{column-count:3}.bdt-column-1-4\@xl{column-count:4}.bdt-column-1-5\@xl{column-count:5}.bdt-column-1-6\@xl{column-count:6}}.bdt-column-span{column-span:all}.bdt-cover{max-width:none;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}iframe.bdt-cover{pointer-events:none}.bdt-cover-container{overflow:hidden;position:relative}.bdt-background-default{background-color:#fff}.bdt-background-muted{background-color:#f8f8f8}.bdt-background-primary{background-color:#1e87f0}.bdt-background-secondary{background-color:#222}.bdt-background-cover,.bdt-background-contain{background-position:50% 50%;background-repeat:no-repeat}.bdt-background-cover{background-size:cover}.bdt-background-contain{background-size:contain}.bdt-background-top-left{background-position:0 0}.bdt-background-top-center{background-position:50% 0}.bdt-background-top-right{background-position:100% 0}.bdt-background-center-left{background-position:0 50%}.bdt-background-center-center{background-position:50% 50%}.bdt-background-center-right{background-position:100% 50%}.bdt-background-bottom-left{background-position:0 100%}.bdt-background-bottom-center{background-position:50% 100%}.bdt-background-bottom-right{background-position:100% 100%}.bdt-background-norepeat{background-repeat:no-repeat}.bdt-background-fixed{background-attachment:fixed;backface-visibility:hidden}@media (pointer:coarse){.bdt-background-fixed{background-attachment:scroll}}@media (max-width:639px){.bdt-background-image\@s{background-image:none !important}}@media (max-width:959px){.bdt-background-image\@m{background-image:none !important}}@media (max-width:1199px){.bdt-background-image\@l{background-image:none !important}}@media (max-width:1599px){.bdt-background-image\@xl{background-image:none !important}}.bdt-background-blend-multiply{background-blend-mode:multiply}.bdt-background-blend-screen{background-blend-mode:screen}.bdt-background-blend-overlay{background-blend-mode:overlay}.bdt-background-blend-darken{background-blend-mode:darken}.bdt-background-blend-lighten{background-blend-mode:lighten}.bdt-background-blend-color-dodge{background-blend-mode:color-dodge}.bdt-background-blend-color-burn{background-blend-mode:color-burn}.bdt-background-blend-hard-light{background-blend-mode:hard-light}.bdt-background-blend-soft-light{background-blend-mode:soft-light}.bdt-background-blend-difference{background-blend-mode:difference}.bdt-background-blend-exclusion{background-blend-mode:exclusion}.bdt-background-blend-hue{background-blend-mode:hue}.bdt-background-blend-saturation{background-blend-mode:saturation}.bdt-background-blend-color{background-blend-mode:color}.bdt-background-blend-luminosity{background-blend-mode:luminosity}[class*='bdt-align']{display:block;margin-bottom:30px}*+[class*='bdt-align']{margin-top:30px}.bdt-align-center{margin-left:auto;margin-right:auto}.bdt-align-left{margin-top:0;margin-right:30px;float:left}.bdt-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width:640px){.bdt-align-left\@s{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width:960px){.bdt-align-left\@m{margin-top:0;margin-right:30px;float:left}.bdt-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width:1200px){.bdt-align-left\@l{margin-top:0;float:left}.bdt-align-right\@l{margin-top:0;float:right}.bdt-align-left,.bdt-align-left\@s,.bdt-align-left\@m,.bdt-align-left\@l{margin-right:40px}.bdt-align-right,.bdt-align-right\@s,.bdt-align-right\@m,.bdt-align-right\@l{margin-left:40px}}@media (min-width:1600px){.bdt-align-left\@xl{margin-top:0;margin-right:40px;float:left}.bdt-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.bdt-svg,.bdt-svg:not(.bdt-preserve) [fill*='#']:not(.bdt-preserve){fill:currentcolor}.bdt-svg:not(.bdt-preserve) [stroke*='#']:not(.bdt-preserve){stroke:currentcolor}.bdt-svg{transform:translate(0, 0)}.bdt-panel{display:flow-root;position:relative;box-sizing:border-box}.bdt-panel>:last-child{margin-bottom:0}.bdt-panel-scrollable{height:170px;padding:10px;border:1px solid rgba(214,214,214,0.49);overflow:auto;-webkit-overflow-scrolling:touch;resize:both}.bdt-clearfix::before{content:"";display:table-cell}.bdt-clearfix::after{content:"";display:table;clear:both}.bdt-float-left{float:left}.bdt-float-right{float:right}[class*='bdt-float-']{max-width:100%}.bdt-overflow-hidden{overflow:hidden}.bdt-overflow-auto{overflow:auto;-webkit-overflow-scrolling:touch}.bdt-overflow-auto>:last-child{margin-bottom:0}.bdt-resize{resize:both}.bdt-resize-vertical{resize:vertical}.bdt-display-block{display:block !important}.bdt-display-inline{display:inline !important}.bdt-display-inline-block{display:inline-block !important}[class*='bdt-inline']{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.bdt-inline-clip{overflow:hidden}.bdt-preserve-width,.bdt-preserve-width canvas,.bdt-preserve-width img,.bdt-preserve-width svg,.bdt-preserve-width video{max-width:none}.bdt-responsive-width,.bdt-responsive-height{box-sizing:border-box}.bdt-responsive-width{max-width:100% !important;height:auto}.bdt-responsive-height{max-height:100%;width:auto;max-width:none}.bdt-border-circle{border-radius:50%}.bdt-border-pill{border-radius:500px}.bdt-border-rounded{border-radius:5px}.bdt-inline-clip[class*='bdt-border-']{-webkit-transform:translateZ(0)}.bdt-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,0.16)}[class*='bdt-box-shadow-hover']{transition:box-shadow .1s ease-in-out}.bdt-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.bdt-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.bdt-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,0.16)}@supports (filter: blur(0)){.bdt-box-shadow-bottom{display:inline-block;position:relative;max-width:100%;vertical-align:middle}.bdt-box-shadow-bottom::before{content:'';position:absolute;bottom:-30px;left:0;right:0;height:30px;border-radius:100%;background:#444;filter:blur(20px)}.bdt-box-shadow-bottom>*{position:relative}}.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1}@-moz-document url-prefix(){.bdt-dropcap::first-letter,.bdt-dropcap>p:first-of-type::first-letter{margin-top:1.1%}}@supports (-ms-ime-align: auto){.bdt-dropcap>p:first-of-type::first-letter{font-size:1em}}.bdt-logo{font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#666;text-decoration:none}.bdt-logo:hover,.bdt-logo:focus{color:#666;outline:none;text-decoration:none}.bdt-logo-inverse{display:none}.bdt-disabled{pointer-events:none}.bdt-drag,.bdt-drag *{cursor:move}.bdt-drag iframe{pointer-events:none}.bdt-dragover{box-shadow:0 0 20px rgba(100,100,100,0.3)}.bdt-blend-multiply{mix-blend-mode:multiply}.bdt-blend-screen{mix-blend-mode:screen}.bdt-blend-overlay{mix-blend-mode:overlay}.bdt-blend-darken{mix-blend-mode:darken}.bdt-blend-lighten{mix-blend-mode:lighten}.bdt-blend-color-dodge{mix-blend-mode:color-dodge}.bdt-blend-color-burn{mix-blend-mode:color-burn}.bdt-blend-hard-light{mix-blend-mode:hard-light}.bdt-blend-soft-light{mix-blend-mode:soft-light}.bdt-blend-difference{mix-blend-mode:difference}.bdt-blend-exclusion{mix-blend-mode:exclusion}.bdt-blend-hue{mix-blend-mode:hue}.bdt-blend-saturation{mix-blend-mode:saturation}.bdt-blend-color{mix-blend-mode:color}.bdt-blend-luminosity{mix-blend-mode:luminosity}.bdt-transform-center{transform:translate(-50%, -50%)}.bdt-transform-origin-top-left{transform-origin:0 0}.bdt-transform-origin-top-center{transform-origin:50% 0}.bdt-transform-origin-top-right{transform-origin:100% 0}.bdt-transform-origin-center-left{transform-origin:0 50%}.bdt-transform-origin-center-right{transform-origin:100% 50%}.bdt-transform-origin-bottom-left{transform-origin:0 100%}.bdt-transform-origin-bottom-center{transform-origin:50% 100%}.bdt-transform-origin-bottom-right{transform-origin:100% 100%}.bdt-flex{display:flex}.bdt-flex-inline{display:inline-flex}.bdt-flex::before,.bdt-flex::after,.bdt-flex-inline::before,.bdt-flex-inline::after{display:none}.bdt-flex-left{justify-content:flex-start}.bdt-flex-center{justify-content:center}.bdt-flex-right{justify-content:flex-end}.bdt-flex-between{justify-content:space-between}.bdt-flex-around{justify-content:space-around}@media (min-width:640px){.bdt-flex-left\@s{justify-content:flex-start}.bdt-flex-center\@s{justify-content:center}.bdt-flex-right\@s{justify-content:flex-end}.bdt-flex-between\@s{justify-content:space-between}.bdt-flex-around\@s{justify-content:space-around}}@media (min-width:960px){.bdt-flex-left\@m{justify-content:flex-start}.bdt-flex-center\@m{justify-content:center}.bdt-flex-right\@m{justify-content:flex-end}.bdt-flex-between\@m{justify-content:space-between}.bdt-flex-around\@m{justify-content:space-around}}@media (min-width:1200px){.bdt-flex-left\@l{justify-content:flex-start}.bdt-flex-center\@l{justify-content:center}.bdt-flex-right\@l{justify-content:flex-end}.bdt-flex-between\@l{justify-content:space-between}.bdt-flex-around\@l{justify-content:space-around}}@media (min-width:1600px){.bdt-flex-left\@xl{justify-content:flex-start}.bdt-flex-center\@xl{justify-content:center}.bdt-flex-right\@xl{justify-content:flex-end}.bdt-flex-between\@xl{justify-content:space-between}.bdt-flex-around\@xl{justify-content:space-around}}.bdt-flex-stretch{align-items:stretch}.bdt-flex-top{align-items:flex-start}.bdt-flex-middle{align-items:center}.bdt-flex-bottom{align-items:flex-end}.bdt-flex-row{flex-direction:row}.bdt-flex-row-reverse{flex-direction:row-reverse}.bdt-flex-column{flex-direction:column}.bdt-flex-column-reverse{flex-direction:column-reverse}.bdt-flex-nowrap{flex-wrap:nowrap}.bdt-flex-wrap{flex-wrap:wrap}.bdt-flex-wrap-reverse{flex-wrap:wrap-reverse}.bdt-flex-wrap-stretch{align-content:stretch}.bdt-flex-wrap-top{align-content:flex-start}.bdt-flex-wrap-middle{align-content:center}.bdt-flex-wrap-bottom{align-content:flex-end}.bdt-flex-wrap-between{align-content:space-between}.bdt-flex-wrap-around{align-content:space-around}.bdt-flex-first{order:-1}.bdt-flex-last{order:99}@media (min-width:640px){.bdt-flex-first\@s{order:-1}.bdt-flex-last\@s{order:99}}@media (min-width:960px){.bdt-flex-first\@m{order:-1}.bdt-flex-last\@m{order:99}}@media (min-width:1200px){.bdt-flex-first\@l{order:-1}.bdt-flex-last\@l{order:99}}@media (min-width:1600px){.bdt-flex-first\@xl{order:-1}.bdt-flex-last\@xl{order:99}}.bdt-flex-none{flex:none}.bdt-flex-auto{flex:auto}.bdt-flex-1{flex:1}.bdt-margin{margin-bottom:20px}*+.bdt-margin{margin-top:20px !important}.bdt-margin-top{margin-top:20px !important}.bdt-margin-bottom{margin-bottom:20px !important}.bdt-margin-left{margin-left:20px !important}.bdt-margin-right{margin-right:20px !important}.bdt-margin-small{margin-bottom:10px}*+.bdt-margin-small{margin-top:10px !important}.bdt-margin-small-top{margin-top:10px !important}.bdt-margin-small-bottom{margin-bottom:10px !important}.bdt-margin-small-left{margin-left:10px !important}.bdt-margin-small-right{margin-right:10px !important}.bdt-margin-medium{margin-bottom:40px}*+.bdt-margin-medium{margin-top:40px !important}.bdt-margin-medium-top{margin-top:40px !important}.bdt-margin-medium-bottom{margin-bottom:40px !important}.bdt-margin-medium-left{margin-left:40px !important}.bdt-margin-medium-right{margin-right:40px !important}.bdt-margin-large{margin-bottom:40px}*+.bdt-margin-large{margin-top:40px !important}.bdt-margin-large-top{margin-top:40px !important}.bdt-margin-large-bottom{margin-bottom:40px !important}.bdt-margin-large-left{margin-left:40px !important}.bdt-margin-large-right{margin-right:40px !important}@media (min-width:1200px){.bdt-margin-large{margin-bottom:70px}*+.bdt-margin-large{margin-top:70px !important}.bdt-margin-large-top{margin-top:70px !important}.bdt-margin-large-bottom{margin-bottom:70px !important}.bdt-margin-large-left{margin-left:70px !important}.bdt-margin-large-right{margin-right:70px !important}}.bdt-margin-xlarge{margin-bottom:70px}*+.bdt-margin-xlarge{margin-top:70px !important}.bdt-margin-xlarge-top{margin-top:70px !important}.bdt-margin-xlarge-bottom{margin-bottom:70px !important}.bdt-margin-xlarge-left{margin-left:70px !important}.bdt-margin-xlarge-right{margin-right:70px !important}@media (min-width:1200px){.bdt-margin-xlarge{margin-bottom:140px}*+.bdt-margin-xlarge{margin-top:140px !important}.bdt-margin-xlarge-top{margin-top:140px !important}.bdt-margin-xlarge-bottom{margin-bottom:140px !important}.bdt-margin-xlarge-left{margin-left:140px !important}.bdt-margin-xlarge-right{margin-right:140px !important}}.bdt-margin-auto{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-top{margin-top:auto !important}.bdt-margin-auto-bottom{margin-bottom:auto !important}.bdt-margin-auto-left{margin-left:auto !important}.bdt-margin-auto-right{margin-right:auto !important}.bdt-margin-auto-vertical{margin-top:auto !important;margin-bottom:auto !important}@media (min-width:640px){.bdt-margin-auto\@s{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@s{margin-left:auto !important}.bdt-margin-auto-right\@s{margin-right:auto !important}}@media (min-width:960px){.bdt-margin-auto\@m{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@m{margin-left:auto !important}.bdt-margin-auto-right\@m{margin-right:auto !important}}@media (min-width:1200px){.bdt-margin-auto\@l{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@l{margin-left:auto !important}.bdt-margin-auto-right\@l{margin-right:auto !important}}@media (min-width:1600px){.bdt-margin-auto\@xl{margin-left:auto !important;margin-right:auto !important}.bdt-margin-auto-left\@xl{margin-left:auto !important}.bdt-margin-auto-right\@xl{margin-right:auto !important}}.bdt-margin-remove{margin:0 !important}.bdt-margin-remove-top{margin-top:0 !important}.bdt-margin-remove-bottom{margin-bottom:0 !important}.bdt-margin-remove-left{margin-left:0 !important}.bdt-margin-remove-right{margin-right:0 !important}.bdt-margin-remove-vertical{margin-top:0 !important;margin-bottom:0 !important}.bdt-margin-remove-adjacent+*,.bdt-margin-remove-first-child>:first-child{margin-top:0 !important}.bdt-margin-remove-last-child>:last-child{margin-bottom:0 !important}@media (min-width:640px){.bdt-margin-remove-left\@s{margin-left:0 !important}.bdt-margin-remove-right\@s{margin-right:0 !important}}@media (min-width:960px){.bdt-margin-remove-left\@m{margin-left:0 !important}.bdt-margin-remove-right\@m{margin-right:0 !important}}@media (min-width:1200px){.bdt-margin-remove-left\@l{margin-left:0 !important}.bdt-margin-remove-right\@l{margin-right:0 !important}}@media (min-width:1600px){.bdt-margin-remove-left\@xl{margin-left:0 !important}.bdt-margin-remove-right\@xl{margin-right:0 !important}}.bdt-padding{padding:30px}@media (min-width:1200px){.bdt-padding{padding:40px}}.bdt-padding-small{padding:15px}.bdt-padding-large{padding:30px}@media (min-width:1200px){.bdt-padding-large{padding:70px}}.bdt-padding-remove{padding:0 !important}.bdt-padding-remove-top{padding-top:0 !important}.bdt-padding-remove-bottom{padding-bottom:0 !important}.bdt-padding-remove-left{padding-left:0 !important}.bdt-padding-remove-right{padding-right:0 !important}.bdt-padding-remove-vertical{padding-top:0 !important;padding-bottom:0 !important}.bdt-padding-remove-horizontal{padding-left:0 !important;padding-right:0 !important}[class*='bdt-position-top'],[class*='bdt-position-bottom'],[class*='bdt-position-left'],[class*='bdt-position-right'],[class*='bdt-position-center']{position:absolute !important;max-width:100%}.bdt-position-top{top:0;left:0;right:0}.bdt-position-bottom{bottom:0;left:0;right:0}.bdt-position-left{top:0;bottom:0;left:0}.bdt-position-right{top:0;bottom:0;right:0}.bdt-position-top-left{top:0;left:0}.bdt-position-top-right{top:0;right:0}.bdt-position-bottom-left{bottom:0;left:0}.bdt-position-bottom-right{bottom:0;right:0}.bdt-position-center{top:50%;left:50%;transform:translate(-50%, -50%);width:max-content;max-width:100%;box-sizing:border-box}[class*='bdt-position-center-left'],[class*='bdt-position-center-right']{top:50%;transform:translateY(-50%)}.bdt-position-center-left{left:0}.bdt-position-center-right{right:0}.bdt-position-center-left-out{right:100%;width:max-content}.bdt-position-center-right-out{left:100%;width:max-content}.bdt-position-top-center,.bdt-position-bottom-center{left:50%;transform:translateX(-50%);width:max-content;max-width:100%;box-sizing:border-box}.bdt-position-top-center{top:0}.bdt-position-bottom-center{bottom:0}.bdt-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.bdt-position-relative{position:relative !important}.bdt-position-absolute{position:absolute !important}.bdt-position-fixed{position:fixed !important}.bdt-position-z-index{z-index:1}.bdt-position-small{max-width:calc(100% - (15px * 2));margin:15px}.bdt-position-small.bdt-position-center{transform:translate(-50%, -50%) translate(-15px, -15px)}.bdt-position-small[class*='bdt-position-center-left'],.bdt-position-small[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-15px)}.bdt-position-small.bdt-position-top-center,.bdt-position-small.bdt-position-bottom-center{transform:translateX(-50%) translateX(-15px)}.bdt-position-medium{max-width:calc(100% - (30px * 2));margin:30px}.bdt-position-medium.bdt-position-center{transform:translate(-50%, -50%) translate(-30px, -30px)}.bdt-position-medium[class*='bdt-position-center-left'],.bdt-position-medium[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-30px)}.bdt-position-medium.bdt-position-top-center,.bdt-position-medium.bdt-position-bottom-center{transform:translateX(-50%) translateX(-30px)}.bdt-position-large{max-width:calc(100% - (30px * 2));margin:30px}.bdt-position-large.bdt-position-center{transform:translate(-50%, -50%) translate(-30px, -30px)}.bdt-position-large[class*='bdt-position-center-left'],.bdt-position-large[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-30px)}.bdt-position-large.bdt-position-top-center,.bdt-position-large.bdt-position-bottom-center{transform:translateX(-50%) translateX(-30px)}@media (min-width:1200px){.bdt-position-large{max-width:calc(100% - (50px * 2));margin:50px}.bdt-position-large.bdt-position-center{transform:translate(-50%, -50%) translate(-50px, -50px)}.bdt-position-large[class*='bdt-position-center-left'],.bdt-position-large[class*='bdt-position-center-right']{transform:translateY(-50%) translateY(-50px)}.bdt-position-large.bdt-position-top-center,.bdt-position-large.bdt-position-bottom-center{transform:translateX(-50%) translateX(-50px)}}.bdt-transition-toggle{-webkit-tap-highlight-color:transparent}.bdt-transition-toggle:focus{outline:none}.bdt-transition-fade,[class*='bdt-transition-scale'],[class*='bdt-transition-slide']{transition:.3s ease-out;transition-property:opacity,transform,filter;opacity:0}.bdt-transition-toggle:hover .bdt-transition-fade,.bdt-transition-toggle:focus .bdt-transition-fade,.bdt-transition-active.bdt-active .bdt-transition-fade{opacity:1}.bdt-transition-scale-up{transform:scale(1, 1)}.bdt-transition-scale-down{transform:scale(1.1, 1.1)}.bdt-transition-toggle:hover .bdt-transition-scale-up,.bdt-transition-toggle:focus .bdt-transition-scale-up,.bdt-transition-active.bdt-active .bdt-transition-scale-up{opacity:1;transform:scale(1.1, 1.1)}.bdt-transition-toggle:hover .bdt-transition-scale-down,.bdt-transition-toggle:focus .bdt-transition-scale-down,.bdt-transition-active.bdt-active .bdt-transition-scale-down{opacity:1;transform:scale(1, 1)}.bdt-transition-slide-top{transform:translateY(-100%)}.bdt-transition-slide-bottom{transform:translateY(100%)}.bdt-transition-slide-left{transform:translateX(-100%)}.bdt-transition-slide-right{transform:translateX(100%)}.bdt-transition-slide-top-small{transform:translateY(-10px)}.bdt-transition-slide-bottom-small{transform:translateY(10px)}.bdt-transition-slide-left-small{transform:translateX(-10px)}.bdt-transition-slide-right-small{transform:translateX(10px)}.bdt-transition-slide-top-medium{transform:translateY(-50px)}.bdt-transition-slide-bottom-medium{transform:translateY(50px)}.bdt-transition-slide-left-medium{transform:translateX(-50px)}.bdt-transition-slide-right-medium{transform:translateX(50px)}.bdt-transition-toggle:hover [class*='bdt-transition-slide'],.bdt-transition-toggle:focus [class*='bdt-transition-slide'],.bdt-transition-active.bdt-active [class*='bdt-transition-slide']{opacity:1;transform:translate(0, 0)}.bdt-transition-opaque{opacity:1}.bdt-transition-slow{transition-duration:.7s}[hidden],.bdt-hidden{display:none !important}@media (min-width:640px){.bdt-hidden\@s{display:none !important}}@media (min-width:960px){.bdt-hidden\@m{display:none !important}}@media (min-width:1200px){.bdt-hidden\@l{display:none !important}}@media (min-width:1600px){.bdt-hidden\@xl{display:none !important}}@media (max-width:639px){.bdt-visible\@s{display:none !important}}@media (max-width:959px){.bdt-visible\@m{display:none !important}}@media (max-width:1199px){.bdt-visible\@l{display:none !important}}@media (max-width:1599px){.bdt-visible\@xl{display:none !important}}.bdt-invisible{visibility:hidden !important}.bdt-visible-toggle:not(:hover):not(:focus) .bdt-hidden-hover:not(:focus-within){position:absolute !important;width:0 !important;height:0 !important;padding:0 !important;margin:0 !important;overflow:hidden !important}.bdt-visible-toggle:not(:hover):not(:focus) .bdt-invisible-hover:not(:focus-within){opacity:0 !important}.bdt-visible-toggle{-webkit-tap-highlight-color:transparent}.bdt-visible-toggle:focus{outline:none}@media (pointer:coarse){.bdt-hidden-touch{display:none !important}}.bdt-hidden-notouch{display:none !important}@media (pointer:coarse){.bdt-hidden-notouch{display:block !important}}@media print{*,*::before,*::after{background:transparent !important;color:black !important;box-shadow:none !important;text-shadow:none !important}a,a:visited{text-decoration:underline}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.hook-modal-dialog{border-radius:3px}.hook-modal-title{font-weight:400}.bdt-cover{max-width:none !important}.bdt-drop .bdt-card p:empty{display:none}.bdt-drop .bdt-card p:not(:first-child){margin-top:15px;margin-bottom:0}.elementor-align-justify .bdt-button{width:100%}.bdt-notification .bdt-spinner{vertical-align:middle}.bdt-notification .bdt-spinner svg{width:20px;height:auto}.bdt-notification .bdt-icon{margin-right:10px;vertical-align:middle;line-height:normal}.bdt-notification .bdt-close{top:50%;transform:translateY(-50%)}.bdt-notification .bdt-notification-message{padding:20px 40px 20px 20px;background:#ffffff;font-size:1rem;box-shadow:0 5px 20px rgba(0,0,0,0.1);border-radius:3px}.bdt-slideshow .bdt-slideshow-items{padding:0;margin:0}.bdt-slideshow .bdt-slideshow-items[bdt-height-viewport] .bdt-slideshow-item img{width:auto !important;height:auto}.bdt-modal-full{background-color:#fff}.hook-button{border-radius:3px}.hook-form{border-radius:3px}.bdt-sticky-wrapper{width:100%}.bdt-heading-title:before,.bdt-heading-tag:before,.bdt-slide-title:before{content:none}.bdt-tippy-tooltip{outline:none}[class*="elementor-widget-bdt-"] a:hover{text-decoration:none}@media (max-width:1200px){.bdt-user-login a.elementor-button .elementor-button-icon,.bdt-user-register a.elementor-button .elementor-button-icon{margin-left:0 !important;margin-right:0 !important}}.bdt-particle-container{position:absolute;width:100%;height:100%;top:0;left:0}.bdt-particle-container canvas{display:block;vertical-align:bottom}.bdt-particle-container .particles-js-canvas-el{position:absolute;top:0;transform:scale(1);opacity:1;animation:appear 1.4s 1;animation-fill-mode:forwards}@-webkit-keyframes appear{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes appear{from{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.elementor-control.elementor-control-type-heading{margin-top:-1px}.elementor-lightbox .dialog-close-button .eicon-close{transition:transform .3s}.elementor-lightbox .dialog-close-button:hover .eicon-close{transform:rotate(90deg)}.elementor-lightbox .elementor-swiper-button-next .eicon-chevron-right,.elementor-lightbox .elementor-swiper-button-prev .eicon-chevron-left{transition:transform .3s}.elementor-lightbox .elementor-swiper-button-prev:hover .eicon-chevron-left{transform:scale(1.2)}.elementor-lightbox .elementor-swiper-button-next:hover .eicon-chevron-right{transform:scale(1.2)}.bdt-slider .swiper-pagination,.bdt-dots-container .swiper-pagination,.bdt-arrows-dots-container .swiper-pagination{position:relative}.bdt-slider .swiper-pagination .swiper-pagination-bullet,.bdt-dots-container .swiper-pagination .swiper-pagination-bullet,.bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;outline:none}.bdt-slider .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,.bdt-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet,.bdt-arrows-dots-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:5px;outline:none}.bdt-slider .swiper-pagination.swiper-pagination-fraction,.bdt-dots-container .swiper-pagination.swiper-pagination-fraction,.bdt-arrows-dots-container .swiper-pagination.swiper-pagination-fraction{bottom:auto;z-index:1}[class*='bdt-arrows-align-top'] .bdt-arrows-container{transform:translateY(-40px)}[class*='bdt-arrows-align-bottom'] .bdt-arrows-container{transform:translateY(40px)}[class*='bdt-dots-align-top'] .bdt-dots-container{transform:translateY(-30px)}[class*='bdt-dots-align-bottom'] .bdt-dots-container{transform:translateY(30px)}[class*='bdt-arrows-dots-align-top'] .bdt-arrows-dots-container{transform:translateY(-40px)}[class*='bdt-arrows-dots-align-bottom'] .bdt-arrows-dots-container{transform:translateY(40px)}.bdt-arrows-align-center .bdt-position-center,.bdt-arrows-dots-align-center .bdt-position-center{width:100%}.bdt-arrows-align-center .bdt-navigation-prev,.bdt-arrows-dots-align-center .bdt-navigation-prev{left:0;position:absolute;transform:translateY(-50%)}.bdt-arrows-align-center .bdt-navigation-next,.bdt-arrows-dots-align-center .bdt-navigation-next{right:0;position:absolute;transform:translateY(-50%)}.rtl .bdt-arrows-align-center .bdt-navigation-prev,.rtl .bdt-arrows-dots-align-center .bdt-navigation-prev{right:0;left:inherit}.rtl .bdt-arrows-align-center .bdt-navigation-next,.rtl .bdt-arrows-dots-align-center .bdt-navigation-next{left:0;right:inherit}.bdt-arrows-dots-align-center .bdt-dots-container .swiper-pagination,.bdt-arrows-dots-align-center .bdt-arrows-dots-container .swiper-pagination{position:absolute;width:100% !important}.bdt-navigation-type-progress .swiper-pagination-progress{transform:translateY(15px);height:5px;width:100%}.elementor-section.bdt-sticky{transition:background-color 250ms ease-out,padding 300ms ease-out}.bdt-motion-effect-yes{transition:transform 300ms ease-out}.elementor-widget.bdt-motion-effect-yes{-webkit-transform:translate(var(--ep-effect-trans-x-normal, 0), var(--ep-effect-trans-y-normal, 0)) rotateX(var(--ep-effect-rotate-x-normal, 0)) rotateY(var(--ep-effect-rotate-y-normal, 0)) rotateZ(var(--ep-effect-rotate-z-normal, 0));transform:translate(var(--ep-effect-trans-x-normal, 0), var(--ep-effect-trans-y-normal, 0)) rotateX(var(--ep-effect-rotate-x-normal, 0)) rotateY(var(--ep-effect-rotate-y-normal, 0)) rotateZ(var(--ep-effect-rotate-z-normal, 0))}.elementor-widget.bdt-motion-effect-yes:hover{-webkit-transform:translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotateZ(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0)));transform:translate(var(--ep-effect-trans-x-hover, var(--ep-effect-trans-x-normal, 0)), var(--ep-effect-trans-y-hover, var(--ep-effect-trans-y-normal, 0))) rotateX(var(--ep-effect-rotate-x-hover, var(--ep-effect-rotate-x-normal, 0))) rotateY(var(--ep-effect-rotate-y-hover, var(--ep-effect-rotate-y-normal, 0))) rotateZ(var(--ep-effect-rotate-z-hover, var(--ep-effect-rotate-z-normal, 0)))}.bdt-element-align-wrapper{flex-wrap:wrap;display:flex;position:relative}.bdt-element-align-center .bdt-element-align-wrapper{justify-content:center}.bdt-element-align-stretch .bdt-element-align-wrapper .bdt-element{flex-basis:100%}.bdt-element-align-start .bdt-element-align-wrapper{justify-content:flex-start}.bdt-element-align-end .bdt-element-align-wrapper{justify-content:flex-end}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic,.bdt-slider .swiper-pagination-bullets-dynamic,.bdt-dots-container .swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;width:100% !important}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.bdt-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,.bdt-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,.bdt-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}@media screen and (max-width:1024px){.bdt-element-align-tablet-center .bdt-element-align-wrapper{justify-content:center}.bdt-element-align-tablet-stretch .bdt-element-align-wrapper .bdt-element{flex-basis:100%}.bdt-element-align-tablet-start .bdt-element-align-wrapper{justify-content:flex-start}.bdt-element-align-tablet-end .bdt-element-align-wrapper{justify-content:flex-end}}@media screen and (max-width:767px){.bdt-element-align-mobile-center .bdt-element-align-wrapper{justify-content:center}.bdt-element-align-mobile-stretch .bdt-element-align-wrapper .bdt-element{flex-basis:100%}.bdt-element-align-mobile-start .bdt-element-align-wrapper{justify-content:flex-start}.bdt-element-align-mobile-end .bdt-element-align-wrapper{justify-content:flex-end}}.bdt-advanced-divider>img{display:none}.bdt-ep-button{font-size:14px;color:#666;font-weight:700}.bdt-ep-button.bdt-ep-button-size-xs{padding:5px 10px;font-size:10px;font-weight:400}.bdt-ep-button.bdt-ep-button-size-sm{padding:10px 20px;font-size:12px}.bdt-ep-button.bdt-ep-button-size-md{padding:15px 30px}.bdt-ep-button.bdt-ep-button-size-lg{padding:20px 30px;font-size:16px}.bdt-ep-button.bdt-ep-button-size-xl{padding:25px 30px;font-size:18px}.elementor-align-justify .bdt-ep-button,.elementor-tablet-align-justify .bdt-ep-button,.elementor-mobile-align-justify .bdt-ep-button{width:100%}.bdt-carousel .swiper-container,.bdt-wc-carousel .swiper-container,.bdt-testimonial-carousel .swiper-container,.bdt-event-carousel-skin-fable .swiper-container,.bdt-event-carousel .swiper-container,.bdt-portfolio-carousel .swiper-container,.bdt-tutor-lms-course-carousel .swiper-container{padding:10px;margin:0 -10px}.bdt-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-wc-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-event-carousel-skin-fable .swiper-container:not(.swiper-container-horizontal),.bdt-event-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-portfolio-carousel .swiper-container:not(.swiper-container-horizontal),.bdt-tutor-lms-course-carousel .swiper-container:not(.swiper-container-horizontal){opacity:0}.bdt-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-wc-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-testimonial-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-event-carousel-skin-fable .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-event-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-portfolio-carousel .swiper-container:not(.swiper-container-horizontal) div>div,.bdt-tutor-lms-course-carousel .swiper-container:not(.swiper-container-horizontal) div>div{max-width:350px}.bdt-carousel .swiper-container.swiper-container-horizontal,.bdt-wc-carousel .swiper-container.swiper-container-horizontal,.bdt-testimonial-carousel .swiper-container.swiper-container-horizontal,.bdt-event-carousel-skin-fable .swiper-container.swiper-container-horizontal,.bdt-event-carousel .swiper-container.swiper-container-horizontal,.bdt-portfolio-carousel .swiper-container.swiper-container-horizontal,.bdt-tutor-lms-course-carousel .swiper-container.swiper-container-horizontal{opacity:1;transition:opacity 400ms ease-out}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal .swiper-pagination-bullets,.swiper-container-horizontal+.swiper-pagination-bullets{bottom:-50px;width:100%}.swiper-pagination-fraction .swiper-pagination-bullet,.swiper-pagination-custom .swiper-pagination-bullet,.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,.swiper-container-horizontal+.swiper-pagination-bullets .swiper-pagination-bullet{width:10px;height:10px;margin:0 5px}.bdt-navigation-type-arrows-fraction .swiper-pagination{position:initial}.bdt-pagination-dot-dot{display:flex;align-items:center;justify-content:center}.bdt-pagination-dot-dot span{line-height:1px;height:13px;color:#bbb !important}.elementor-widget-container .bdt-subnav{margin-bottom:10px;margin-top:0;color:#999}.elementor-widget-container .bdt-subnav *{font-size:13px;font-weight:400}.elementor-widget-container .bdt-subnav span{color:inherit}.elementor-widget-container .bdt-subnav span span{display:inline-block}.elementor-widget-container .bdt-subnav span a{display:inline-block;transition:color .5s cubic-bezier(.4, .7, .04, .88)}.elementor-widget-container .bdt-subnav span a:hover{color:#666}.elementor-widget-container .bdt-subnav span a+a{margin-right:5px;color:#999}.elementor-widget-container .bdt-subnav span:after{content:'';height:4px;width:4px;border-radius:50%;background:#adb5bd;margin-right:-10px;margin-left:10px;display:inline-block;line-height:4px;vertical-align:middle}.elementor-widget-container .bdt-subnav span:last-child::after{content:none}.bdt-button-icon-align-left{float:left}.bdt-button-icon-align-right{float:right}.bdt-flex-align-left{order:-1}.bdt-flex-align-right{order:99}.bdt-ep-grid{display:flex;flex-wrap:wrap}.bdt-ep-grid .bdt-ep-grid-item{word-break:break-word}.bdt-ep-grid-1 .bdt-ep-grid-item{width:100%}.bdt-ep-grid-2 .bdt-ep-grid-item{width:50%}.bdt-ep-grid-3 .bdt-ep-grid-item{width:33.33333%}.bdt-ep-grid-4 .bdt-ep-grid-item{width:25%}.bdt-ep-grid-5 .bdt-ep-grid-item{width:20%}.bdt-ep-grid-6 .bdt-ep-grid-item{width:16.66667%}.bdt-ep-grid-7 .bdt-ep-grid-item{width:14.28571%}.bdt-ep-grid-8 .bdt-ep-grid-item{width:12.5%}.bdt-ep-grid-9 .bdt-ep-grid-item{width:11.11111%}.bdt-ep-grid-10 .bdt-ep-grid-item{width:10%}.bdt-ep-grid-11 .bdt-ep-grid-item{width:9.09091%}.bdt-ep-grid-12 .bdt-ep-grid-item{width:8.33333%}@media (max-width:1024px){.bdt-ep-grid-tablet-1 .bdt-ep-grid-item{width:100%}.bdt-ep-grid-tablet-2 .bdt-ep-grid-item{width:50%}.bdt-ep-grid-tablet-3 .bdt-ep-grid-item{width:33.33333%}.bdt-ep-grid-tablet-4 .bdt-ep-grid-item{width:25%}.bdt-ep-grid-tablet-5 .bdt-ep-grid-item{width:20%}.bdt-ep-grid-tablet-6 .bdt-ep-grid-item{width:16.66667%}.bdt-ep-grid-tablet-7 .bdt-ep-grid-item{width:14.28571%}.bdt-ep-grid-tablet-8 .bdt-ep-grid-item{width:12.5%}.bdt-ep-grid-tablet-9 .bdt-ep-grid-item{width:11.11111%}.bdt-ep-grid-tablet-10 .bdt-ep-grid-item{width:10%}.bdt-ep-grid-tablet-11 .bdt-ep-grid-item{width:9.09091%}.bdt-ep-grid-tablet-12 .bdt-ep-grid-item{width:8.33333%}}@media (max-width:767px){.bdt-ep-grid-mobile-1 .bdt-ep-grid-item{width:100%}.bdt-ep-grid-mobile-2 .bdt-ep-grid-item{width:50%}.bdt-ep-grid-mobile-3 .bdt-ep-grid-item{width:33.33333%}.bdt-ep-grid-mobile-4 .bdt-ep-grid-item{width:25%}.bdt-ep-grid-mobile-5 .bdt-ep-grid-item{width:20%}.bdt-ep-grid-mobile-6 .bdt-ep-grid-item{width:16.66667%}.bdt-ep-grid-mobile-7 .bdt-ep-grid-item{width:14.28571%}.bdt-ep-grid-mobile-8 .bdt-ep-grid-item{width:12.5%}.bdt-ep-grid-mobile-9 .bdt-ep-grid-item{width:11.11111%}.bdt-ep-grid-mobile-10 .bdt-ep-grid-item{width:10%}.bdt-ep-grid-mobile-11 .bdt-ep-grid-item{width:9.09091%}.bdt-ep-grid-mobile-12 .bdt-ep-grid-item{width:8.33333%}}.bdt-masonry-grid .bdt-gallery-item{float:left;height:auto}.bdt-masonry-grid .bdt-gallery-item .bdt-gallery-thumbnail img{height:auto}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-slide{border-style:solid;border-width:0;overflow:hidden}.swiper-container-horizontal+.swiper-pagination-progressbar,.swiper-container-vertical+.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px}.swiper-pagination-progressbar{background:rgba(0,0,0,0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.bdt-animated-slow>span{animation-duration:2s}.bdt-animated-fast>span{animation-duration:.75s}.bdt-scrollnav-fixed-yes .elementor-widget-container{margin:0 !important;padding:0 !important;border:none !important}.bdt-scrollnav-fixed-yes .bdt-scrollnav{position:fixed !important}.bdt-scrollnav-fixed-yes .bdt-scrollnav [class*="bdt-navbar"]{margin:30px}.bdt-comment-container .fb_iframe_widget,.bdt-comment-container .fb_iframe_widget span,.bdt-comment-container .fb_iframe_widget iframe{width:100% !important}.bdt-ep-grid-filters-wrapper{margin-bottom:30px}.bdt-ep-grid-filters-wrapper ul li{cursor:pointer;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters{padding:0;margin:0}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter{display:inline-block;font-weight:700;border-bottom:2px solid transparent}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter.bdt-active{border-bottom-color:#444}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:first-child){margin-left:calc(15px)}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter:not(:last-child){margin-right:calc(15px)}.bdt-ep-grid-filters-wrapper .bdt-ep-grid-filters .bdt-ep-grid-filter .bdt-dropdown ul li.bdt-ep-grid-filter{margin:0}@media (min-width:1024px){.bdt-ep-grid-filter-container{transition:height .5s ease-out}}.bdt-document-viewer iframe{border:none}iframe[data-src]:not(.lazy-loaded),.bdt-lazy-loading{background:rgba(152,152,152,0.07);background-image:url(/wp-content/plugins/bdthemes-element-pack/assets/css/../images/loading.svg);background-repeat:no-repeat;background-position:center}.bdt-dummy-loader{height:250px;background:rgba(152,152,152,0.05);background-repeat:no-repeat;background-position:center;animation-name:dummy-loader-animation;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in}@keyframes dummy-loader-animation{0%{background:rgba(152,152,152,0.05)}50%{background:rgba(152,152,152,0.2)}100%{background:rgba(152,152,152,0.05)}}.bdt-modal-link{cursor:pointer}.bdt-modal-link *{cursor:pointer}.bdt-ep-shadow-mode-yes .elementor-widget-container:before,.bdt-ep-shadow-mode-yes .elementor-widget-container:after{content:'';position:absolute;width:20%;height:100%;top:0;z-index:2;pointer-events:none}.bdt-ep-shadow-mode-yes .elementor-widget-container:before{background:linear-gradient(to right, #fff 5%, rgba(255,255,255,0) 100%);left:-10px}.bdt-ep-shadow-mode-yes .elementor-widget-container:after{background:linear-gradient(to right, rgba(255,255,255,0) 0, #fff 95%);right:-10px}@media (max-width:767px){.bdt-ep-shadow-mode-yes .elementor-widget-container:before,.bdt-ep-shadow-mode-yes .elementor-widget-container:after{content:none}}.bdt-navbar-nav>li>a{transition:.1s ease-in-out;transition-property:color,background-color;position:relative}.bdt-navbar-style-1 .bdt-navbar-nav>li>a:before{content:'';display:block;position:absolute;height:2px;background-color:transparent;transition:.1s cubic-bezier(0, .75, .43, 1);transition-property:background-color,opacity,transform;top:0;left:0;right:0;margin:0 15px;opacity:1;transform:scale3d(0, 1, 1)}.bdt-navbar-style-1 .bdt-navbar-nav>li.bdt-active>a:before{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-1 .bdt-navbar-nav>li:hover>a:before{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-2 .bdt-navbar-nav>li>a:after{content:'';display:block;position:absolute;height:2px;background-color:transparent;transition:.1s cubic-bezier(0, .75, .43, 1);transition-property:background-color,opacity,transform;bottom:0;left:0;right:0;margin:0 15px;opacity:1;transform:scale3d(0, 1, 1)}.bdt-navbar-style-2 .bdt-navbar-nav>li.bdt-active>a:after{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-2 .bdt-navbar-nav>li:hover>a:after{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.bdt-navbar-style-3 .bdt-navbar-nav>li>a:after{content:'';display:block;position:absolute;height:8px;background-color:transparent;transition:.25s cubic-bezier(0, .75, .43, 1);transition-property:background-color,opacity,transform;left:0;right:0;margin:0 10px;opacity:1;transform:scale3d(0, 1, 1);z-index:-1;transform-origin:left}.bdt-navbar-style-3 .bdt-navbar-nav>li.bdt-active>a:after{transform:scale3d(1, 1, 1);opacity:1}.bdt-navbar-style-3 .bdt-navbar-nav>li:hover>a:after{transform:scale3d(1, 1, 1);opacity:1;background-color:#3FB8FD}.elementor-widget-bdt-easy-digital-download .edd_downloads_list .edd_download{margin:0;padding:0}@keyframes totopscroller{0%{transform:translateY(0)}100%{transform:translateY(-20px)}}.bdt-ep-scroll-to-section{margin-bottom:50px;z-index:2}.bdt-ep-scroll-to-section a{animation:totopscroller 1.5s linear infinite alternate;padding:12px 8px;background:rgba(0,0,0,0) none repeat scroll 0 0;border:2px solid #fff;border-radius:5000px;color:#eee;display:inline-block;font-size:18px;font-weight:600;overflow:hidden;transition:all .3s ease 0s}.bdt-ep-scroll-to-section a:hover{background:#fff;color:#282828;border:2px solid #fff}@keyframes attentionAnimation{0%{left:0}1%{left:-3px}2%{left:5px}3%{left:-8px}4%{left:8px}5%{left:-5px}6%{left:3px}7%{left:0}}.bdt-ep-attention-button{animation-name:attentionAnimation;animation-duration:5s;animation-iteration-count:infinite;animation-timing-function:ease-in;position:relative}.elementor-widget-wrap [data-tilt]{transition:box-shadow 400ms cubic-bezier(.25, .9, .58, 1)}.elementor-widget-wrap [data-tilt]:hover{box-shadow:0 20px 50px -10px rgba(0,0,0,0.45),0 50px 90px 0 rgba(51,51,51,0.15)}.bdt-post-grid-tab dl{margin:0;opacity:0;transition:opacity 450ms cubic-bezier(.3, .91, .58, 1)}.bdt-post-grid-tab .gridtab[class*="gridtab--"]{opacity:1}.bdt-hide-recaptcha-badge-yes .grecaptcha-badge{display:none}.elementor-widget-container .bdt-rating .bdt-rating-item{font-size:14px;margin-right:2px}.elementor-button svg{width:1.2em}.ep-pagination .bdt-pagination{margin:20px 0}.ep-pagination .bdt-pagination li{list-style-type:none}.ep-pagination .bdt-pagination li:hover a,.ep-pagination .bdt-pagination li.bdt-active a{color:#fff;background:#3FB8FD}.ep-pagination .bdt-pagination li a{font-size:12px;padding:5px 25px;background:#ffffff;color:#3FB8FD;border-radius:25px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.1)}.bdt-honeycombs:not(.honeycombs-loaded){opacity:0}.bdt-mini-cart-button-icon svg{width:18px}.bdt-svg-image img{width:auto}.bdt-portfolio-gallery.bdt-portfolio-gallery-skin-janes .bdt-gallery-item .bdt-portfolio-inner .bdt-portfolio-desc{transform:rotateY(-90deg)}.epsc-clipboard .epsc-copy-btn{opacity:0;cursor:pointer}.epsc-clipboard:hover .epsc-copy-btn{opacity:1}.epsc-rating .epsc-rating-item{color:#e7e7e7}.epsc-rating .epsc-rating-item i{display:inline-flex;font-family:'element-pack' !important;speak:never;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative}.epsc-rating .epsc-rating-item i:before{content:'\ece0'}.epsc-rating[class*=" epsc-rating-0"] .epsc-rating-item:nth-child(1) i:after,.epsc-rating[class*=" epsc-rating-1"] .epsc-rating-item:nth-child(-n+1) i:after,.epsc-rating[class*=" epsc-rating-2"] .epsc-rating-item:nth-child(-n+2) i:after,.epsc-rating[class*=" epsc-rating-3"] .epsc-rating-item:nth-child(-n+3) i:after,.epsc-rating[class*=" epsc-rating-4"] .epsc-rating-item:nth-child(-n+4) i:after,.epsc-rating[class*=" epsc-rating-5"] .epsc-rating-item:nth-child(-n+5) i:after{position:absolute;content:'\ece2';color:#FFCC00}.epsc-rating.epsc-rating-0-5 .epsc-rating-item:nth-child(1) i:after,.epsc-rating.epsc-rating-1-5 .epsc-rating-item:nth-child(2) i:after,.epsc-rating.epsc-rating-2-5 .epsc-rating-item:nth-child(3) i:after,.epsc-rating.epsc-rating-3-5 .epsc-rating-item:nth-child(4) i:after,.epsc-rating.epsc-rating-4-5 .epsc-rating-item:nth-child(5) i:after{content:'\ece1';color:#FFCC00;position:absolute}.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.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 {
	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 {
	border-color: #ffb900; /* Yellow */
}

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

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

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

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

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

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url(/wp-content/plugins/contact-form-7/includes/css/../../assets/ajax-loader.gif);
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

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

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

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

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}
@font-face{font-family:TablePress;src:url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAPUAA0AAAAACZAAAAN+AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCUhEICoQIgnILFgABNgIkAygEIAWGcgeBARv6B8iuBzK53oAhKg2KWDsrezjalSefocfD9/uZ575PSbYEqJHAIdo6tMDGdCprFIHd+F9r+rZE46O2iHBJfoAuxwW0yfgKS8KGVFE4dHX1gPmgVhzwhcJbReQ9RWXcraeutbmNHE7T7B1sex8stfMfnkvv0XsgUZrYO1hirXme9TnUkBvQ22RGX50VAr48H54Cn9b8GD73edAAhjboBpIQ6kKOhCz7GA8V5HfzyeA6h0mnrFTJnPjxC7KCrl9caqIUg0EAYACGDBn6YGCxeIE+EkwANTWJX/brZpNfyE5o/7r9uPZjS4tESbCTExLCjxOEbxGi2dQeNEAXUMMlvADkqSV0IHXtkQXNOnI2ctJpRIPt8+HjNivx3rlQYA8FqGwdCxF2aZrdJluMnaqFvy+yngVKbBcn0fSOd1xTpnW4HTkptV8Gi2kvCeUHC0BD+D0VKMIqXniZPJyPya9D7gT6DvUpwJER6avgKDsOfW9jU+YGc/ng6MhA3VSar3NdtvrD9WHZurKVKYOi0RwlY9500YSuWDE084F+jMinu4sTudD5yBTTozA9Horpmb+M3TwIBHempnzdpu1/raWypX0JND/ki4p71CQQlFqnAvkijABrVFIq5BdNJbFncoBOF03/h3IINPQRBxJCYDoAOnkRIDR0w0BSmYiBzDinAuQ6eROg0DEGY6DUiEUYqKyILwFq2qS9GKhrpFsykdeFLmDjknYG4jKbNeNyQ1zhCoP840pdYiqu8jTW4mp6pMXH1HVJp8wRmHmQKTKiUOBVSMHrlKuBlYidxkMgw6/bMoG5RD6qfs8yO8LVqFCFa8ELrcVLEqTaS7UG5aqVq1GlWi28k3rRgCjbiU+qqOItvDEqXjkvwF/dUF595jB8LSqqgwIWAWsRmcJJ5GsHbYUqVbirBi5IpRMxLso/i2oSA6ZYDoMFCiknI7ZkGacSVYUjlLSXyG8n08nOQcXTeyzU5ozbiGRQZRt0vu/TMoEV8RLI3DiBSiVzMtNKAPgErlwLoqiAY2fJ9UbRMU/0rz38UP5FQtH3i8V3KYSHYJdSYRnwW8XazUAUop3gQY19hkEH98OA2QQ6wg0S+FjtwOwdOvF5J2VXBBLQmo2EAxsIKVJkkUcRZVRRa7NrP+my6Ns8cKszHYJf+fPPLPTq5vFcmYKZNL+fn1CZDgoYecKZHwA=) format('woff2'),url(/wp-content/plugins/tablepress/css/tablepress.woff) format('woff');font-weight:400;font-style:normal;font-display:block}.tablepress-table-description{clear:both;display:block}.tablepress{border-collapse:collapse;border-spacing:0;width:100%;margin-bottom:1em;border:none}.tablepress td,.tablepress th{padding:8px;border:none;background:0 0;text-align:left;float:none!important}.tablepress tbody td{vertical-align:top}.tablepress tbody td,.tablepress tfoot th{border-top:1px solid #ddd}.tablepress tbody tr:first-child td{border-top:0}.tablepress thead th{border-bottom:1px solid #ddd}.tablepress tfoot th,.tablepress thead th{background-color:#d9edf7;font-weight:700;vertical-align:middle}.tablepress .odd td{background-color:#f9f9f9}.tablepress .even td{background-color:#fff}.tablepress .row-hover tr:hover td{background-color:#f3f3f3}.tablepress img{margin:0;padding:0;border:none;max-width:none}.dataTables_wrapper{clear:both;margin-bottom:1em}.dataTables_wrapper .tablepress{clear:both;margin:0!important}.dataTables_length{float:left;white-space:nowrap}.dataTables_filter{float:right;white-space:nowrap}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}.dataTables_info{clear:both;float:left;margin:4px 0 0}.dataTables_paginate{float:right;margin:4px 0 0}.dataTables_paginate a{color:#111!important;display:inline-block;outline:0;position:relative;text-decoration:underline;margin:0 5px}.dataTables_paginate a:first-child{margin-left:0}.dataTables_paginate a:last-child{margin-right:0}.paginate_button:hover{cursor:pointer;text-decoration:none}.paginate_button.disabled{color:#999!important;text-decoration:none;cursor:default}.paginate_button.current{font-weight:700;text-decoration:none;cursor:default}.dataTables_paginate.paging_simple{padding:0 15px}.paging_simple .paginate_button.next:after,.paging_simple .paginate_button.previous:before{text-align:left;font-family:TablePress;font-size:14px;font-weight:700;-webkit-font-smoothing:antialiased;content:"\f053";text-shadow:.1em .1em #666;position:absolute;top:0;right:auto;bottom:0;left:-14px;margin:auto;height:14px;width:14px;line-height:1}.paging_simple .paginate_button.next:after{text-align:right;content:"\f054";left:auto}.paginate_button:after,.paginate_button:before{color:#d9edf7}.paginate_button:hover:after,.paginate_button:hover:before{color:#049cdb}.paginate_button.disabled:after,.paginate_button.disabled:before{color:#f9f9f9}.dataTables_processing{display:none}.dataTables_scroll{clear:both}.dataTables_scrollBody{-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing{height:0;overflow:hidden;margin:0!important;padding:0!important}.tablepress .sorting,.tablepress .sorting_asc,.tablepress .sorting_desc{position:relative;padding-right:20px;cursor:pointer;outline:0}.tablepress .sorting:after,.tablepress .sorting_asc:after,.tablepress .sorting_desc:after{font-family:TablePress;font-weight:400;font-size:14px;-webkit-font-smoothing:antialiased;position:absolute;top:0;bottom:0;left:auto;right:6px;margin:auto;height:14px;line-height:1}.tablepress .sorting:after{content:"\f0dc"}.tablepress .sorting_asc:after{content:"\f0d8";padding:0 0 2px}.tablepress .sorting_desc:after{content:"\f0d7"}.tablepress .sorting:hover,.tablepress .sorting_asc,.tablepress .sorting_desc{background-color:#049cdb}.dataTables_scrollBody .tablepress thead th:after{content:""}.dataTables_wrapper:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0}.dataTables_wrapper label input,.dataTables_wrapper label select{display:inline;margin:2px;width:auto}/*! elementor-icons - v5.10.0 - 18-01-2021 */
@font-face{font-family:eicons;src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.10.0);src:url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.10.0#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.10.0) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.10.0) format("woff"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.10.0) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.10.0#eicon) format("svg");font-weight:400;font-style:normal}[class*=" eicon-"],[class^=eicon]{display:inline-block;font-family:eicons;font-size:inherit;font-weight:400;font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:a 2s infinite linear}.eicon-editor-link:before{content:'\e800'}.eicon-editor-unlink:before{content:'\e801'}.eicon-editor-external-link:before{content:'\e802'}.eicon-editor-close:before{content:'\e803'}.eicon-editor-list-ol:before{content:'\e804'}.eicon-editor-list-ul:before{content:'\e805'}.eicon-editor-bold:before{content:'\e806'}.eicon-editor-italic:before{content:'\e807'}.eicon-editor-underline:before{content:'\e808'}.eicon-editor-paragraph:before{content:'\e809'}.eicon-editor-h1:before{content:'\e80a'}.eicon-editor-h2:before{content:'\e80b'}.eicon-editor-h3:before{content:'\e80c'}.eicon-editor-h4:before{content:'\e80d'}.eicon-editor-h5:before{content:'\e80e'}.eicon-editor-h6:before{content:'\e80f'}.eicon-editor-quote:before{content:'\e810'}.eicon-editor-code:before{content:'\e811'}.eicon-elementor:before{content:'\e812'}.eicon-elementor-circle:before{content:'\e813'}.eicon-pojome:before{content:'\e814'}.eicon-plus:before{content:'\e815'}.eicon-menu-bar:before{content:'\e816'}.eicon-apps:before{content:'\e817'}.eicon-accordion:before{content:'\e818'}.eicon-alert:before{content:'\e819'}.eicon-animation-text:before{content:'\e81a'}.eicon-animation:before{content:'\e81b'}.eicon-banner:before{content:'\e81c'}.eicon-blockquote:before{content:'\e81d'}.eicon-button:before{content:'\e81e'}.eicon-call-to-action:before{content:'\e81f'}.eicon-captcha:before{content:'\e820'}.eicon-carousel:before{content:'\e821'}.eicon-checkbox:before{content:'\e822'}.eicon-columns:before{content:'\e823'}.eicon-countdown:before{content:'\e824'}.eicon-counter:before{content:'\e825'}.eicon-date:before{content:'\e826'}.eicon-divider-shape:before{content:'\e827'}.eicon-divider:before{content:'\e828'}.eicon-download-button:before{content:'\e829'}.eicon-dual-button:before{content:'\e82a'}.eicon-email-field:before{content:'\e82b'}.eicon-facebook-comments:before{content:'\e82c'}.eicon-facebook-like-box:before{content:'\e82d'}.eicon-form-horizontal:before{content:'\e82e'}.eicon-form-vertical:before{content:'\e82f'}.eicon-gallery-grid:before{content:'\e830'}.eicon-gallery-group:before{content:'\e831'}.eicon-gallery-justified:before{content:'\e832'}.eicon-gallery-masonry:before{content:'\e833'}.eicon-icon-box:before{content:'\e834'}.eicon-image-before-after:before{content:'\e835'}.eicon-image-box:before{content:'\e836'}.eicon-image-hotspot:before{content:'\e837'}.eicon-image-rollover:before{content:'\e838'}.eicon-info-box:before{content:'\e839'}.eicon-inner-section:before{content:'\e83a'}.eicon-mailchimp:before{content:'\e83b'}.eicon-menu-card:before{content:'\e83c'}.eicon-navigation-horizontal:before{content:'\e83d'}.eicon-nav-menu:before{content:'\e83e'}.eicon-navigation-vertical:before{content:'\e83f'}.eicon-number-field:before{content:'\e840'}.eicon-parallax:before{content:'\e841'}.eicon-php7:before{content:'\e842'}.eicon-post-list:before{content:'\e843'}.eicon-post-slider:before{content:'\e844'}.eicon-post:before{content:'\e845'}.eicon-posts-carousel:before{content:'\e846'}.eicon-posts-grid:before{content:'\e847'}.eicon-posts-group:before{content:'\e848'}.eicon-posts-justified:before{content:'\e849'}.eicon-posts-masonry:before{content:'\e84a'}.eicon-posts-ticker:before{content:'\e84b'}.eicon-price-list:before{content:'\e84c'}.eicon-price-table:before{content:'\e84d'}.eicon-radio:before{content:'\e84e'}.eicon-rtl:before{content:'\e84f'}.eicon-scroll:before{content:'\e850'}.eicon-search:before{content:'\e851'}.eicon-select:before{content:'\e852'}.eicon-share:before{content:'\e853'}.eicon-sidebar:before{content:'\e854'}.eicon-skill-bar:before{content:'\e855'}.eicon-slider-3d:before{content:'\e856'}.eicon-slider-album:before{content:'\e857'}.eicon-slider-device:before{content:'\e858'}.eicon-slider-full-screen:before{content:'\e859'}.eicon-slider-push:before{content:'\e85a'}.eicon-slider-vertical:before{content:'\e85b'}.eicon-slider-video:before{content:'\e85c'}.eicon-slides:before{content:'\e85d'}.eicon-social-icons:before{content:'\e85e'}.eicon-spacer:before{content:'\e85f'}.eicon-table:before{content:'\e860'}.eicon-tabs:before{content:'\e861'}.eicon-tel-field:before{content:'\e862'}.eicon-text-area:before{content:'\e863'}.eicon-text-field:before{content:'\e864'}.eicon-thumbnails-down:before{content:'\e865'}.eicon-thumbnails-half:before{content:'\e866'}.eicon-thumbnails-right:before{content:'\e867'}.eicon-time-line:before{content:'\e868'}.eicon-toggle:before{content:'\e869'}.eicon-url:before{content:'\e86a'}.eicon-t-letter:before{content:'\e86b'}.eicon-wordpress:before{content:'\e86c'}.eicon-text:before{content:'\e86d'}.eicon-anchor:before{content:'\e86e'}.eicon-bullet-list:before{content:'\e86f'}.eicon-code:before{content:'\e870'}.eicon-favorite:before{content:'\e871'}.eicon-google-maps:before{content:'\e872'}.eicon-image:before{content:'\e873'}.eicon-photo-library:before{content:'\e874'}.eicon-woocommerce:before{content:'\e875'}.eicon-youtube:before{content:'\e876'}.eicon-flip-box:before{content:'\e877'}.eicon-settings:before{content:'\e878'}.eicon-headphones:before{content:'\e879'}.eicon-testimonial:before{content:'\e87a'}.eicon-counter-circle:before{content:'\e87b'}.eicon-person:before{content:'\e87c'}.eicon-chevron-right:before{content:'\e87d'}.eicon-chevron-left:before{content:'\e87e'}.eicon-close:before{content:'\e87f'}.eicon-file-download:before{content:'\e880'}.eicon-save:before{content:'\e881'}.eicon-zoom-in:before{content:'\e882'}.eicon-shortcode:before{content:'\e883'}.eicon-nerd:before{content:'\e884'}.eicon-device-desktop:before{content:'\e885'}.eicon-device-tablet:before{content:'\e886'}.eicon-device-mobile:before{content:'\e887'}.eicon-document-file:before{content:'\e888'}.eicon-folder-o:before{content:'\e889'}.eicon-hypster:before{content:'\e88a'}.eicon-h-align-left:before{content:'\e88b'}.eicon-h-align-right:before{content:'\e88c'}.eicon-h-align-center:before{content:'\e88d'}.eicon-h-align-stretch:before{content:'\e88e'}.eicon-v-align-top:before{content:'\e88f'}.eicon-v-align-bottom:before{content:'\e890'}.eicon-v-align-middle:before{content:'\e891'}.eicon-v-align-stretch:before{content:'\e892'}.eicon-pro-icon:before{content:'\e893'}.eicon-mail:before{content:'\e894'}.eicon-lock-user:before{content:'\e895'}.eicon-testimonial-carousel:before{content:'\e896'}.eicon-media-carousel:before{content:'\e897'}.eicon-section:before{content:'\e898'}.eicon-column:before{content:'\e899'}.eicon-edit:before{content:'\e89a'}.eicon-clone:before{content:'\e89b'}.eicon-trash:before{content:'\e89c'}.eicon-play:before{content:'\e89d'}.eicon-angle-right:before{content:'\e89e'}.eicon-angle-left:before{content:'\e89f'}.eicon-animated-headline:before{content:'\e8a0'}.eicon-menu-toggle:before{content:'\e8a1'}.eicon-fb-embed:before{content:'\e8a2'}.eicon-fb-feed:before{content:'\e8a3'}.eicon-twitter-embed:before{content:'\e8a4'}.eicon-twitter-feed:before{content:'\e8a5'}.eicon-sync:before{content:'\e8a6'}.eicon-import-export:before{content:'\e8a7'}.eicon-check-circle:before{content:'\e8a8'}.eicon-library-save:before{content:'\e8a9'}.eicon-library-download:before{content:'\e8aa'}.eicon-insert:before{content:'\e8ab'}.eicon-preview-medium:before{content:'\e8ac'}.eicon-sort-down:before{content:'\e8ad'}.eicon-sort-up:before{content:'\e8ae'}.eicon-heading:before{content:'\e8af'}.eicon-logo:before{content:'\e8b0'}.eicon-meta-data:before{content:'\e8b1'}.eicon-post-content:before{content:'\e8b2'}.eicon-post-excerpt:before{content:'\e8b3'}.eicon-post-navigation:before{content:'\e8b4'}.eicon-yoast:before{content:'\e8b5'}.eicon-nerd-chuckle:before{content:'\e8b6'}.eicon-nerd-wink:before{content:'\e8b7'}.eicon-comments:before{content:'\e8b8'}.eicon-download-circle-o:before{content:'\e8b9'}.eicon-library-upload:before{content:'\e8ba'}.eicon-save-o:before{content:'\e8bb'}.eicon-upload-circle-o:before{content:'\e8bc'}.eicon-ellipsis-h:before{content:'\e8bd'}.eicon-ellipsis-v:before{content:'\e8be'}.eicon-arrow-left:before{content:'\e8bf'}.eicon-arrow-right:before{content:'\e8c0'}.eicon-arrow-up:before{content:'\e8c1'}.eicon-arrow-down:before{content:'\e8c2'}.eicon-play-o:before{content:'\e8c3'}.eicon-archive-posts:before{content:'\e8c4'}.eicon-archive-title:before{content:'\e8c5'}.eicon-featured-image:before{content:'\e8c6'}.eicon-post-info:before{content:'\e8c7'}.eicon-post-title:before{content:'\e8c8'}.eicon-site-logo:before{content:'\e8c9'}.eicon-site-search:before{content:'\e8ca'}.eicon-site-title:before{content:'\e8cb'}.eicon-plus-square:before{content:'\e8cc'}.eicon-minus-square:before{content:'\e8cd'}.eicon-cloud-check:before{content:'\e8ce'}.eicon-drag-n-drop:before{content:'\e8cf'}.eicon-welcome:before{content:'\e8d0'}.eicon-handle:before{content:'\e8d1'}.eicon-cart:before{content:'\e8d2'}.eicon-product-add-to-cart:before{content:'\e8d3'}.eicon-product-breadcrumbs:before{content:'\e8d4'}.eicon-product-categories:before{content:'\e8d5'}.eicon-product-description:before{content:'\e8d6'}.eicon-product-images:before{content:'\e8d7'}.eicon-product-info:before{content:'\e8d8'}.eicon-product-meta:before{content:'\e8d9'}.eicon-product-pages:before{content:'\e8da'}.eicon-product-price:before{content:'\e8db'}.eicon-product-rating:before{content:'\e8dc'}.eicon-product-related:before{content:'\e8dd'}.eicon-product-stock:before{content:'\e8de'}.eicon-product-tabs:before{content:'\e8df'}.eicon-product-title:before{content:'\e8e0'}.eicon-product-upsell:before{content:'\e8e1'}.eicon-products:before{content:'\e8e2'}.eicon-bag-light:before{content:'\e8e3'}.eicon-bag-medium:before{content:'\e8e4'}.eicon-bag-solid:before{content:'\e8e5'}.eicon-basket-light:before{content:'\e8e6'}.eicon-basket-medium:before{content:'\e8e7'}.eicon-basket-solid:before{content:'\e8e8'}.eicon-cart-light:before{content:'\e8e9'}.eicon-cart-medium:before{content:'\e8ea'}.eicon-cart-solid:before{content:'\e8eb'}.eicon-exchange:before{content:'\e8ec'}.eicon-preview-thin:before{content:'\e8ed'}.eicon-device-laptop:before{content:'\e8ee'}.eicon-collapse:before{content:'\e8ef'}.eicon-expand:before{content:'\e8f0'}.eicon-navigator:before{content:'\e8f1'}.eicon-plug:before{content:'\e8f2'}.eicon-dashboard:before{content:'\e8f3'}.eicon-typography:before{content:'\e8f4'}.eicon-info-circle-o:before{content:'\e8f5'}.eicon-integration:before{content:'\e8f6'}.eicon-plus-circle-o:before{content:'\e8f7'}.eicon-rating:before{content:'\e8f8'}.eicon-review:before{content:'\e8f9'}.eicon-tools:before{content:'\e8fa'}.eicon-loading:before{content:'\e8fb'}.eicon-sitemap:before{content:'\e8fc'}.eicon-click:before{content:'\e8fd'}.eicon-clock:before{content:'\e8fe'}.eicon-library-open:before{content:'\e8ff'}.eicon-warning:before{content:'\e900'}.eicon-flow:before{content:'\e901'}.eicon-cursor-move:before{content:'\e902'}.eicon-arrow-circle-left:before{content:'\e903'}.eicon-flash:before{content:'\e904'}.eicon-redo:before{content:'\e905'}.eicon-ban:before{content:'\e906'}.eicon-barcode:before{content:'\e907'}.eicon-calendar:before{content:'\e908'}.eicon-caret-left:before{content:'\e909'}.eicon-caret-right:before{content:'\e90a'}.eicon-caret-up:before{content:'\e90b'}.eicon-chain-broken:before{content:'\e90c'}.eicon-check-circle-o:before{content:'\e90d'}.eicon-check:before{content:'\e90e'}.eicon-chevron-double-left:before{content:'\e90f'}.eicon-chevron-double-right:before{content:'\e910'}.eicon-undo:before{content:'\e911'}.eicon-filter:before{content:'\e912'}.eicon-circle-o:before{content:'\e913'}.eicon-circle:before{content:'\e914'}.eicon-clock-o:before{content:'\e915'}.eicon-cog:before{content:'\e916'}.eicon-cogs:before{content:'\e917'}.eicon-commenting-o:before{content:'\e918'}.eicon-copy:before{content:'\e919'}.eicon-database:before{content:'\e91a'}.eicon-dot-circle-o:before{content:'\e91b'}.eicon-envelope:before{content:'\e91c'}.eicon-external-link-square:before{content:'\e91d'}.eicon-eyedropper:before{content:'\e91e'}.eicon-folder:before{content:'\e91f'}.eicon-font:before{content:'\e920'}.eicon-adjust:before{content:'\e921'}.eicon-lightbox:before{content:'\e922'}.eicon-heart-o:before{content:'\e923'}.eicon-history:before{content:'\e924'}.eicon-image-bold:before{content:'\e925'}.eicon-info-circle:before{content:'\e926'}.eicon-link:before{content:'\e927'}.eicon-long-arrow-left:before{content:'\e928'}.eicon-long-arrow-right:before{content:'\e929'}.eicon-caret-down:before{content:'\e92a'}.eicon-paint-brush:before{content:'\e92b'}.eicon-pencil:before{content:'\e92c'}.eicon-plus-circle:before{content:'\e92d'}.eicon-zoom-in-bold:before{content:'\e92e'}.eicon-sort-amount-desc:before{content:'\e92f'}.eicon-sign-out:before{content:'\e930'}.eicon-spinner:before{content:'\e931'}.eicon-square:before{content:'\e932'}.eicon-star-o:before{content:'\e933'}.eicon-star:before{content:'\e934'}.eicon-text-align-justify:before{content:'\e935'}.eicon-text-align-center:before{content:'\e936'}.eicon-tags:before{content:'\e937'}.eicon-text-align-left:before{content:'\e938'}.eicon-text-align-right:before{content:'\e939'}.eicon-close-circle:before{content:'\e93a'}.eicon-trash-o:before{content:'\e93b'}.eicon-font-awesome:before{content:'\e93c'}.eicon-user-circle-o:before{content:'\e93d'}.eicon-video-camera:before{content:'\e93e'}.eicon-heart:before{content:'\e93f'}.eicon-wrench:before{content:'\e940'}.eicon-help:before{content:'\e941'}.eicon-help-o:before{content:'\e942'}.eicon-zoom-out-bold:before{content:'\e943'}.eicon-plus-square-o:before{content:'\e944'}.eicon-minus-square-o:before{content:'\e945'}.eicon-minus-circle:before{content:'\e946'}.eicon-minus-circle-o:before{content:'\e947'}.eicon-code-bold:before{content:'\e948'}.eicon-cloud-upload:before{content:'\e949'}.eicon-search-bold:before{content:'\e94a'}.eicon-map-pin:before{content:'\e94b'}.eicon-meetup:before{content:'\e94c'}.eicon-slideshow:before{content:'\e94d'}.eicon-t-letter-bold:before{content:'\e94e'}.eicon-preferences:before{content:'\e94f'}.eicon-table-of-contents:before{content:'\e950'}.eicon-tv:before{content:'\e951'}.eicon-upload:before{content:'\e952'}.eicon-instagram-comments:before{content:'\e953'}.eicon-instagram-nested-gallery:before{content:'\e954'}.eicon-instagram-post:before{content:'\e955'}.eicon-instagram-video:before{content:'\e956'}.eicon-instagram-gallery:before{content:'\e957'}.eicon-instagram-likes:before{content:'\e958'}.eicon-facebook:before{content:'\e959'}.eicon-twitter:before{content:'\e95a'}.eicon-pinterest:before{content:'\e95b'}.eicon-frame-expand:before{content:'\e95c'}.eicon-frame-minimize:before{content:'\e95d'}.eicon-archive:before{content:'\e95e'}.eicon-colors-typography:before{content:'\e95f'}.eicon-custom:before{content:'\e960'}.eicon-footer:before{content:'\e961'}.eicon-header:before{content:'\e962'}.eicon-layout-settings:before{content:'\e963'}.eicon-lightbox-expand:before{content:'\e964'}.eicon-error-404:before{content:'\e965'}.eicon-theme-style:before{content:'\e966'}.eicon-search-results:before{content:'\e967'}.eicon-single-post:before{content:'\e968'}.eicon-site-identity:before{content:'\e969'}.eicon-theme-builder:before{content:'\e96a'}.eicon-download-bold:before{content:'\e96b'}.eicon-share-arrow:before{content:'\e96c'}.eicon-global-settings:before{content:'\e96d'}.eicon-user-preferences:before{content:'\e96e'}.eicon-lock:before{content:'\e96f'}.eicon-export-kit:before{content:'\e970'}.eicon-import-kit:before{content:'\e971'}.eicon-lottie:before{content:'\e972'}.eicon-products-archive:before{content:'\e973'}.eicon-single-product:before{content:'\e974'}.eicon-disable-trash-o:before{content:'\e975'}.eicon-single-page:before{content:'\e976'}.eicon-wordpress-light:before{content:'\e977'}.eicon-cogs-check:before{content:'\e978'}.eicon-custom-css:before{content:'\e979'}.eicon-global-colors:before{content:'\e97a'}.eicon-globe:before{content:'\e97b'}.eicon-typography-1:before{content:'\e97c'}.eicon-background:before{content:'\e97d'}.eicon-device-responsive:before{content:'\e97e'}.eicon-device-wide:before{content:'\e97f'}.eicon-code-highlight:before{content:'\e980'}.eicon-video-playlist:before{content:'\e981'}.eicon-download-kit:before{content:'\e982'}.eicon-kit-details:before{content:'\e983'}.eicon-kit-parts:before{content:'\e984'}.eicon-kit-upload:before{content:'\e985'}.eicon-kit-plugins:before{content:'\e986'}.eicon-kit-upload-alt:before{content:'\e987'}.eicon-eye:before{content:'\e8ac'}.eicon-elementor-square:before{content:'\e813'}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.050,.855,.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg)}40%{transform:rotate3d(0,0,1,-10deg)}60%{transform:rotate3d(0,0,1,5deg)}80%{transform:rotate3d(0,0,1,-5deg)}to{transform:rotate3d(0,0,1,0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from,to{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{animation-name:tada}@keyframes wobble{from,to{transform:none}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translate3d(0,0,0)}}.bounceInUp{animation-name:bounceInUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible}to{transform:translate3d(0,0,0)}}.slideInUp{animation-name:slideInUp}
.elementor-animation-grow{transition-duration:.3s;transition-property:transform}.elementor-animation-grow:active,.elementor-animation-grow:focus,.elementor-animation-grow:hover{transform:scale(1.1)}.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(0.9)}@keyframes elementor-animation-pulse{25%{transform:scale(1.1)}75%{transform:scale(0.9)}}.elementor-animation-pulse:active,.elementor-animation-pulse:focus,.elementor-animation-pulse:hover{animation-name:elementor-animation-pulse;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-pulse-grow{to{transform:scale(1.1)}}.elementor-animation-pulse-grow:active,.elementor-animation-pulse-grow:focus,.elementor-animation-pulse-grow:hover{animation-name:elementor-animation-pulse-grow;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-pulse-shrink{to{transform:scale(0.9)}}.elementor-animation-pulse-shrink:active,.elementor-animation-pulse-shrink:focus,.elementor-animation-pulse-shrink:hover{animation-name:elementor-animation-pulse-shrink;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:alternate}@keyframes elementor-animation-push{50%{transform:scale(0.8)}100%{transform:scale(1)}}.elementor-animation-push:active,.elementor-animation-push:focus,.elementor-animation-push:hover{animation-name:elementor-animation-push;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}@keyframes elementor-animation-pop{50%{transform:scale(1.2)}}.elementor-animation-pop:active,.elementor-animation-pop:focus,.elementor-animation-pop:hover{animation-name:elementor-animation-pop;animation-duration:.3s;animation-timing-function:linear;animation-iteration-count:1}.elementor-animation-bounce-in{transition-duration:.5s}.elementor-animation-bounce-in:active,.elementor-animation-bounce-in:focus,.elementor-animation-bounce-in:hover{transform:scale(1.2);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-bounce-out{transition-duration:.5s}.elementor-animation-bounce-out:active,.elementor-animation-bounce-out:focus,.elementor-animation-bounce-out:hover{transform:scale(0.8);transition-timing-function:cubic-bezier(0.47,2.02,.31,-.36)}.elementor-animation-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-rotate:active,.elementor-animation-rotate:focus,.elementor-animation-rotate:hover{transform:rotate(4deg)}.elementor-animation-grow-rotate{transition-duration:.3s;transition-property:transform}.elementor-animation-grow-rotate:active,.elementor-animation-grow-rotate:focus,.elementor-animation-grow-rotate:hover{transform:scale(1.1) rotate(4deg)}.elementor-animation-float{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-float:active,.elementor-animation-float:focus,.elementor-animation-float:hover{transform:translateY(-8px)}.elementor-animation-sink{transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out}.elementor-animation-sink:active,.elementor-animation-sink:focus,.elementor-animation-sink:hover{transform:translateY(8px)}@keyframes elementor-animation-bob{0%{transform:translateY(-8px)}50%{transform:translateY(-4px)}100%{transform:translateY(-8px)}}@keyframes elementor-animation-bob-float{100%{transform:translateY(-8px)}}.elementor-animation-bob:active,.elementor-animation-bob:focus,.elementor-animation-bob:hover{animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}@keyframes elementor-animation-hang{0%{transform:translateY(8px)}50%{transform:translateY(4px)}100%{transform:translateY(8px)}}@keyframes elementor-animation-hang-sink{100%{transform:translateY(8px)}}.elementor-animation-hang:active,.elementor-animation-hang:focus,.elementor-animation-hang:hover{animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-duration:.3s,1.5s;animation-delay:0s,.3s;animation-timing-function:ease-out,ease-in-out;animation-iteration-count:1,infinite;animation-fill-mode:forwards;animation-direction:normal,alternate}.elementor-animation-skew{transition-duration:.3s;transition-property:transform}.elementor-animation-skew:active,.elementor-animation-skew:focus,.elementor-animation-skew:hover{transform:skew(-10deg)}.elementor-animation-skew-forward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-forward:active,.elementor-animation-skew-forward:focus,.elementor-animation-skew-forward:hover{transform:skew(-10deg)}.elementor-animation-skew-backward{transition-duration:.3s;transition-property:transform;transform-origin:0 100%}.elementor-animation-skew-backward:active,.elementor-animation-skew-backward:focus,.elementor-animation-skew-backward:hover{transform:skew(10deg)}@keyframes elementor-animation-wobble-vertical{16.65%{transform:translateY(8px)}33.3%{transform:translateY(-6px)}49.95%{transform:translateY(4px)}66.6%{transform:translateY(-2px)}83.25%{transform:translateY(1px)}100%{transform:translateY(0)}}.elementor-animation-wobble-vertical:active,.elementor-animation-wobble-vertical:focus,.elementor-animation-wobble-vertical:hover{animation-name:elementor-animation-wobble-vertical;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-horizontal{16.65%{transform:translateX(8px)}33.3%{transform:translateX(-6px)}49.95%{transform:translateX(4px)}66.6%{transform:translateX(-2px)}83.25%{transform:translateX(1px)}100%{transform:translateX(0)}}.elementor-animation-wobble-horizontal:active,.elementor-animation-wobble-horizontal:focus,.elementor-animation-wobble-horizontal:hover{animation-name:elementor-animation-wobble-horizontal;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-bottom-right{16.65%{transform:translate(8px,8px)}33.3%{transform:translate(-6px,-6px)}49.95%{transform:translate(4px,4px)}66.6%{transform:translate(-2px,-2px)}83.25%{transform:translate(1px,1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-bottom-right:active,.elementor-animation-wobble-to-bottom-right:focus,.elementor-animation-wobble-to-bottom-right:hover{animation-name:elementor-animation-wobble-to-bottom-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-to-top-right{16.65%{transform:translate(8px,-8px)}33.3%{transform:translate(-6px,6px)}49.95%{transform:translate(4px,-4px)}66.6%{transform:translate(-2px,2px)}83.25%{transform:translate(1px,-1px)}100%{transform:translate(0,0)}}.elementor-animation-wobble-to-top-right:active,.elementor-animation-wobble-to-top-right:focus,.elementor-animation-wobble-to-top-right:hover{animation-name:elementor-animation-wobble-to-top-right;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-bottom{transform-origin:100% 0}.elementor-animation-wobble-bottom:active,.elementor-animation-wobble-bottom:focus,.elementor-animation-wobble-bottom:hover{animation-name:elementor-animation-wobble-bottom;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-skew{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-skew:active,.elementor-animation-wobble-skew:focus,.elementor-animation-wobble-skew:hover{animation-name:elementor-animation-wobble-skew;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-buzz{50%{transform:translateX(3px) rotate(2deg)}100%{transform:translateX(-3px) rotate(-2deg)}}.elementor-animation-buzz:active,.elementor-animation-buzz:focus,.elementor-animation-buzz:hover{animation-name:elementor-animation-buzz;animation-duration:.15s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes elementor-animation-buzz-out{10%{transform:translateX(3px) rotate(2deg)}20%{transform:translateX(-3px) rotate(-2deg)}30%{transform:translateX(3px) rotate(2deg)}40%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(2px) rotate(1deg)}60%{transform:translateX(-2px) rotate(-1deg)}70%{transform:translateX(2px) rotate(1deg)}80%{transform:translateX(-2px) rotate(-1deg)}90%{transform:translateX(1px) rotate(0)}100%{transform:translateX(-1px) rotate(0)}}.elementor-animation-buzz-out:active,.elementor-animation-buzz-out:focus,.elementor-animation-buzz-out:hover{animation-name:elementor-animation-buzz-out;animation-duration:.75s;animation-timing-function:linear;animation-iteration-count:1}/*! elementor - v3.1.0 - 24-01-2021 */
.dialog-widget-content{background-color:#fff;position:absolute;-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message{font-size:12px;line-height:1.5;-webkit-box-sizing:border-box;box-sizing:border-box}.dialog-type-lightbox{position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dialog-type-lightbox .dialog-widget-content{margin:auto;width:375px}.dialog-type-lightbox .dialog-header{font-size:15px;color:#495157;padding:30px 0 10px;font-weight:500}.dialog-type-lightbox .dialog-message{padding:0 30px 30px;min-height:50px}.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message{text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;width:50%;border:none;background:none;color:#6d7882;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover{background-color:#f4f6f7}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok{color:#b01b1b}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over{color:#39b54a}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active{background-color:rgba(230,233,236,.5)}.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner{border:0}.dialog-close-button{cursor:pointer;position:absolute;margin-top:15px;right:15px;font-size:15px;line-height:1}.dialog-close-button:not(:hover){opacity:.4}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.dialog-confirm-widget .dialog-button:first-child{border-right:1px solid #e6e9ec}.dialog-prevent-scroll{overflow:hidden;max-height:100vh}@media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}}@media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:-webkit-sticky;position:sticky;height:100vh}}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio{padding-bottom:177.8%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0;background-color:#000}.elementor-fit-aspect-ratio video{width:100%}.flatpickr-calendar{width:280px}.flatpickr-calendar .flatpickr-current-month span.cur-month{font-weight:300}.flatpickr-calendar .dayContainer{width:280px;min-width:280px;max-width:280px}.flatpickr-calendar .flatpickr-days{width:280px}.flatpickr-calendar .flatpickr-day{max-width:37px;height:37px;line-height:37px}.elementor-templates-modal .dialog-widget-content{font-family:Roboto,Arial,Helvetica,Verdana,sans-serif;background-color:#f1f3f5;width:100%}@media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}}@media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}}.elementor-templates-modal .dialog-header{padding:0;z-index:1}.elementor-templates-modal .dialog-buttons-wrapper,.elementor-templates-modal .dialog-header{background-color:#fff;-webkit-box-shadow:0 0 8px rgba(0,0,0,.1);box-shadow:0 0 8px rgba(0,0,0,.1);position:relative}.elementor-templates-modal .dialog-buttons-wrapper{border:none;display:none;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button{height:40px;margin-left:5px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success{padding:12px 36px;color:#fff;width:auto;font-size:15px}.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover{background-color:#39b54a}.elementor-templates-modal .dialog-message{height:750px;max-height:85vh;overflow:auto;padding-top:25px}.elementor-templates-modal .dialog-content{height:100%}.elementor-templates-modal .dialog-loading{display:none}.elementor-templates-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:50px}.elementor-templates-modal__header__logo{line-height:1;text-transform:uppercase;font-weight:700;cursor:pointer}.elementor-templates-modal__header__logo-area{text-align:left;padding-left:15px}.elementor-templates-modal__header__logo-area>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-templates-modal__header__logo__icon-wrapper{margin-right:10px;font-size:12px}.elementor-templates-modal__header__logo__title{padding-top:2px}.elementor-templates-modal__header__items-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-templates-modal__header__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-templates-modal__header__item>i{font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.elementor-templates-modal__header__item>i:not(:hover){color:#a4afb7}.elementor-templates-modal__header__close--normal{width:47px;border-left:1px solid #e6e9ec}.elementor-templates-modal__header__close--normal i{font-size:18px}.elementor-templates-modal__header__close--skip{padding:10px 10px 10px 20px;margin-right:10px;color:#fff;background-color:#a4afb7;font-size:11px;font-weight:400;line-height:1;text-transform:uppercase;-webkit-border-radius:2px;border-radius:2px;cursor:pointer}.elementor-templates-modal__header__close--skip>i{font-size:inherit;padding-left:10px;margin-left:15px;border-left:1px solid}.elementor-templates-modal__header__close--skip>i:not(:hover){color:#fff}.elementor-templates-modal__sidebar{-ms-flex-negative:0;flex-shrink:0;width:25%;background-color:hsla(0,0%,100%,.3)}.elementor-templates-modal__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-shadow:0 0 13px inset rgba(0,0,0,.05);box-shadow:inset 0 0 13px rgba(0,0,0,.05)}#wpadminbar #wp-admin-bar-elementor_app_site_editor a.ab-item{border-top:1px solid #464b50;margin-top:6px}.elementor-hidden{display:none}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:#93003c;display:inline-block;padding:.75em;-webkit-border-radius:50%;border-radius:50%;line-height:1}.e-logo-wrapper i{color:#fff;font-size:1em}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.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{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;-webkit-background-size:cover;background-size:cover}.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.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:1024px){.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.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons;-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-ken-burns{-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:10s;-o-transition-duration:10s;transition-duration:10s;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear}.elementor-ken-burns--out{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}.elementor-ken-burns--active{-webkit-transition-duration:20s;-o-transition-duration:20s;transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e813";font-family:eicons;top:3px;font-size:18px}#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before{content:"\f348";top:2px}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{-ms-flex-wrap:wrap;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{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-ms-flex-align:end;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{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-widget-wrap{position:relative;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom: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{min-height:1px}.elementor-column,.elementor-column-wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-column-wrap{width:100%}.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:1024px){.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:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.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;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-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 (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-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:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-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:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}.elementor-form-fields-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;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{-ms-flex-preferred-size:100%;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{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-moz-placeholder,.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-ms-input-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:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-ms-flex-preferred-size:100%;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{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;-webkit-border-radius:3px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;-webkit-border-radius:2px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;-webkit-border-radius:4px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;-webkit-border-radius:5px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;-webkit-border-radius:6px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;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{-ms-flex-preferred-size:initial;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{-webkit-box-flex:initial;-ms-flex-positive:initial;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{-ms-flex-preferred-size:initial;flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;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{-ms-flex-preferred-size:initial;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{-webkit-box-flex:initial;-ms-flex-positive:initial;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{-ms-flex-preferred-size:initial;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{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{-ms-flex-preferred-size:50%;flex-basis:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-ms-flex-pack:end;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{-ms-flex-preferred-size:initial;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{-webkit-box-flex:initial;-ms-flex-positive:initial;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{-ms-flex-preferred-size:initial;flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.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{padding-top:0;padding-bottom:0;border:none}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;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 .elementor-widget-container{-webkit-transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;transition:background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;-o-transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s;transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.elementor-alert{padding:15px;border-left:5px solid transparent;position:relative;text-align:left}.elementor-alert .elementor-alert-title{display:block;font-weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:20px;line-height:1;background:transparent;color:inherit;border:none;cursor:pointer}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.elementor-alert.elementor-alert-success{color:#3c763d;background-color:#dff0d8;border-color:#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-tab-title a{color:inherit}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;color:#fff;fill:#fff;text-align:center;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-button-icon{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button-icon svg{width:1em}.elementor-button-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10;display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.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-button .elementor-align-icon-right{margin-left:5px;-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.elementor-button .elementor-align-icon-left{margin-right:5px;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.elementor-button span{text-decoration:inherit}.elementor-menu-cart__toggle .elementor-button-icon{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.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-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;color:#666;line-height:2.5}.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#2c2c2c;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{margin:0 var(--divider-element-spacing);-ms-flex-negative:0;flex-shrink:0}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;direction:ltr}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{display:block;content:"";border-bottom:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:100;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-top:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{width:100%;min-height:var(--divider-pattern-height);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url)}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps iframe{height:300px}.elementor-heading-title{padding:0;margin:0;line-height:1}.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-icon{display:inline-block;line-height:1;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{-webkit-border-radius:50%;border-radius:50%}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget .elementor-icon-list-icon{-ms-flex-negative:0;flex-shrink:0}.elementor-widget .elementor-icon-list-icon i{width:1.25em}.elementor-widget .elementor-icon-list-icon svg{width:1em}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-items{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-widget-image{text-align:center}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:inline-block}.elementor-widget-image .elementor-image>a img[src$=".svg"],.elementor-widget-image .elementor-image figure>a img[src$=".svg"]{width:48px}.elementor-widget-image .elementor-image img{vertical-align:middle;display:inline-block}.elementor-widget-image .elementor-image.elementor-image-shape-circle{-webkit-border-radius:50%;border-radius:50%}.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}.elementor-widget-image-carousel .swiper-container{position:static}.elementor-widget-image-carousel .swiper-container .swiper-slide figure{line-height:inherit}.elementor-widget-image-carousel .swiper-slide{text-align:center}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;-webkit-border-radius:2px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;height:30px;line-height:30px;-webkit-border-radius:2px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);-webkit-box-pack:var(--justify-content,center);-ms-flex-pack:var(--justify-content,center);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-social-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;background-color:#818a91;font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#818a91}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{-webkit-border-radius:10%;border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{-webkit-border-radius:50%;border-radius:50%}.elementor-star-rating{color:#ccd6df;font-family:eicons;display:inline-block}.elementor-star-rating i{display:inline-block;position:relative;font-style:normal;cursor:default}.elementor-star-rating i:before{content:"\e934";display:block;font-size:inherit;font-family:inherit;position:absolute;overflow:hidden;color:#f0ad4e;top:0;left:0}.elementor-star-rating .elementor-star-empty:before{content:none}.elementor-star-rating .elementor-star-1:before{width:10%}.elementor-star-rating .elementor-star-2:before{width:20%}.elementor-star-rating .elementor-star-3:before{width:30%}.elementor-star-rating .elementor-star-4:before{width:40%}.elementor-star-rating .elementor-star-5:before{width:50%}.elementor-star-rating .elementor-star-6:before{width:60%}.elementor-star-rating .elementor-star-7:before{width:70%}.elementor-star-rating .elementor-star-8:before{width:80%}.elementor-star-rating .elementor-star-9:before{width:90%}.elementor-star-rating__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-star-rating__title{margin-right:10px}.elementor-star-rating--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating--align-justify .elementor-star-rating__title{margin-right:auto}@media (max-width:1024px){.elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-tablet--align-justify .elementor-star-rating__title{margin-right:auto}}@media (max-width:767px){.elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-star-rating-mobile--align-justify .elementor-star-rating__title{margin-right:auto}}.last-star{letter-spacing:0}.elementor--star-style-star_unicode .elementor-star-rating{font-family:Arial,Helvetica,sans-serif}.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before{content:"\002605"}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer;outline:var(--focus-outline,none)}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid solid none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;border-style:solid solid solid none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:none solid solid}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,.elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title{width:100%}.elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title{height:100%}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;color:inherit;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;color:inherit;display:block}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;-webkit-border-radius:50%;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.elementor-toggle{text-align:left}.elementor-toggle .elementor-tab-title{font-weight:700;line-height:1;margin:0;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer;outline:none}.elementor-toggle .elementor-tab-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right{float:right;text-align:right}.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left{float:left;text-align:left}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed{display:block}.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened{display:none}.elementor-toggle .elementor-tab-title.elementor-active{border-bottom:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed{display:none}.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened{display:block}.elementor-toggle .elementor-tab-content{padding:15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-tab-title{padding:12px}.elementor-toggle .elementor-tab-content{padding:12px 10px}}.elementor-widget-video .elementor-widget-container{overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-background-size:cover;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-widget-video .e-hosted-video .elementor-video{-o-object-fit:cover;object-fit:cover}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff}.elementor-slick-slider .slick-loading .slick-list:after{content:"\e8fb";font-family:eicons;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;font-size:25px;color:#a4afb7}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:eicons;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\e89f"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\e89e"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\e89e"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\e89f"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:eicons;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\e914";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container .swiper-slide figure{line-height:0}.swiper-container .elementor-lightbox-content-source{display:none}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-webkit-background-size:27px 44px;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:5px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;-webkit-border-radius:50%;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;appearance:none;-webkit-appearance:none;-moz-appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-progressbar.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{-webkit-border-radius:10px;border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);-webkit-border-radius:10px;border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.elementor-pagination-position-outside .swiper-container{padding-bottom:30px}.elementor-pagination-position-outside .elementor-swiper-button{top:calc(50% - 30px / 2)}.elementor-swiper{position:relative}.elementor-main-swiper{position:static}.elementor-arrows-position-outside .swiper-container{width:calc(100% - 60px)}.elementor-arrows-position-outside .elementor-swiper-button-prev{left:0}.elementor-arrows-position-outside .elementor-swiper-button-next{right:0}.swiper-image-stretch .swiper-slide .swiper-slide-image{width:100%}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93.3%,.9);top:50%;-webkit-transform:translate3d(0,-50%,1px);transform:translate3d(0,-50%,1px)}.elementor-swiper-button-prev{left:10px}.elementor-swiper-button-next{right:10px}.elementor-swiper-button.swiper-button-disabled{opacity:.3}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;-webkit-background-size:100% 100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox{--lightbox-ui-color:hsla(0,0%,93.3%,0.9);--lightbox-ui-color-hover:#fff;--lightbox-text-color:var(--lightbox-ui-color);--lightbox-header-icons-size:20px;--lightbox-navigation-icons-size:25px}.elementor-lightbox .dialog-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.3s;animation-duration:.3s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-message.dialog-lightbox-message{padding:0}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:var(--lightbox-header-icons-size);right:.75em;margin-top:13px;padding:.25em;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:var(--lightbox-ui-color);-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:var(--lightbox-ui-color-hover)}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}@media (max-width:767px){.elementor-lightbox .elementor-lightbox-item{padding:70px 0}}.elementor-lightbox .elementor-lightbox-image{max-height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-lightbox-image:hover{opacity:1;-webkit-filter:none;filter:none;border:none}.elementor-lightbox .elementor-lightbox-image,.elementor-lightbox .elementor-video-container{-webkit-box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);box-shadow:0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);-webkit-border-radius:2px;border-radius:2px}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container{width:70%}}.elementor-lightbox .elementor-swiper-button:focus{outline-width:1px}.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:var(--lightbox-navigation-icons-size)}.elementor-lightbox .elementor-swiper-button-prev{left:0}.elementor-lightbox .elementor-swiper-button-next{right:0}@media (max-width:767px){.elementor-lightbox .elementor-swiper-button-next,.elementor-lightbox .elementor-swiper-button-prev{width:20%}.elementor-lightbox .elementor-swiper-button-next i,.elementor-lightbox .elementor-swiper-button-prev i{padding:10px;background-color:rgba(0,0,0,.5)}.elementor-lightbox .elementor-swiper-button-prev{left:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-lightbox .elementor-swiper-button-next{right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-slideshow__counter{color:currentColor;font-size:.75em;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-slideshow__footer,.elementor-slideshow__header{position:absolute;left:0;width:100%;padding:15px 20px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-slideshow__footer{color:var(--lightbox-text-color)}.elementor-slideshow__header{color:var(--lightbox-ui-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;font-size:var(--lightbox-header-icons-size);padding-left:1em;padding-right:2.6em;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:10}.elementor-slideshow__header>i{font-size:inherit;cursor:pointer;padding:.25em;margin:0 .35em}.elementor-slideshow__header>i:hover{color:var(--lightbox-ui-color-hover)}.elementor-slideshow__header .elementor-slideshow__counter{margin-right:auto}.elementor-slideshow__header .elementor-icon-share{z-index:5}.elementor-slideshow__share-menu{background-color:transparent;width:0;height:0;position:absolute;overflow:hidden;-webkit-transition:background-color .4s;-o-transition:background-color .4s;transition:background-color .4s}.elementor-slideshow__share-menu .elementor-slideshow__share-links a{color:#2c2c2c}.elementor-slideshow__share-links{display:block;position:absolute;min-width:200px;right:2.8em;top:3em;background-color:#fff;-webkit-border-radius:3px;border-radius:3px;padding:14px 20px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0;-webkit-transform-origin:90% 10%;-ms-transform-origin:90% 10%;transform-origin:90% 10%;-webkit-transition:all .25s .1s;-o-transition:all .25s .1s;transition:all .25s .1s;-webkit-box-shadow:0 4px 15px rgba(0,0,0,.3);box-shadow:0 4px 15px rgba(0,0,0,.3)}.elementor-slideshow__share-links a{text-align:left;color:#55595c;font-size:12px;line-height:2.5;display:block;opacity:0;-webkit-transition:opacity .5s .1s;-o-transition:opacity .5s .1s;transition:opacity .5s .1s}.elementor-slideshow__share-links a:hover{color:#000}.elementor-slideshow__share-links a i{font-size:1.25em;margin-right:.75em}.elementor-slideshow__share-links:before{content:"";display:block;position:absolute;top:1px;right:.5em;border:.45em solid transparent;border-bottom-color:#fff;-webkit-transform:translateY(-100%) scaleX(.7);-ms-transform:translateY(-100%) scaleX(.7);transform:translateY(-100%) scaleX(.7)}.elementor-slideshow__footer{bottom:0;z-index:5;position:fixed}.elementor-slideshow__description,.elementor-slideshow__title{margin:0}.elementor-slideshow__title{font-size:16px;font-weight:700}.elementor-slideshow__description{font-size:14px}.elementor-slideshow--ui-hidden .elementor-slideshow__footer,.elementor-slideshow--ui-hidden .elementor-slideshow__header{opacity:0;pointer-events:none}.elementor-slideshow--ui-hidden .elementor-swiper-button-next,.elementor-slideshow--ui-hidden .elementor-swiper-button-prev{opacity:0}.elementor-slideshow--fullscreen-mode .elementor-video-container{width:100%}.elementor-slideshow--zoom-mode .elementor-slideshow__footer,.elementor-slideshow--zoom-mode .elementor-slideshow__header{background-color:rgba(0,0,0,.5)}.elementor-slideshow--zoom-mode .elementor-swiper-button-next,.elementor-slideshow--zoom-mode .elementor-swiper-button-prev{opacity:0;pointer-events:none}.elementor-slideshow--share-mode .elementor-slideshow__share-menu{top:0;left:0;width:100vw;height:100vh;opacity:1;cursor:default;background-color:rgba(0,0,0,.5)}.elementor-slideshow--share-mode .elementor-slideshow__share-links{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-slideshow--share-mode .elementor-slideshow__share-links,.elementor-slideshow--share-mode .elementor-slideshow__share-links a{opacity:1}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter{color:#1da1f2}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook{color:#3b5998}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest{color:#bd081c}.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold{color:#a4afb7}.elementor-slideshow--share-mode .eicon-share-arrow{z-index:2}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse}@media (prefers-reduced-motion:reduce){.animated{-webkit-animation:none;animation:none}}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.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{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}#wp-admin-bar-elementor_edit_page .elementor-edit-link-title{white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;overflow:hidden;width:100%}#wp-admin-bar-elementor_edit_page .elementor-edit-link-type{background:#55595c;font-size:11px;line-height:9px;margin-top:6px;padding:4px 8px;-webkit-border-radius:3px;border-radius:3px}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}#wpadminbar *{font-style:normal}.elementor-portfolio.elementor-grid{display:grid}.elementor-share-buttons--align-right{text-align:right}.elementor-share-buttons--align-left{text-align:left}.elementor-share-buttons--align-center{text-align:center}.elementor-share-buttons--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}@media (max-width:1024px){.elementor-share-buttons-tablet--align-right{text-align:right}.elementor-share-buttons-tablet--align-left{text-align:left}.elementor-share-buttons-tablet--align-center{text-align:center}.elementor-share-buttons-tablet--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}}@media (max-width:767px){.elementor-share-buttons-mobile--align-right{text-align:right}.elementor-share-buttons-mobile--align-left{text-align:left}.elementor-share-buttons-mobile--align-center{text-align:center}.elementor-share-buttons-mobile--align-justify{text-align:justify;-moz-text-align-last:justify;text-align-last:justify}}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container{margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--justify-content,space-between);-ms-flex-pack:var(--justify-content,space-between);justify-content:var(--justify-content,space-between)}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-widget-container .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-widget-container .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-widget-container .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}@media (max-width:767px){.elementor .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:1025px){.elementor .elementor-hidden-desktop{display:none}}.elementor-kit-1073{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-57429370:#3447EB;--e-global-color-6f720a2d:#888888;--e-global-color-16a1d500:#F3F4F8;--e-global-color-365b70d7:#3447EB;--e-global-color-380b0663:#24272E;--e-global-color-5e18a95e:#000;--e-global-color-43b6f612:#FFF;--e-global-color-6ff1052d:#020101;--e-global-color-525ad784:#00B8E6;--e-global-color-514baa8d:#A09A9A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1025px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:768px;}}/**
 * ELEMENTOR Grid
 */

 .aux-fhd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-fhd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	width: auto;
	max-width: 1900px
 }
 .aux-fhd .elementor-add-section{
	max-width: 1940px
 }

 .aux-s-fhd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-s-fhd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1600px
 }
 .aux-s-fhd .elementor-add-section {
	max-width: 1640px
}

 .aux-xhd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-xhd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1400px
 }
 .aux-xhd .elementor-add-section {
	max-width: 1440px
}

 .aux-hd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-hd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1200px
 }
 .aux-hd .elementor-add-section {
	max-width: 1240px
}

 .aux-nd .elementor-section.elementor-section-boxed>.elementor-container,
 .aux-nd:not(.elementor-page) .elementor-section-boxed>.elementor-container{
	 width: auto;
	 max-width: 1000px
 }
 .aux-nd .elementor-add-section {
	max-width: 1040px
}
/*! elementor-pro - v3.0.9 - 10-01-2021 */
@charset "UTF-8";.elementor-bg-transform .elementor-bg{will-change:transform}.elementor-bg-transform-zoom-in:hover .elementor-bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.elementor-bg-transform-zoom-out .elementor-bg{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.elementor-bg-transform-zoom-out:hover .elementor-bg{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-bg-transform-move-left .elementor-bg{-webkit-transform:scale(1.2) translateX(8%);-ms-transform:scale(1.2) translateX(8%);transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-left:hover .elementor-bg{-webkit-transform:scale(1.2) translateX(-8%);-ms-transform:scale(1.2) translateX(-8%);transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right .elementor-bg{-webkit-transform:scale(1.2) translateX(-8%);-ms-transform:scale(1.2) translateX(-8%);transform:scale(1.2) translateX(-8%)}.elementor-bg-transform-move-right:hover .elementor-bg{-webkit-transform:scale(1.2) translateX(8%);-ms-transform:scale(1.2) translateX(8%);transform:scale(1.2) translateX(8%)}.elementor-bg-transform-move-up .elementor-bg{-webkit-transform:scale(1.2) translateY(8%);-ms-transform:scale(1.2) translateY(8%);transform:scale(1.2) translateY(8%)}.elementor-bg-transform-move-up:hover .elementor-bg{-webkit-transform:scale(1.2) translateY(-8%);-ms-transform:scale(1.2) translateY(-8%);transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down .elementor-bg{-webkit-transform:scale(1.2) translateY(-8%);-ms-transform:scale(1.2) translateY(-8%);transform:scale(1.2) translateY(-8%)}.elementor-bg-transform-move-down:hover .elementor-bg{-webkit-transform:scale(1.2) translateY(8%);-ms-transform:scale(1.2) translateY(8%);transform:scale(1.2) translateY(8%)}.elementor-animated-content{--translate:0,0}.elementor-animated-content:hover .elementor-animated-item--grow{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.elementor-animated-content:hover .elementor-animated-item--shrink{-webkit-transform:scale(.85);-ms-transform:scale(.85);transform:scale(.85)}.elementor-animated-content:hover .elementor-animated-item--shrink-contained{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-animated-content:hover .elementor-animated-item--enter-zoom-in,.elementor-animated-content:hover .elementor-animated-item--enter-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in,.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out,.elementor-animated-content:hover .elementor-animated-item--fade-out{opacity:0}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-out{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.elementor-animated-content:hover .elementor-animated-item--exit-zoom-in{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.elementor-animated-content:hover .elementor-animated-item--enter-from-bottom,.elementor-animated-content:hover .elementor-animated-item--enter-from-left,.elementor-animated-content:hover .elementor-animated-item--enter-from-right,.elementor-animated-content:hover .elementor-animated-item--enter-from-top{opacity:1;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.elementor-animated-content:hover .elementor-animated-item--exit-to-right{-webkit-transform:translateX(1000px);-ms-transform:translateX(1000px);transform:translateX(1000px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-left{-webkit-transform:translateX(-1000px);-ms-transform:translateX(-1000px);transform:translateX(-1000px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-top{-webkit-transform:translateY(-600px);-ms-transform:translateY(-600px);transform:translateY(-600px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom{-webkit-transform:translateY(600px);-ms-transform:translateY(600px);transform:translateY(600px)}.elementor-animated-content:hover .elementor-animated-item--exit-to-bottom,.elementor-animated-content:hover .elementor-animated-item--exit-to-left,.elementor-animated-content:hover .elementor-animated-item--exit-to-right,.elementor-animated-content:hover .elementor-animated-item--exit-to-top{opacity:0}.elementor-animated-content:hover .elementor-animated-item--move-right{-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px)}.elementor-animated-content:hover .elementor-animated-item--move-left{-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px)}.elementor-animated-content:hover .elementor-animated-item--move-up{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.elementor-animated-content:hover .elementor-animated-item--move-down{-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.elementor-animated-content:hover .elementor-animated-item--move-contained-right{--translate:8%,0}.elementor-animated-content:hover .elementor-animated-item--move-contained-left{--translate:-8%,0}.elementor-animated-content:hover .elementor-animated-item--move-contained-top{--translate:0,-8%}.elementor-animated-content:hover .elementor-animated-item--move-contained-bottom{--translate:0,8%}.elementor-animated-content [class^=elementor-animated-item]{will-change:transform,opacity}.elementor-animated-content .elementor-animated-item--shrink-contained{-webkit-transform:scale(1.17);-ms-transform:scale(1.17);transform:scale(1.17)}.elementor-animated-content .elementor-animated-item--enter-zoom-in{-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2)}.elementor-animated-content .elementor-animated-item--enter-zoom-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.elementor-animated-content .elementor-animated-item--enter-zoom-in,.elementor-animated-content .elementor-animated-item--enter-zoom-out,.elementor-animated-content .elementor-animated-item--fade-in{opacity:0}.elementor-animated-content .elementor-animated-item--exit-zoom-in,.elementor-animated-content .elementor-animated-item--exit-zoom-out,.elementor-animated-content .elementor-animated-item--fade-out{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-animated-content .elementor-animated-item--enter-from-right{-webkit-transform:translateX(1000px);-ms-transform:translateX(1000px);transform:translateX(1000px)}.elementor-animated-content .elementor-animated-item--enter-from-left{-webkit-transform:translateX(-1000px);-ms-transform:translateX(-1000px);transform:translateX(-1000px)}.elementor-animated-content .elementor-animated-item--enter-from-top{-webkit-transform:translateY(-600px);-ms-transform:translateY(-600px);transform:translateY(-600px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom{-webkit-transform:translateY(500px);-ms-transform:translateY(500px);transform:translateY(500px)}.elementor-animated-content .elementor-animated-item--enter-from-bottom,.elementor-animated-content .elementor-animated-item--enter-from-left,.elementor-animated-content .elementor-animated-item--enter-from-right,.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:0}.elementor-animated-content .elementor-animated-item--exit-to-bottom,.elementor-animated-content .elementor-animated-item--exit-to-left,.elementor-animated-content .elementor-animated-item--exit-to-right,.elementor-animated-content .elementor-animated-item--exit-to-top{opacity:1;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.elementor-animated-content .elementor-animated-item--move-contained-bottom,.elementor-animated-content .elementor-animated-item--move-contained-left,.elementor-animated-content .elementor-animated-item--move-contained-right,.elementor-animated-content .elementor-animated-item--move-contained-top{-webkit-transform:scale(1.2) translate(var(--translate));-ms-transform:scale(1.2) translate(var(--translate));transform:scale(1.2) translate(var(--translate))}.elementor-editor-active .elementor.elementor-edit-mode .elementor-widget.elementor-global-widget:hover{outline:1px solid #fec449}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings{background-image:-webkit-gradient(linear,left bottom,left top,from(#feb416),to(#fec449));background-image:-webkit-linear-gradient(bottom,#feb416,#fec449);background-image:-o-linear-gradient(bottom,#feb416,#fec449);background-image:linear-gradient(0deg,#feb416,#fec449)}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting:hover{background-color:#feb416}.elementor-editor-active .elementor.elementor-edit-mode .elementor-global-widget .elementor-editor-widget-settings .elementor-editor-element-setting.elementor-editor-element-save{display:none}.elementor-widget-archive-posts:after,.elementor-widget-posts:after{display:none}.elementor-posts-container.elementor-posts-masonry{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-posts-container:not(.elementor-posts-masonry){-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-posts-container .elementor-post{padding:0;margin:0}.elementor-posts-container .elementor-post__thumbnail{overflow:hidden}.elementor-posts-container .elementor-post__thumbnail img{display:block;width:100%;max-height:none;max-width:none;-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;-o-transition:filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.elementor-posts-container .elementor-post__thumbnail__link{position:relative;display:block;width:100%}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail{top:0;left:0;right:0;bottom:0}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img{height:auto;position:absolute;top:calc(50% + 1px);left:calc(50% + 1px);-webkit-transform:scale(1.01) translate(-50%,-50%);-ms-transform:scale(1.01) translate(-50%,-50%);transform:scale(1.01) translate(-50%,-50%)}.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img{height:100%;width:auto}.elementor-posts .elementor-post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:background,border,-webkit-box-shadow;transition-property:background,border,-webkit-box-shadow;-o-transition-property:background,border,box-shadow;transition-property:background,border,box-shadow;transition-property:background,border,box-shadow,-webkit-box-shadow;-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s}.elementor-posts .elementor-post__title{font-size:18px;margin:0}.elementor-posts .elementor-post__excerpt{margin-bottom:10px}.elementor-posts .elementor-post__excerpt p{margin:0;line-height:1.5em;font-size:14px;color:#777}.elementor-posts .elementor-post__meta-data{line-height:1.3em;font-size:12px;margin-bottom:13px;color:#adadad}.elementor-posts .elementor-post__read-more{font-size:12px;font-weight:700}.elementor-posts .elementor-post__thumbnail{position:relative}.elementor-posts--skin-classic{display:grid;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-posts--skin-classic:not(.elementor-posts-masonry){-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-posts--skin-classic .elementor-post{overflow:hidden}.elementor-posts--skin-classic .elementor-post__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-posts--align-left .elementor-post{text-align:left}.elementor-posts--align-right .elementor-post{text-align:right}.elementor-posts--align-center .elementor-post{text-align:center}.elementor-posts--thumbnail-top .elementor-post{display:block}.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px}.elementor-posts--thumbnail-top .elementor-post__text{width:100%}.elementor-posts--thumbnail-top.elementor-posts--align-left .elementor-post__thumbnail__link{margin-right:auto}.elementor-posts--thumbnail-top.elementor-posts--align-right .elementor-post__thumbnail__link{margin-left:auto}.elementor-posts--thumbnail-top.elementor-posts--align-center .elementor-post__thumbnail__link{margin-right:auto;margin-left:auto}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link,.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{-ms-flex-negative:0;flex-shrink:0;width:25%}.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;margin-right:20px}.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;margin-left:20px}.elementor-posts--thumbnail-none .elementor-posts-container .elementor-post__thumbnail__link{display:none}.elementor-posts .elementor-post__card{overflow:hidden;position:relative;background-color:#fff;width:100%;min-height:100%;border-radius:3px;border:0 solid #818a91;-webkit-transition:all .25s;-o-transition:all .25s;transition:all .25s}.elementor-posts .elementor-post__card .elementor-post__thumbnail{position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d}.elementor-posts .elementor-post__card .elementor-post__thumbnail img{width:calc(100% + 1px)}.elementor-posts .elementor-post__card .elementor-post__text{padding:0 30px;margin-bottom:0;margin-top:20px}.elementor-posts .elementor-post__card .elementor-post__read-more{margin-bottom:20px;display:inline-block}.elementor-posts .elementor-post__card .elementor-post__meta-data{padding:15px 30px;margin-bottom:0;border-top:1px solid #eaeaea}.elementor-posts .elementor-post__card .elementor-post__meta-data span+span:before{margin:0 5px}.elementor-posts .elementor-post__card .elementor-post__title{font-size:21px}.elementor-posts .elementor-post__card .elementor-post__excerpt{line-height:1.7}.elementor-posts .elementor-post__card .elementor-post__excerpt,.elementor-posts .elementor-post__card .elementor-post__title{margin-bottom:25px}.elementor-posts .elementor-post__card .elementor-post__badge,.elementor-posts .elementor-post__card .elementor-post__read-more{text-transform:uppercase}.elementor-posts .elementor-post__badge{position:absolute;top:0;background:#818a91;color:#fff;font-size:12px;padding:.6em 1.2em;line-height:1;font-weight:400;margin:20px;border-radius:999px}.elementor-posts .elementor-post__avatar{position:relative;padding:0 30px;width:100%;top:-25px;height:0;pointer-events:none}.elementor-posts .elementor-post__avatar img{border-radius:50%;width:60px;pointer-events:all;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-posts--thumbnail-top .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data,.elementor-posts .elementor-posts--skin-cards:not(.elementor-posts-masonry) .elementor-post__meta-data{margin-top:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar{padding-top:0;position:static;height:auto}.elementor-posts--thumbnail-none .elementor-post__card .elementor-post__avatar img.avatar{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);vertical-align:bottom}.elementor-posts--show-avatar .elementor-post__thumbnail__link{margin-bottom:25px}.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after{display:block;content:"";background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);background-image:linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);background-repeat:no-repeat;height:100%;width:100%;position:absolute;bottom:0;opacity:1;-webkit-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.elementor-posts__hover-gradient .elementor-post__card:hover .elementor-post__thumbnail__link:after{opacity:.5}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-in .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-in .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail.elementor-fit-height img{height:115%}.elementor-posts__hover-zoom-out .elementor-post__card .elementor-post__thumbnail:not(.elementor-fit-height) img{width:115%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail.elementor-fit-height img{height:100%}.elementor-posts__hover-zoom-out .elementor-post__card:hover .elementor-post__thumbnail:not(.elementor-fit-height) img{width:calc(100% + 1px)}.elementor-posts__hover-zoom-in .elementor-post__thumbnail img,.elementor-posts__hover-zoom-out .elementor-post__thumbnail img{-webkit-transition:height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s;transition:height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s;-o-transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1);transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1);transition:filter .3s,height 1s cubic-bezier(0,.25,.07,1),width 1s cubic-bezier(0,.25,.07,1),-webkit-filter .3s}.elementor-card-shadow-yes .elementor-post__card{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.15);box-shadow:0 0 10px 0 rgba(0,0,0,.15)}.elementor-card-shadow-yes .elementor-post__card:hover{-webkit-box-shadow:0 0 30px 0 rgba(0,0,0,.15);box-shadow:0 0 30px 0 rgba(0,0,0,.15)}.elementor-posts--skin-full_content article{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden}.elementor-posts--skin-full_content article .elementor-post__thumbnail{padding-bottom:0}body.elementor-editor-active .elementor-posts--skin-archive_full_content,body.elementor-editor-active .elementor-posts--skin-full_content{pointer-events:none}body.elementor-editor-active .elementor-posts--skin-archive_full_content .elementor-post__thumbnail__link,body.elementor-editor-active .elementor-posts--skin-full_content .elementor-post__thumbnail__link{display:none}body.elementor-editor-active .elementor-posts--show-thumbnail .elementor-post__thumbnail__link{display:block}.elementor-portfolio__filters{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.elementor-portfolio__filter{margin:0;cursor:pointer;padding:8px}.elementor-portfolio-item{-ms-flex-item-align:start;align-self:flex-start;-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:ease-in-out;-o-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;overflow:hidden;margin:0}.elementor-portfolio-item__title{margin:0;padding:0;line-height:1;font-size:18px;color:#fff}.elementor-portfolio-item__tags__separator:before{content:", "}.elementor-portfolio-item__overlay{opacity:0;position:absolute;top:0;left:0;right:0;bottom:0;padding:15px;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;overflow:hidden;background-color:rgba(129,138,145,.8)}.elementor-portfolio-item__overlay:hover{opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.elementor-portfolio-item__img img[src=""]{background-color:rgba(0,0,0,.1);height:100%}.elementor-portfolio.elementor-has-item-ratio{-webkit-transition:height .5s;-o-transition:height .5s;transition:height .5s}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail{position:absolute;background-color:rgba(0,0,0,.1)}.elementor-portfolio.elementor-has-item-ratio .elementor-post__thumbnail__link{padding-bottom:56.25%}.elementor ul li.elementor-portfolio__filter{list-style-type:none}.elementor-button.elementor-hidden,.elementor-hidden{display:none}.e-form__step{width:100%}.e-form__step:not(.elementor-hidden){display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.e-form__buttons{-ms-flex-wrap:wrap;flex-wrap:wrap}.e-form__buttons,.e-form__buttons__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.e-form__indicators{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:nowrap;flex-wrap:nowrap;font-size:13px;margin-bottom:var(--e-form-steps-indicators-spacing)}.e-form__indicators,.e-form__indicators__indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.e-form__indicators__indicator{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-preferred-size:0;flex-basis:0;padding:0 var(--e-form-steps-divider-gap)}.e-form__indicators__indicator__progress{width:100%;position:relative;background-color:var(--e-form-steps-indicator-progress-background-color);border-radius:var(--e-form-steps-indicator-progress-border-radius);overflow:hidden}.e-form__indicators__indicator__progress__meter{width:var(--e-form-steps-indicator-progress-meter-width,0);height:var(--e-form-steps-indicator-progress-height);line-height:var(--e-form-steps-indicator-progress-height);padding-right:15px;border-radius:var(--e-form-steps-indicator-progress-border-radius);background-color:var(--e-form-steps-indicator-progress-color);color:var(--e-form-steps-indicator-progress-meter-color);text-align:right;-webkit-transition:width .1s linear;-o-transition:width .1s linear;transition:width .1s linear}.e-form__indicators__indicator:first-child{padding-left:0}.e-form__indicators__indicator:last-child{padding-right:0}.e-form__indicators__indicator--state-inactive{color:var(--e-form-steps-indicator-inactive-primary-color,#c2cbd2)}.e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-inactive-secondary-color,#fff)}.e-form__indicators__indicator--state-active{color:var(--e-form-steps-indicator-active-primary-color,#39b54a);border-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-active-secondary-color,#fff)}.e-form__indicators__indicator--state-completed{color:var(--e-form-steps-indicator-completed-secondary-color,#fff)}.e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none){background-color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator__label{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a)}.e-form__indicators__indicator--state-completed .e-form__indicators__indicator--shape-none{color:var(--e-form-steps-indicator-completed-primary-color,#39b54a);background-color:initial}.e-form__indicators__indicator__icon{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);font-size:var(--e-form-steps-indicator-icon-size);border-width:1px;border-style:solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-bottom:10px}.e-form__indicators__indicator__icon img{width:var(--e-form-steps-indicator-icon-size);height:auto}.e-form__indicators__indicator__number{width:var(--e-form-steps-indicator-padding,30px);height:var(--e-form-steps-indicator-padding,30px);border-width:1px;border-style:solid;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.e-form__indicators__indicator--shape-circle{border-radius:50%}.e-form__indicators__indicator--shape-square{border-radius:0}.e-form__indicators__indicator--shape-rounded{border-radius:5px}.e-form__indicators__indicator--shape-none{border:0}.e-form__indicators__indicator__label{text-align:center}.e-form__indicators__indicator__separator{width:100%;height:var(--e-form-steps-divider-width);background-color:#c2cbd2}.e-form__indicators--type-icon,.e-form__indicators--type-icon_text,.e-form__indicators--type-number,.e-form__indicators--type-number_text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.e-form__indicators--type-icon .e-form__indicators__indicator__separator,.e-form__indicators--type-icon_text .e-form__indicators__indicator__separator,.e-form__indicators--type-number .e-form__indicators__indicator__separator,.e-form__indicators--type-number_text .e-form__indicators__indicator__separator{margin-top:calc(var(--e-form-steps-indicator-padding, 30px) / 2 - var(--e-form-steps-divider-width, 1px) / 2)}.elementor-field-type-hidden{display:none}.elementor-field-type-html{display:inline-block}.elementor-login .elementor-lost-password,.elementor-login .elementor-remember-me{font-size:.85em}.elementor-field-type-recaptcha_v3 .elementor-field-label{display:none}.elementor-button .elementor-form-spinner{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.elementor-form .elementor-button>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-form .elementor-button .elementor-button-text{white-space:normal;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.elementor-form .elementor-button svg{height:auto}.elementor-widget-price-list .elementor-price-list{list-style:none;padding:0;margin:0}.elementor-widget-price-list .elementor-price-list li{margin:0}.elementor-price-list li:not(:last-child){margin-bottom:20px}.elementor-price-list .elementor-price-list-image{max-width:50%;-ms-flex-negative:0;flex-shrink:0;padding-right:25px}.elementor-price-list .elementor-price-list-image img{width:100%}.elementor-price-list .elementor-price-list-header,.elementor-price-list .elementor-price-list-item,.elementor-price-list .elementor-price-list-text{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-price-list .elementor-price-list-item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-price-list .elementor-price-list-item .elementor-price-list-text{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-price-list .elementor-price-list-item .elementor-price-list-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-preferred-size:100%;flex-basis:100%;font-size:19px;font-weight:600;margin-bottom:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-price-list .elementor-price-list-item .elementor-price-list-title{max-width:80%}.elementor-price-list .elementor-price-list-item p.elementor-price-list-description{-ms-flex-preferred-size:100%;flex-basis:100%;font-size:14px;margin:0}.elementor-price-list .elementor-price-list-item .elementor-price-list-separator{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:10px;margin-right:10px;border-bottom-style:dotted;border-bottom-width:2px;height:0}.elementor-price-table{text-align:center}.elementor-price-table .elementor-price-table__header{background:#555;padding:20px 0}.elementor-price-table .elementor-price-table__heading{margin:0;padding:0;line-height:1.2;font-size:24px;font-weight:600;color:#fff}.elementor-price-table .elementor-price-table__subheading{font-size:13px;font-weight:400;color:#fff}.elementor-price-table .elementor-price-table__original-price{margin-right:15px;text-decoration:line-through;font-size:.5em;line-height:1;font-weight:400;-ms-flex-item-align:center;align-self:center}.elementor-price-table .elementor-price-table__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#555;font-weight:800;font-size:65px;padding:40px 0}.elementor-price-table .elementor-price-table__price .elementor-typo-excluded{line-height:normal;letter-spacing:normal;text-transform:none;font-weight:400;font-size:medium;font-style:normal}.elementor-price-table .elementor-price-table__after-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:left;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-price-table .elementor-price-table__integer-part{line-height:.8}.elementor-price-table .elementor-price-table__currency,.elementor-price-table .elementor-price-table__fractional-part{line-height:1;font-size:.3em}.elementor-price-table .elementor-price-table__currency{margin-right:3px}.elementor-price-table .elementor-price-table__period{width:100%;font-size:13px;font-weight:400}.elementor-price-table .elementor-price-table__features-list{list-style-type:none;margin:0;padding:0;line-height:1}.elementor-price-table .elementor-price-table__features-list li{font-size:14px;line-height:1;margin:0;padding:0}.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner{margin-left:15px;margin-right:15px}.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before{content:"";display:block;border:0 solid hsla(0,0%,47.8%,.3);margin:10px 12.5%}.elementor-price-table .elementor-price-table__features-list i{margin-right:10px;font-size:1.3em}.elementor-price-table .elementor-price-table__features-list svg{margin-right:10px;width:1.3em}.elementor-price-table .elementor-price-table__footer{padding:30px 0}.elementor-price-table .elementor-price-table__additional_info{margin:0;font-size:13px;line-height:1.4}.elementor-price-table__ribbon{position:absolute;top:0;left:auto;right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-price-table__ribbon-inner{text-align:center;left:0;width:200%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000}.elementor-price-table__ribbon.elementor-ribbon-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:0;right:auto}.elementor-price-table__ribbon.elementor-ribbon-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:0}.elementor-widget-price-table .elementor-widget-container{overflow:hidden;background-color:#f7f7f7}.elementor-flip-box{height:280px;position:relative;-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}@media (max-device-width:1024px){.elementor-flip-box{cursor:pointer}}.elementor-flip-box__front{background-color:#1abc9c}.elementor-flip-box__back{background-color:#4054b2;display:block}.elementor-flip-box__layer{position:absolute;width:100%;height:100%;-webkit-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.elementor-flip-box__layer__overlay{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;text-align:center;padding:35px}.elementor-flip-box__layer__title{font-size:21px}.elementor-flip-box__layer__description{font-size:14px}.elementor-flip-box__layer__description,.elementor-flip-box__layer__title{color:#fff}.elementor-flip-box__layer__description:not(:last-child),.elementor-flip-box__layer__title:not(:last-child){margin:0 0 20px;padding:0}.elementor-flip-box__layer__title{line-height:1;font-weight:600}.elementor-flip-box .elementor-icon,.elementor-flip-box .elementor-view-framed .elementor-icon,.elementor-flip-box .elementor-view-stacked .elementor-icon{color:#fff}.elementor-flip-box .elementor-view-framed .elementor-icon{border-color:#fff}.elementor-flip-box .elementor-view-stacked .elementor-icon{background-color:rgba(0,0,0,.5)}.elementor-flip-box__button.elementor-button{cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;color:#fff;background:transparent}.elementor-flip-box__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-flip-box__image{margin:0 0 20px;display:inline-block;width:100%}.elementor-flip-box__image img{width:50%}.elementor-flip-box .elementor-icon-wrapper{margin-bottom:20px}.elementor-flip-box--3d .elementor-flip-box__layer__inner{-webkit-transform:translateZ(90px) scale(.91);transform:translateZ(90px) scale(.91)}.elementor-flip-box--3d .elementor-flip-box__layer__overlay{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(.1px);transform:translateZ(.1px)}.elementor-flip-box--effect-flip .elementor-flip-box{-webkit-perspective:1000px;perspective:1000px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.elementor-flip-box--effect-flip .elementor-flip-box__layer{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-flip-box--effect-flip .elementor-flip-box__front{-webkit-transform:none;-ms-transform:none;transform:none;z-index:1}.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back{-webkit-transform:rotateX(0) rotateY(180deg);transform:rotateX(0) rotateY(180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(0) rotateY(-180deg);transform:rotateX(0) rotateY(-180deg)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back{-webkit-transform:rotateX(180deg) rotateY(0);transform:rotateX(180deg) rotateY(0)}.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:rotateX(-180deg) rotateY(0);transform:rotateX(-180deg) rotateY(0)}.elementor-flip-box--effect-push .elementor-flip-box__front{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push .elementor-flip-box,.elementor-flip-box--effect-slide .elementor-flip-box{overflow:hidden}.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back,.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none}.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back{-webkit-transform:translateX(-100%) translateY(0);-ms-transform:translateX(-100%) translateY(0);transform:translateX(-100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back{-webkit-transform:translateX(100%) translateY(0);-ms-transform:translateX(100%) translateY(0);transform:translateX(100%) translateY(0)}.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back{-webkit-transform:translateX(0) translateY(100%);-ms-transform:translateX(0) translateY(100%);transform:translateX(0) translateY(100%)}.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back,.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back{-webkit-transform:translateX(0) translateY(-100%);-ms-transform:translateX(0) translateY(-100%);transform:translateX(0) translateY(-100%)}.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front{-webkit-transition:opacity .35s,width .1ms,-webkit-transform .7s;transition:opacity .35s,width .1ms,-webkit-transform .7s;-o-transition:transform .7s,opacity .35s,width .1ms;transition:transform .7s,opacity .35s,width .1ms;transition:transform .7s,opacity .35s,width .1ms,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);z-index:1;width:100%}.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front{width:0;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7);-webkit-transition:opacity .7s .1s,width .1ms .7s,-webkit-transform .8s;transition:opacity .7s .1s,width .1ms .7s,-webkit-transform .8s;-o-transition:transform .8s,opacity .7s .1s,width .1ms .7s;transition:transform .8s,opacity .7s .1s,width .1ms .7s;transition:transform .8s,opacity .7s .1s,width .1ms .7s,-webkit-transform .8s}.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back{-webkit-transition:opacity .5s .2s,-webkit-transform .7s;transition:opacity .5s .2s,-webkit-transform .7s;-o-transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s;transition:transform .7s,opacity .5s .2s,-webkit-transform .7s;opacity:0;-webkit-transform:scale(.7);-ms-transform:scale(.7);transform:scale(.7)}.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back{-webkit-transition:opacity .5s,-webkit-transform .7s;transition:opacity .5s,-webkit-transform .7s;-o-transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s;transition:transform .7s,opacity .5s,-webkit-transform .7s;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back{opacity:0}.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back{opacity:1}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front{display:none}.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back{-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}.elementor-cta,.elementor-widget-call-to-action .elementor-widget-container{overflow:hidden}.elementor-cta{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.elementor-cta--skin-classic .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--skin-classic .elementor-cta__bg-wrapper{position:relative;min-height:200px;width:100%}.elementor-cta--skin-classic .elementor-cta__content{-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%;background-color:#f7f7f7}.elementor-cta--skin-classic .elementor-cta__button.elementor-button,.elementor-cta--skin-classic .elementor-cta__content-item,.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon{color:#55595c;border-color:#55595c}.elementor-cta--skin-cover .elementor-cta{display:block}.elementor-cta--skin-cover .elementor-cta__bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s;width:100%}.elementor-cta--skin-cover .elementor-cta__content{min-height:280px}.elementor-cta--skin-cover .elementor-cta__button.elementor-button,.elementor-cta--skin-cover .elementor-cta__content-item,.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon{color:#fff;border-color:#fff}.elementor-cta--layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--layout-image-left .elementor-cta,.elementor-cta--layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--layout-image-left .elementor-cta__content,.elementor-cta--layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-cta__bg,.elementor-cta__bg-overlay{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-transition:all .4s;-o-transition:all .4s;transition:all .4s}.elementor-cta__bg-wrapper{z-index:1;overflow:hidden}.elementor-cta__bg{-webkit-background-size:cover;background-size:cover;background-position:50%;z-index:1}.elementor-cta__bg-overlay{z-index:2}.elementor-cta__button.elementor-button{cursor:pointer;-ms-flex-item-align:center;align-self:center;margin-left:auto;margin-right:auto;border:2px solid #fff;background:transparent}.elementor-cta__button.elementor-button:hover{background:transparent;text-decoration:none}.elementor-cta__title{font-size:23px}.elementor-cta__content{z-index:1;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;padding:35px;width:100%}.elementor-cta__content,.elementor-cta__content-item{position:relative;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;color:#fff}.elementor-cta__content-item{width:100%;margin:0}.elementor-cta__content-item:not(:last-child){margin-bottom:15px}.elementor-cta__content-item .elementor-icon{color:#fff}.elementor-cta--valign-top .elementor-cta__content{-ms-flex-line-pack:start;align-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-cta--valign-middle .elementor-cta__content{-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-cta--valign-bottom .elementor-cta__content{-ms-flex-line-pack:end;align-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-cta:hover .elementor-cta__bg-overlay{background-color:rgba(0,0,0,.3)}@media (max-device-width:1024px){.elementor-cta{cursor:pointer}}@media (min-width:1025px){.elementor-cta--desktop-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--desktop-layout-image-left .elementor-cta,.elementor-cta--desktop-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--desktop-layout-image-left .elementor-cta__content,.elementor-cta--desktop-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--desktop-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--desktop-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:1024px){.elementor-cta--tablet-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--tablet-layout-image-left .elementor-cta,.elementor-cta--tablet-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--tablet-layout-image-left .elementor-cta__content,.elementor-cta--tablet-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--tablet-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--tablet-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}@media (max-width:767px){.elementor-cta--mobile-layout-image-above .elementor-cta{-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper{width:100%}.elementor-cta--mobile-layout-image-left .elementor-cta,.elementor-cta--mobile-layout-image-right .elementor-cta{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,.elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper{width:auto;min-width:50%}.elementor-cta--mobile-layout-image-left .elementor-cta__content,.elementor-cta--mobile-layout-image-right .elementor-cta__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-cta--mobile-layout-image-left .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-cta--mobile-layout-image-right .elementor-cta{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.elementor-ribbon{position:absolute;z-index:1;top:0;left:auto;right:0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:150px;overflow:hidden;height:150px}.elementor-ribbon-inner{text-align:center;left:0;width:200%;-webkit-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);-ms-transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);transform:translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);margin-top:35px;font-size:13px;line-height:2;font-weight:800;text-transform:uppercase;background:#000;color:#fff}.elementor-ribbon.elementor-ribbon-left{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);left:0;right:auto}.elementor-ribbon.elementor-ribbon-right{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);left:auto;right:0}.elementor-widget-countdown .elementor-countdown-expire--message{display:none;padding:20px;text-align:center}.elementor-widget-countdown .elementor-countdown-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-countdown .elementor-countdown-item{padding:20px 0;text-align:center;background-color:#818a91;color:#fff}.elementor-widget-countdown .elementor-countdown-digits,.elementor-widget-countdown .elementor-countdown-label{line-height:1}.elementor-widget-countdown .elementor-countdown-digits{font-size:69px}.elementor-widget-countdown .elementor-countdown-label{font-size:19px}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:auto;margin-left:auto}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-digits,.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-label{display:block}.elementor-widget-countdown.elementor-countdown--label-block .elementor-countdown-item{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-widget-countdown.elementor-countdown--label-inline{text-align:center}.elementor-widget-countdown.elementor-countdown--label-inline .elementor-countdown-item{display:inline-block;padding-left:5px;padding-right:5px}.elementor-slides .swiper-slide-bg{-webkit-background-size:cover;background-size:cover;background-position:50%;background-repeat:no-repeat;min-width:100%;min-height:100%}.elementor-slides .swiper-slide-inner{background-repeat:no-repeat;background-position:50%;position:absolute;top:0;left:0;bottom:0;right:0;padding:50px;margin:auto}.elementor-slides .swiper-slide-inner,.elementor-slides .swiper-slide-inner:hover{color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-slides .swiper-slide-inner .elementor-background-overlay{position:absolute;z-index:0;top:0;bottom:0;left:0;right:0}.elementor-slides .swiper-slide-inner .elementor-slide-content{position:relative;z-index:1;width:100%}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:35px;font-weight:700;line-height:1}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:17px;line-height:1.4}.elementor-slides .swiper-slide-inner .elementor-slide-description:not(:last-child),.elementor-slides .swiper-slide-inner .elementor-slide-heading:not(:last-child){margin-bottom:30px}.elementor-slides .swiper-slide-inner .elementor-slide-button{border:2px solid #fff;color:#fff;background:transparent;display:inline-block}.elementor-slides .swiper-slide-inner .elementor-slide-button,.elementor-slides .swiper-slide-inner .elementor-slide-button:hover{background:transparent;color:inherit;text-decoration:none}.elementor--v-position-top .swiper-slide-inner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor--v-position-bottom .swiper-slide-inner{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor--v-position-middle .swiper-slide-inner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor--h-position-left .swiper-slide-inner{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor--h-position-right .swiper-slide-inner{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor--h-position-center .swiper-slide-inner{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}body.rtl .elementor-widget-slides .elementor-swiper-button-next{left:10px;right:auto}body.rtl .elementor-widget-slides .elementor-swiper-button-prev{right:10px;left:auto}.elementor-slides-wrapper div:not(.swiper-slide)>.swiper-slide-inner{display:none}@media (max-width:767px){.elementor-slides .swiper-slide-inner{padding:30px}.elementor-slides .swiper-slide-inner .elementor-slide-heading{font-size:23px;line-height:1;margin-bottom:15px}.elementor-slides .swiper-slide-inner .elementor-slide-description{font-size:13px;line-height:1.4;margin-bottom:15px}}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn{background-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn{color:#ea4335;border-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon{color:#fff}.elementor-share-buttons--color-official .elementor-share-btn:hover{-webkit-filter:saturate(1.5) brightness(1.2);filter:saturate(1.5) brightness(1.2)}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg{color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email{color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print{color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook{color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google{color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket{color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki{color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest{color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit{color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype{color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare{color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat{color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon{color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix{color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr{color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch{color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram{color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter{color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo{color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk{color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp{color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress{color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing,.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing{color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon{background-color:#005be2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon{background-color:#ea4335}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon{background-color:#aaa}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon{background-color:#3b5998}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon{background-color:#dd4b39}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon{background-color:#ef3f56}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon{background-color:#f4731c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon{background-color:#bd081c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon{background-color:#ff4500}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon{background-color:#00aff0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon{background-color:#0077b5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon{background-color:#fffc00}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon{background-color:#eb4924}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon{background-color:#f3782b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon{background-color:#35465c}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon{background-color:#6441a5}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon{background-color:#2ca5e0}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon{background-color:#1da1f2}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon{background-color:#1ab7ea}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon{background-color:#45668e}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon{background-color:#25d366}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon{background-color:#21759b}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon{background-color:#026466}.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon{color:#fff}.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,.elementor-share-buttons--skin-framed .elementor-share-btn__icon{margin-left:-.2em}.elementor-share-buttons--skin-boxed .elementor-share-btn,.elementor-share-buttons--skin-framed .elementor-share-btn{border-style:solid}.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.12)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.12),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.12),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.12),transparent)}.elementor-share-buttons--skin-boxed .elementor-share-btn__text,.elementor-share-buttons--skin-gradient .elementor-share-btn__text,.elementor-share-buttons--skin-minimal .elementor-share-btn__text{padding-left:.9em}.elementor-share-buttons--skin-flat .elementor-share-btn,.elementor-share-buttons--skin-flat .elementor-share-btn:hover,.elementor-share-buttons--skin-gradient .elementor-share-btn,.elementor-share-buttons--skin-gradient .elementor-share-btn:hover{color:#fff}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon{border-radius:.5em}.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon{border-radius:99.9em}.elementor-share-buttons--view-text .elementor-share-btn__text{padding-left:1em}.elementor-share-buttons--view-icon .elementor-share-btn,.elementor-share-buttons--view-text .elementor-share-btn{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--view-icon .elementor-share-btn__icon,.elementor-share-buttons--view-icon .elementor-share-btn__text,.elementor-share-buttons--view-text .elementor-share-btn__icon,.elementor-share-buttons--view-text .elementor-share-btn__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-share-buttons--shape-rounded .elementor-share-btn{border-radius:.5em}.elementor-share-buttons--shape-circle .elementor-share-btn{border-radius:99.9em}.elementor-share-btn{overflow:hidden;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition-property:background-color,border-color,-webkit-filter;transition-property:background-color,border-color,-webkit-filter;-o-transition-property:filter,background-color,border-color;transition-property:filter,background-color,border-color;transition-property:filter,background-color,border-color,-webkit-filter;height:4.5em;cursor:pointer}.elementor-share-btn,.elementor-share-btn__icon,.elementor-share-btn__text{-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.elementor-share-btn__icon,.elementor-share-btn__text{-webkit-transition-property:color,background-color;-o-transition-property:color,background-color;transition-property:color,background-color}.elementor-share-btn__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:4.5em;position:relative}.elementor-share-btn__icon i{font-size:1.7em}.elementor-share-btn__text{font-size:1.5em;padding-right:1em;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:100}.elementor-share-btn__title{font-weight:700;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-share-buttons{text-align:var(--alignment,inherit);-moz-text-align-last:var(--alignment,inherit);text-align-last:var(--alignment,inherit)}.elementor-widget-share-buttons.elementor-grid-0 .elementor-widget-container{font-size:0}body.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;width:100%;padding:0}body.rtl.woocommerce #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page #content div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce-page div.product .elementor-widget-woocommerce-product-images div.images,body.rtl.woocommerce div.product .elementor-widget-woocommerce-product-images div.images{float:none;padding:0}.woocommerce div.product.elementor form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form){margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .quantity .qty{vertical-align:top;margin-right:0}.woocommerce div.product.elementor .quantity+.button{margin-left:10px}.woocommerce div.product.elementor .woocommerce-variation-add-to-cart .quantity input{height:100%}.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}@media (max-width:1024px){.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-tablet--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}}@media (max-width:767px){.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form){-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:0}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-center form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-left form.cart:not(.grouped_form):not(.variations_form) button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-right form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:auto;flex-basis:auto}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form){-ms-flex-wrap:nowrap;flex-wrap:nowrap}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart div.quantity,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) div.quantity{margin-right:auto}.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart.variations_form .woocommerce-variation-add-to-cart button,.woocommerce div.product.elementor .elementor-add-to-cart-mobile--align-justify form.cart:not(.grouped_form):not(.variations_form) button{-ms-flex-preferred-size:100%;flex-basis:100%}}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-info button.button.alt.elementor-button{background-color:#5bc0de}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-success button.button.alt.elementor-button{background-color:#5cb85c}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-warning button.button.alt.elementor-button{background-color:#f0ad4e}.woocommerce div.product.elementor .elementor-widget-wc-add-to-cart.elementor-button-danger button.button.alt.elementor-button{background-color:#d9534f}.elementor-widget-wc-add-to-cart .quantity{display:inline-block}.elementor-widget-wc-add-to-cart.elementor-align-center form.cart{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-wc-add-to-cart.elementor-align-left form.cart,.elementor-widget-wc-add-to-cart.elementor-align-right form.cart{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.woocommerce div.product.elementor ul.tabs:before{position:static;content:none;width:auto;bottom:auto;left:auto;border-bottom:0;z-index:auto}.woocommerce div.product.elementor ul.tabs{margin:0}.woocommerce div.product.elementor ul.tabs li{padding:0}.woocommerce div.product.elementor ul.tabs li a{padding:.8em 1.2em;line-height:1}.woocommerce div.product.elementor ul.tabs li:after,.woocommerce div.product.elementor ul.tabs li:before{border:0;position:static;bottom:auto;width:auto;height:auto;content:none;-webkit-box-sizing:border-box;box-sizing:border-box}.woocommerce div.product.elementor .woocommerce-tabs .panel{padding:20px;border-radius:0;border-width:0;border-top:1px solid #d3ced2;-webkit-box-shadow:none;box-shadow:none;margin:-1px 0 0}.woocommerce div.product.elementor .elementor-product-price-block-yes .price del,.woocommerce div.product.elementor .elementor-product-price-block-yes .price ins{display:block}.elementor-widget-woocommerce-product-meta .detail-container{position:relative}.elementor-widget-woocommerce-product-meta .detail-container:after{position:absolute;bottom:0;left:0;width:100%}.elementor-widget-woocommerce-product-meta .detail-label{font-weight:700}.elementor-woo-meta--view-inline .product_meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-woo-meta--view-inline .product_meta .detail-container:after{width:auto;left:auto;right:auto;position:absolute;height:100%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-woo-meta--view-table .product_meta{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-woo-meta--view-table .product_meta,.elementor-woo-meta--view-table .product_meta .detail-container{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-woo-meta--view-table .product_meta .detail-label{min-width:108px}.elementor-woo-meta--view-stacked .product_meta .detail-container{display:block}.woocommerce div.product.elementor .woocommerce-product-rating{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.woocommerce div.product.elementor .star-rating{margin-top:0}.elementor-product-rating--align-left .woocommerce-product-rating{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-product-rating--align-right .woocommerce-product-rating{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-product-rating--align-center .woocommerce-product-rating{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-product-rating--align-justify .woocommerce-product-rating .woocommerce-review-link{margin-left:auto}@media (min-width:1025px){.elementor-element.elementor-products-grid .woocommerce.columns-2 ul.products,.elementor-element.elementor-products-grid ul.products.columns-2{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-3 ul.products,.elementor-element.elementor-products-grid ul.products.columns-3{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-4 ul.products,.elementor-element.elementor-products-grid ul.products.columns-4{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-5 ul.products,.elementor-element.elementor-products-grid ul.products.columns-5{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-6 ul.products,.elementor-element.elementor-products-grid ul.products.columns-6{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-7 ul.products,.elementor-element.elementor-products-grid ul.products.columns-7{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-8 ul.products,.elementor-element.elementor-products-grid ul.products.columns-8{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-9 ul.products,.elementor-element.elementor-products-grid ul.products.columns-9{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-10 ul.products,.elementor-element.elementor-products-grid ul.products.columns-10{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-11 ul.products,.elementor-element.elementor-products-grid ul.products.columns-11{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid .woocommerce.columns-12 ul.products,.elementor-element.elementor-products-grid ul.products.columns-12{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-element.elementor-products-grid ul.products{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.elementor-element.elementor-products-grid ul.products{grid-template-columns:repeat(2,1fr)}}@media (min-width:1025px){.elementor-element.elementor-products-grid.elementor-products-columns-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-element.elementor-products-grid.elementor-products-columns-tablet-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-tablet-12 ul.products{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-element.elementor-products-grid.elementor-products-columns-mobile-1 ul.products{grid-template-columns:repeat(1,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-2 ul.products{grid-template-columns:repeat(2,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-3 ul.products{grid-template-columns:repeat(3,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-4 ul.products{grid-template-columns:repeat(4,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-5 ul.products{grid-template-columns:repeat(5,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-6 ul.products{grid-template-columns:repeat(6,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-7 ul.products{grid-template-columns:repeat(7,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-8 ul.products{grid-template-columns:repeat(8,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-9 ul.products{grid-template-columns:repeat(9,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-10 ul.products{grid-template-columns:repeat(10,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-11 ul.products{grid-template-columns:repeat(11,1fr)}.elementor-element.elementor-products-grid.elementor-products-columns-mobile-12 ul.products{grid-template-columns:repeat(12,1fr)}}.elementor-element.elementor-products-grid ul.products{display:grid;margin:0;grid-column-gap:20px;grid-row-gap:40px}.elementor-element.elementor-products-grid ul.products:after,.elementor-element.elementor-products-grid ul.products:before{content:none;display:none}.elementor-element.elementor-products-grid ul.products li.product{width:auto;padding:0;margin:0;float:none}.elementor-element.elementor-products-grid ul.products li.product .onsale{padding:0;display:none}.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link{display:block;position:relative}.elementor-products-grid:not(.show-heading-yes) .products>h2{display:none}.elementor-products-grid nav.woocommerce-pagination{margin-top:40px}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul{border:0}.elementor-products-grid:not(.elementor-show-pagination-border-yes) nav.woocommerce-pagination ul li{border-right:0;border-left:0}.elementor-product-loop-item--align-left ul.products li.product .star-rating{margin-right:auto}.elementor-product-loop-item--align-right ul.products li.product .star-rating{margin-left:auto}.elementor-product-loop-item--align-center ul.products li.product .star-rating{margin-right:auto;margin-left:auto}.woocommerce .elementor-element.elementor-products-grid ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .related.products ul.products li.product,.woocommerce div.product .elementor-element.elementor-products-grid .upsells.products ul.products li.product{width:auto}.elementor.product .woocommerce-product-gallery__trigger+.woocommerce-product-gallery__wrapper{overflow:hidden}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:0}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-subtotal-yes) .elementor-menu-cart__toggle .elementor-button-text{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-remove-button-yes) .elementor-menu-cart__product-remove{display:none}.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__product:not(:last-of-type),.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__products,.elementor-widget-woocommerce-menu-cart:not(.elementor-menu-cart--show-divider-yes) .elementor-menu-cart__subtotal{border-bottom:none}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e3"}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e4"}.elementor-widget-woocommerce-menu-cart.toggle-icon--bag-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e5"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e6"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e7"}.elementor-widget-woocommerce-menu-cart.toggle-icon--basket-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e8"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-light .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8e9"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-medium .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8ea"}.elementor-widget-woocommerce-menu-cart.toggle-icon--cart-solid .elementor-menu-cart__toggle .elementor-button-icon i:before{content:"\e8eb"}.elementor-menu-cart__toggle .elementor-button{background:transparent;border-radius:0;color:#818a91;border:1px solid;border-color:inherit;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-menu-cart__toggle .elementor-button-text{margin-right:.3em}.elementor-menu-cart__toggle .elementor-button-icon{position:relative;-webkit-transition:color .1s;-o-transition:color .1s;transition:color .1s}.elementor-menu-cart--items-indicator-bubble .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:block;position:absolute;min-width:1.6em;height:1.6em;line-height:1.5em;top:-.7em;right:-.7em;border-radius:100%;color:#fff;background-color:#d9534f;text-align:center;font-size:10px}.elementor-menu-cart--items-indicator-plain .elementor-menu-cart__toggle .elementor-button-icon[data-counter]:before{content:attr(data-counter);display:inline-block;font-weight:400}.elementor-menu-cart--empty-indicator-hide .elementor-menu-cart__toggle .elementor-button-icon[data-counter="0"]:before{content:none}.elementor-menu-cart__container{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);overflow:hidden;position:fixed;z-index:9998;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.25);-webkit-transition:background-color .4s,-webkit-transform 0s;transition:background-color .4s,-webkit-transform 0s;-o-transition:background-color .4s,transform 0s;transition:background-color .4s,transform 0s;transition:background-color .4s,transform 0s,-webkit-transform 0s}.elementor-menu-cart__container .elementor-menu-cart__main{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;position:fixed;top:0;width:350px;max-width:100%;right:0;bottom:0;padding:0 30px;background-color:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.2);box-shadow:0 0 20px rgba(0,0,0,.2);-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.elementor-menu-cart__container:not(.elementor-menu-cart--shown){background-color:transparent;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:background-color .4s,-webkit-transform 0s .4s;transition:background-color .4s,-webkit-transform 0s .4s;-o-transition:background-color .4s,transform 0s .4s;transition:background-color .4s,transform 0s .4s;transition:background-color .4s,transform 0s .4s,-webkit-transform 0s .4s}.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .elementor-menu-cart__main{overflow:hidden;opacity:0;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.elementor-menu-cart__container:not(.elementor-menu-cart--shown) .dialog-lightbox-close-button{display:none}.elementor-menu-cart__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;font-size:14px}.elementor-menu-cart__close-button{width:25px;height:25px;position:relative;margin:20px 0;-ms-flex-item-align:end;align-self:flex-end;cursor:pointer}.elementor-menu-cart__close-button:after,.elementor-menu-cart__close-button:before{content:"";position:absolute;height:3px;width:100%;top:50%;left:0;margin-top:-1px;background:#818a91;border-radius:1px}.elementor-menu-cart__close-button:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.elementor-menu-cart__close-button:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-menu-cart__products{max-height:calc(100vh - 250px);overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.elementor-menu-cart__product{display:grid;grid-template-columns:25% auto 50px;grid-template-rows:75% auto}.elementor-menu-cart__product-image{grid-row-start:1;grid-row-end:3;width:100%}.elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display:block}.elementor-menu-cart__product-name{grid-column-start:2;grid-column-end:4;margin:0}.elementor-menu-cart__product-price{-ms-flex-item-align:end;align-self:end;color:#d4d4d4;font-weight:300}.elementor-menu-cart__product-price .amount{font-weight:600}.elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size:14px;padding-left:20px}.elementor-menu-cart__product-remove{-ms-flex-item-align:end;align-self:end;justify-self:end;color:#818a91;width:22px;height:22px;border-radius:20px;border:1px solid #d4d4d4;text-align:center;overflow:hidden;position:relative}.elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content:"";position:absolute;height:1px;width:50%;top:50%;left:25%;margin-top:-1px;background:#d4d4d4;z-index:1}.elementor-menu-cart__product-remove:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.elementor-menu-cart__product-remove:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.elementor-menu-cart__product-remove>a{display:block;z-index:2;width:100%;height:100%;overflow:hidden;opacity:0;position:absolute}.elementor-menu-cart__product:not(:last-of-type),.elementor-menu-cart__products,.elementor-menu-cart__subtotal{border-bottom:1px solid #d4d4d4}.elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top:20px}.elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom:20px}.elementor-menu-cart__subtotal{font-size:20px;text-align:center;font-weight:600}.elementor-menu-cart__footer-buttons{font-size:20px;text-align:center;display:grid;grid-column-gap:10px;grid-row-gap:10px}.elementor-menu-cart__footer-buttons .elementor-button{border-radius:0}.elementor-menu-cart--buttons-inline .elementor-menu-cart__footer-buttons{grid-template-columns:1fr 1fr}.elementor-menu-cart--buttons-stacked .elementor-menu-cart__footer-buttons{grid-template-columns:1fr}.product .count{background-color:inherit}.elementor-widget-woocommerce-product-additional-information:not(.elementor-show-heading-yes) h2{display:none}.woocommerce div.product.elementor form.cart div.product-addon{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-negative:0;flex-shrink:0}.elementor-skin-carousel .elementor-main-swiper,.elementor-skin-coverflow .elementor-main-swiper{height:230px}.elementor-skin-slideshow .elementor-main-swiper{height:450px;position:relative}.elementor-skin-slideshow .elementor-thumbnails-swiper .elementor-custom-embed-play i{font-size:50px}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide{cursor:pointer}.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.3)}.elementor-carousel-image{background:no-repeat 50%;-webkit-background-size:cover;background-size:cover;height:100%;position:relative}.elementor-carousel-image-overlay{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%;height:100%;padding:20px;color:#fff;background-color:rgba(129,138,145,.8);-webkit-transition:opacity .5s,-webkit-transform .5s;transition:opacity .5s,-webkit-transform .5s;-o-transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s;transition:transform .5s,opacity .5s,-webkit-transform .5s}.elementor-carousel-image-overlay i{font-size:21px}.elementor-testimonial__image{-ms-flex-negative:0;flex-shrink:0}.elementor-testimonial__image img{border-radius:999px;-webkit-box-sizing:content-box;box-sizing:content-box;-o-object-fit:cover;object-fit:cover}.elementor-testimonial__footer,.elementor-testimonial__header{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-testimonial__footer cite,.elementor-testimonial__header cite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-style:normal;font-size:14px;line-height:1.5}.elementor-testimonial__name{font-weight:700}.elementor-testimonial--layout-image_above .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-testimonial--layout-image_above .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{margin-left:20px}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__image+cite{margin-right:20px;margin-left:0}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__image+cite{margin-right:0;margin-left:20px}.elementor-testimonial--layout-image_inline .elementor-testimonial__footer{margin-top:25px}.elementor-testimonial--layout-image_above .elementor-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.elementor-testimonial--layout-image_above .elementor-testimonial__footer{margin-bottom:25px}.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer{margin-top:25px;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-testimonial--layout-image_stacked .elementor-testimonial__image,.elementor-testimonial--layout-image_stacked .elementor-testimonial cite{margin-top:15px;width:100%}.elementor-testimonial--layout-image_left .elementor-testimonial,.elementor-testimonial--layout-image_right .elementor-testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--layout-image_right .elementor-testimonial__footer{-ms-flex-negative:0;flex-shrink:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center}.elementor-testimonial--layout-image_left .elementor-testimonial__image+cite,.elementor-testimonial--layout-image_right .elementor-testimonial__image+cite{margin-top:15px}.elementor-testimonial--layout-image_left.elementor-testimonial--align-center .elementor-testimonial__footer,.elementor-testimonial--layout-image_right.elementor-testimonial--align-center .elementor-testimonial__footer{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-testimonial--layout-image_left .elementor-testimonial{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-testimonial--layout-image_left .elementor-testimonial__footer{padding-right:20px}.elementor-testimonial--layout-image_right .elementor-testimonial{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-left:20px}.elementor-testimonial--align-right .elementor-testimonial{text-align:right}.elementor-testimonial--align-left .elementor-testimonial{text-align:left}.elementor-testimonial--align-center .elementor-testimonial{text-align:center}.elementor-testimonial--align-center .elementor-testimonial__footer{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-testimonial--align-center.elementor-testimonial--layout-image_inline .elementor-testimonial__image+cite{text-align:left}.elementor-testimonial--skin-default.elementor-testimonial--layout-image_above .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_left .elementor-testimonial__cite,.elementor-testimonial--skin-default.elementor-testimonial--layout-image_right .elementor-testimonial__cite{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:25px}.elementor-testimonial--skin-bubble .elementor-testimonial__content{background-color:#e6e9ec;padding:20px;position:relative}.elementor-testimonial--skin-bubble .elementor-testimonial__content:after{content:"";display:block;width:14px;height:14px;background-color:#e6e9ec;position:absolute;-webkit-transform:scaleX(.75) rotate(45deg);-ms-transform:scaleX(.75) rotate(45deg);transform:scaleX(.75) rotate(45deg);border-width:0;-webkit-box-sizing:content-box;box-sizing:content-box}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above .elementor-testimonial__content:after{bottom:calc(100% - 7px);-webkit-transform:scaleX(.75) rotate(-135deg);-ms-transform:scaleX(.75) rotate(-135deg);transform:scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) scaleX(.75) rotate(-135deg);-ms-transform:translateX(-50%) scaleX(.75) rotate(-135deg);transform:translateX(-50%) scaleX(.75) rotate(-135deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked .elementor-testimonial__content:after{top:calc(100% - 7px)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-center .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-center .elementor-testimonial__content:after{left:50%;-webkit-transform:translateX(-50%) scaleX(.75) rotate(45deg);-ms-transform:translateX(-50%) scaleX(.75) rotate(45deg);transform:translateX(-50%) scaleX(.75) rotate(45deg)}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-left .elementor-testimonial__content:after{left:calc(20px + (50px / 2))}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_above.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_inline.elementor-testimonial--align-right .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_stacked.elementor-testimonial--align-right .elementor-testimonial__content:after{right:calc(20px + (50px / 2))}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after{-webkit-transform:scaleY(.75) rotate(135deg);-ms-transform:scaleY(.75) rotate(135deg);transform:scaleY(.75) rotate(135deg);left:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{-webkit-transform:scaleY(.75) rotate(-45deg);-ms-transform:scaleY(.75) rotate(-45deg);transform:scaleY(.75) rotate(-45deg);right:-8px}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__content:after,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__content:after{top:calc(20px + (50px / 2))}.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_left .elementor-testimonial__footer,.elementor-testimonial--skin-bubble.elementor-testimonial--layout-image_right .elementor-testimonial__footer{padding-top:20px}.elementor-widget-testimonial-carousel .swiper-slide{padding:20px}.elementor-widget-testimonial-carousel .elementor-testimonial__text{font-size:1.3em;font-style:italic;line-height:1.5}.elementor-widget-testimonial-carousel .elementor-testimonial__image img{width:50px;height:50px}.elementor-widget-reviews .swiper-slide{background-color:#fff;border:1px solid #e1e8ed;border-radius:5px;padding:0}.elementor-widget-reviews .elementor-testimonial__text{font-size:14px;line-height:20px}.elementor-widget-reviews .elementor-testimonial__name{color:#1c2022}.elementor-widget-reviews .elementor-testimonial__title{color:#697882;font-size:12.5px;font-weight:400;font-family:inherit}.elementor-widget-reviews .elementor-testimonial__image{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-reviews .elementor-testimonial__image img{width:36px;height:36px}.elementor-widget-reviews .elementor-testimonial__icon{margin-left:auto;font-size:17px}.elementor-widget-reviews .elementor-testimonial__icon .fa+.fa{margin-left:.15em}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-android{color:#a4c639}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-apple{color:#999}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-behance{color:#1769ff}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-bitbucket{color:#205081}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-codepen{color:#000}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-delicious{color:#39f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-digg{color:#005be2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-dribbble{color:#ea4c89}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-envelope{color:#ea4335}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-facebook{color:#3b5998}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-flickr{color:#0063dc}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-foursquare{color:#2d5be3}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-github{color:#333}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-google-plus{color:#dd4b39}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-houzz{color:#7ac142}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-instagram{color:#262626}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-jsfiddle{color:#487aa2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-linkedin{color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-medium{color:#00ab6b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-meetup{color:#ec1c40}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-mixcloud{color:#273a4b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-odnoklassniki{color:#f4731c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-pinterest{color:#bd081c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-product-hunt{color:#da552f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-reddit{color:#ff4500}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-rss{color:#f26522}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-shopping-cart{color:#4caf50}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-skype{color:#00aff0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-slideshare{color:#0077b5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-snapchat{color:#fffc00}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-soundcloud{color:#f80}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-spotify{color:#2ebd59}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stack-overflow{color:#fe7a15}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-steam{color:#00adee}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-stumbleupon{color:#eb4924}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-telegram{color:#2ca5e0}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumb-tack,.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-thumbtack{color:#1aa1d8}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tripadvisor{color:#589442}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-tumblr{color:#35465c}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitch{color:#6441a5}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-twitter{color:#1da1f2}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vimeo{color:#1ab7ea}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-vk{color:#45668e}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weibo{color:#dd2430}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-weixin{color:#31a918}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-whatsapp{color:#25d366}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-wordpress{color:#21759b}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-xing{color:#026466}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-yelp{color:#af0606}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-youtube{color:#cd201f}.elementor-widget-reviews .elementor-testimonial__icon.elementor-icon-500px{color:#0099e5}.elementor-widget-reviews .elementor-testimonial__rating{background-image:-webkit-gradient(linear,left top,right top,from(#ffc82c),to(#ccc));background-image:-webkit-linear-gradient(left,#ffc82c var(--rating),#ccc var(--rating));background-image:-o-linear-gradient(left,#ffc82c var(--rating),#ccc var(--rating));background-image:linear-gradient(90deg,#ffc82c var(--rating),#ccc var(--rating));font-family:eicons}.elementor-widget-reviews .elementor-testimonial__header{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:15px;padding-bottom:6px}.elementor-widget-reviews .elementor-testimonial__image+cite{margin-left:9px}.elementor-widget-reviews .elementor-testimonial__separator{margin:0 auto;border-top:0;border-bottom:1px solid #e1e8ed;height:0}.elementor-widget-reviews .elementor-testimonial__content{padding-top:6px;padding-bottom:15px}.elementor-widget-reviews .elementor-testimonial__content,.elementor-widget-reviews .elementor-testimonial__header{padding-left:15px;padding-right:15px}.elementor-widget-reviews.elementor-review--has-separator .elementor-testimonial__header{border-bottom:1px solid #e1e8ed}.swiper-pagination-bullets{color:#fff;cursor:default}.swiper-slide{border-style:solid;border-width:0;-webkit-transition-duration:.5s;-o-transition-duration:.5s;transition-duration:.5s;-webkit-transition-property:border,background,-webkit-transform;transition-property:border,background,-webkit-transform;-o-transition-property:border,background,transform;transition-property:border,background,transform;transition-property:border,background,transform,-webkit-transform;overflow:hidden}.swiper-slide:not(:hover) .e-overlay-animation-fade{opacity:0}.swiper-slide:not(:hover) .e-overlay-animation-slide-up{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-down{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-right{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.swiper-slide:not(:hover) .e-overlay-animation-slide-left{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.swiper-slide:not(:hover) .e-overlay-animation-zoom-in{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5);opacity:0}.swiper-slide a{display:inline}.swiper-slide a.elementor-button{display:inline-block}.elementor-widget-reviews .elementor-arrows-yes .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-arrows-yes .elementor-main-swiper{width:calc(95% - 40px)}.elementor-widget-reviews .elementor-main-swiper,.elementor-widget-testimonial-carousel .elementor-main-swiper{width:95%}.elementor-widget-reviews .swiper-wrapper,.elementor-widget-testimonial-carousel .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.elementor-widget-reviews .swiper-slide,.elementor-widget-testimonial-carousel .swiper-slide{height:auto}.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container,.elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container,.elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container{padding-bottom:40px}.elementor-widget-reviews .elementor-swiper-button-prev,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-next{left:0;right:unset}.elementor-widget-reviews .elementor-swiper-button-next,.elementor-widget-reviews .swiper-container-rtl .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel .elementor-swiper-button-next,.elementor-widget-testimonial-carousel .swiper-container-rtl .elementor-swiper-button-prev{right:0;left:unset}.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-reviews.elementor-pagination-type-bullets .elementor-swiper-button-prev,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-next,.elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .elementor-swiper-button-prev{top:calc(50% - (40px / 2))}.elementor-widget-media-carousel .elementor-swiper-button-prev,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-next{left:10px;right:unset}.elementor-widget-media-carousel .elementor-swiper-button-next,.elementor-widget-media-carousel .swiper-container-rtl .elementor-swiper-button-prev{right:10px;left:unset}.entry-content blockquote.elementor-blockquote:not(.alignright):not(.alignleft),.entry-summary blockquote.elementor-blockquote{margin-right:0;margin-left:0}.elementor-widget-blockquote blockquote{margin:0;padding:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;quotes:none;border:0;font-style:normal;color:#55595c}.elementor-widget-blockquote blockquote:after,.elementor-widget-blockquote blockquote:before,.elementor-widget-blockquote blockquote cite:after,.elementor-widget-blockquote blockquote cite:before,.elementor-widget-blockquote blockquote footer:after,.elementor-widget-blockquote blockquote footer:before{content:"";content:none}.elementor-blockquote{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-blockquote__author,.elementor-blockquote__content{margin-bottom:0;font-style:normal}.elementor-blockquote__author{font-weight:700}.elementor-blockquote footer{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-blockquote__tweet-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;color:#1da1f2;-ms-flex-item-align:end;align-self:flex-end;line-height:1;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.elementor-blockquote__tweet-button:hover{color:#0967a0}.elementor-blockquote__tweet-button span{font-weight:600}.elementor-blockquote__tweet-button i,.elementor-blockquote__tweet-button span{vertical-align:middle}.elementor-blockquote__tweet-button i+span{margin-left:.5em}.elementor-blockquote__tweet-label{white-space:pre-wrap}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button{padding:.7em 1.2em;border-radius:100em;background-color:#1da1f2;color:#fff;font-size:15px}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover{background-color:#0967a0;color:#fff}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:hover:before,.elementor-blockquote--button-skin-classic .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button{padding:0;width:2em;height:2em}.elementor-blockquote--button-skin-bubble.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i,.elementor-blockquote--button-skin-classic.elementor-blockquote--button-view-icon .elementor-blockquote__tweet-button i{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.elementor-blockquote--button-skin-bubble .elementor-blockquote__tweet-button:before{content:"";border:.5em solid transparent;border-right-color:#1da1f2;position:absolute;left:-.8em;top:50%;-webkit-transform:translateY(-50%) scaleY(.65);-ms-transform:translateY(-50%) scaleY(.65);transform:translateY(-50%) scaleY(.65);-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:before{right:auto;left:-.8em;border-right-color:#1da1f2;border-left-color:transparent}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-left .elementor-blockquote__tweet-button:hover:before{border-right-color:#0967a0}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:before{left:auto;right:-.8em;border-right-color:transparent;border-left-color:#1da1f2}.elementor-blockquote--button-skin-bubble.elementor-blockquote--align-right .elementor-blockquote__tweet-button:hover:before{border-left-color:#0967a0}.elementor-blockquote--skin-boxed .elementor-blockquote{background-color:#e6e9ec;padding:30px}.elementor-blockquote--skin-border .elementor-blockquote{border-color:#e6e9ec;border-left:7px #e6e9ec;border-style:solid;padding-left:20px}.elementor-blockquote--skin-quotation .elementor-blockquote:before{content:"“";font-size:100px;color:#e6e9ec;font-family:Times New Roman,Times,serif;font-weight:900;line-height:1;display:block;height:.6em}.elementor-blockquote--skin-quotation .elementor-blockquote__content{margin-top:15px}.elementor-blockquote--align-left .elementor-blockquote__content{text-align:left}.elementor-blockquote--align-left .elementor-blockquote footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-blockquote--align-right .elementor-blockquote__content{text-align:right}.elementor-blockquote--align-right .elementor-blockquote footer{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-blockquote--align-center .elementor-blockquote{text-align:center}.elementor-blockquote--align-center .elementor-blockquote__author,.elementor-blockquote--align-center .elementor-blockquote footer{display:block}.elementor-blockquote--align-center .elementor-blockquote__tweet-button{margin-right:auto;margin-left:auto}.elementor-headline{font-size:43px;line-height:1.2;display:block}.elementor-headline--style-rotate .elementor-headline-dynamic-wrapper{text-align:left}.elementor-headline--style-highlight .elementor-headline-dynamic-wrapper{overflow:visible;text-align:inherit}.elementor-headline--style-highlight .elementor-headline-dynamic-text{z-index:1}.elementor-headline--style-highlight .elementor-headline-plain-text{z-index:1;position:relative}.elementor-headline--style-highlight svg{position:absolute;top:50%;left:50%;width:calc(100% + 20px);height:calc(100% + 20px);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:visible}.elementor-headline--style-highlight svg path{stroke:red;stroke-width:9;fill:none;opacity:0;stroke-dasharray:0 1500;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.elementor-headline.e-animated svg path{-webkit-animation:elementor-headline-dash forwards;animation:elementor-headline-dash forwards;-webkit-animation-duration:var(--animation-duration,1.2s);animation-duration:var(--animation-duration,1.2s);-webkit-animation-iteration-count:1;animation-iteration-count:1}.elementor-headline.e-animated svg path:nth-of-type(2){-webkit-animation-delay:calc(var(--animation-duration, 1.2s) / 2);animation-delay:calc(var(--animation-duration, 1.2s) / 2)}.elementor-headline.e-hide-highlight svg path{opacity:1;stroke-dasharray:1500 1500;-webkit-animation:hide-highlight .4s forwards;animation:hide-highlight .4s forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1}@-webkit-keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@keyframes elementor-headline-dash{0%{stroke-dasharray:0 1500;opacity:1}to{stroke-dasharray:1500 1500;opacity:1}}@-webkit-keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}@keyframes hide-highlight{0%{opacity:1;stroke-dasharray:1500 1500}to{opacity:0;-webkit-filter:blur(10px);filter:blur(10px)}}.elementor-headline-text-wrapper{vertical-align:bottom}.elementor-headline-dynamic-wrapper{display:inline-block;position:relative}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text{display:inline-block;position:absolute;top:0;left:0}.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active{position:relative}.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text{opacity:0;-webkit-transform-origin:50% 100%;-ms-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);-webkit-animation:elementor-headline-flip-in 1.2s;animation:elementor-headline-flip-in 1.2s}.elementor-headline-animation-type-flip .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-animation:elementor-headline-flip-out 1.2s;animation:elementor-headline-flip-out 1.2s}@-webkit-keyframes elementor-headline-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}to{-webkit-transform:rotateX(1turn);transform:rotateX(1turn);opacity:1}}@keyframes elementor-headline-flip-in{0%{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}35%{-webkit-transform:rotateX(120deg);transform:rotateX(120deg);opacity:0}65%{opacity:0}to{-webkit-transform:rotateX(1turn);transform:rotateX(1turn);opacity:1}}@-webkit-keyframes elementor-headline-flip-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}@keyframes elementor-headline-flip-out{0%{-webkit-transform:rotateX(0deg);transform:rotateX(0deg);opacity:1}35%{-webkit-transform:rotateX(-40deg);transform:rotateX(-40deg);opacity:1}65%{opacity:0}to{-webkit-transform:rotateX(180deg);transform:rotateX(180deg);opacity:0}}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper{vertical-align:top;overflow:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;left:auto;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);height:90%;width:1px;background-color:#0d0d0d}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper:not(.elementor-headline-typing-selected):after{-webkit-animation:elementor-headline-pulse 1s infinite;animation:elementor-headline-pulse 1s infinite}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected{background-color:var(--typing-selected-bg-color,#0d0d0d)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected:after{visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-wrapper.elementor-headline-typing-selected .elementor-headline-dynamic-text{color:var(--typing-selected-color,#aebcb9)}.elementor-headline-animation-type-typing .elementor-headline-dynamic-text:not(.elementor-headline-text-active){visibility:hidden}.elementor-headline-animation-type-typing .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){position:absolute;visibility:hidden}@-webkit-keyframes elementor-headline-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}to{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}@keyframes elementor-headline-pulse{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1);opacity:1}40%{-webkit-transform:translateY(-50%) scale(.9);transform:translateY(-50%) scale(.9);opacity:0}to{-webkit-transform:translateY(-50%) scale(0);transform:translateY(-50%) scale(0);opacity:0}}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text{-webkit-transform:scaleX(1.0005);-ms-transform:scaleX(1.0005);transform:scaleX(1.0005);opacity:0}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg);opacity:0}.elementor-headline-text-active .elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-swirl-in .4s forwards;animation:elementor-headline-swirl-in .4s forwards}.elementor-headline-animation-type-swirl .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-swirl-out .4s forwards;animation:elementor-headline-swirl-out .4s forwards}@-webkit-keyframes elementor-headline-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@keyframes elementor-headline-swirl-in{0%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(90deg);transform:translateZ(-20px) rotateX(90deg)}60%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(-10deg);transform:translateZ(-20px) rotateX(-10deg)}to{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0deg);transform:translateZ(-20px) rotateX(0deg)}}@-webkit-keyframes elementor-headline-swirl-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}@keyframes elementor-headline-swirl-out{0%{opacity:1;-webkit-transform:translateZ(-20px) rotateX(0);transform:translateZ(-20px) rotateX(0)}60%{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-100deg);transform:translateZ(-20px) rotateX(-100deg)}to{opacity:0;-webkit-transform:translateZ(-20px) rotateX(-90deg);transform:translateZ(-20px) rotateX(-90deg)}}.elementor-headline-animation-type-slide-down .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text{opacity:0;top:.2em}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-active{top:0;opacity:1;-webkit-animation:elementor-headline-slide-down-in .6s;animation:elementor-headline-slide-down-in .6s}.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-slide-down-out .6s;animation:elementor-headline-slide-down-out .6s}@-webkit-keyframes elementor-headline-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes elementor-headline-slide-down-in{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}60%{opacity:1;-webkit-transform:translateY(20%);transform:translateY(20%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes elementor-headline-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes elementor-headline-slide-down-out{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}60%{opacity:0;-webkit-transform:translateY(120%);transform:translateY(120%)}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.elementor-headline-animation-type-clip .elementor-headline-text-wrapper{display:inline-block;padding:.2em 0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper{overflow:hidden;vertical-align:top}.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after{content:"";position:absolute;top:0;left:auto;right:0;width:2px;height:100%;background-color:#0d0d0d}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-clip .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-animation:elementor-headline-drop-in-in .8s;animation:elementor-headline-drop-in-in .8s}.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-drop-in-out .8s;animation:elementor-headline-drop-in-out .8s}@-webkit-keyframes elementor-headline-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes elementor-headline-drop-in-in{0%{opacity:0;-webkit-transform:translateZ(100px);transform:translateZ(100px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes elementor-headline-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}@keyframes elementor-headline-drop-in-out{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translateZ(-100px);transform:translateZ(-100px)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper{-webkit-perspective:300px;perspective:300px}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{display:inline-block;-webkit-transform:rotateY(180deg);transform:rotateY(180deg);-webkit-backface-visibility:hidden;backface-visibility:hidden}.elementor-headline-text-active .elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-blinds-in .6s forwards;animation:elementor-headline-blinds-in .6s forwards}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-blinds-out .6s forwards;animation:elementor-headline-blinds-out .6s forwards}@-webkit-keyframes elementor-headline-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@keyframes elementor-headline-blinds-in{0%{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}to{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}}@-webkit-keyframes elementor-headline-blinds-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}@keyframes elementor-headline-blinds-out{0%{-webkit-transform:rotateY(0);transform:rotateY(0)}to{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}}.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{display:inline-block;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.elementor-headline-text-active .elementor-headline-animation-type-wave .elementor-headline-dynamic-letter{opacity:1}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter.elementor-headline-animation-in{-webkit-animation:elementor-headline-wave-up .6s forwards;animation:elementor-headline-wave-up .6s forwards}.elementor-headline-animation-type-wave .elementor-headline-dynamic-letter:not(.elementor-headline-animation-in){-webkit-animation:elementor-headline-wave-down .6s forwards;animation:elementor-headline-wave-down .6s forwards}@-webkit-keyframes elementor-headline-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes elementor-headline-wave-up{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes elementor-headline-wave-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes elementor-headline-wave-down{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}60%{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text{opacity:0}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-active{opacity:1;-webkit-animation:elementor-headline-slide-in .6s;animation:elementor-headline-slide-in .6s}.elementor-headline-animation-type-slide .elementor-headline-dynamic-text.elementor-headline-text-inactive{-webkit-animation:elementor-headline-slide-out .6s;animation:elementor-headline-slide-out .6s}@-webkit-keyframes elementor-headline-slide-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes elementor-headline-slide-in{0%{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}60%{opacity:1;-webkit-transform:translateX(10%);transform:translateX(10%)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes elementor-headline-slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes elementor-headline-slide-out{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}60%{opacity:0;-webkit-transform:translateX(110%);transform:translateX(110%)}to{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-drop-in .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-flip .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide-down .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-slide .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{-webkit-transition:width .5s;-o-transition:width .5s;transition:width .5s}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-wrapper,.elementor-headline-animation-type-wave .elementor-headline-dynamic-wrapper{overflow:hidden}.elementor-headline-animation-type-blinds .elementor-headline-dynamic-text,.elementor-headline-animation-type-swirl .elementor-headline-dynamic-text,.elementor-headline-animation-type-wave .elementor-headline-dynamic-text{white-space:nowrap}.elementor-msie .elementor-headline--style-highlight svg{top:auto;left:auto;-webkit-transform:translate(-100%);-ms-transform:translate(-100%);transform:translate(-100%)}.elementor-facebook-widget.fb_iframe_widget,.elementor-facebook-widget.fb_iframe_widget span{width:100%!important}.elementor-facebook-widget.fb_iframe_widget iframe{position:relative}.elementor-facebook-widget.fb-like{height:1px}.elementor-widget-facebook-comments iframe{width:100%!important}.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-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)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{height:3px;width:100%;left:0;background-color:#55595c;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;width:0;left:50%}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{width:10px;left:-20px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{content:"";bottom:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{width:10px;left:calc(100% + 20px)}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;left:0;top:0;bottom:0;right:0;border:3px solid #55595c}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(.75);-ms-transform:scale(.75);transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{-webkit-transform:scale(1.25);-ms-transform:scale(1.25);transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{-webkit-transition:opacity .2s,-webkit-transform .4s;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}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-draw .elementor-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}.e--pointer-framed.e--animation-draw .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:3px 3px 0 0;-webkit-transition:width .1s,height .1s .1s,opacity .02s .18s;-o-transition:width .1s,height .1s .1s,opacity .02s .18s;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{width:100%;height:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{-webkit-transition:opacity .02s,height .1s,width .1s .1s;-o-transition:opacity .02s,height .1s,width .1s .1s;transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{-webkit-transition:opacity .02s .2s,height .1s .2s,width .1s .3s;-o-transition:opacity .02s .2s,height .1s .2s,width .1s .3s;transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{width:3px;height:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-width:3px 0 0 3px}.e--pointer-framed.e--animation-corners .elementor-item:after{content:"";top:auto;bottom:0;left:auto;right:0;border-width:0 3px 3px 0}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-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}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.e--pointer-background .elementor-item:before{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{-webkit-transform:scale(.5);-ms-transform:scale(.5);transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):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}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{-webkit-transition:opacity .15s,-webkit-transform .4s;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}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:50%;left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:0;left:0;right:0;bottom:0;background:#55595c;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{top:0;bottom:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{top:100%;bottom:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{right:0;left:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{right:100%;left:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{-webkit-transform:skew(-8deg);-ms-transform:skew(-8deg);transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{-webkit-transform:rotate(6deg);-ms-transform:rotate(6deg);transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{-webkit-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#373a3c;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#55595c;color:#a1a6a9}.elementor-nav-menu--main .elementor-nav-menu ul{position:absolute;width:12em;border-width:0;border-style:solid;padding:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{position:absolute;display:none;visibility:hidden;overflow:hidden;background:#fff;height:20px}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{position:absolute;top:-2px;left:50%;margin-left:-8px;width:0;height:0;overflow:hidden;border:8px dashed transparent;border-bottom:8px solid #494c4f}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{top:6px;border-style:solid dashed dashed;border-color:#494c4f transparent transparent}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.elementor-nav-menu--layout-horizontal{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{white-space:nowrap}.elementor-nav-menu__align-right .elementor-nav-menu{margin-left:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-nav-menu__align-left .elementor-nav-menu{margin-right:auto;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-nav-menu__align-center .elementor-nav-menu{margin-left:auto;margin-right:auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{content:"\00a0";display:block;height:0;font:0/0 serif;clear:both;visibility:hidden;overflow:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{padding:10px 20px;line-height:20px}.elementor-nav-menu a.current{background:#373a3c;color:#fff}.elementor-nav-menu a.disabled{cursor:not-allowed;color:#a1a6a9}.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu{padding-right:20px}.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow{display:none}.elementor-nav-menu--indicator-plus:before{font-family:Open Sans,sans-serif}.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow{font-size:10px}.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow i:before{content:""}.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow i:before{content:"+"}.elementor-nav-menu .sub-arrow{font-size:16px;line-height:1;padding:10px 0 10px 10px;margin-top:-10px;margin-bottom:-10px}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#55595c;color:#fff}.elementor-menu-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:22px;padding:.25em;cursor:pointer;border:0 solid;border-radius:3px;background-color:rgba(0,0,0,.05);color:#494c4f}.elementor-menu-toggle.elementor-active i:before{content:"\e87f"}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;-webkit-transition:max-height .3s,-webkit-transform .3s;transition:max-height .3s,-webkit-transform .3s;-o-transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s;transition:max-height .3s,transform .3s,-webkit-transform .3s;-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;overflow:auto}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#494c4f;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-nav-menu--dropdown a.current{background:#373a3c;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{text-shadow:none;border-left:8px solid transparent}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);max-height:0}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);max-height:100vh}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}.elementor-theme-builder-content-area{height:400px}.elementor-location-footer:before,.elementor-location-header:before{content:"";display:table;clear:both}.elementor-posts.elementor-posts--skin-archive_full_content article.elementor-post{display:block}.elementor-post-navigation-borders-yes .elementor-post-navigation.elementor-grid{color:#d4d4d4;border:1px solid;border-right:none;border-left:none;padding-top:10px;padding-bottom:10px}.elementor-post-navigation-borders-yes .elementor-post-navigation__separator{height:100%;width:1px;margin:0 auto;background-color:#d4d4d4}.elementor-post-navigation{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-post-navigation .post-navigation__arrow-wrapper{color:#d4d4d4}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-prev{font-size:30px;padding-right:15px}.elementor-post-navigation .post-navigation__arrow-wrapper.post-navigation__arrow-next{font-size:30px;padding-left:15px}.elementor-post-navigation .post-navigation__arrow-wrapper i{-webkit-transform:translateY(-5%);-ms-transform:translateY(-5%);transform:translateY(-5%)}.elementor-post-navigation .elementor-post-navigation__link__next,.elementor-post-navigation .elementor-post-navigation__link__prev{overflow:hidden}.elementor-post-navigation .elementor-post-navigation__link a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:100%}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__prev--label{text-transform:uppercase;font-size:.8em}.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--title{font-size:.7em}.elementor-post-navigation .post-navigation__next--label,.elementor-post-navigation .post-navigation__next--title,.elementor-post-navigation .post-navigation__prev--label,.elementor-post-navigation .post-navigation__prev--title{overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-post-navigation span.elementor-post-navigation__link__next{text-align:right}.elementor-post-navigation span.elementor-post-navigation__link__next,.elementor-post-navigation span.elementor-post-navigation__link__prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.elementor-post-navigation .elementor-grid{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.elementor-post-navigation .elementor-post-navigation__link{width:calc(50% - (1px / 2));white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-post-navigation .elementor-post-navigation__separator-wrapper{text-align:center}.elementor-post-navigation .elementor-post-navigation__next{text-align:right}.elementor-post-navigation .elementor-post-navigation__next a{float:right}.site-main .elementor-widget-post-navigation{margin:0}.site-main .elementor-widget-post-navigation [class*=navigation]{margin:0}.elementor-search-form{display:block;-webkit-transition:.2s;-o-transition:.2s;transition:.2s}.elementor-search-form button,.elementor-search-form input[type=search]{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:none;line-height:1;min-width:0;font-size:15px;-webkit-appearance:none;-moz-appearance:none}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{outline:0;color:inherit}.elementor-search-form button{background-color:#818a91;font-size:16px;color:#fff;border-radius:0}.elementor-search-form__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;overflow:hidden;border:0 solid transparent;min-height:50px}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#eceeef}.elementor-search-form__input{-ms-flex-preferred-size:100%;flex-basis:100%;color:#55595c;-webkit-transition:color .2s;-o-transition:color .2s;transition:color .2s}.elementor-search-form__input::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input:-moz-placeholder,.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{-webkit-transition:color .2s,background .2s;-o-transition:color .2s,background .2s;transition:color .2s,background .2s}.elementor-search-form .elementor-search-form__submit,.elementor-search-form .elementor-search-form__submit:hover{color:#fff;border:none;border-radius:0}.elementor-search-form--button-type-text .elementor-search-form__submit{-ms-flex-negative:0;flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{opacity:.6;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#55595c}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{font-size:50px;text-align:center;border:solid #fff;border-width:0 0 1px;line-height:1.5;color:#fff}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{display:inline-block;cursor:pointer;vertical-align:middle;color:#494c4f}.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{position:relative;display:block;border:0 solid;-webkit-transition:.2s;-o-transition:.2s;transition:.2s;width:33px;height:33px;background-color:rgba(0,0,0,.05);border-radius:3px}.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:.55em}.elementor-search-form--skin-full_screen .elementor-search-form__container{-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;z-index:9998;top:0;left:0;right:0;bottom:0;height:100vh;padding:0 15%;background-color:rgba(0,0,0,.8)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){overflow:hidden;opacity:0;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}.elementor-author-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-author-box__avatar{-ms-flex-negative:0;flex-shrink:0;margin-right:25px}.elementor-author-box__avatar img{width:100px;border-radius:500px;-o-object-fit:cover;object-fit:cover}.elementor-author-box__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:17px}.elementor-author-box__name{font-size:24px;margin-bottom:5px}.elementor-author-box__bio,.elementor-author-box__bio p{margin-bottom:.8em}.elementor-author-box__bio p:last-of-type{margin-bottom:0}.elementor-author-box--layout-image-left .elementor-author-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-author-box--layout-image-left .elementor-author-box__avatar{margin-left:0;margin-right:25px}.elementor-author-box--layout-image-right .elementor-author-box{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-author-box--layout-image-right .elementor-author-box__avatar{margin-right:0;margin-left:25px}.elementor-author-box--layout-image-above .elementor-author-box{display:block}.elementor-author-box--layout-image-above .elementor-author-box__avatar{margin:0 auto 15px;display:inline-block}.elementor-author-box--layout-image-above.elementor-author-box--align-left .elementor-author-box__avatar{margin-left:0}.elementor-author-box--layout-image-above.elementor-author-box--align-right .elementor-author-box__avatar{margin-right:0}.elementor-author-box--align-left .elementor-author-box{text-align:left}.elementor-author-box--align-right .elementor-author-box{text-align:right}.elementor-author-box--align-center .elementor-author-box{text-align:center}.elementor-button.elementor-author-box__button{border:2px solid #55595c;font-size:15px;font-weight:100;padding:10px 18px}.elementor-button.elementor-author-box__button,.elementor-button.elementor-author-box__button:hover{background:transparent;color:#55595c}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above) .elementor-author-box__avatar{-ms-flex-item-align:start;align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-top .elementor-author-box__avatar{-ms-flex-item-align:start;align-self:flex-start}.elementor-widget-author-box:not(.elementor-author-box--layout-image-above).elementor-author-box--image-valign-middle .elementor-author-box__avatar{-ms-flex-item-align:center;align-self:center}.elementor-post-info__terms-list{display:inline-block}.elementor-post-info .elementor-icon-list-icon .elementor-avatar{border-radius:100%}.elementor-widget-post-info.elementor-align-center .elementor-icon-list-item:after{margin:initial}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{display:inline-block}.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a,.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text span{display:inline}.elementor-widget-breadcrumbs{font-size:.85em}.elementor-widget-breadcrumbs p{margin-bottom:0}.elementor-sitemap-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.elementor-sticky--active{z-index:99}[data-elementor-type=popup]:not(.elementor-edit-area){display:none}[data-elementor-type=popup] .elementor-section-wrap:not(:empty)+#elementor-add-new-section{display:none}.elementor-popup-modal{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;background-color:transparent;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.elementor-popup-modal .dialog-buttons-wrapper,.elementor-popup-modal .dialog-header{display:none}.elementor-popup-modal .dialog-close-button{display:none;top:20px;margin-top:0;right:20px;opacity:1;z-index:9999;pointer-events:all}.elementor-popup-modal .dialog-widget-content{width:auto;overflow:visible;max-width:100%;max-height:100%;border-radius:0;-webkit-box-shadow:none;box-shadow:none;pointer-events:all}.elementor-popup-modal .dialog-message{width:640px;max-width:100vw;max-height:100vh;padding:0;overflow:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-popup-modal .elementor{width:100%}.elementor-motion-effects-element,.elementor-motion-effects-layer{-webkit-transition-property:opacity,-webkit-transform;transition-property:opacity,-webkit-transform;-o-transition-property:transform,opacity;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transition-timing-function:cubic-bezier(0,.33,.07,1.03);-o-transition-timing-function:cubic-bezier(0,.33,.07,1.03);transition-timing-function:cubic-bezier(0,.33,.07,1.03);-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s}.elementor-motion-effects-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.elementor-motion-effects-layer{position:absolute;top:0;left:0;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover}.elementor-motion-effects-perspective{-webkit-perspective:1200px;perspective:1200px}.elementor-gallery__container{min-height:1px}.elementor-gallery-item{position:relative;overflow:hidden;display:block;text-decoration:none;border:solid var(--image-border-width) var(--image-border-color);border-radius:var(--image-border-radius)}.elementor-gallery-item__content,.elementor-gallery-item__overlay{height:100%;width:100%;position:absolute;top:0;left:0}.elementor-gallery-item__overlay{mix-blend-mode:var(--overlay-mix-blend-mode);-webkit-transition-duration:var(--overlay-transition-duration);-o-transition-duration:var(--overlay-transition-duration);transition-duration:var(--overlay-transition-duration);-webkit-transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;transition-property:mix-blend-mode,opacity,background-color,-webkit-transform;-o-transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color;transition-property:mix-blend-mode,transform,opacity,background-color,-webkit-transform}.elementor-gallery-item__image.e-gallery-image{-webkit-transition-duration:var(--image-transition-duration);-o-transition-duration:var(--image-transition-duration);transition-duration:var(--image-transition-duration);-webkit-transition-property:-webkit-filter,-webkit-transform;transition-property:-webkit-filter,-webkit-transform;-o-transition-property:filter,transform;transition-property:filter,transform;transition-property:filter,transform,-webkit-filter,-webkit-transform}.elementor-gallery-item__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:var(--content-justify-content,center);-ms-flex-pack:var(--content-justify-content,center);justify-content:var(--content-justify-content,center);-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:var(--content-text-align);padding:var(--content-padding)}.elementor-gallery-item__content>div{-webkit-transition-duration:var(--content-transition-duration);-o-transition-duration:var(--content-transition-duration);transition-duration:var(--content-transition-duration)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(2){-webkit-transition-delay:calc((var(--content-transition-delay) / 3));-o-transition-delay:calc((var(--content-transition-delay) / 3));transition-delay:calc((var(--content-transition-delay) / 3))}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(3){-webkit-transition-delay:calc((var(--content-transition-delay) / 3) * 2);-o-transition-delay:calc((var(--content-transition-delay) / 3) * 2);transition-delay:calc((var(--content-transition-delay) / 3) * 2)}.elementor-gallery-item__content.elementor-gallery--sequenced-animation>div:nth-child(4){-webkit-transition-delay:calc((var(--content-transition-delay) / 3) * 3);-o-transition-delay:calc((var(--content-transition-delay) / 3) * 3);transition-delay:calc((var(--content-transition-delay) / 3) * 3)}.elementor-gallery-item__description{color:var(--description-text-color,#fff);width:100%}.elementor-gallery-item__title{color:var(--title-text-color,#fff);font-weight:700;width:100%}.elementor-gallery__titles-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:var(--titles-container-justify-content,center);-ms-flex-pack:var(--titles-container-justify-content,center);justify-content:var(--titles-container-justify-content,center);margin-bottom:20px}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:before{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item:after{background-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:before{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container:not(.e--pointer-framed) .elementor-item.elementor-item-active:after{background-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:before{border-color:var(--galleries-pointer-bg-color-hover);border-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item:after{border-color:var(--galleries-pointer-bg-color-hover)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:before{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed .elementor-item.elementor-item-active:after{border-color:var(--galleries-pointer-bg-color-active)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:var(--galleries-pointer-border-width);border-right-width:0;border-top-width:0}.elementor-gallery__titles-container.e--pointer-framed.e--animation-draw .elementor-item:after{border-left-width:0;border-bottom-width:0;border-right-width:var(--galleries-pointer-border-width);border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:before{border-left-width:var(--galleries-pointer-border-width);border-bottom-width:0;border-right-width:0;border-top-width:var(--galleries-pointer-border-width)}.elementor-gallery__titles-container.e--pointer-framed.e--animation-corners .elementor-item:after{border-left-width:0;border-bottom-width:var(--galleries-pointer-border-width);border-right-width:var(--galleries-pointer-border-width);border-top-width:0}.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:after,.elementor-gallery__titles-container .e--pointer-double-line .elementor-item:before,.elementor-gallery__titles-container .e--pointer-overline .elementor-item:before,.elementor-gallery__titles-container .e--pointer-underline .elementor-item:after{height:var(--galleries-pointer-border-width)}.elementor-gallery-title{--space-between:10px;cursor:pointer;color:#6d7882;font-weight:500;position:relative;padding:7px 14px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.elementor-gallery-title--active{color:#495157}.elementor-gallery-title:not(:last-child){margin-right:var(--space-between)}.elementor-gallery-item__title+.elementor-gallery-item__description{margin-top:var(--description-margin-top)}.e-gallery-item.elementor-gallery-item{-webkit-transition-property:all;-o-transition-property:all;transition-property:all}.e-gallery-item:hover .elementor-gallery__item-overlay-bg{opacity:1}.e-gallery-item:hover .elementor-gallery__item-overlay-content{opacity:1}.e-gallery-item:hover .elementor-gallery__item-overlay-content__description,.e-gallery-item:hover .elementor-gallery__item-overlay-content__title{opacity:1}.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-bottom,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-left,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-right,.e-gallery-item.elementor-animated-content .elementor-animated-item--enter-from-top{opacity:1}a.elementor-item.elementor-gallery-title{color:var(--galleries-title-color-normal)}a.elementor-item.elementor-gallery-title.elementor-item-active,a.elementor-item.elementor-gallery-title.highlighted,a.elementor-item.elementor-gallery-title:focus,a.elementor-item.elementor-gallery-title:hover{color:var(--galleries-title-color-hover)}a.elementor-item.elementor-gallery-title.elementor-item-active{color:var(--gallery-title-color-active)}.elementor-widget-table-of-contents .elementor-toc__header-title{color:var(--header-color)}.elementor-widget-table-of-contents.elementor-toc--collapsed .elementor-toc__toggle-button--collapse{display:none}.elementor-widget-table-of-contents:not(.elementor-toc--collapsed) .elementor-toc__toggle-button--expand{display:none}.elementor-widget-table-of-contents .elementor-widget-container{min-height:var(--box-min-height);border:var(--box-border-width,1px) solid var(--box-border-color,#a4afb7);border-radius:var(--box-border-radius,3px);background-color:var(--box-background-color);-webkit-transition:min-height .4s;-o-transition:min-height .4s;transition:min-height .4s;overflow:hidden}.elementor-toc__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:var(--box-padding,20px);background-color:var(--header-background-color);border-bottom:var(--separator-width,1px) solid var(--box-border-color,#a4afb7)}.elementor-toc__header-title{font-size:18px;margin:0;color:var(--header-color)}.elementor-toc__toggle-button{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.elementor-toc__toggle-button i{color:var(--toggle-button-color)}.elementor-toc__toggle-button svg{height:1em;width:1em}.elementor-toc__spinner-container{text-align:center}.elementor-toc__spinner{font-size:2em}.elementor-toc__body{padding:var(--box-padding,20px)}.elementor-toc__list-wrapper{list-style:none;padding:0}.elementor-toc__list-item{margin-bottom:.5em}.elementor-toc__list-item.elementor-item-active{font-weight:700}.elementor-toc__list-item .elementor-toc__list-wrapper{margin-top:.5em;margin-left:var(--nested-list-indent,1em)}.elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}.elementor-toc__list-item-text-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-toc__list-item-text-wrapper:before,.elementor-toc__list-item-text-wrapper i{margin-right:8px;color:var(--marker-color)}.elementor-toc__list-item-text-wrapper i{font-size:var(--marker-size,.5em)}.elementor-toc__list-item-text-wrapper:before{font-size:var(--marker-size,1em)}.elementor-toc--content-ellipsis .elementor-toc__list-item-text{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.elementor-toc__list-items--collapsible>.elementor-toc__list-wrapper>.elementor-toc__list-item>.elementor-toc__list-wrapper{display:none}.elementor-toc__heading-anchor{position:absolute}.elementor-toc__body .elementor-toc__list-item-text{color:var(--item-text-color);-webkit-text-decoration:var(--item-text-decoration);text-decoration:var(--item-text-decoration)}.elementor-toc__body .elementor-toc__list-item-text:hover{color:var(--item-text-hover-color);-webkit-text-decoration:var(--item-text-hover-decoration);text-decoration:var(--item-text-hover-decoration)}.elementor-toc__body .elementor-toc__list-item-text.elementor-item-active{color:var(--item-text-active-color);-webkit-text-decoration:var(--item-text-active-decoration);text-decoration:var(--item-text-active-decoration)}ol.elementor-toc__list-wrapper{counter-reset:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item{counter-increment:item}ol.elementor-toc__list-wrapper .elementor-toc__list-item-text-wrapper:before{content:counters(item,".") ". "}@media only screen and (max-width:1024px){.elementor-toc--minimized-on-tablet .elementor-toc__body{display:none}}@media only screen and (max-width:767px){.elementor-toc--minimized-on-mobile .elementor-toc__body{display:none}}.e-lottie__container{display:inline-block;max-width:var(--lottie-container-max-width);width:var(--lottie-container-width);opacity:var(--lottie-container-opacity)}.e-lottie__container:hover{opacity:var(--lottie-container-opacity-hover);-webkit-transition-duration:var(--lottie-container-transition-duration-hover);-o-transition-duration:var(--lottie-container-transition-duration-hover);transition-duration:var(--lottie-container-transition-duration-hover)}.e-lottie__container svg,.e-lottie__container svg *{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.e-lottie__caption{color:var(--caption-color);margin-top:var(--caption-margin-top);text-align:var(--caption-text-align)}/*  */
.auxin-pro .elementor-add-new-section .elementor-add-section-button{
    background-color: #4599c1;
}
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.elementor-1373 .elementor-element.elementor-element-9e63382 > .elementor-container{max-width:1000px;}.elementor-1373 .elementor-element.elementor-element-2e37eca{text-align:center;}.elementor-1373 .elementor-element.elementor-element-2e37eca .elementor-heading-title{color:#00B8E6;font-family:"Lato", Sans-serif;font-size:40px;font-weight:900;}.elementor-1373 .elementor-element.elementor-element-60ac378{--divider-border-style:solid;--divider-color:#F3F4F8;--divider-border-width:1px;}.elementor-1373 .elementor-element.elementor-element-60ac378 .elementor-divider-separator{width:100%;}.elementor-1373 .elementor-element.elementor-element-60ac378 .elementor-divider{padding-top:15px;padding-bottom:15px;}.elementor-1373 .elementor-element.elementor-element-f0237e6 .elementor-spacer-inner{height:40px;}.elementor-1373 .elementor-element.elementor-element-ed5e6ef .elementor-text-editor{text-align:justify;}.elementor-1373 .elementor-element.elementor-element-ed5e6ef{font-family:"Poppins", Sans-serif;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-1373 .elementor-element.elementor-element-2e37eca .elementor-heading-title{font-size:30px;}}/*! 
 * Master Slider WordPress Main CSS File
 * @date Dec 2020
 */



/**
 *  Master Slider
 * 	Main css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}



.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;-webkit-filter:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-moz .ms-slide-bgcont>img { -webkit-transform: translateX(0px); -ms-transform: translateX(0px); transform: translateX(0px); }

.master-slider a,
.master-slider a:hover {
	-webkit-transition: none;
	transition: none;
}

.wpb_row .master-slider-parent *,
.master-slider-parent * {
	 box-sizing: content-box;
}

.master-slider-parent {
	margin-left: auto;
	margin-right: auto;
}

.ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}

.ms-layout-partialview .ms-container { overflow: hidden; }

.master-slider.before-init{}

.master-slider img, .ms-slide-bgvideocont video {max-width:none;}
.master-slider.ms-fullheight{height: 100%;}
.ms-slide-auto-height { display: table; }
.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/common/loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(/wp-content/plugins/masterslider/public/assets/css/common/grab.png), move;}
.ms-grabbing-cursor{cursor: url(/wp-content/plugins/masterslider/public/assets/css/common/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}

.ms-view {
	margin:0px auto;
	overflow:hidden;

	position:relative;
	-webkit-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	height:100%;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
}

.ms-wk .ms-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 110;
}

.ms-ie .ms-slide-link {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont{
	z-index: 105;
	height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}


.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
    position:absolute;
    pointer-events: auto;
}

.ms-layer-mask {
    position: absolute;
    overflow: hidden;
}

.ms-layer-mask .ms-layer{
    position: relative;
}

.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
    position: absolute;
    overflow:hidden;
    width:100%;
    height: 100%;
    z-index: 109;
    top:0px;
    pointer-events: none;
}

/* ------------------------------------------------------------------------------ */
/* Overlayer layers */
.ms-overlay-layers {
    position: absolute;
    top: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 111;
	background:black;
	padding:0;
	margin: 0;
	border: none;

}


.ms-slide .ms-pattern{
	background-attachment: scroll;
	width: 100%;
	height: 100%;
	z-index: 108;
	position: absolute;
	top: 0;
}

.ms-wk .ms-pattern{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}

.ms-parallax-layer {
	width: 100%;
	position: absolute;
	top: 0;
}

.ms-scroll-parallax-cont{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	z-index: 109;
}

.ms-wk .ms-scroll-parallax-cont{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}

.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{
}

.ms-scroll-parallax .ms-slide-bgcont{
}

/*-----------------------------------------------------------*/
.ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
	text-decoration: none;
	display: inline-block;
	color:black;
	position: relative;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
}

.ms-default-btn{
	background: #0074A2;
	border-radius: 5px;
	color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 110;
}

.ms-btn-s{
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m{
    padding: 12px 40px;
}

.ms-btn-n{
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l{
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;}
/*-----------------------------------------------------------*/
.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 110;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(/wp-content/plugins/masterslider/public/assets/css/common/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
	-webkit-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor: pointer;
	float: left;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
	background-color: #F6f6f6;
	text-shadow: 0 1px 1px white;
	color: #222;
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-has-thumb .ms-tab-thumb{ width:auto; }
.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
    left: 50%;
    margin-left: -12px;
	border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	top:-12px;
	border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
	bottom: 0px;
	top:auto;
	border-bottom:0px;
	border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	bottom:-12px;
	border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
	top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	left:-12px;
	border-right-color:#EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	right:-12px;
	border-left-color:#EDEDED;
}

.ms-thumb-alt {
	text-align: center;
	margin: 5px;
	font-size: 14px;
	font-weight: 600;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}

/* Thumb in tab styles */
.ms-tabs.ms-dir-v.ms-has-thumb .ms-thumbs-cont{ top:0 !important; }
.ms-tabs.ms-has-thumb .ms-thumb-frame{ height: auto !important; }
.ms-tabs.ms-has-thumb .ms-thumb{ padding:0; }
.ms-tabs.ms-has-thumb .ms-tab-context{ padding:20px; }
.ms-tabs.ms-align-left  .ms-tab-thumb{ float:left;  margin-right:20px; }
.ms-tabs.ms-align-right .ms-tab-thumb{ float:right; margin-left: 20px; }

.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-bullets.ms-dir-v {
	position: absolute;
	top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
	float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	transition: width 120ms linear;
}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}

@-webkit-keyframes ms-point-anim{
	0% 		{-webkit-transform: scale(0.5);transform: scale(0.5);  opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);transform: scale(1.5);  opacity: 0; }
}

@keyframes ms-point-anim{
	0% 		{-webkit-transform: scale(0.5);transform: scale(0.5);  opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);transform: scale(1.5);  opacity: 0; }
}
/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}
.ms-pattern.ms-patt-1  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYICA/wzoDGTwHyDAADXxAv4Eq8S5AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-2  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYECA/wxogLAANoBdF0CAAQD+agT8l3ocpQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-3  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAACxJREFUeNqU0EENAAAMwkD8m+4s7PhCCmHbGijxE0jS1HOOhxJSUhf9eAIMAI/CEe94Ny14AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-4  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhJREFUeNpiYGBg+M+ABfxHo3Fz/gMEGACtlgX7j8MuyAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-5  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABNJREFUeNpiYECA/3CCAV0UIMAANfEC/mOKn1cAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-6  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABCAYAAADjAO9DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+AClD4AAEGACn3Af/97SgJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-7  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-8  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAICAYAAAA4GpVBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABRJREFUeNpiYGBg+M+ACdDFAAIMADP0Af/w5VDVAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-9  {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABJJREFUeNpiYGBg+M9AGQAIMABABAEA80yJjQAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-10 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYGBg+A/FcMDEQH0AEGAAxksCAb3vCDgAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-11 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABxJREFUeNpiZGBg+M+AChhBBBMDDkC6BOkAIMAAlXQBCO9f4icAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-12 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABtJREFUeNpiYGBg+M8AATAaDnAKYEgQBgABBgB6/AT8h9ybfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-13 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB1JREFUeNpiYGBg+M+ABJig9H90AbggI7oWgAADAI5xBAIRYsxUAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-14 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAICAYAAAAx8TU7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpiYGBg+M+AA9BSgkQBgAADAJIyB/kDCjAnAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-15 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAYAAAB4ka1VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAB9JREFUeNpiYGBg+M9ABPhPjPh/YjT9J2AipiRAgAEAhjsH+Utd9Z4AAAAASUVORK5CYII=);}
/* white patterns */
.ms-pattern.ms-patt-16 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFAQMAAABCXz8WAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjaGBwZFBiEGHgAAAHPwEAP8TPrwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-17 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAIAQMAAAALP6d4AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABZJREFUCNdjaGBwYFBgEGDgAGIFBgcADegBabpJ4LsAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-18 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGA4wPCA4QMACtgDEQ8Bqx8AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-19 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA9JREFUCNdjWMDgAMRAAAAKigGBlYsMggAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-20 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+ACFQAAAHgwDwds/+0oAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-21 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA1JREFUCNdjOACEYAAADAoBgRrgDF0AAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-22 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAwADiACBhux1cwAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-23 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAIAQMAAAAC1AcCAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGAAAxgNAAsQAQHPxScOAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-24 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAABAQMAAADZzn0AAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAApJREFUCNdj6AAAAIoAiVWdWYwAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-25 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdj4GBoYHBgUGAQAAAFggD5HRIFwAAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-26 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjUGBoYHAAAAJmAOF0EZC+AAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-27 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABBJREFUCNdjaGAIYFBgCAAABcgBQeTzXGUAAAAASUVORK5CYII=);}
.ms-pattern.ms-patt-28 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACBJREFUCNdjaGBgcHBgUGhgEGRg4GJgYAGRQDZQBCgOAC/KAvtspwwJAAAAAElFTkSuQmCC);}
.ms-pattern.ms-patt-29 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAABJJREFUCNdjUGBwYGhg4GAQAAAFkgD5MUFnfgAAAABJRU5ErkJggg==);}
.ms-pattern.ms-patt-30 {background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjcGBoYFAAAALmAOHcBT11AAAAAElFTkSuQmCC);}



/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 30px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}
.ms-skin-default .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
	background-position: -34px -84px;
}

.ms-skin-default .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
	max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-1-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Black 1
 */

.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-1 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-black-1 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-black-1 .ms-nav-next,
.ms-skin-black-1 .ms-nav-prev {
	width: 53px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-black-1 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-1 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-1 .ms-bullet {
	width: 9px;
	height: 9px;
	background: white;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-black-1 .ms-bullet-selected {
    background-color: black;
}

.ms-skin-black-1 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-1 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: white;
	border-top-color: rgba(0, 0, 0, 0.8);
	bottom: -10px;
}

.ms-skin-black-1 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: white;
	border-bottom-color: rgba(0, 0, 0, 0.8);
	top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-1 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: white;
	border-right-color: rgba(0, 0, 0, 0.8);
	left: -10px;
}

.ms-skin-black-1 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: black;
	border-left-color: rgba(0, 0, 0, 0.8);
	right: -10px;
}

.ms-skin-black-1 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-1 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #444444;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-1 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: white;
	background: rgba(255, 255, 255, 0.9);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-black-1  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-1 .ms-tooltip-cont {
	padding: 10px;
	background: black;
	background: rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 0px black;
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-black-1 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-1 .ms-video-btn,
	.ms-skin-black-1 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-1 .ms-nav-next,
	.ms-skin-black-1 .ms-nav-prev{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-1-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Black 2 Skin
 */

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2 .ms-video-btn{
	width: 45px;
	height: 45px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black no-repeat -16px -103px;
	border: solid 3px rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0.4);
	-webkit-background-clip: padding-box;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}

.ms-skin-black-2 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-black-2 .ms-video-btn:hover{
	background-color: #3D3D3D;
}

.ms-skin-black-2 .ms-slide .ms-slide-vcbtn {
	width: 25px;
	height: 25px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black no-repeat -27px -36px;
	border: solid 2px white;
	border-color: rgba(255, 255, 255, 0.4);
	top: 15px;
	right: 15px;
}

.ms-skin-black-2.round-skin .ms-slide .ms-slide-vcbtn{
	border-radius: 50px;
}


/* controls */

.ms-skin-black-2 .ms-nav-next,
.ms-skin-black-2 .ms-nav-prev {
	position: absolute;
	cursor: pointer;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2.png) black;
	background-clip: padding-box;
	background-position: -88px -26px;
	border: solid 3px rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, 0.4);
	top: 50%;
	left: 30px;
	margin-top: -22px;
}

.ms-skin-black-2.round-skin .ms-nav-next,
.ms-skin-black-2.round-skin .ms-nav-prev,
.ms-skin-black-2.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-black-2.round-skin .ms-video-btn{
	border-radius: 90px;
}

.ms-skin-black-2 .ms-nav-next:hover,
.ms-skin-black-2 .ms-nav-prev:hover{
	background-color: #3d3d3d;
}

.ms-skin-black-2 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -86px -103px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-black-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-black-2 .ms-bullet {
	width: 8px;
	height: 8px;
	background: white;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	border: solid 3px white;
	border-color: rgba(0, 0, 0, 0.44);
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-black-2.round-skin .ms-bullet{
	border-radius: 15px;
}


.ms-skin-black-2 .ms-bullet-selected {
	background-color: black;
	border-color: white;
	border-color: rgba(255, 255, 255, 0.44);
}

.ms-skin-black-2 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-black-2 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-black-2 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-black-2 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-black-2 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-black-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-black-2 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-black-2 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-black-2 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-black-2 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-black-2  .ms-tooltip {
	max-width:200px;
}

.ms-skin-black-2 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-black-2 .ms-slide .ms-slide-vpbtn,
	.ms-skin-black-2 .ms-video-btn,
	.ms-skin-black-2 .ms-slide .ms-slide-vcbtn,
	.ms-skin-black-2 .ms-nav-next,
	.ms-skin-black-2 .ms-nav-prev{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/black-skin-2-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 2
 */

.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-2 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-light-2 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-2 .ms-nav-next,
.ms-skin-light-2 .ms-nav-prev {
	width: 53px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2.png);
	background-position: -79px -19px;
	height: 61px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -26px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-2 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -79px -97px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-2 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-2 .ms-bullet {
	width: 9px;
	height: 9px;
	background: black;
	margin: 4px;
	border: solid 1px rgb(58, 58, 58);
}

.ms-skin-light-2 .ms-bullet-selected {
    background-color: white;
}

.ms-skin-light-2 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-2 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-2 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-2 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-2 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-2 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-2 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-2 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-light-2  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-2 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-2 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-2 .ms-video-btn,
	.ms-skin-light-2 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-2 .ms-nav-next,
	.ms-skin-light-2 .ms-nav-prev{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-2-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 3
 */

.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-3 .ms-video-btn{
	width: 50px;
	height: 50px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -15px -149px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-light-3 .ms-slide .ms-slide-vcbtn {
	width: 31px;
	height: 29px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat -26px -28px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-3 .ms-nav-next,
.ms-skin-light-3 .ms-nav-prev {
	width: 50px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png);
	background-position: -82px -22px;
	height: 50px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -25px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-3 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -81px -99px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-3 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-3 .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-light-3 .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-light-3 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-3 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-3 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-3 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-3 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-3 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-3 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-3 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-light-3  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-3 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-3 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-3 .ms-video-btn,
	.ms-skin-light-3 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-3 .ms-nav-next,
	.ms-skin-light-3 .ms-nav-prev,
	.ms-skin-light-3 .ms-bullet{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-3-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 4
 */

.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-4 .ms-video-btn{
	width: 54px;
	height: 54px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
}

.ms-skin-light-4 .ms-slide .ms-slide-vcbtn {
	width: 27px;
	height: 26px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4.png) no-repeat -24px -29px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-light-4 .ms-nav-next,
.ms-skin-light-4 .ms-nav-prev {
	width: 54px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4.png);
	background-position: -77px -5px;
	height: 68px;
	cursor: pointer;
	top: 50%;
	left: -27px;
	margin-top: -40px;
	position: absolute;
	z-index: 110;
}
.ms-skin-light-4 .ms-nav-next {
	right: -27px;
	left: auto;
	background-position: -79px -83px;
}

.ms-skin-light-4 .ms-thumb-frame-selected {
	opacity: 0.6;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-h {
	bottom: -60px;
	width: 100%;
	height: 60px;
}

.ms-skin-light-4 .ms-thumb-list.ms-dir-v {
	height: 100%;
	width: 60px;
	right: -60px;
	top: 0;
}

.ms-skin-light-4 .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 60px;
	height: 60px;
	margin: 1px 0 0 1px;
	overflow: hidden;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-4 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-4 .ms-bullet {
	width: 9px;
	height: 9px;
	background: #b9b9b9;
	margin: 4px;
	border: solid 1px rgb(163, 163, 163);
}

.ms-skin-light-4 .ms-bullet-selected {
    background-color: white;
}

.ms-skin-light-4 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-4 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-4 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-4 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-4 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: white;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-4 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-4 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #E0E0E0;
	background: #4b8aac;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-4 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: white;
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}


.ms-skin-light-4  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-4 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-4 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-4 .ms-video-btn,
	.ms-skin-light-4 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-4 .ms-nav-next,
	.ms-skin-light-4 .ms-nav-prev{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-4-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light 5
 */

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-5 .ms-video-btn{
	width: 32px;
	height: 32px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) black no-repeat -24px -160px;
	top: 50%;
	left: 50%;
	margin: -18px 0 0 -18px;
}

.ms-skin-light-5 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-5 .ms-video-btn:hover{
	background-color:#646464;
}

.ms-skin-light-5 .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) white no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-light-5 .ms-nav-next,
.ms-skin-light-5 .ms-nav-prev {
	width: 32px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) white;
	background-position: -94px -32px;
	height: 32px;
	cursor: pointer;
	bottom: 40px;
	left: 40px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}

.ms-skin-light-5 .ms-nav-next:hover,
.ms-skin-light-5 .ms-nav-prev:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-5 .ms-nav-next {
	left: 73px;
	background-position: -93px -110px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-5 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-5 .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-light-5 .ms-bullet-selected {
	background-position: -34px -84px;
}

.ms-skin-light-5 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-5 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-5 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-5 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-5 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-5 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-5 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-5 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}

.ms-ie7.ms-skin-light-5 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-5 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-light-5  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-5 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-5 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-5 .ms-video-btn,
	.ms-skin-light-5 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-5 .ms-nav-next,
	.ms-skin-light-5 .ms-nav-prev{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-5-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Light-6 Skin
 */

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6 .ms-video-btn{
	width: 45px;
	height: 45px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6.png) white no-repeat -16px -103px;
	border: solid 3px rgb(112, 112, 112);  border-color: rgba(0, 0, 0, 0.27);
	-webkit-background-clip: padding-box;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
}

.ms-skin-light-6 .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-light-6 .ms-video-btn:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-6 .ms-slide .ms-slide-vcbtn {
	width: 25px;
	height: 25px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6.png) white no-repeat -27px -36px;
	top: 15px;
	right: 15px;
}

.ms-skin-light-6.round-skin .ms-slide .ms-slide-vcbtn{
	border-radius: 30px;
}


/* controls */

.ms-skin-light-6 .ms-nav-next,
.ms-skin-light-6 .ms-nav-prev {
	position: absolute;
	cursor: pointer;
	z-index: 110;
	width: 45px;
	height: 45px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6.png) white;
	background-clip: padding-box;
	background-position: -88px -26px;
	border: solid 3px rgb(112, 112, 112);
	border-color: rgba(0, 0, 0, 0.27);
	top: 50%;
	left: 30px;
	margin-top: -22px;
}

.ms-skin-light-6.round-skin .ms-nav-next,
.ms-skin-light-6.round-skin .ms-nav-prev,
.ms-skin-light-6.round-skin .ms-slide .ms-slide-vpbtn,
.ms-skin-light-6.round-skin .ms-video-btn{
	border-radius: 90px;
}

.ms-skin-light-6 .ms-nav-next:hover,
.ms-skin-light-6 .ms-nav-prev:hover{
	background-color:#E0E0E0;
}

.ms-skin-light-6 .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -86px -103px;
}


.ms-skin-light-6 .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-light-6 .ms-bullet {
	width: 8px;
	height: 8px;
	background: black;
	-webkit-background-clip: padding-box;
	border: solid 3px white;
	border-color: rgba(255, 255, 255, 0.44);
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-light-6.round-skin .ms-bullet{
	border-radius: 15px;
}

.ms-skin-light-6 .ms-bullet-selected {
	background-color: white;
	border-color: black;
	border-color: rgba(0, 0, 0, 0.44);
}

.ms-skin-light-6 .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-light-6 .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-light-6 .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-light-6 .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-light-6 .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-light-6 .ms-tooltip-point {cursor: pointer;}
.ms-skin-light-6 .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-light-6 .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-ie7.ms-skin-light-6 .ms-tooltip-point .ms-point-border,
.ms-ie8.ms-skin-light-6 .ms-tooltip-point .ms-point-border{
	display: none;
}

.ms-skin-light-6  .ms-tooltip {
	max-width:200px;
}

.ms-skin-light-6 .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-light-6 .ms-slide .ms-slide-vpbtn,
	.ms-skin-light-6 .ms-video-btn,
	.ms-skin-light-6 .ms-slide .ms-slide-vcbtn,
	.ms-skin-light-6 .ms-nav-next,
	.ms-skin-light-6 .ms-nav-prev{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/light-skin-6-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  Metro Skin
 */

.ms-skin-metro .ms-slide .ms-slide-vpbtn,
.ms-skin-metro .ms-video-btn{
	width: 47px;
	height: 46px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -152px;
	top: 50%;
	left: 50%;
	margin: -22px 0 0 -24px;
}

.ms-skin-metro .ms-slide .ms-slide-vcbtn {
	width: 47px;
	height: 47px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat -16px -19px;
	top: 15px;
	right: 15px;
}

/* controls */

.ms-skin-metro .ms-nav-next,
.ms-skin-metro .ms-nav-prev {
	width: 47px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png);
	background-position: -83px -23px;
	height: 47px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -24px;
	position: absolute;
	z-index: 110;
}
.ms-skin-metro .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -81px -100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-metro .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-metro .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-metro .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-metro .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-metro .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-metro .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-metro .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-metro .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-metro .ms-tooltip-point {cursor: pointer;}
.ms-skin-metro .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-metro .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: black;
	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-metro .ms-tooltip {
	max-width:200px;
}

.ms-skin-metro .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-metro .ms-slide .ms-slide-vpbtn,
	.ms-skin-metro .ms-video-btn,
	.ms-skin-metro .ms-slide .ms-slide-vcbtn,
	.ms-skin-metro .ms-nav-next,
	.ms-skin-metro .ms-nav-prev,
	.ms-skin-metro .ms-bullet{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/metro-skin-retina.png);
		background-size: 152px 225px;
	}

}



/**
 *  Master Slider
 *  minimal Skin
 */

.ms-skin-minimal .ms-slide .ms-slide-vpbtn,
.ms-skin-minimal .ms-video-btn{
    width: 55px;
    height: 55px;
    background: url(/wp-content/plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat 24px 18px white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -27px;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}
.ms-skin-minimal .ms-slide .ms-slide-vcbtn:hover,
.ms-skin-minimal .ms-slide .ms-slide-vpbtn:hover,
.ms-skin-minimal .ms-video-btn:hover {
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-slide .ms-slide-vcbtn {
    width: 31px;
    height: 31px;
    background: url(/wp-content/plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat -289px 6px white;
    border-radius: 50%;
    border: solid 1px #3d3d3d;
    top: 18px;
    right: 30px;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}

/* controls */

.ms-skin-minimal .ms-nav-next,
.ms-skin-minimal .ms-nav-prev {
    background: url(/wp-content/plugins/masterslider/public/assets/css/skins/minimal.svg) no-repeat white;
    background-position: -178px 17px;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -27px;
    position: absolute;
    z-index: 110;
    -webkit-transition: background-color 300ms;
            transition: background-color 300ms;
}

.ms-skin-minimal .ms-nav-next:hover,
.ms-skin-minimal .ms-nav-prev:hover{
    background-color: #f1f1f1;
}

.ms-skin-minimal .ms-nav-next {
    right: 30px;
    left: auto;
    background-position: -75px 17px;
}

.ms-skin-minimal .ms-bullet {
    width: 8px;
    height: 8px;
    background: white;
    border: solid 1px #3d3d3d;
    border-radius: 50%;
    margin: 4px;
    background-position: -34px -117px;
}

.ms-skin-minimal .ms-bullet-selected {
    background: #3d3d3d;
}


.ms-skin-minimal .ms-time-bar {
    height: 3px;
    background: #FFFFFF;
    border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-minimal .ms-tooltip{
    position: absolute;
    z-index: 210;
    cursor: auto;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow{
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}

.ms-skin-minimal .ms-tooltip-top .ms-tooltip-arrow{
    border-top: solid 10px;
    border-top-color: silver;
    border-top-color: rgba(240, 240, 240, 0.88);
    bottom: -10px;
}

.ms-skin-minimal .ms-tooltip-bottom .ms-tooltip-arrow {
    border-bottom: solid 10px;
    border-bottom-color: silver;
    border-bottom-color: rgba(240, 240, 240, 0.88);
    top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow{
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}

.ms-skin-minimal .ms-tooltip-right .ms-tooltip-arrow{
    border-right: solid 10px;
    border-right-color: silver;
    border-right-color: rgba(240, 240, 240, 0.88);
    left: -10px;
}

.ms-skin-minimal .ms-tooltip-left .ms-tooltip-arrow {
    border-left: solid 10px;
    border-left-color: silver;
    border-left-color: rgba(240, 240, 240, 0.88);
    right: -10px;
}

.ms-skin-minimal .ms-tooltip-point {cursor: pointer;}
.ms-skin-minimal .ms-tooltip-point .ms-point-center {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    border: solid 2px #BBB;
    background: white;
    margin: -8px 0 0 -8px;
    position: absolute;
    z-index: 105;
}

.ms-skin-minimal .ms-tooltip-point .ms-point-border {
    width: 22px;
    height: 22px;
    background: black;
    background:rgba(0, 0, 0, 0.36);
    margin: -11px 0 0 -11px;
    position: absolute;
    border-radius: 15px;

    animation: ms-point-anim 1.5s infinite ;
    -moz-animation: ms-point-anim 1.5s infinite;
    -webkit-animation: ms-point-anim 1.5s infinite;
    -o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-minimal .ms-tooltip {
    max-width:200px;
}

.ms-skin-minimal .ms-tooltip-cont {
    padding: 10px;
    background: silver;
    background: rgba(240, 240, 240, 0.88);
    text-shadow: 0 1px 0px white;
    margin-left: -1px;
}



/**
 *  Master Slider
 *  Contrast
 */

.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
.ms-skin-contrast .ms-video-btn{
	width: 60px;
	height: 60px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -10px -144px;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px;
}

.ms-skin-contrast .ms-slide .ms-slide-vcbtn {
	width: 24px;
	height: 24px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat -27px -30px;
	top: 30px;
	right: 30px;
}

/* controls */

.ms-skin-contrast .ms-nav-next,
.ms-skin-contrast .ms-nav-prev {
	width: 60px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png);
	background-position: -76px -17px;
	height: 60px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -30px;
	position: absolute;
	z-index: 110;
}
.ms-skin-contrast .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -77px -91px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-skin-contrast .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-skin-contrast .ms-bullet {
	width: 16px;
	height: 16px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin.png) no-repeat;
	background-position: -31px -114px;
	margin: 4px;
}

.ms-skin-contrast .ms-bullet-selected {
    background-position: -31px -81px;
}

.ms-skin-contrast .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-contrast .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: #fc3116;
	border-top-color: rgba(252, 49, 22, 0.8);
	bottom: -10px;
}

.ms-skin-contrast .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: #fc3116;
	border-bottom-color: rgba(252, 49, 22, 0.8);
	top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-contrast .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: #fc3116;
	border-right-color: rgba(252, 49, 22, 0.8);
	left: -10px;
}

.ms-skin-contrast .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: #fc3116;
	border-left-color: rgba(252, 49, 22, 0.8);
	right: -10px;
}

.ms-skin-contrast .ms-tooltip-point {cursor: pointer;}
.ms-skin-contrast .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px;
	border-radius: 15px;
	border: solid 2px #636363;
	background: black;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-contrast .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px;
	background: white;
	background: rgba(255, 255, 255, 0.99);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;

	animation: ms-point-anim 1.5s infinite ;
	-moz-animation: ms-point-anim 1.5s infinite;
	-webkit-animation: ms-point-anim 1.5s infinite;
	-o-animation: ms-point-anim 1.5s infinite;
}

.ms-skin-contrast  .ms-tooltip {
	max-width:200px;
}

.ms-skin-contrast .ms-tooltip-cont {
	padding: 10px;
	background: #fc3116;
	background: rgba(252, 49, 22, 0.8);
	text-shadow: 0 1px 0px rgba(0, 0, 0, 0.4);
	color: white;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}

/* retina */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	.ms-skin-contrast .ms-slide .ms-slide-vpbtn,
	.ms-skin-contrast .ms-video-btn,
	.ms-skin-contrast .ms-slide .ms-slide-vcbtn,
	.ms-skin-contrast .ms-nav-next,
	.ms-skin-contrast .ms-nav-prev,
	.ms-skin-contrast .ms-bullet{
		background-image:url(/wp-content/plugins/masterslider/public/assets/css/skins/contrast-skin-retina.png);
		background-size: 152px 225px;
	}

}



.ms-caro3d-template .ms-container {
	padding: 10px 0 50px 0;
}

/* reflect */
.ms-caro3d-template .ms-slide{
	-webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255,255,255,0.5)));
}

.ms-caro3d-template .ms-slide-bgcont{
	border-radius: 8px;
}


.ms-dis-slider-cont {
    position: relative;
    padding: 3.2% 8.5% 24%;
    max-width: 508px;
}
.ms-display-cont .ms-view{
	background-color: #17171a;
}
.ms-display-cont{
   max-width: 614px;
	position: relative;
	margin: 0 auto;
}

.ms-display-bg {
    max-width: 100%;
    position: absolute;
}

.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
    background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-display-template .ms-nav-next {
	background-position: -59px -9px;
	right: -80px;
	left:auto;
}

.ms-display-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -50%;
	right: 50%;
	width: 100px;
}

.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-display-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-display-template .ms-bullet-selected {
    background-position: -143px -25px;
}


.ms-gallery-template .ms-gallery-botcont {
	height: 55px;
	background: black;
	color: white;
	font-weight: 300;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	position: relative;
}
.ms-gallery-template .ms-gal-playbtn {
	width: 55px;
	height: 100%;
	float: left;
	cursor: pointer;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 6px 6px;
}
.ms-gallery-template .ms-gal-playbtn.btn-pause {
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -55px 7px;
}

.ms-gallery-template .ms-gal-thumbtoggle {
	position: absolute;
	right: 0;
	z-index: 110;
	width: 55px;
	height: 100%;
	cursor: pointer;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat -53px -41px;
}
.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/gallery-btns.png) no-repeat 4px -41px;
}

.ms-gallery-template .ms-slide-num {
	float: left;
	padding: 17px 9px;
	color: #727272;
}
.ms-gallery-template .ms-slide-info {
	float: left;
	padding: 18px 4px;
	position: relative;
	width: auto;
}

.ms-gallery-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 18px;
	right: 105px;
	width: 100px;
}

.ms-gallery-template .ms-bullet {
	width: 8px;
	height: 8px;
	background: #1e1e1e;
	margin: 4px;
	border-radius: 15px;
}

.ms-gallery-template .ms-bullet-selected {
	background-color: white;
}

.ms-gallery-template .ms-timerbar {
	width: 100%;
	top: -4px;
	height: 4px;
	position: absolute;
	background: rgba(0, 0, 0, 0.32);
}

.ms-gallery-template .ms-time-bar {
	height: 4px;
	background: rgba(255, 255, 255, 0.7);
}

.ms-gallery-template .ms-thumb-list.ms-dir-h {
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.95);
	padding-top: 1px;
}

.ms-gallery-template .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 175px;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}

.ms-gallery-template .ms-thumb-frame-selected {
	opacity: 1;
}

.ms-gallery-template .ms-gal-thumbcont {
	overflow: hidden;
	width: 100%;
	height: 115px;
	position: absolute;
	top: -115px;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
	height: 0;
	top: 0;
}

@media (max-width: 570px) {
	.ms-gallery-template .ms-slide-info {
		display: none;
	}
}


.ms-laptop-template .ms-laptop-cont .ms-view{
	background-color: #17171a;
}
.ms-laptop-template .ms-laptop-cont{
   max-width: 645px;
	position: relative;
	margin: 0 auto;
}
.ms-laptop-template .ms-lt-slider-cont {
    position: relative;
    padding: 5% 11.9% 20%;
    max-width: 492px;
}
.ms-laptop-template .ms-laptop-bg {
    max-width: 100%;
    position: absolute;
}

.ms-laptop-template .ms-nav-prev,
.ms-laptop-template .ms-nav-next {
    background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -80px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-laptop-template .ms-nav-next {
	background-position: -59px -9px;
	right: -80px;
	left:auto;
}

.ms-laptop-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -40%;
	right: 50%;
	width: 100px;
}

.ms-laptop-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-laptop-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-laptop-template .ms-bullet-selected {
    background-position: -143px -25px;
}


.ms-tablet-template .ms-tablet-cont .ms-view{
	background-color: #17171a;
}
.ms-tablet-template .ms-tablet-cont{
   	max-width: 500px;
	position: relative;
	margin: 0 auto;
}

.ms-tablet-template.ms-tablet-land .ms-tablet-cont {
    max-width: 842px;
}

.ms-tablet-template.ms-tablet-land .ms-lt-slider-cont {
    padding: 4.1% 12.1% 10%;
    max-width: 632px;
}

.ms-tablet-template .ms-lt-slider-cont {
    position: relative;
    padding: 11.1% 11% 22%;
    max-width: 400px;
}
.ms-tablet-template .ms-tablet-bg {
    max-width: 100%;
    position: absolute;
}

.ms-tablet-template .ms-nav-prev,
.ms-tablet-template .ms-nav-next {
    background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -120px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-tablet-template .ms-nav-next {
	background-position: -59px -9px;
	right: -120px;
	left:auto;
}

.ms-tablet-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -18%;
	right: 50%;
	width: 100px;
}

.ms-tablet-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-tablet-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-tablet-template .ms-bullet-selected {
    background-position: -143px -25px;
}


.ms-phone-template .ms-phone-cont .ms-view{
	background-color: #17171a;
}
.ms-phone-template .ms-phone-cont{
    max-width: 386px;
	position: relative;
	margin: 0 auto;
}

.ms-phone-template.ms-phone-land .ms-phone-cont {
    max-width: 666px;
}

.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
	position: relative;
	padding: 4.6% 16.1% 10% 15.5%;
    max-width: 455px;
}

.ms-phone-template .ms-lt-slider-cont {
    position: relative;
    padding: 26.2% 16.5% 33% 16.8%;
    max-width: 258px;
}
.ms-phone-template .ms-phone-bg {
    max-width: 100%;
    position: absolute;
}

.ms-phone-template .ms-nav-prev,
.ms-phone-template .ms-nav-next {
    background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -11px -9px;
    width: 35px;
    height: 40px;
    left: -120px;
    margin-top: -17px;
    position: absolute;
    top:50%;
    cursor: pointer;
}
.ms-phone-template .ms-nav-next {
	background-position: -59px -9px;
	right: -120px;
	left:auto;
}

.ms-phone-template .ms-bullets.ms-dir-h {
	position: absolute;
	bottom: -30%;
	right: 50%;
	width: 100px;
}

.ms-phone-template .ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-phone-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/device-skin.png) no-repeat -112px -25px;
	margin: 4px;
}

.ms-phone-template .ms-bullet-selected {
    background-position: -143px -25px;
}

.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
    bottom: -21%;
}

.ms-phone-template.ms-phone-land .ms-nav-next {
    right: -150px;
}

.ms-phone-template.ms-phone-land .ms-nav-prev {
    left: -150px;
}


.ms-partialview-template .ms-slide-info {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.ms-partialview-template .ms-slide-info h3 {
	margin: 5px;
	font-weight: 300;
	font-size: 23pt;
	color: #222;
}

.ms-partialview-template .ms-slide-info h4 {
	margin: 5px;
	font-weight: 300;
	font-size: 14pt;
	color: #7A7A7A;
}

.ms-partialview-template .ms-slide-info p {
	font-size: 10pt;
	margin: 6px;
}


/* .ms-showcase2-template {max-width: 540px; margin: 0 auto;}
.ms-showcase2-vertical {max-width: 677px;} */
.ms-showcase2-template .ms-view{background: transparent;}


.master-slider{
	-moz-transform:translate3d(0,0,1px);
}
.ms-staff-carousel{
	margin: 25px auto;
	position: relative;
}

.ms-staff-carousel .ms-view{
	overflow:visible;
	background-color: transparent;
}

.ms-staff-carousel .ms-nav-prev,
.ms-staff-carousel .ms-nav-next {
    background: url(/wp-content/plugins/masterslider/public/assets/css/templates/staff-arrows.png) white no-repeat -7px -57px;
    width: 35px;
    height: 40px;
    left: -35px;
    margin-top: -17px;
    box-shadow: 0px 1px 0px 0px rgb(190, 190, 190);
    position: absolute;
    top:50%;
    cursor: pointer;
}

.ms-staff-carousel .ms-nav-next {
	background-position: -6px -7px;
	right:-35px;
	left:auto;
}

.ms-staff-carousel .ms-staff-info{
	text-align: center;
	margin:0 auto;
	max-width: 600px;
	margin-top:30px;
	min-height:300px;
	color:#222222;
}
	.ms-staff-carousel .ms-staff-info h3{
		font-weight: 300;
		font-size: 22pt;
		margin:0px;
	}
	
	.ms-staff-carousel .ms-staff-info h4{
		font-weight: 300;
		color:#787878;
		font-size: 15pt;
		margin:3px;
	}

.ms-staff-carousel.ms-round .ms-slide-bgcont {
	border-radius: 5000px;
	border: solid 8px rgb(230, 230, 230);
	margin: 0 -8px;
}

.ms-staff-carousel.ms-round .ms-view{
	padding-bottom: 8%;
}

.ms-staff-carousel.ms-round .ms-nav-prev,
.ms-staff-carousel.ms-round .ms-nav-next {
    background-color:transparent;
    box-shadow : none;
    left:-45px;
 }
 
.ms-staff-carousel.ms-round .ms-nav-next {
    left:auto;
    right:-45px
}



.ms-tabs-template .ms-thumb-frame h3 {
	font-weight: 400;
	font-size: 13pt;
	margin:0;
}

.ms-tabs-template .ms-thumb-frame p {
	font-size:10pt;
	margin: 4px 0;
}

.ms-tabs-template .ms-thumb-frame-selected h3{
	color:#4b8aac;
}


.ms-vertical-template .ms-nav-prev,
.ms-vertical-template .ms-nav-next {
    top: 10px;
    left: 50%;
    background: url(/wp-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
    background-position: -11px -6px;
    width: 40px;
    height: 30px;
    margin-left: -20px;
    margin-top: 0;
}

.ms-vertical-template .ms-nav-next{
	top:auto;
	bottom:10px;
	background-position: -11px -53px;
}

.ms-vertical-template .ms-thumblist-fwd,
.ms-vertical-template .ms-thumblist-bwd {
    width: 100%;
	position: absolute;
	top: 0;
	height: 15px;
	cursor: pointer;
	background: url(/wp-content/plugins/masterslider/public/assets/css/templates/vertical-arrows.png) no-repeat;
	
    background-position: 50% -106px;
}
.ms-vertical-template .ms-thumblist-bwd {
    top: auto;
    bottom: 0;
    background-position: 50% -145px;
}
/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

@charset "UTF-8";
/*>>>>>>>>>>>>>>>>>>>>>>>>> #Reset <<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*!----------- $CSS Reset [html5boilerplate v5.2.0 / 10-6-2015] ------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*>>>>>>>>>>>>>>>>>>> #Dodument [averta] <<<<<<<<<<<<<<<<<<<<<< */
/* $Body ==============================
======================================= */
/**  1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { overflow-y: scroll; min-height: 100%; font-size: 100.01%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

* { box-sizing: border-box; }

/* Native fonts for base body font family */
body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 100%; line-height: 1.5; font-style: normal; min-height: 100%; margin: 0; background: #eee; }

body, select, input, textarea { color: #444; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ text-rendering: optimizelegibility; }

/** Colors map */
/* $Typography ========================
======================================= */
/* links ------------- */
a { text-decoration: none; transition: background-color 150ms linear, color 150ms linear; border: none; padding: 0; margin: 0; }
a:hover { color: #FFD62C; }
a img { display: block; border: none; padding: 0; margin: 0; }

/* Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301  These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection { background: #ffb7b7; text-shadow: none; }

::selection { background: #ffb7b7; text-shadow: none; }

.chromeframe, .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; text-align: center; }
.chromeframe a, .browserupgrade a { color: #007fff; }

a:focus { outline: none; }

a.aux-disabled, a[href="#null"] { pointer-events: none; cursor: default; text-decoration: none; color: black; }

/* paragraph ---------- */
p { margin: 0 0 1em 0; }
p.red::-webkit-selection { background: #ffb7b7; }
p.red::-moz-selection { background: #ffb7b7; }
p.blue::-webkit-selection { background: #a8d1ff; }
p.blue::-moz-selection { background: #a8d1ff; }
p.yellow::-webkit-selection { background: #fff2a8; }
p.yellow::-moz-selection { background: #fff2a8; }

hr, .divider { display: block; clear: both; height: 0; line-height: 0; border: 0; padding: 0; border-bottom: 1px solid #404040; }

.divider { position: relative; }
.divider > * { display: inline-block; position: absolute; right: 0; line-height: 100%; cursor: pointer; }

hr.dotted, .divider.dotted { border-bottom-style: dotted; }

hr.dashed, .divider.dashed { border-bottom-style: dashed; }

hr.both { margin-bottom: 1.5em; margin-top: 1.5em; }

hr.both2 { margin-bottom: 2em; margin-top: 2em; }

hr.top, article.top { margin-top: 1em; }

hr.top2 { margin-top: 2em; }

hr.bottom { margin-bottom: 1em; }

hr.bottom2 { margin-bottom: 2em; }

aside hr { margin-top: 1em; margin-bottom: 1em; }

pre { clear: both; line-height: 1.5em; padding: 0px .5em; }
pre p { margin-bottom: 0; }
pre code { display: table; }

pre, code, kbd, samp { font-family: monospace,Monaco, Courier New, serif; }

abbr[title] { cursor: help; text-decoration: none; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

small { font-size: small; }

big { font-size: larger; }

.alert { color: #CA0000 !important; }

ins { background-color: #f3f3f3; text-decoration: initial; padding: 0.2em 0.3em; border-radius: 3px; }

address { margin-bottom: 1em; }

/* headings ----------- */
h1, h2, h3, h4, h5, h6 { font-style: normal; font-family: "Georgia",Helvetica, sans-serif; letter-spacing: 0; font-weight: 600; margin-top: .2em; text-rendering: optimizeSpeed; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 800; }

h1, .aux-h1 { font-size: 3.3125em; line-height: 1.2; margin-bottom: .4em; }

h2, .aux-h2 { font-size: 2.375em; line-height: 1.5; margin-bottom: .5em; }

h3, .aux-h3 { font-size: 1.6875em; line-height: 1.8; margin-bottom: .6em; }

h4, .aux-h4 { font-size: 1.375em; line-height: 1.15; margin-bottom: 1.1em; }

h5, .aux-h5 { font-size: 1.125em; line-height: 1.4; margin-bottom: 1.4em; letter-spacing: 1px; }

h6, .aux-h6 { font-size: 0.9375em; line-height: 1.6; margin-bottom: 1.7em; letter-spacing: 1px; }

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

h1 .small { font-size: 1.5em; }

h2 .small { font-size: 1.125em; }

h3 .small { font-size: 0.875em; }

h4 .small { font-size: 0.875em; }

/* blockquote ---------- */
blockquote { margin: 0 0 1em; padding: 1.5em; border-left: 1px solid #ccc; position: relative; font-size: 140%; line-height: 1.6; color: #444; font-style: italic; quotes: "“" "”" "‘" "’"; }
blockquote:after { content: ""; display: table; clear: both; }
blockquote > i { color: #555; font-size: 450%; line-height: 1em; position: absolute; top: 0.1em; left: 0.2em; color: #B9B9B9; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 3; }
blockquote > i:before { content: '\201C'; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
blockquote p { margin: 0; }
blockquote cite { font-style: normal; font-size: 13px; }
blockquote blockquote { font-size: 100%; }

/* quote ---------- */
q { display: inline; }
q:before { content: open-quote; }
q:after { content: close-quote; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.aux-hide { display: none; }

.aux-hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }

.aux-visually-hide { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }

/* Clearfix: contain floats  For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:after { content: ""; display: table; clear: both; }

.aux-container:after, figure:after { content: ""; display: table; clear: both; }

.aux-container { width: 100%; margin: 0 auto; }

/* $Image ==========================
==================================== */
img { image-rendering: -webkit-optimizeSpeed; max-width: 100%; height: auto; }
img.aligncenter { display: block; margin: 10px auto; }
img.alignleft { margin: 0.4em 1.2em 1em 0; float: left; }
img.alignright { margin: 0.4em 0 1em 1.2em; float: right; }

.aux-media-cover { object-fit: cover; }

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video { vertical-align: middle; }

figure, figcaption { position: relative; }
figure:after, figcaption:after { content: ""; display: table; clear: both; }

/** Auxin float layout styles */
.aux-off { display: none; }

@media screen and (min-width: 1025px) { .aux-desktop-off, .aux-tablet-on, .aux-phone-on { display: none !important; } }
@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-desktop-on, .aux-tablet-off, .aux-phone-on { display: none !important; } }
@media screen and (max-width: 767px) { .aux-desktop-on, .aux-tablet-on, .aux-phone-off { display: none !important; } }
.aux-float-layout .aux-float-wrapper { position: relative; clear: both; }
.aux-float-layout .aux-float-wrapper::after { content: ''; display: table; clear: both; }
.aux-float-layout .aux-start { float: left; }
.aux-float-layout .aux-end { float: right; }
.aux-float-layout .aux-center { position: absolute; left: 50%; transform: translateX(-50%); }
.aux-float-layout .aux-middle { position: relative; top: 50%; transform: translateY(-50%); }
.aux-float-layout .aux-center-middle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.aux-float-layout .aux-fill { height: 100%; }
.aux-float-layout .aux-bottom { position: relative; top: 100%; transform: translateY(-100%); }
.rtl .aux-float-layout .aux-start { float: right; }
.rtl .aux-float-layout .aux-end { float: left; }
@media screen and (max-width: 767px) { .aux-float-layout .aux-phone-start { float: left; }
  .aux-float-layout .aux-phone-end { float: right; }
  .aux-float-layout .aux-phone-center { position: absolute; left: 50%; transform: translateX(-50%); }
  .aux-float-layout .aux-phone-middle { position: relative; top: 50%; transform: translateY(-50%); }
  .aux-float-layout .aux-phone-center-middle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .aux-float-layout .aux-phone-fill { height: 100%; }
  .aux-float-layout .aux-phone-bottom { position: relative; top: 100%; transform: translateY(-100%); }
  .rtl .aux-float-layout .aux-phone-start { float: right; }
  .rtl .aux-float-layout .aux-phone-end { float: left; } }
@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-float-layout .aux-tablet-start { float: left; }
  .aux-float-layout .aux-tablet-end { float: right; }
  .aux-float-layout .aux-tablet-center { position: absolute; left: 50%; transform: translateX(-50%); }
  .aux-float-layout .aux-tablet-middle { position: relative; top: 50%; transform: translateY(-50%); }
  .aux-float-layout .aux-tablet-center-middle { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
  .aux-float-layout .aux-tablet-fill { height: 100%; }
  .aux-float-layout .aux-tablet-bottom { position: relative; top: 100%; transform: translateY(-100%); }
  .rtl .aux-float-layout .aux-tablet-start { float: right; }
  .rtl .aux-float-layout .aux-tablet-end { float: left; } }

/* $Lists ===========================
===================================== */
ul, ol { margin-bottom: 1em; margin-left: 0; padding: 0; border: none; }

ol { list-style: decimal; list-style-position: inside; }

ul ul, ul ol, ol ol, ol ul { margin: 0.3em 0 0.3em 2.7em; font-size: 97%; }

ul ul li, ul ol li, ol ol li, ol ul li { margin-bottom: .8em; }

li { margin-bottom: 1em; line-height: 1.5; border-color: #ccc; border-width: 1px; }

ul.large li { line-height: 100%; }

/* decorations */
ul.nostyle, ol.nostyle { margin-left: 0; list-style: none; }

ul.bordered li, ol.bordered li { margin-bottom: 0.4em; padding-bottom: 0.4em; border-bottom-style: solid; }
ul.bordered ul, ol.bordered ul { margin-bottom: 0; margin-top: 0.6em; }
ul.bordered ul li:last-child, ol.bordered ul li:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
ul.dotted, ol.dotted { border-style: none; }
ul.dotted li, ol.dotted li { border-bottom-style: dotted; }
ul.dashed, ol.dashed { border-style: none; }
ul.dashed li, ol.dashed li { border-bottom-style: dashed; }

ul { list-style: none outside; }
ul.square li { list-style: square inside; }
ul.circle li { list-style: circle inside; }
ul.disc li { list-style: disc   inside; }

ol { counter-reset: item; }
ol.decimal { list-style: none inside; *list-style: decimal inside; }
ol.decimal li:before { content: counter(item); counter-increment: item; background-color: #eee; color: #fff; font-weight: 600; margin-right: 0.7em; padding: 0 0.5em; line-height: 1em; font-size: 0.85em; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }

/** Auxin Modern Button Element */
/** Auxin Modern Button Element */
/** Button Elements Default Config file */
a.button.aux-tiny, button.aux-tiny, input[type="button"].aux-tiny, .aux-button.aux-tiny, input[type="submit"].aux-tiny, input[type="reset"].aux-tiny { padding: 8px  15px; font-size: 0.6875em; font-weight: 400; }

a.button.aux-small, button.aux-small, input[type="button"].aux-small, .aux-button.aux-small, input[type="submit"].aux-small, input[type="reset"].aux-small { padding: 9px 18px; font-size: 0.6875em; font-weight: 500; }

a.button.aux-medium, button.aux-medium, input[type="button"].aux-medium, .aux-button.aux-medium, input[type="submit"].aux-medium, input[type="reset"].aux-medium { padding: 12px 23px; font-size: 0.75em; font-weight: 500; }

a.button, button, input[type="button"], .aux-button, a.button.aux-large, button.aux-large, input[type="button"].aux-large, .aux-button.aux-large, input[type="submit"], input[type="reset"], input[type="submit"].aux-large, input[type="reset"].aux-large { padding: 20px 35px; font-size: 0.8125em; font-weight: 700; }

a.button.aux-exlarge, button.aux-exlarge, input[type="button"].aux-exlarge, .aux-button.aux-exlarge, input[type="submit"].aux-exlarge, input[type="reset"].aux-exlarge { padding: 27px 55px; font-size: 0.8125em; font-weight: 700; }

a.button.aux-round, button.aux-round, input[type="button"].aux-round, .aux-button.aux-round { border-radius: 5px; }

a.button.aux-curve, button.aux-curve, input[type="button"].aux-curve, .aux-button.aux-curve { border-radius: 100em; /* a large value */ }

a.button, button, input[type="button"], .aux-button, a.button.aux-normal, button.aux-normal, input[type="button"].aux-normal, .aux-button.aux-normal, input[type="submit"], input[type="reset"] { border-radius: 0; }

a.button.aux-outline, button.aux-outline, input[type="button"].aux-outline, .aux-button.aux-outline { text-shadow: none !important; }
a.aux-black.button.aux-outline, button.aux-black.aux-outline, input.aux-black[type="button"].aux-outline, .aux-black.aux-button.aux-outline { box-shadow: 0 0 0 1px #3D3D3D inset; background-color: transparent !important; color: #3D3D3D; }
a.aux-black.button.aux-outline:hover, button.aux-black.aux-outline:hover, input.aux-black[type="button"].aux-outline:hover, .aux-black.aux-button.aux-outline:hover { color: white; }
a.aux-black.button.aux-outline .aux-overlay::after, button.aux-black.aux-outline .aux-overlay::after, input.aux-black[type="button"].aux-outline .aux-overlay::after, .aux-black.aux-button.aux-outline .aux-overlay::after { background-color: #3D3D3D; }
a.aux-white.button.aux-outline, button.aux-white.aux-outline, input.aux-white[type="button"].aux-outline, .aux-white.aux-button.aux-outline { box-shadow: 0 0 0 1px #FFFFFF inset; background-color: transparent !important; color: white; }
a.aux-white.button.aux-outline:hover, button.aux-white.aux-outline:hover, input.aux-white[type="button"].aux-outline:hover, .aux-white.aux-button.aux-outline:hover { color: black; }
a.aux-white.button.aux-outline .aux-overlay::after, button.aux-white.aux-outline .aux-overlay::after, input.aux-white[type="button"].aux-outline .aux-overlay::after, .aux-white.aux-button.aux-outline .aux-overlay::after { background-color: #FFFFFF; }
a.aux-masala.button.aux-outline, button.aux-masala.aux-outline, input.aux-masala[type="button"].aux-outline, .aux-masala.aux-button.aux-outline { box-shadow: 0 0 0 1px #3D3D3D inset; background-color: transparent !important; color: #3D3D3D; }
a.aux-masala.button.aux-outline:hover, button.aux-masala.aux-outline:hover, input.aux-masala[type="button"].aux-outline:hover, .aux-masala.aux-button.aux-outline:hover { color: white; }
a.aux-masala.button.aux-outline .aux-overlay::after, button.aux-masala.aux-outline .aux-overlay::after, input.aux-masala[type="button"].aux-outline .aux-overlay::after, .aux-masala.aux-button.aux-outline .aux-overlay::after { background-color: #3D3D3D; }
a.aux-dark-gray.button.aux-outline, button.aux-dark-gray.aux-outline, input.aux-dark-gray[type="button"].aux-outline, .aux-dark-gray.aux-button.aux-outline { box-shadow: 0 0 0 1px #AAAAAA inset; background-color: transparent !important; color: #AAAAAA; }
a.aux-dark-gray.button.aux-outline:hover, button.aux-dark-gray.aux-outline:hover, input.aux-dark-gray[type="button"].aux-outline:hover, .aux-dark-gray.aux-button.aux-outline:hover { color: white; }
a.aux-dark-gray.button.aux-outline .aux-overlay::after, button.aux-dark-gray.aux-outline .aux-overlay::after, input.aux-dark-gray[type="button"].aux-outline .aux-overlay::after, .aux-dark-gray.aux-button.aux-outline .aux-overlay::after { background-color: #AAAAAA; }
a.aux-ball-blue.button.aux-outline, button.aux-ball-blue.aux-outline, input.aux-ball-blue[type="button"].aux-outline, .aux-ball-blue.aux-button.aux-outline { box-shadow: 0 0 0 1px #1BB0CE inset; background-color: transparent !important; color: #1BB0CE; }
a.aux-ball-blue.button.aux-outline:hover, button.aux-ball-blue.aux-outline:hover, input.aux-ball-blue[type="button"].aux-outline:hover, .aux-ball-blue.aux-button.aux-outline:hover { color: white; }
a.aux-ball-blue.button.aux-outline .aux-overlay::after, button.aux-ball-blue.aux-outline .aux-overlay::after, input.aux-ball-blue[type="button"].aux-outline .aux-overlay::after, .aux-ball-blue.aux-button.aux-outline .aux-overlay::after { background-color: #1BB0CE; }
a.aux-fountain-blue.button.aux-outline, button.aux-fountain-blue.aux-outline, input.aux-fountain-blue[type="button"].aux-outline, .aux-fountain-blue.aux-button.aux-outline { box-shadow: 0 0 0 1px #5BACBA inset; background-color: transparent !important; color: #5BACBA; }
a.aux-fountain-blue.button.aux-outline:hover, button.aux-fountain-blue.aux-outline:hover, input.aux-fountain-blue[type="button"].aux-outline:hover, .aux-fountain-blue.aux-button.aux-outline:hover { color: white; }
a.aux-fountain-blue.button.aux-outline .aux-overlay::after, button.aux-fountain-blue.aux-outline .aux-overlay::after, input.aux-fountain-blue[type="button"].aux-outline .aux-overlay::after, .aux-fountain-blue.aux-button.aux-outline .aux-overlay::after { background-color: #5BACBA; }
a.aux-shamrock.button.aux-outline, button.aux-shamrock.aux-outline, input.aux-shamrock[type="button"].aux-outline, .aux-shamrock.aux-button.aux-outline { box-shadow: 0 0 0 1px #2CC990 inset; background-color: transparent !important; color: #2CC990; }
a.aux-shamrock.button.aux-outline:hover, button.aux-shamrock.aux-outline:hover, input.aux-shamrock[type="button"].aux-outline:hover, .aux-shamrock.aux-button.aux-outline:hover { color: white; }
a.aux-shamrock.button.aux-outline .aux-overlay::after, button.aux-shamrock.aux-outline .aux-overlay::after, input.aux-shamrock[type="button"].aux-outline .aux-overlay::after, .aux-shamrock.aux-button.aux-outline .aux-overlay::after { background-color: #2CC990; }
a.aux-curios-blue.button.aux-outline, button.aux-curios-blue.aux-outline, input.aux-curios-blue[type="button"].aux-outline, .aux-curios-blue.aux-button.aux-outline { box-shadow: 0 0 0 1px #2C82C9 inset; background-color: transparent !important; color: #2C82C9; }
a.aux-curios-blue.button.aux-outline:hover, button.aux-curios-blue.aux-outline:hover, input.aux-curios-blue[type="button"].aux-outline:hover, .aux-curios-blue.aux-button.aux-outline:hover { color: white; }
a.aux-curios-blue.button.aux-outline .aux-overlay::after, button.aux-curios-blue.aux-outline .aux-overlay::after, input.aux-curios-blue[type="button"].aux-outline .aux-overlay::after, .aux-curios-blue.aux-button.aux-outline .aux-overlay::after { background-color: #2C82C9; }
a.aux-light-sea-green.button.aux-outline, button.aux-light-sea-green.aux-outline, input.aux-light-sea-green[type="button"].aux-outline, .aux-light-sea-green.aux-button.aux-outline { box-shadow: 0 0 0 1px #1ABC9C inset; background-color: transparent !important; color: #1ABC9C; }
a.aux-light-sea-green.button.aux-outline:hover, button.aux-light-sea-green.aux-outline:hover, input.aux-light-sea-green[type="button"].aux-outline:hover, .aux-light-sea-green.aux-button.aux-outline:hover { color: white; }
a.aux-light-sea-green.button.aux-outline .aux-overlay::after, button.aux-light-sea-green.aux-outline .aux-overlay::after, input.aux-light-sea-green[type="button"].aux-outline .aux-overlay::after, .aux-light-sea-green.aux-button.aux-outline .aux-overlay::after { background-color: #1ABC9C; }
a.aux-emerald.button.aux-outline, button.aux-emerald.aux-outline, input.aux-emerald[type="button"].aux-outline, .aux-emerald.aux-button.aux-outline { box-shadow: 0 0 0 1px #4EBA6F inset; background-color: transparent !important; color: #4EBA6F; }
a.aux-emerald.button.aux-outline:hover, button.aux-emerald.aux-outline:hover, input.aux-emerald[type="button"].aux-outline:hover, .aux-emerald.aux-button.aux-outline:hover { color: white; }
a.aux-emerald.button.aux-outline .aux-overlay::after, button.aux-emerald.aux-outline .aux-overlay::after, input.aux-emerald[type="button"].aux-outline .aux-overlay::after, .aux-emerald.aux-button.aux-outline .aux-overlay::after { background-color: #4EBA6F; }
a.aux-energy-yellow.button.aux-outline, button.aux-energy-yellow.aux-outline, input.aux-energy-yellow[type="button"].aux-outline, .aux-energy-yellow.aux-button.aux-outline { box-shadow: 0 0 0 1px #EEE657 inset; background-color: transparent !important; color: #EEE657; }
a.aux-energy-yellow.button.aux-outline:hover, button.aux-energy-yellow.aux-outline:hover, input.aux-energy-yellow[type="button"].aux-outline:hover, .aux-energy-yellow.aux-button.aux-outline:hover { color: white; }
a.aux-energy-yellow.button.aux-outline .aux-overlay::after, button.aux-energy-yellow.aux-outline .aux-overlay::after, input.aux-energy-yellow[type="button"].aux-outline .aux-overlay::after, .aux-energy-yellow.aux-button.aux-outline .aux-overlay::after { background-color: #EEE657; }
a.aux-mikado-yellow.button.aux-outline, button.aux-mikado-yellow.aux-outline, input.aux-mikado-yellow[type="button"].aux-outline, .aux-mikado-yellow.aux-button.aux-outline { box-shadow: 0 0 0 1px #FCCD0F inset; background-color: transparent !important; color: #FCCD0F; }
a.aux-mikado-yellow.button.aux-outline:hover, button.aux-mikado-yellow.aux-outline:hover, input.aux-mikado-yellow[type="button"].aux-outline:hover, .aux-mikado-yellow.aux-button.aux-outline:hover { color: white; }
a.aux-mikado-yellow.button.aux-outline .aux-overlay::after, button.aux-mikado-yellow.aux-outline .aux-overlay::after, input.aux-mikado-yellow[type="button"].aux-outline .aux-overlay::after, .aux-mikado-yellow.aux-button.aux-outline .aux-overlay::after { background-color: #FCCD0F; }
a.aux-pink-salmon.button.aux-outline, button.aux-pink-salmon.aux-outline, input.aux-pink-salmon[type="button"].aux-outline, .aux-pink-salmon.aux-button.aux-outline { box-shadow: 0 0 0 1px #FF91A9 inset; background-color: transparent !important; color: #FF91A9; }
a.aux-pink-salmon.button.aux-outline:hover, button.aux-pink-salmon.aux-outline:hover, input.aux-pink-salmon[type="button"].aux-outline:hover, .aux-pink-salmon.aux-button.aux-outline:hover { color: white; }
a.aux-pink-salmon.button.aux-outline .aux-overlay::after, button.aux-pink-salmon.aux-outline .aux-overlay::after, input.aux-pink-salmon[type="button"].aux-outline .aux-overlay::after, .aux-pink-salmon.aux-button.aux-outline .aux-overlay::after { background-color: #FF91A9; }
a.aux-wisteria.button.aux-outline, button.aux-wisteria.aux-outline, input.aux-wisteria[type="button"].aux-outline, .aux-wisteria.aux-button.aux-outline { box-shadow: 0 0 0 1px #9E69AF inset; background-color: transparent !important; color: #9E69AF; }
a.aux-wisteria.button.aux-outline:hover, button.aux-wisteria.aux-outline:hover, input.aux-wisteria[type="button"].aux-outline:hover, .aux-wisteria.aux-button.aux-outline:hover { color: white; }
a.aux-wisteria.button.aux-outline .aux-overlay::after, button.aux-wisteria.aux-outline .aux-overlay::after, input.aux-wisteria[type="button"].aux-outline .aux-overlay::after, .aux-wisteria.aux-button.aux-outline .aux-overlay::after { background-color: #9E69AF; }
a.aux-lilac.button.aux-outline, button.aux-lilac.aux-outline, input.aux-lilac[type="button"].aux-outline, .aux-lilac.aux-button.aux-outline { box-shadow: 0 0 0 1px #CEACD2 inset; background-color: transparent !important; color: #CEACD2; }
a.aux-lilac.button.aux-outline:hover, button.aux-lilac.aux-outline:hover, input.aux-lilac[type="button"].aux-outline:hover, .aux-lilac.aux-button.aux-outline:hover { color: white; }
a.aux-lilac.button.aux-outline .aux-overlay::after, button.aux-lilac.aux-outline .aux-overlay::after, input.aux-lilac[type="button"].aux-outline .aux-overlay::after, .aux-lilac.aux-button.aux-outline .aux-overlay::after { background-color: #CEACD2; }
a.aux-pale-sky.button.aux-outline, button.aux-pale-sky.aux-outline, input.aux-pale-sky[type="button"].aux-outline, .aux-pale-sky.aux-button.aux-outline { box-shadow: 0 0 0 1px #5F7487 inset; background-color: transparent !important; color: #5F7487; }
a.aux-pale-sky.button.aux-outline:hover, button.aux-pale-sky.aux-outline:hover, input.aux-pale-sky[type="button"].aux-outline:hover, .aux-pale-sky.aux-button.aux-outline:hover { color: white; }
a.aux-pale-sky.button.aux-outline .aux-overlay::after, button.aux-pale-sky.aux-outline .aux-overlay::after, input.aux-pale-sky[type="button"].aux-outline .aux-overlay::after, .aux-pale-sky.aux-button.aux-outline .aux-overlay::after { background-color: #5F7487; }
a.aux-tower-gray.button.aux-outline, button.aux-tower-gray.aux-outline, input.aux-tower-gray[type="button"].aux-outline, .aux-tower-gray.aux-button.aux-outline { box-shadow: 0 0 0 1px #ADBCC3 inset; background-color: transparent !important; color: #ADBCC3; }
a.aux-tower-gray.button.aux-outline:hover, button.aux-tower-gray.aux-outline:hover, input.aux-tower-gray[type="button"].aux-outline:hover, .aux-tower-gray.aux-button.aux-outline:hover { color: white; }
a.aux-tower-gray.button.aux-outline .aux-overlay::after, button.aux-tower-gray.aux-outline .aux-overlay::after, input.aux-tower-gray[type="button"].aux-outline .aux-overlay::after, .aux-tower-gray.aux-button.aux-outline .aux-overlay::after { background-color: #ADBCC3; }
a.aux-william.button.aux-outline, button.aux-william.aux-outline, input.aux-william[type="button"].aux-outline, .aux-william.aux-button.aux-outline { box-shadow: 0 0 0 1px #3A5F6F inset; background-color: transparent !important; color: #3A5F6F; }
a.aux-william.button.aux-outline:hover, button.aux-william.aux-outline:hover, input.aux-william[type="button"].aux-outline:hover, .aux-william.aux-button.aux-outline:hover { color: white; }
a.aux-william.button.aux-outline .aux-overlay::after, button.aux-william.aux-outline .aux-overlay::after, input.aux-william[type="button"].aux-outline .aux-overlay::after, .aux-william.aux-button.aux-outline .aux-overlay::after { background-color: #3A5F6F; }
a.aux-carmine-pink.button.aux-outline, button.aux-carmine-pink.aux-outline, input.aux-carmine-pink[type="button"].aux-outline, .aux-carmine-pink.aux-button.aux-outline { box-shadow: 0 0 0 1px #E74C3C inset; background-color: transparent !important; color: #E74C3C; }
a.aux-carmine-pink.button.aux-outline:hover, button.aux-carmine-pink.aux-outline:hover, input.aux-carmine-pink[type="button"].aux-outline:hover, .aux-carmine-pink.aux-button.aux-outline:hover { color: white; }
a.aux-carmine-pink.button.aux-outline .aux-overlay::after, button.aux-carmine-pink.aux-outline .aux-overlay::after, input.aux-carmine-pink[type="button"].aux-outline .aux-overlay::after, .aux-carmine-pink.aux-button.aux-outline .aux-overlay::after { background-color: #E74C3C; }
a.aux-persimmon.button.aux-outline, button.aux-persimmon.aux-outline, input.aux-persimmon[type="button"].aux-outline, .aux-persimmon.aux-button.aux-outline { box-shadow: 0 0 0 1px #FF6A55 inset; background-color: transparent !important; color: #FF6A55; }
a.aux-persimmon.button.aux-outline:hover, button.aux-persimmon.aux-outline:hover, input.aux-persimmon[type="button"].aux-outline:hover, .aux-persimmon.aux-button.aux-outline:hover { color: white; }
a.aux-persimmon.button.aux-outline .aux-overlay::after, button.aux-persimmon.aux-outline .aux-overlay::after, input.aux-persimmon[type="button"].aux-outline .aux-overlay::after, .aux-persimmon.aux-button.aux-outline .aux-overlay::after { background-color: #FF6A55; }
a.aux-tan-hide.button.aux-outline, button.aux-tan-hide.aux-outline, input.aux-tan-hide[type="button"].aux-outline, .aux-tan-hide.aux-button.aux-outline { box-shadow: 0 0 0 1px #FF9F55 inset; background-color: transparent !important; color: #FF9F55; }
a.aux-tan-hide.button.aux-outline:hover, button.aux-tan-hide.aux-outline:hover, input.aux-tan-hide[type="button"].aux-outline:hover, .aux-tan-hide.aux-button.aux-outline:hover { color: white; }
a.aux-tan-hide.button.aux-outline .aux-overlay::after, button.aux-tan-hide.aux-outline .aux-overlay::after, input.aux-tan-hide[type="button"].aux-outline .aux-overlay::after, .aux-tan-hide.aux-button.aux-outline .aux-overlay::after { background-color: #FF9F55; }
a.aux-wild-watermelon.button.aux-outline, button.aux-wild-watermelon.aux-outline, input.aux-wild-watermelon[type="button"].aux-outline, .aux-wild-watermelon.aux-button.aux-outline { box-shadow: 0 0 0 1px #FF6E78 inset; background-color: transparent !important; color: #FF6E78; }
a.aux-wild-watermelon.button.aux-outline:hover, button.aux-wild-watermelon.aux-outline:hover, input.aux-wild-watermelon[type="button"].aux-outline:hover, .aux-wild-watermelon.aux-button.aux-outline:hover { color: white; }
a.aux-wild-watermelon.button.aux-outline .aux-overlay::after, button.aux-wild-watermelon.aux-outline .aux-overlay::after, input.aux-wild-watermelon[type="button"].aux-outline .aux-overlay::after, .aux-wild-watermelon.aux-button.aux-outline .aux-overlay::after { background-color: #FF6E78; }
a.aux-iceberg.button.aux-outline, button.aux-iceberg.aux-outline, input.aux-iceberg[type="button"].aux-outline, .aux-iceberg.aux-button.aux-outline { box-shadow: 0 0 0 1px #73B1D6 inset; background-color: transparent !important; color: #73B1D6; }
a.aux-iceberg.button.aux-outline:hover, button.aux-iceberg.aux-outline:hover, input.aux-iceberg[type="button"].aux-outline:hover, .aux-iceberg.aux-button.aux-outline:hover { color: white; }
a.aux-iceberg.button.aux-outline .aux-overlay::after, button.aux-iceberg.aux-outline .aux-overlay::after, input.aux-iceberg[type="button"].aux-outline .aux-overlay::after, .aux-iceberg.aux-button.aux-outline .aux-overlay::after { background-color: #73B1D6; }
a.aux-dark-lavender.button.aux-outline, button.aux-dark-lavender.aux-outline, input.aux-dark-lavender[type="button"].aux-outline, .aux-dark-lavender.aux-button.aux-outline { box-shadow: 0 0 0 1px #745A90 inset; background-color: transparent !important; color: #745A90; }
a.aux-dark-lavender.button.aux-outline:hover, button.aux-dark-lavender.aux-outline:hover, input.aux-dark-lavender[type="button"].aux-outline:hover, .aux-dark-lavender.aux-button.aux-outline:hover { color: white; }
a.aux-dark-lavender.button.aux-outline .aux-overlay::after, button.aux-dark-lavender.aux-outline .aux-overlay::after, input.aux-dark-lavender[type="button"].aux-outline .aux-overlay::after, .aux-dark-lavender.aux-button.aux-outline .aux-overlay::after { background-color: #745A90; }
a.aux-viking.button.aux-outline, button.aux-viking.aux-outline, input.aux-viking[type="button"].aux-outline, .aux-viking.aux-button.aux-outline { box-shadow: 0 0 0 1px #5CD5E6 inset; background-color: transparent !important; color: #5CD5E6; }
a.aux-viking.button.aux-outline:hover, button.aux-viking.aux-outline:hover, input.aux-viking[type="button"].aux-outline:hover, .aux-viking.aux-button.aux-outline:hover { color: white; }
a.aux-viking.button.aux-outline .aux-overlay::after, button.aux-viking.aux-outline .aux-overlay::after, input.aux-viking[type="button"].aux-outline .aux-overlay::after, .aux-viking.aux-button.aux-outline .aux-overlay::after { background-color: #5CD5E6; }
a.aux-tiffany-blue.button.aux-outline, button.aux-tiffany-blue.aux-outline, input.aux-tiffany-blue[type="button"].aux-outline, .aux-tiffany-blue.aux-button.aux-outline { box-shadow: 0 0 0 1px #00B5B5 inset; background-color: transparent !important; color: #00B5B5; }
a.aux-tiffany-blue.button.aux-outline:hover, button.aux-tiffany-blue.aux-outline:hover, input.aux-tiffany-blue[type="button"].aux-outline:hover, .aux-tiffany-blue.aux-button.aux-outline:hover { color: white; }
a.aux-tiffany-blue.button.aux-outline .aux-overlay::after, button.aux-tiffany-blue.aux-outline .aux-overlay::after, input.aux-tiffany-blue[type="button"].aux-outline .aux-overlay::after, .aux-tiffany-blue.aux-button.aux-outline .aux-overlay::after { background-color: #00B5B5; }
a.aux-pastel-orange.button.aux-outline, button.aux-pastel-orange.aux-outline, input.aux-pastel-orange[type="button"].aux-outline, .aux-pastel-orange.aux-button.aux-outline { box-shadow: 0 0 0 1px #FCB941 inset; background-color: transparent !important; color: #FCB941; }
a.aux-pastel-orange.button.aux-outline:hover, button.aux-pastel-orange.aux-outline:hover, input.aux-pastel-orange[type="button"].aux-outline:hover, .aux-pastel-orange.aux-button.aux-outline:hover { color: white; }
a.aux-pastel-orange.button.aux-outline .aux-overlay::after, button.aux-pastel-orange.aux-outline .aux-overlay::after, input.aux-pastel-orange[type="button"].aux-outline .aux-overlay::after, .aux-pastel-orange.aux-button.aux-outline .aux-overlay::after { background-color: #FCB941; }
a.aux-east-bay.button.aux-outline, button.aux-east-bay.aux-outline, input.aux-east-bay[type="button"].aux-outline, .aux-east-bay.aux-button.aux-outline { box-shadow: 0 0 0 1px #395781 inset; background-color: transparent !important; color: #395781; }
a.aux-east-bay.button.aux-outline:hover, button.aux-east-bay.aux-outline:hover, input.aux-east-bay[type="button"].aux-outline:hover, .aux-east-bay.aux-button.aux-outline:hover { color: white; }
a.aux-east-bay.button.aux-outline .aux-overlay::after, button.aux-east-bay.aux-outline .aux-overlay::after, input.aux-east-bay[type="button"].aux-outline .aux-overlay::after, .aux-east-bay.aux-button.aux-outline .aux-overlay::after { background-color: #395781; }
a.aux-steel-blue.button.aux-outline, button.aux-steel-blue.aux-outline, input.aux-steel-blue[type="button"].aux-outline, .aux-steel-blue.aux-button.aux-outline { box-shadow: 0 0 0 1px #4589B0 inset; background-color: transparent !important; color: #4589B0; }
a.aux-steel-blue.button.aux-outline:hover, button.aux-steel-blue.aux-outline:hover, input.aux-steel-blue[type="button"].aux-outline:hover, .aux-steel-blue.aux-button.aux-outline:hover { color: white; }
a.aux-steel-blue.button.aux-outline .aux-overlay::after, button.aux-steel-blue.aux-outline .aux-overlay::after, input.aux-steel-blue[type="button"].aux-outline .aux-overlay::after, .aux-steel-blue.aux-button.aux-outline .aux-overlay::after { background-color: #4589B0; }
a.aux-half-backed.button.aux-outline, button.aux-half-backed.aux-outline, input.aux-half-backed[type="button"].aux-outline, .aux-half-backed.aux-button.aux-outline { box-shadow: 0 0 0 1px #84CCD1 inset; background-color: transparent !important; color: #84CCD1; }
a.aux-half-backed.button.aux-outline:hover, button.aux-half-backed.aux-outline:hover, input.aux-half-backed[type="button"].aux-outline:hover, .aux-half-backed.aux-button.aux-outline:hover { color: white; }
a.aux-half-backed.button.aux-outline .aux-overlay::after, button.aux-half-backed.aux-outline .aux-overlay::after, input.aux-half-backed[type="button"].aux-outline .aux-overlay::after, .aux-half-backed.aux-button.aux-outline .aux-overlay::after { background-color: #84CCD1; }
a.aux-tapestry.button.aux-outline, button.aux-tapestry.aux-outline, input.aux-tapestry[type="button"].aux-outline, .aux-tapestry.aux-button.aux-outline { box-shadow: 0 0 0 1px #B95A84 inset; background-color: transparent !important; color: #B95A84; }
a.aux-tapestry.button.aux-outline:hover, button.aux-tapestry.aux-outline:hover, input.aux-tapestry[type="button"].aux-outline:hover, .aux-tapestry.aux-button.aux-outline:hover { color: white; }
a.aux-tapestry.button.aux-outline .aux-overlay::after, button.aux-tapestry.aux-outline .aux-overlay::after, input.aux-tapestry[type="button"].aux-outline .aux-overlay::after, .aux-tapestry.aux-button.aux-outline .aux-overlay::after { background-color: #B95A84; }
a.aux-fire-engine-red.button.aux-outline, button.aux-fire-engine-red.aux-outline, input.aux-fire-engine-red[type="button"].aux-outline, .aux-fire-engine-red.aux-button.aux-outline { box-shadow: 0 0 0 1px #CD2C24 inset; background-color: transparent !important; color: #CD2C24; }
a.aux-fire-engine-red.button.aux-outline:hover, button.aux-fire-engine-red.aux-outline:hover, input.aux-fire-engine-red[type="button"].aux-outline:hover, .aux-fire-engine-red.aux-button.aux-outline:hover { color: white; }
a.aux-fire-engine-red.button.aux-outline .aux-overlay::after, button.aux-fire-engine-red.aux-outline .aux-overlay::after, input.aux-fire-engine-red[type="button"].aux-outline .aux-overlay::after, .aux-fire-engine-red.aux-button.aux-outline .aux-overlay::after { background-color: #CD2C24; }
a.aux-dark-orange.button.aux-outline, button.aux-dark-orange.aux-outline, input.aux-dark-orange[type="button"].aux-outline, .aux-dark-orange.aux-button.aux-outline { box-shadow: 0 0 0 1px #FF8C00 inset; background-color: transparent !important; color: #FF8C00; }
a.aux-dark-orange.button.aux-outline:hover, button.aux-dark-orange.aux-outline:hover, input.aux-dark-orange[type="button"].aux-outline:hover, .aux-dark-orange.aux-button.aux-outline:hover { color: white; }
a.aux-dark-orange.button.aux-outline .aux-overlay::after, button.aux-dark-orange.aux-outline .aux-overlay::after, input.aux-dark-orange[type="button"].aux-outline .aux-overlay::after, .aux-dark-orange.aux-button.aux-outline .aux-overlay::after { background-color: #FF8C00; }
a.aux-brick-red.button.aux-outline, button.aux-brick-red.aux-outline, input.aux-brick-red[type="button"].aux-outline, .aux-brick-red.aux-button.aux-outline { box-shadow: 0 0 0 1px #CC4452 inset; background-color: transparent !important; color: #CC4452; }
a.aux-brick-red.button.aux-outline:hover, button.aux-brick-red.aux-outline:hover, input.aux-brick-red[type="button"].aux-outline:hover, .aux-brick-red.aux-button.aux-outline:hover { color: white; }
a.aux-brick-red.button.aux-outline .aux-overlay::after, button.aux-brick-red.aux-outline .aux-overlay::after, input.aux-brick-red[type="button"].aux-outline .aux-overlay::after, .aux-brick-red.aux-button.aux-outline .aux-overlay::after { background-color: #CC4452; }
a.aux-khaki.button.aux-outline, button.aux-khaki.aux-outline, input.aux-khaki[type="button"].aux-outline, .aux-khaki.aux-button.aux-outline { box-shadow: 0 0 0 1px khaki inset; background-color: transparent !important; color: khaki; }
a.aux-khaki.button.aux-outline:hover, button.aux-khaki.aux-outline:hover, input.aux-khaki[type="button"].aux-outline:hover, .aux-khaki.aux-button.aux-outline:hover { color: white; }
a.aux-khaki.button.aux-outline .aux-overlay::after, button.aux-khaki.aux-outline .aux-overlay::after, input.aux-khaki[type="button"].aux-outline .aux-overlay::after, .aux-khaki.aux-button.aux-outline .aux-overlay::after { background-color: khaki; }

a.aux-overlay.button.aux-3d, button.aux-overlay.aux-3d, input.aux-overlay[type="button"].aux-3d, .aux-overlay.aux-button.aux-3d { display: none; }
a.aux-black.button.aux-3d, button.aux-black.aux-3d, input.aux-black[type="button"].aux-3d, .aux-black.aux-button.aux-3d { box-shadow: 0 6px #242424; }
a.aux-black.button.aux-3d:hover, button.aux-black.aux-3d:hover, input.aux-black[type="button"].aux-3d:hover, .aux-black.aux-button.aux-3d:hover { box-shadow: 0 3px #242424; transform: translateY(3px); }
a.aux-white.button.aux-3d, button.aux-white.aux-3d, input.aux-white[type="button"].aux-3d, .aux-white.aux-button.aux-3d { box-shadow: 0 6px #e6e6e6; }
a.aux-white.button.aux-3d:hover, button.aux-white.aux-3d:hover, input.aux-white[type="button"].aux-3d:hover, .aux-white.aux-button.aux-3d:hover { box-shadow: 0 3px #e6e6e6; transform: translateY(3px); }
a.aux-masala.button.aux-3d, button.aux-masala.aux-3d, input.aux-masala[type="button"].aux-3d, .aux-masala.aux-button.aux-3d { box-shadow: 0 6px #242424; }
a.aux-masala.button.aux-3d:hover, button.aux-masala.aux-3d:hover, input.aux-masala[type="button"].aux-3d:hover, .aux-masala.aux-button.aux-3d:hover { box-shadow: 0 3px #242424; transform: translateY(3px); }
a.aux-dark-gray.button.aux-3d, button.aux-dark-gray.aux-3d, input.aux-dark-gray[type="button"].aux-3d, .aux-dark-gray.aux-button.aux-3d { box-shadow: 0 6px #919191; }
a.aux-dark-gray.button.aux-3d:hover, button.aux-dark-gray.aux-3d:hover, input.aux-dark-gray[type="button"].aux-3d:hover, .aux-dark-gray.aux-button.aux-3d:hover { box-shadow: 0 3px #919191; transform: translateY(3px); }
a.aux-ball-blue.button.aux-3d, button.aux-ball-blue.aux-3d, input.aux-ball-blue[type="button"].aux-3d, .aux-ball-blue.aux-button.aux-3d { box-shadow: 0 6px #1589a1; }
a.aux-ball-blue.button.aux-3d:hover, button.aux-ball-blue.aux-3d:hover, input.aux-ball-blue[type="button"].aux-3d:hover, .aux-ball-blue.aux-button.aux-3d:hover { box-shadow: 0 3px #1589a1; transform: translateY(3px); }
a.aux-fountain-blue.button.aux-3d, button.aux-fountain-blue.aux-3d, input.aux-fountain-blue[type="button"].aux-3d, .aux-fountain-blue.aux-button.aux-3d { box-shadow: 0 6px #43919f; }
a.aux-fountain-blue.button.aux-3d:hover, button.aux-fountain-blue.aux-3d:hover, input.aux-fountain-blue[type="button"].aux-3d:hover, .aux-fountain-blue.aux-button.aux-3d:hover { box-shadow: 0 3px #43919f; transform: translateY(3px); }
a.aux-shamrock.button.aux-3d, button.aux-shamrock.aux-3d, input.aux-shamrock[type="button"].aux-3d, .aux-shamrock.aux-button.aux-3d { box-shadow: 0 6px #239f72; }
a.aux-shamrock.button.aux-3d:hover, button.aux-shamrock.aux-3d:hover, input.aux-shamrock[type="button"].aux-3d:hover, .aux-shamrock.aux-button.aux-3d:hover { box-shadow: 0 3px #239f72; transform: translateY(3px); }
a.aux-curios-blue.button.aux-3d, button.aux-curios-blue.aux-3d, input.aux-curios-blue[type="button"].aux-3d, .aux-curios-blue.aux-button.aux-3d { box-shadow: 0 6px #23679f; }
a.aux-curios-blue.button.aux-3d:hover, button.aux-curios-blue.aux-3d:hover, input.aux-curios-blue[type="button"].aux-3d:hover, .aux-curios-blue.aux-button.aux-3d:hover { box-shadow: 0 3px #23679f; transform: translateY(3px); }
a.aux-light-sea-green.button.aux-3d, button.aux-light-sea-green.aux-3d, input.aux-light-sea-green[type="button"].aux-3d, .aux-light-sea-green.aux-button.aux-3d { box-shadow: 0 6px #148f77; }
a.aux-light-sea-green.button.aux-3d:hover, button.aux-light-sea-green.aux-3d:hover, input.aux-light-sea-green[type="button"].aux-3d:hover, .aux-light-sea-green.aux-button.aux-3d:hover { box-shadow: 0 3px #148f77; transform: translateY(3px); }
a.aux-emerald.button.aux-3d, button.aux-emerald.aux-3d, input.aux-emerald[type="button"].aux-3d, .aux-emerald.aux-button.aux-3d { box-shadow: 0 6px #3c9958; }
a.aux-emerald.button.aux-3d:hover, button.aux-emerald.aux-3d:hover, input.aux-emerald[type="button"].aux-3d:hover, .aux-emerald.aux-button.aux-3d:hover { box-shadow: 0 3px #3c9958; transform: translateY(3px); }
a.aux-energy-yellow.button.aux-3d, button.aux-energy-yellow.aux-3d, input.aux-energy-yellow[type="button"].aux-3d, .aux-energy-yellow.aux-button.aux-3d { box-shadow: 0 6px #e9df29; }
a.aux-energy-yellow.button.aux-3d:hover, button.aux-energy-yellow.aux-3d:hover, input.aux-energy-yellow[type="button"].aux-3d:hover, .aux-energy-yellow.aux-button.aux-3d:hover { box-shadow: 0 3px #e9df29; transform: translateY(3px); }
a.aux-mikado-yellow.button.aux-3d, button.aux-mikado-yellow.aux-3d, input.aux-mikado-yellow[type="button"].aux-3d, .aux-mikado-yellow.aux-button.aux-3d { box-shadow: 0 6px #d5ac03; }
a.aux-mikado-yellow.button.aux-3d:hover, button.aux-mikado-yellow.aux-3d:hover, input.aux-mikado-yellow[type="button"].aux-3d:hover, .aux-mikado-yellow.aux-button.aux-3d:hover { box-shadow: 0 3px #d5ac03; transform: translateY(3px); }
a.aux-pink-salmon.button.aux-3d, button.aux-pink-salmon.aux-3d, input.aux-pink-salmon[type="button"].aux-3d, .aux-pink-salmon.aux-button.aux-3d { box-shadow: 0 6px #ff5e81; }
a.aux-pink-salmon.button.aux-3d:hover, button.aux-pink-salmon.aux-3d:hover, input.aux-pink-salmon[type="button"].aux-3d:hover, .aux-pink-salmon.aux-button.aux-3d:hover { box-shadow: 0 3px #ff5e81; transform: translateY(3px); }
a.aux-wisteria.button.aux-3d, button.aux-wisteria.aux-3d, input.aux-wisteria[type="button"].aux-3d, .aux-wisteria.aux-button.aux-3d { box-shadow: 0 6px #845095; }
a.aux-wisteria.button.aux-3d:hover, button.aux-wisteria.aux-3d:hover, input.aux-wisteria[type="button"].aux-3d:hover, .aux-wisteria.aux-button.aux-3d:hover { box-shadow: 0 3px #845095; transform: translateY(3px); }
a.aux-lilac.button.aux-3d, button.aux-lilac.aux-3d, input.aux-lilac[type="button"].aux-3d, .aux-lilac.aux-button.aux-3d { box-shadow: 0 6px #ba8bc0; }
a.aux-lilac.button.aux-3d:hover, button.aux-lilac.aux-3d:hover, input.aux-lilac[type="button"].aux-3d:hover, .aux-lilac.aux-button.aux-3d:hover { box-shadow: 0 3px #ba8bc0; transform: translateY(3px); }
a.aux-pale-sky.button.aux-3d, button.aux-pale-sky.aux-3d, input.aux-pale-sky[type="button"].aux-3d, .aux-pale-sky.aux-button.aux-3d { box-shadow: 0 6px #4a5a69; }
a.aux-pale-sky.button.aux-3d:hover, button.aux-pale-sky.aux-3d:hover, input.aux-pale-sky[type="button"].aux-3d:hover, .aux-pale-sky.aux-button.aux-3d:hover { box-shadow: 0 3px #4a5a69; transform: translateY(3px); }
a.aux-tower-gray.button.aux-3d, button.aux-tower-gray.aux-3d, input.aux-tower-gray[type="button"].aux-3d, .aux-tower-gray.aux-button.aux-3d { box-shadow: 0 6px #90a4ad; }
a.aux-tower-gray.button.aux-3d:hover, button.aux-tower-gray.aux-3d:hover, input.aux-tower-gray[type="button"].aux-3d:hover, .aux-tower-gray.aux-button.aux-3d:hover { box-shadow: 0 3px #90a4ad; transform: translateY(3px); }
a.aux-william.button.aux-3d, button.aux-william.aux-3d, input.aux-william[type="button"].aux-3d, .aux-william.aux-button.aux-3d { box-shadow: 0 6px #28424e; }
a.aux-william.button.aux-3d:hover, button.aux-william.aux-3d:hover, input.aux-william[type="button"].aux-3d:hover, .aux-william.aux-button.aux-3d:hover { box-shadow: 0 3px #28424e; transform: translateY(3px); }
a.aux-carmine-pink.button.aux-3d, button.aux-carmine-pink.aux-3d, input.aux-carmine-pink[type="button"].aux-3d, .aux-carmine-pink.aux-button.aux-3d { box-shadow: 0 6px #d62c1a; }
a.aux-carmine-pink.button.aux-3d:hover, button.aux-carmine-pink.aux-3d:hover, input.aux-carmine-pink[type="button"].aux-3d:hover, .aux-carmine-pink.aux-button.aux-3d:hover { box-shadow: 0 3px #d62c1a; transform: translateY(3px); }
a.aux-persimmon.button.aux-3d, button.aux-persimmon.aux-3d, input.aux-persimmon[type="button"].aux-3d, .aux-persimmon.aux-button.aux-3d { box-shadow: 0 6px #ff3d22; }
a.aux-persimmon.button.aux-3d:hover, button.aux-persimmon.aux-3d:hover, input.aux-persimmon[type="button"].aux-3d:hover, .aux-persimmon.aux-button.aux-3d:hover { box-shadow: 0 3px #ff3d22; transform: translateY(3px); }
a.aux-tan-hide.button.aux-3d, button.aux-tan-hide.aux-3d, input.aux-tan-hide[type="button"].aux-3d, .aux-tan-hide.aux-button.aux-3d { box-shadow: 0 6px #ff8222; }
a.aux-tan-hide.button.aux-3d:hover, button.aux-tan-hide.aux-3d:hover, input.aux-tan-hide[type="button"].aux-3d:hover, .aux-tan-hide.aux-button.aux-3d:hover { box-shadow: 0 3px #ff8222; transform: translateY(3px); }
a.aux-wild-watermelon.button.aux-3d, button.aux-wild-watermelon.aux-3d, input.aux-wild-watermelon[type="button"].aux-3d, .aux-wild-watermelon.aux-button.aux-3d { box-shadow: 0 6px #ff3b49; }
a.aux-wild-watermelon.button.aux-3d:hover, button.aux-wild-watermelon.aux-3d:hover, input.aux-wild-watermelon[type="button"].aux-3d:hover, .aux-wild-watermelon.aux-button.aux-3d:hover { box-shadow: 0 3px #ff3b49; transform: translateY(3px); }
a.aux-iceberg.button.aux-3d, button.aux-iceberg.aux-3d, input.aux-iceberg[type="button"].aux-3d, .aux-iceberg.aux-button.aux-3d { box-shadow: 0 6px #4c9bca; }
a.aux-iceberg.button.aux-3d:hover, button.aux-iceberg.aux-3d:hover, input.aux-iceberg[type="button"].aux-3d:hover, .aux-iceberg.aux-button.aux-3d:hover { box-shadow: 0 3px #4c9bca; transform: translateY(3px); }
a.aux-dark-lavender.button.aux-3d, button.aux-dark-lavender.aux-3d, input.aux-dark-lavender[type="button"].aux-3d, .aux-dark-lavender.aux-button.aux-3d { box-shadow: 0 6px #5b4671; }
a.aux-dark-lavender.button.aux-3d:hover, button.aux-dark-lavender.aux-3d:hover, input.aux-dark-lavender[type="button"].aux-3d:hover, .aux-dark-lavender.aux-button.aux-3d:hover { box-shadow: 0 3px #5b4671; transform: translateY(3px); }
a.aux-viking.button.aux-3d, button.aux-viking.aux-3d, input.aux-viking[type="button"].aux-3d, .aux-viking.aux-button.aux-3d { box-shadow: 0 6px #30cadf; }
a.aux-viking.button.aux-3d:hover, button.aux-viking.aux-3d:hover, input.aux-viking[type="button"].aux-3d:hover, .aux-viking.aux-button.aux-3d:hover { box-shadow: 0 3px #30cadf; transform: translateY(3px); }
a.aux-tiffany-blue.button.aux-3d, button.aux-tiffany-blue.aux-3d, input.aux-tiffany-blue[type="button"].aux-3d, .aux-tiffany-blue.aux-button.aux-3d { box-shadow: 0 6px #008282; }
a.aux-tiffany-blue.button.aux-3d:hover, button.aux-tiffany-blue.aux-3d:hover, input.aux-tiffany-blue[type="button"].aux-3d:hover, .aux-tiffany-blue.aux-button.aux-3d:hover { box-shadow: 0 3px #008282; transform: translateY(3px); }
a.aux-pastel-orange.button.aux-3d, button.aux-pastel-orange.aux-3d, input.aux-pastel-orange[type="button"].aux-3d, .aux-pastel-orange.aux-button.aux-3d { box-shadow: 0 6px #fba70f; }
a.aux-pastel-orange.button.aux-3d:hover, button.aux-pastel-orange.aux-3d:hover, input.aux-pastel-orange[type="button"].aux-3d:hover, .aux-pastel-orange.aux-button.aux-3d:hover { box-shadow: 0 3px #fba70f; transform: translateY(3px); }
a.aux-east-bay.button.aux-3d, button.aux-east-bay.aux-3d, input.aux-east-bay[type="button"].aux-3d, .aux-east-bay.aux-button.aux-3d { box-shadow: 0 6px #293f5e; }
a.aux-east-bay.button.aux-3d:hover, button.aux-east-bay.aux-3d:hover, input.aux-east-bay[type="button"].aux-3d:hover, .aux-east-bay.aux-button.aux-3d:hover { box-shadow: 0 3px #293f5e; transform: translateY(3px); }
a.aux-steel-blue.button.aux-3d, button.aux-steel-blue.aux-3d, input.aux-steel-blue[type="button"].aux-3d, .aux-steel-blue.aux-button.aux-3d { box-shadow: 0 6px #376c8b; }
a.aux-steel-blue.button.aux-3d:hover, button.aux-steel-blue.aux-3d:hover, input.aux-steel-blue[type="button"].aux-3d:hover, .aux-steel-blue.aux-button.aux-3d:hover { box-shadow: 0 3px #376c8b; transform: translateY(3px); }
a.aux-half-backed.button.aux-3d, button.aux-half-backed.aux-3d, input.aux-half-backed[type="button"].aux-3d, .aux-half-backed.aux-button.aux-3d { box-shadow: 0 6px #5fbdc3; }
a.aux-half-backed.button.aux-3d:hover, button.aux-half-backed.aux-3d:hover, input.aux-half-backed[type="button"].aux-3d:hover, .aux-half-backed.aux-button.aux-3d:hover { box-shadow: 0 3px #5fbdc3; transform: translateY(3px); }
a.aux-tapestry.button.aux-3d, button.aux-tapestry.aux-3d, input.aux-tapestry[type="button"].aux-3d, .aux-tapestry.aux-button.aux-3d { box-shadow: 0 6px #9d436b; }
a.aux-tapestry.button.aux-3d:hover, button.aux-tapestry.aux-3d:hover, input.aux-tapestry[type="button"].aux-3d:hover, .aux-tapestry.aux-button.aux-3d:hover { box-shadow: 0 3px #9d436b; transform: translateY(3px); }
a.aux-fire-engine-red.button.aux-3d, button.aux-fire-engine-red.aux-3d, input.aux-fire-engine-red[type="button"].aux-3d, .aux-fire-engine-red.aux-button.aux-3d { box-shadow: 0 6px #a2231c; }
a.aux-fire-engine-red.button.aux-3d:hover, button.aux-fire-engine-red.aux-3d:hover, input.aux-fire-engine-red[type="button"].aux-3d:hover, .aux-fire-engine-red.aux-button.aux-3d:hover { box-shadow: 0 3px #a2231c; transform: translateY(3px); }
a.aux-dark-orange.button.aux-3d, button.aux-dark-orange.aux-3d, input.aux-dark-orange[type="button"].aux-3d, .aux-dark-orange.aux-button.aux-3d { box-shadow: 0 6px #cc7000; }
a.aux-dark-orange.button.aux-3d:hover, button.aux-dark-orange.aux-3d:hover, input.aux-dark-orange[type="button"].aux-3d:hover, .aux-dark-orange.aux-button.aux-3d:hover { box-shadow: 0 3px #cc7000; transform: translateY(3px); }
a.aux-brick-red.button.aux-3d, button.aux-brick-red.aux-3d, input.aux-brick-red[type="button"].aux-3d, .aux-brick-red.aux-button.aux-3d { box-shadow: 0 6px #ae2f3c; }
a.aux-brick-red.button.aux-3d:hover, button.aux-brick-red.aux-3d:hover, input.aux-brick-red[type="button"].aux-3d:hover, .aux-brick-red.aux-button.aux-3d:hover { box-shadow: 0 3px #ae2f3c; transform: translateY(3px); }
a.aux-khaki.button.aux-3d, button.aux-khaki.aux-3d, input.aux-khaki[type="button"].aux-3d, .aux-khaki.aux-button.aux-3d { box-shadow: 0 6px #eadc5f; }
a.aux-khaki.button.aux-3d:hover, button.aux-khaki.aux-3d:hover, input.aux-khaki[type="button"].aux-3d:hover, .aux-khaki.aux-button.aux-3d:hover { box-shadow: 0 3px #eadc5f; transform: translateY(3px); }
a.button.aux-3d:active, button.aux-3d:active, input[type="button"].aux-3d:active, .aux-button.aux-3d:active { box-shadow: none; transform: translateY(6px); }

a.button, button, input[type="button"], .aux-button { font-weight: 600; display: inline-block; position: relative; line-height: 100%; margin-bottom: 1em; border: none; cursor: pointer; overflow: hidden; z-index: 1; transition: all 450ms; }
a.button:focus, button:focus, input[type="button"]:focus, .aux-button:focus { outline: none; }
a.button > *, button > *, input[type="button"] > *, .aux-button > * { position: relative; }
a.button .aux-overlay, button .aux-overlay, input[type="button"] .aux-overlay, .aux-button .aux-overlay { position: absolute; width: 120%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: transform 450ms cubic-bezier(0.75, 0.1, 0.25, 0.9); }
a.button .aux-overlay::after, button .aux-overlay::after, input[type="button"] .aux-overlay::after, .aux-button .aux-overlay::after { position: relative; content: ''; border-radius: 50%; display: block; padding-top: 100%; }
a.button.aux-round .aux-overlay, button.aux-round .aux-overlay, input[type="button"].aux-round .aux-overlay, .aux-button.aux-round .aux-overlay { width: 120%; }
a.button:hover .aux-overlay, button:hover .aux-overlay, input[type="button"]:hover .aux-overlay, .aux-button:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
a.button.aux-fill, button.aux-fill, input[type="button"].aux-fill, .aux-button.aux-fill { transition: background-color 450ms; }
a.button.aux-fill .aux-overlay, button.aux-fill .aux-overlay, input[type="button"].aux-fill .aux-overlay, .aux-button.aux-fill .aux-overlay { display: none; }
a.button .aux-icon, a.button .aux-text, button .aux-icon, button .aux-text, input[type="button"] .aux-icon, input[type="button"] .aux-text, .aux-button .aux-icon, .aux-button .aux-text { display: inline-block; vertical-align: middle; transition: transform 450ms, opacity 450ms; }
a.button.aux-icon-left .aux-icon, a.button.aux-icon-left-animate .aux-icon, button.aux-icon-left .aux-icon, button.aux-icon-left-animate .aux-icon, input[type="button"].aux-icon-left .aux-icon, input[type="button"].aux-icon-left-animate .aux-icon, .aux-button.aux-icon-left .aux-icon, .aux-button.aux-icon-left-animate .aux-icon { margin-right: 0.125em; }
a.button.aux-icon-right .aux-icon, a.button.aux-icon-right-animate .aux-icon, button.aux-icon-right .aux-icon, button.aux-icon-right-animate .aux-icon, input[type="button"].aux-icon-right .aux-icon, input[type="button"].aux-icon-right-animate .aux-icon, .aux-button.aux-icon-right .aux-icon, .aux-button.aux-icon-right-animate .aux-icon { margin-left: 0.125em; }
a.button.aux-icon-left-animate .aux-icon, button.aux-icon-left-animate .aux-icon, input[type="button"].aux-icon-left-animate .aux-icon, .aux-button.aux-icon-left-animate .aux-icon { margin-left: 0.125em; }
a.button.aux-icon-left-animate .aux-icon, button.aux-icon-left-animate .aux-icon, input[type="button"].aux-icon-left-animate .aux-icon, .aux-button.aux-icon-left-animate .aux-icon { transform: translateX(-400%); }
a.button.aux-icon-left-animate .aux-text, button.aux-icon-left-animate .aux-text, input[type="button"].aux-icon-left-animate .aux-text, .aux-button.aux-icon-left-animate .aux-text { transform: translateX(-1em); }
a.button.aux-icon-left-animate:hover .aux-icon, a.button.aux-icon-left-animate:hover .aux-text, button.aux-icon-left-animate:hover .aux-icon, button.aux-icon-left-animate:hover .aux-text, input[type="button"].aux-icon-left-animate:hover .aux-icon, input[type="button"].aux-icon-left-animate:hover .aux-text, .aux-button.aux-icon-left-animate:hover .aux-icon, .aux-button.aux-icon-left-animate:hover .aux-text { transform: translateX(0); }
a.button.aux-icon-right-animate .aux-icon, button.aux-icon-right-animate .aux-icon, input[type="button"].aux-icon-right-animate .aux-icon, .aux-button.aux-icon-right-animate .aux-icon { transform: translateX(400%); }
a.button.aux-icon-right-animate .aux-text, button.aux-icon-right-animate .aux-text, input[type="button"].aux-icon-right-animate .aux-text, .aux-button.aux-icon-right-animate .aux-text { transform: translateX(1em); }
a.button.aux-icon-right-animate:hover .aux-icon, a.button.aux-icon-right-animate:hover .aux-text, button.aux-icon-right-animate:hover .aux-icon, button.aux-icon-right-animate:hover .aux-text, input[type="button"].aux-icon-right-animate:hover .aux-icon, input[type="button"].aux-icon-right-animate:hover .aux-text, .aux-button.aux-icon-right-animate:hover .aux-icon, .aux-button.aux-icon-right-animate:hover .aux-text { transform: translateX(0px); }
a.button.aux-icon-over .aux-icon, button.aux-icon-over .aux-icon, input[type="button"].aux-icon-over .aux-icon, .aux-button.aux-icon-over .aux-icon { position: absolute; left: 50%; top: 50%; opacity: 0; z-index: 2; transform: translate(-200%, -50%); transition: transform 450ms, opacity 450ms; }
a.button.aux-icon-over .aux-overlay, button.aux-icon-over .aux-overlay, input[type="button"].aux-icon-over .aux-overlay, .aux-button.aux-icon-over .aux-overlay { z-index: 1; }
a.button.aux-icon-over:hover .aux-icon, button.aux-icon-over:hover .aux-icon, input[type="button"].aux-icon-over:hover .aux-icon, .aux-button.aux-icon-over:hover .aux-icon { transform: translate(-50%, -50%); opacity: 1; }
.rtl a.button.aux-icon-left .aux-icon, .rtl a.button.aux-icon-left-animate .aux-icon, .rtl button.aux-icon-left .aux-icon, .rtl button.aux-icon-left-animate .aux-icon, .rtl input[type="button"].aux-icon-left .aux-icon, .rtl input[type="button"].aux-icon-left-animate .aux-icon, .rtl .aux-button.aux-icon-left .aux-icon, .rtl .aux-button.aux-icon-left-animate .aux-icon { margin-right: 0; margin-left: 0.125em; }
.rtl a.button.aux-icon-right .aux-icon, .rtl a.button.aux-icon-right-animate .aux-icon, .rtl button.aux-icon-right .aux-icon, .rtl button.aux-icon-right-animate .aux-icon, .rtl input[type="button"].aux-icon-right .aux-icon, .rtl input[type="button"].aux-icon-right-animate .aux-icon, .rtl .aux-button.aux-icon-right .aux-icon, .rtl .aux-button.aux-icon-right-animate .aux-icon { margin-right: 0.125em; margin-left: 0; }
.rtl a.button.aux-icon-left-animate .aux-icon, .rtl button.aux-icon-left-animate .aux-icon, .rtl input[type="button"].aux-icon-left-animate .aux-icon, .rtl .aux-button.aux-icon-left-animate .aux-icon { margin-right: 0.125em; margin-left: 0; }
.rtl a.button.aux-icon-left-animate .aux-icon, .rtl button.aux-icon-left-animate .aux-icon, .rtl input[type="button"].aux-icon-left-animate .aux-icon, .rtl .aux-button.aux-icon-left-animate .aux-icon { transform: translateX(400%); }
.rtl a.button.aux-icon-left-animate .aux-text, .rtl button.aux-icon-left-animate .aux-text, .rtl input[type="button"].aux-icon-left-animate .aux-text, .rtl .aux-button.aux-icon-left-animate .aux-text { transform: translateX(1em); }
.rtl a.button.aux-icon-left-animate:hover .aux-icon, .rtl a.button.aux-icon-left-animate:hover .aux-text, .rtl button.aux-icon-left-animate:hover .aux-icon, .rtl button.aux-icon-left-animate:hover .aux-text, .rtl input[type="button"].aux-icon-left-animate:hover .aux-icon, .rtl input[type="button"].aux-icon-left-animate:hover .aux-text, .rtl .aux-button.aux-icon-left-animate:hover .aux-icon, .rtl .aux-button.aux-icon-left-animate:hover .aux-text { transform: translateX(0); }
.rtl a.button.aux-icon-right-animate .aux-icon, .rtl button.aux-icon-right-animate .aux-icon, .rtl input[type="button"].aux-icon-right-animate .aux-icon, .rtl .aux-button.aux-icon-right-animate .aux-icon { transform: translateX(-400%); }
.rtl a.button.aux-icon-right-animate .aux-text, .rtl button.aux-icon-right-animate .aux-text, .rtl input[type="button"].aux-icon-right-animate .aux-text, .rtl .aux-button.aux-icon-right-animate .aux-text { transform: translateX(-1em); }
.rtl a.button.aux-icon-right-animate:hover .aux-icon, .rtl a.button.aux-icon-right-animate:hover .aux-text, .rtl button.aux-icon-right-animate:hover .aux-icon, .rtl button.aux-icon-right-animate:hover .aux-text, .rtl input[type="button"].aux-icon-right-animate:hover .aux-icon, .rtl input[type="button"].aux-icon-right-animate:hover .aux-text, .rtl .aux-button.aux-icon-right-animate:hover .aux-icon, .rtl .aux-button.aux-icon-right-animate:hover .aux-text { transform: translateX(0px); }
.rtl a.button.aux-icon-over .aux-icon, .rtl button.aux-icon-over .aux-icon, .rtl input[type="button"].aux-icon-over .aux-icon, .rtl .aux-button.aux-icon-over .aux-icon { left: -50%; transform: translate(200%, -50%); }
.rtl a.button.aux-icon-over:hover .aux-icon, .rtl button.aux-icon-over:hover .aux-icon, .rtl input[type="button"].aux-icon-over:hover .aux-icon, .rtl .aux-button.aux-icon-over:hover .aux-icon { transform: translate(50%, -50%); }
a.button.aux-black, button.aux-black, input[type="button"].aux-black, .aux-button.aux-black { background-color: #3D3D3D; text-shadow: 0 2px 0 #292929; color: white; }
a.button.aux-black .aux-overlay::after, button.aux-black .aux-overlay::after, input[type="button"].aux-black .aux-overlay::after, .aux-button.aux-black .aux-overlay::after { background-color: #292929; }
a.button.aux-black.aux-fill:hover, button.aux-black.aux-fill:hover, input[type="button"].aux-black.aux-fill:hover, .aux-button.aux-black.aux-fill:hover { background-color: #292929 !important; }
a.button.aux-white, button.aux-white, input[type="button"].aux-white, .aux-button.aux-white { background-color: #FFFFFF; text-shadow: 0 2px 0 #ebebeb; color: black; }
a.button.aux-white .aux-overlay::after, button.aux-white .aux-overlay::after, input[type="button"].aux-white .aux-overlay::after, .aux-button.aux-white .aux-overlay::after { background-color: #ebebeb; }
a.button.aux-white.aux-fill:hover, button.aux-white.aux-fill:hover, input[type="button"].aux-white.aux-fill:hover, .aux-button.aux-white.aux-fill:hover { background-color: #ebebeb !important; }
a.button.aux-masala, button.aux-masala, input[type="button"].aux-masala, .aux-button.aux-masala { background-color: #3D3D3D; text-shadow: 0 2px 0 #292929; color: white; }
a.button.aux-masala .aux-overlay::after, button.aux-masala .aux-overlay::after, input[type="button"].aux-masala .aux-overlay::after, .aux-button.aux-masala .aux-overlay::after { background-color: #292929; }
a.button.aux-masala.aux-fill:hover, button.aux-masala.aux-fill:hover, input[type="button"].aux-masala.aux-fill:hover, .aux-button.aux-masala.aux-fill:hover { background-color: #292929 !important; }
a.button.aux-dark-gray, button.aux-dark-gray, input[type="button"].aux-dark-gray, .aux-button.aux-dark-gray { background-color: #AAAAAA; text-shadow: 0 2px 0 #969696; color: white; }
a.button.aux-dark-gray .aux-overlay::after, button.aux-dark-gray .aux-overlay::after, input[type="button"].aux-dark-gray .aux-overlay::after, .aux-button.aux-dark-gray .aux-overlay::after { background-color: #969696; }
a.button.aux-dark-gray.aux-fill:hover, button.aux-dark-gray.aux-fill:hover, input[type="button"].aux-dark-gray.aux-fill:hover, .aux-button.aux-dark-gray.aux-fill:hover { background-color: #969696 !important; }
a.button.aux-ball-blue, button.aux-ball-blue, input[type="button"].aux-ball-blue, .aux-button.aux-ball-blue { background-color: #1BB0CE; text-shadow: 0 2px 0 #1691aa; color: white; }
a.button.aux-ball-blue .aux-overlay::after, button.aux-ball-blue .aux-overlay::after, input[type="button"].aux-ball-blue .aux-overlay::after, .aux-button.aux-ball-blue .aux-overlay::after { background-color: #1691aa; }
a.button.aux-ball-blue.aux-fill:hover, button.aux-ball-blue.aux-fill:hover, input[type="button"].aux-ball-blue.aux-fill:hover, .aux-button.aux-ball-blue.aux-fill:hover { background-color: #1691aa !important; }
a.button.aux-fountain-blue, button.aux-fountain-blue, input[type="button"].aux-fountain-blue, .aux-button.aux-fountain-blue { background-color: #5BACBA; text-shadow: 0 2px 0 #4698a6; color: white; }
a.button.aux-fountain-blue .aux-overlay::after, button.aux-fountain-blue .aux-overlay::after, input[type="button"].aux-fountain-blue .aux-overlay::after, .aux-button.aux-fountain-blue .aux-overlay::after { background-color: #4698a6; }
a.button.aux-fountain-blue.aux-fill:hover, button.aux-fountain-blue.aux-fill:hover, input[type="button"].aux-fountain-blue.aux-fill:hover, .aux-button.aux-fountain-blue.aux-fill:hover { background-color: #4698a6 !important; }
a.button.aux-shamrock, button.aux-shamrock, input[type="button"].aux-shamrock, .aux-button.aux-shamrock { background-color: #2CC990; text-shadow: 0 2px 0 #25a878; color: white; }
a.button.aux-shamrock .aux-overlay::after, button.aux-shamrock .aux-overlay::after, input[type="button"].aux-shamrock .aux-overlay::after, .aux-button.aux-shamrock .aux-overlay::after { background-color: #25a878; }
a.button.aux-shamrock.aux-fill:hover, button.aux-shamrock.aux-fill:hover, input[type="button"].aux-shamrock.aux-fill:hover, .aux-button.aux-shamrock.aux-fill:hover { background-color: #25a878 !important; }
a.button.aux-curios-blue, button.aux-curios-blue, input[type="button"].aux-curios-blue, .aux-button.aux-curios-blue { background-color: #2C82C9; text-shadow: 0 2px 0 #256ca8; color: white; }
a.button.aux-curios-blue .aux-overlay::after, button.aux-curios-blue .aux-overlay::after, input[type="button"].aux-curios-blue .aux-overlay::after, .aux-button.aux-curios-blue .aux-overlay::after { background-color: #256ca8; }
a.button.aux-curios-blue.aux-fill:hover, button.aux-curios-blue.aux-fill:hover, input[type="button"].aux-curios-blue.aux-fill:hover, .aux-button.aux-curios-blue.aux-fill:hover { background-color: #256ca8 !important; }
a.button.aux-light-sea-green, button.aux-light-sea-green, input[type="button"].aux-light-sea-green, .aux-button.aux-light-sea-green { background-color: #1ABC9C; text-shadow: 0 2px 0 #15987e; color: white; }
a.button.aux-light-sea-green .aux-overlay::after, button.aux-light-sea-green .aux-overlay::after, input[type="button"].aux-light-sea-green .aux-overlay::after, .aux-button.aux-light-sea-green .aux-overlay::after { background-color: #15987e; }
a.button.aux-light-sea-green.aux-fill:hover, button.aux-light-sea-green.aux-fill:hover, input[type="button"].aux-light-sea-green.aux-fill:hover, .aux-button.aux-light-sea-green.aux-fill:hover { background-color: #15987e !important; }
a.button.aux-emerald, button.aux-emerald, input[type="button"].aux-emerald, .aux-button.aux-emerald { background-color: #4EBA6F; text-shadow: 0 2px 0 #3fa15d; color: white; }
a.button.aux-emerald .aux-overlay::after, button.aux-emerald .aux-overlay::after, input[type="button"].aux-emerald .aux-overlay::after, .aux-button.aux-emerald .aux-overlay::after { background-color: #3fa15d; }
a.button.aux-emerald.aux-fill:hover, button.aux-emerald.aux-fill:hover, input[type="button"].aux-emerald.aux-fill:hover, .aux-button.aux-emerald.aux-fill:hover { background-color: #3fa15d !important; }
a.button.aux-energy-yellow, button.aux-energy-yellow, input[type="button"].aux-energy-yellow, .aux-button.aux-energy-yellow { background-color: #EEE657; text-shadow: 0 2px 0 #eae032; color: white; }
a.button.aux-energy-yellow .aux-overlay::after, button.aux-energy-yellow .aux-overlay::after, input[type="button"].aux-energy-yellow .aux-overlay::after, .aux-button.aux-energy-yellow .aux-overlay::after { background-color: #eae032; }
a.button.aux-energy-yellow.aux-fill:hover, button.aux-energy-yellow.aux-fill:hover, input[type="button"].aux-energy-yellow.aux-fill:hover, .aux-button.aux-energy-yellow.aux-fill:hover { background-color: #eae032 !important; }
a.button.aux-mikado-yellow, button.aux-mikado-yellow, input[type="button"].aux-mikado-yellow, .aux-button.aux-mikado-yellow { background-color: #FCCD0F; text-shadow: 0 2px 0 #dfb403; color: white; }
a.button.aux-mikado-yellow .aux-overlay::after, button.aux-mikado-yellow .aux-overlay::after, input[type="button"].aux-mikado-yellow .aux-overlay::after, .aux-button.aux-mikado-yellow .aux-overlay::after { background-color: #dfb403; }
a.button.aux-mikado-yellow.aux-fill:hover, button.aux-mikado-yellow.aux-fill:hover, input[type="button"].aux-mikado-yellow.aux-fill:hover, .aux-button.aux-mikado-yellow.aux-fill:hover { background-color: #dfb403 !important; }
a.button.aux-pink-salmon, button.aux-pink-salmon, input[type="button"].aux-pink-salmon, .aux-button.aux-pink-salmon { background-color: #FF91A9; text-shadow: 0 2px 0 #ff6889; color: white; }
a.button.aux-pink-salmon .aux-overlay::after, button.aux-pink-salmon .aux-overlay::after, input[type="button"].aux-pink-salmon .aux-overlay::after, .aux-button.aux-pink-salmon .aux-overlay::after { background-color: #ff6889; }
a.button.aux-pink-salmon.aux-fill:hover, button.aux-pink-salmon.aux-fill:hover, input[type="button"].aux-pink-salmon.aux-fill:hover, .aux-button.aux-pink-salmon.aux-fill:hover { background-color: #ff6889 !important; }
a.button.aux-wisteria, button.aux-wisteria, input[type="button"].aux-wisteria, .aux-button.aux-wisteria { background-color: #9E69AF; text-shadow: 0 2px 0 #8a539c; color: white; }
a.button.aux-wisteria .aux-overlay::after, button.aux-wisteria .aux-overlay::after, input[type="button"].aux-wisteria .aux-overlay::after, .aux-button.aux-wisteria .aux-overlay::after { background-color: #8a539c; }
a.button.aux-wisteria.aux-fill:hover, button.aux-wisteria.aux-fill:hover, input[type="button"].aux-wisteria.aux-fill:hover, .aux-button.aux-wisteria.aux-fill:hover { background-color: #8a539c !important; }
a.button.aux-lilac, button.aux-lilac, input[type="button"].aux-lilac, .aux-button.aux-lilac { background-color: #CEACD2; text-shadow: 0 2px 0 #be92c4; color: white; }
a.button.aux-lilac .aux-overlay::after, button.aux-lilac .aux-overlay::after, input[type="button"].aux-lilac .aux-overlay::after, .aux-button.aux-lilac .aux-overlay::after { background-color: #be92c4; }
a.button.aux-lilac.aux-fill:hover, button.aux-lilac.aux-fill:hover, input[type="button"].aux-lilac.aux-fill:hover, .aux-button.aux-lilac.aux-fill:hover { background-color: #be92c4 !important; }
a.button.aux-pale-sky, button.aux-pale-sky, input[type="button"].aux-pale-sky, .aux-button.aux-pale-sky { background-color: #5F7487; text-shadow: 0 2px 0 #4e5f6f; color: white; }
a.button.aux-pale-sky .aux-overlay::after, button.aux-pale-sky .aux-overlay::after, input[type="button"].aux-pale-sky .aux-overlay::after, .aux-button.aux-pale-sky .aux-overlay::after { background-color: #4e5f6f; }
a.button.aux-pale-sky.aux-fill:hover, button.aux-pale-sky.aux-fill:hover, input[type="button"].aux-pale-sky.aux-fill:hover, .aux-button.aux-pale-sky.aux-fill:hover { background-color: #4e5f6f !important; }
a.button.aux-tower-gray, button.aux-tower-gray, input[type="button"].aux-tower-gray, .aux-button.aux-tower-gray { background-color: #ADBCC3; text-shadow: 0 2px 0 #95a9b2; color: white; }
a.button.aux-tower-gray .aux-overlay::after, button.aux-tower-gray .aux-overlay::after, input[type="button"].aux-tower-gray .aux-overlay::after, .aux-button.aux-tower-gray .aux-overlay::after { background-color: #95a9b2; }
a.button.aux-tower-gray.aux-fill:hover, button.aux-tower-gray.aux-fill:hover, input[type="button"].aux-tower-gray.aux-fill:hover, .aux-button.aux-tower-gray.aux-fill:hover { background-color: #95a9b2 !important; }
a.button.aux-william, button.aux-william, input[type="button"].aux-william, .aux-button.aux-william { background-color: #3A5F6F; text-shadow: 0 2px 0 #2c4854; color: white; }
a.button.aux-william .aux-overlay::after, button.aux-william .aux-overlay::after, input[type="button"].aux-william .aux-overlay::after, .aux-button.aux-william .aux-overlay::after { background-color: #2c4854; }
a.button.aux-william.aux-fill:hover, button.aux-william.aux-fill:hover, input[type="button"].aux-william.aux-fill:hover, .aux-button.aux-william.aux-fill:hover { background-color: #2c4854 !important; }
a.button.aux-carmine-pink, button.aux-carmine-pink, input[type="button"].aux-carmine-pink, .aux-button.aux-carmine-pink { background-color: #E74C3C; text-shadow: 0 2px 0 #df2e1b; color: white; }
a.button.aux-carmine-pink .aux-overlay::after, button.aux-carmine-pink .aux-overlay::after, input[type="button"].aux-carmine-pink .aux-overlay::after, .aux-button.aux-carmine-pink .aux-overlay::after { background-color: #df2e1b; }
a.button.aux-carmine-pink.aux-fill:hover, button.aux-carmine-pink.aux-fill:hover, input[type="button"].aux-carmine-pink.aux-fill:hover, .aux-button.aux-carmine-pink.aux-fill:hover { background-color: #df2e1b !important; }
a.button.aux-persimmon, button.aux-persimmon, input[type="button"].aux-persimmon, .aux-button.aux-persimmon { background-color: #FF6A55; text-shadow: 0 2px 0 #ff462c; color: white; }
a.button.aux-persimmon .aux-overlay::after, button.aux-persimmon .aux-overlay::after, input[type="button"].aux-persimmon .aux-overlay::after, .aux-button.aux-persimmon .aux-overlay::after { background-color: #ff462c; }
a.button.aux-persimmon.aux-fill:hover, button.aux-persimmon.aux-fill:hover, input[type="button"].aux-persimmon.aux-fill:hover, .aux-button.aux-persimmon.aux-fill:hover { background-color: #ff462c !important; }
a.button.aux-tan-hide, button.aux-tan-hide, input[type="button"].aux-tan-hide, .aux-button.aux-tan-hide { background-color: #FF9F55; text-shadow: 0 2px 0 #ff882c; color: white; }
a.button.aux-tan-hide .aux-overlay::after, button.aux-tan-hide .aux-overlay::after, input[type="button"].aux-tan-hide .aux-overlay::after, .aux-button.aux-tan-hide .aux-overlay::after { background-color: #ff882c; }
a.button.aux-tan-hide.aux-fill:hover, button.aux-tan-hide.aux-fill:hover, input[type="button"].aux-tan-hide.aux-fill:hover, .aux-button.aux-tan-hide.aux-fill:hover { background-color: #ff882c !important; }
a.button.aux-wild-watermelon, button.aux-wild-watermelon, input[type="button"].aux-wild-watermelon, .aux-button.aux-wild-watermelon { background-color: #FF6E78; text-shadow: 0 2px 0 #ff4552; color: white; }
a.button.aux-wild-watermelon .aux-overlay::after, button.aux-wild-watermelon .aux-overlay::after, input[type="button"].aux-wild-watermelon .aux-overlay::after, .aux-button.aux-wild-watermelon .aux-overlay::after { background-color: #ff4552; }
a.button.aux-wild-watermelon.aux-fill:hover, button.aux-wild-watermelon.aux-fill:hover, input[type="button"].aux-wild-watermelon.aux-fill:hover, .aux-button.aux-wild-watermelon.aux-fill:hover { background-color: #ff4552 !important; }
a.button.aux-iceberg, button.aux-iceberg, input[type="button"].aux-iceberg, .aux-button.aux-iceberg { background-color: #73B1D6; text-shadow: 0 2px 0 #539fcd; color: white; }
a.button.aux-iceberg .aux-overlay::after, button.aux-iceberg .aux-overlay::after, input[type="button"].aux-iceberg .aux-overlay::after, .aux-button.aux-iceberg .aux-overlay::after { background-color: #539fcd; }
a.button.aux-iceberg.aux-fill:hover, button.aux-iceberg.aux-fill:hover, input[type="button"].aux-iceberg.aux-fill:hover, .aux-button.aux-iceberg.aux-fill:hover { background-color: #539fcd !important; }
a.button.aux-dark-lavender, button.aux-dark-lavender, input[type="button"].aux-dark-lavender, .aux-button.aux-dark-lavender { background-color: #745A90; text-shadow: 0 2px 0 #604a77; color: white; }
a.button.aux-dark-lavender .aux-overlay::after, button.aux-dark-lavender .aux-overlay::after, input[type="button"].aux-dark-lavender .aux-overlay::after, .aux-button.aux-dark-lavender .aux-overlay::after { background-color: #604a77; }
a.button.aux-dark-lavender.aux-fill:hover, button.aux-dark-lavender.aux-fill:hover, input[type="button"].aux-dark-lavender.aux-fill:hover, .aux-button.aux-dark-lavender.aux-fill:hover { background-color: #604a77 !important; }
a.button.aux-viking, button.aux-viking, input[type="button"].aux-viking, .aux-button.aux-viking { background-color: #5CD5E6; text-shadow: 0 2px 0 #39cce1; color: white; }
a.button.aux-viking .aux-overlay::after, button.aux-viking .aux-overlay::after, input[type="button"].aux-viking .aux-overlay::after, .aux-button.aux-viking .aux-overlay::after { background-color: #39cce1; }
a.button.aux-viking.aux-fill:hover, button.aux-viking.aux-fill:hover, input[type="button"].aux-viking.aux-fill:hover, .aux-button.aux-viking.aux-fill:hover { background-color: #39cce1 !important; }
a.button.aux-tiffany-blue, button.aux-tiffany-blue, input[type="button"].aux-tiffany-blue, .aux-button.aux-tiffany-blue { background-color: #00B5B5; text-shadow: 0 2px 0 #008c8c; color: white; }
a.button.aux-tiffany-blue .aux-overlay::after, button.aux-tiffany-blue .aux-overlay::after, input[type="button"].aux-tiffany-blue .aux-overlay::after, .aux-button.aux-tiffany-blue .aux-overlay::after { background-color: #008c8c; }
a.button.aux-tiffany-blue.aux-fill:hover, button.aux-tiffany-blue.aux-fill:hover, input[type="button"].aux-tiffany-blue.aux-fill:hover, .aux-button.aux-tiffany-blue.aux-fill:hover { background-color: #008c8c !important; }
a.button.aux-pastel-orange, button.aux-pastel-orange, input[type="button"].aux-pastel-orange, .aux-button.aux-pastel-orange { background-color: #FCB941; text-shadow: 0 2px 0 #fbaa19; color: white; }
a.button.aux-pastel-orange .aux-overlay::after, button.aux-pastel-orange .aux-overlay::after, input[type="button"].aux-pastel-orange .aux-overlay::after, .aux-button.aux-pastel-orange .aux-overlay::after { background-color: #fbaa19; }
a.button.aux-pastel-orange.aux-fill:hover, button.aux-pastel-orange.aux-fill:hover, input[type="button"].aux-pastel-orange.aux-fill:hover, .aux-button.aux-pastel-orange.aux-fill:hover { background-color: #fbaa19 !important; }
a.button.aux-east-bay, button.aux-east-bay, input[type="button"].aux-east-bay, .aux-button.aux-east-bay { background-color: #395781; text-shadow: 0 2px 0 #2c4465; color: white; }
a.button.aux-east-bay .aux-overlay::after, button.aux-east-bay .aux-overlay::after, input[type="button"].aux-east-bay .aux-overlay::after, .aux-button.aux-east-bay .aux-overlay::after { background-color: #2c4465; }
a.button.aux-east-bay.aux-fill:hover, button.aux-east-bay.aux-fill:hover, input[type="button"].aux-east-bay.aux-fill:hover, .aux-button.aux-east-bay.aux-fill:hover { background-color: #2c4465 !important; }
a.button.aux-steel-blue, button.aux-steel-blue, input[type="button"].aux-steel-blue, .aux-button.aux-steel-blue { background-color: #4589B0; text-shadow: 0 2px 0 #3a7293; color: white; }
a.button.aux-steel-blue .aux-overlay::after, button.aux-steel-blue .aux-overlay::after, input[type="button"].aux-steel-blue .aux-overlay::after, .aux-button.aux-steel-blue .aux-overlay::after { background-color: #3a7293; }
a.button.aux-steel-blue.aux-fill:hover, button.aux-steel-blue.aux-fill:hover, input[type="button"].aux-steel-blue.aux-fill:hover, .aux-button.aux-steel-blue.aux-fill:hover { background-color: #3a7293 !important; }
a.button.aux-half-backed, button.aux-half-backed, input[type="button"].aux-half-backed, .aux-button.aux-half-backed { background-color: #84CCD1; text-shadow: 0 2px 0 #66c0c6; color: white; }
a.button.aux-half-backed .aux-overlay::after, button.aux-half-backed .aux-overlay::after, input[type="button"].aux-half-backed .aux-overlay::after, .aux-button.aux-half-backed .aux-overlay::after { background-color: #66c0c6; }
a.button.aux-half-backed.aux-fill:hover, button.aux-half-backed.aux-fill:hover, input[type="button"].aux-half-backed.aux-fill:hover, .aux-button.aux-half-backed.aux-fill:hover { background-color: #66c0c6 !important; }
a.button.aux-tapestry, button.aux-tapestry, input[type="button"].aux-tapestry, .aux-button.aux-tapestry { background-color: #B95A84; text-shadow: 0 2px 0 #a44670; color: white; }
a.button.aux-tapestry .aux-overlay::after, button.aux-tapestry .aux-overlay::after, input[type="button"].aux-tapestry .aux-overlay::after, .aux-button.aux-tapestry .aux-overlay::after { background-color: #a44670; }
a.button.aux-tapestry.aux-fill:hover, button.aux-tapestry.aux-fill:hover, input[type="button"].aux-tapestry.aux-fill:hover, .aux-button.aux-tapestry.aux-fill:hover { background-color: #a44670 !important; }
a.button.aux-fire-engine-red, button.aux-fire-engine-red, input[type="button"].aux-fire-engine-red, .aux-button.aux-fire-engine-red { background-color: #CD2C24; text-shadow: 0 2px 0 #aa251e; color: white; }
a.button.aux-fire-engine-red .aux-overlay::after, button.aux-fire-engine-red .aux-overlay::after, input[type="button"].aux-fire-engine-red .aux-overlay::after, .aux-button.aux-fire-engine-red .aux-overlay::after { background-color: #aa251e; }
a.button.aux-fire-engine-red.aux-fill:hover, button.aux-fire-engine-red.aux-fill:hover, input[type="button"].aux-fire-engine-red.aux-fill:hover, .aux-button.aux-fire-engine-red.aux-fill:hover { background-color: #aa251e !important; }
a.button.aux-dark-orange, button.aux-dark-orange, input[type="button"].aux-dark-orange, .aux-button.aux-dark-orange { background-color: #FF8C00; text-shadow: 0 2px 0 #d67600; color: white; }
a.button.aux-dark-orange .aux-overlay::after, button.aux-dark-orange .aux-overlay::after, input[type="button"].aux-dark-orange .aux-overlay::after, .aux-button.aux-dark-orange .aux-overlay::after { background-color: #d67600; }
a.button.aux-dark-orange.aux-fill:hover, button.aux-dark-orange.aux-fill:hover, input[type="button"].aux-dark-orange.aux-fill:hover, .aux-button.aux-dark-orange.aux-fill:hover { background-color: #d67600 !important; }
a.button.aux-brick-red, button.aux-brick-red, input[type="button"].aux-brick-red, .aux-button.aux-brick-red { background-color: #CC4452; text-shadow: 0 2px 0 #b6323f; color: white; }
a.button.aux-brick-red .aux-overlay::after, button.aux-brick-red .aux-overlay::after, input[type="button"].aux-brick-red .aux-overlay::after, .aux-button.aux-brick-red .aux-overlay::after { background-color: #b6323f; }
a.button.aux-brick-red.aux-fill:hover, button.aux-brick-red.aux-fill:hover, input[type="button"].aux-brick-red.aux-fill:hover, .aux-button.aux-brick-red.aux-fill:hover { background-color: #b6323f !important; }
a.button.aux-khaki, button.aux-khaki, input[type="button"].aux-khaki, .aux-button.aux-khaki { background-color: khaki; text-shadow: 0 2px 0 #ebde68; color: white; }
a.button.aux-khaki .aux-overlay::after, button.aux-khaki .aux-overlay::after, input[type="button"].aux-khaki .aux-overlay::after, .aux-button.aux-khaki .aux-overlay::after { background-color: #ebde68; }
a.button.aux-khaki.aux-fill:hover, button.aux-khaki.aux-fill:hover, input[type="button"].aux-khaki.aux-fill:hover, .aux-button.aux-khaki.aux-fill:hover { background-color: #ebde68 !important; }
a.button.aux-dark-text, button.aux-dark-text, input[type="button"].aux-dark-text, .aux-button.aux-dark-text { color: black; }
a.button.aux-uppercase, button.aux-uppercase, input[type="button"].aux-uppercase, .aux-button.aux-uppercase { text-transform: uppercase; }

input[type="submit"], input[type="reset"] { font-weight: 600; display: inline-block; position: relative; line-height: 100%; margin-bottom: 1em; border: none; cursor: pointer; overflow: hidden; z-index: 1; transition: all 450ms; }
input[type="submit"]:focus, input[type="reset"]:focus { outline: none; }
input[type="submit"] > *, input[type="reset"] > * { position: relative; }
input[type="submit"] .aux-overlay, input[type="reset"] .aux-overlay { position: absolute; width: 120%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: transform 450ms cubic-bezier(0.75, 0.1, 0.25, 0.9); }
input[type="submit"] .aux-overlay::after, input[type="reset"] .aux-overlay::after { position: relative; content: ''; border-radius: 50%; display: block; padding-top: 100%; }
input[type="submit"].aux-round .aux-overlay, input[type="reset"].aux-round .aux-overlay { width: 120%; }
input[type="submit"]:hover .aux-overlay, input[type="reset"]:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
input[type="submit"].aux-fill, input[type="reset"].aux-fill { transition: background-color 450ms; }
input[type="submit"].aux-fill .aux-overlay, input[type="reset"].aux-fill .aux-overlay { display: none; }

/* $Table ============================
====================================== */
table { margin-bottom: 1.4em; width: 100%; max-width: 100%; border: 1px solid #EAEAEA; }

th { font-weight: bold; }

thead th { background: #aaa; }

th, td, caption { padding: 4px 10px 4px 5px; }

td { border-color: #EAEAEA; border-style: solid; border-width: 0 1px 1px 0; }

table.striped tr:nth-child(even) td, table tr.even td { background: #fcfcfc; }

/** Auxin modern input text form elements */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { font-size: 100%; padding: 0.625em 0.75em; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { outline: none; }
input.aux-large[type="text"], input.aux-large[type="password"], input.aux-large[type="email"], input.aux-large[type="tel"], input.aux-large[type="url"], textarea.aux-large { padding: 1em 1em; font-size: 110%; }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea, input.aux-outline[type="text"], input.aux-outline[type="password"], input.aux-outline[type="email"], input.aux-outline[type="tel"], input.aux-outline[type="url"], textarea.aux-outline { border: solid 1px #bbb; background: transparent; }
input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, textarea:-moz-placeholder, input.aux-outline[type="text"]:-moz-placeholder, input.aux-outline[type="password"]:-moz-placeholder, input.aux-outline[type="email"]:-moz-placeholder, input.aux-outline[type="tel"]:-moz-placeholder, input.aux-outline[type="url"]:-moz-placeholder, textarea.aux-outline:-moz-placeholder { color: #C5C5C5; }
input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, textarea::-moz-placeholder, input.aux-outline[type="text"]::-moz-placeholder, input.aux-outline[type="password"]::-moz-placeholder, input.aux-outline[type="email"]::-moz-placeholder, input.aux-outline[type="tel"]::-moz-placeholder, input.aux-outline[type="url"]::-moz-placeholder, textarea.aux-outline::-moz-placeholder { color: #C5C5C5; }
input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder, input.aux-outline[type="text"]:-ms-input-placeholder, input.aux-outline[type="password"]:-ms-input-placeholder, input.aux-outline[type="email"]:-ms-input-placeholder, input.aux-outline[type="tel"]:-ms-input-placeholder, input.aux-outline[type="url"]:-ms-input-placeholder, textarea.aux-outline:-ms-input-placeholder { color: #C5C5C5; }
input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input.aux-outline[type="text"]::-webkit-input-placeholder, input.aux-outline[type="password"]::-webkit-input-placeholder, input.aux-outline[type="email"]::-webkit-input-placeholder, input.aux-outline[type="tel"]::-webkit-input-placeholder, input.aux-outline[type="url"]::-webkit-input-placeholder, textarea.aux-outline::-webkit-input-placeholder { color: #C5C5C5; }
input.aux-fill[type="text"], input.aux-fill[type="password"], input.aux-fill[type="email"], input.aux-fill[type="tel"], input.aux-fill[type="url"], textarea.aux-fill { background-color: #F1F1F1; border: none; }
input.aux-fill[type="text"]:-moz-placeholder, input.aux-fill[type="password"]:-moz-placeholder, input.aux-fill[type="email"]:-moz-placeholder, input.aux-fill[type="tel"]:-moz-placeholder, input.aux-fill[type="url"]:-moz-placeholder, textarea.aux-fill:-moz-placeholder { color: #C3C3C3; }
input.aux-fill[type="text"]::-moz-placeholder, input.aux-fill[type="password"]::-moz-placeholder, input.aux-fill[type="email"]::-moz-placeholder, input.aux-fill[type="tel"]::-moz-placeholder, input.aux-fill[type="url"]::-moz-placeholder, textarea.aux-fill::-moz-placeholder { color: #C3C3C3; }
input.aux-fill[type="text"]:-ms-input-placeholder, input.aux-fill[type="password"]:-ms-input-placeholder, input.aux-fill[type="email"]:-ms-input-placeholder, input.aux-fill[type="tel"]:-ms-input-placeholder, input.aux-fill[type="url"]:-ms-input-placeholder, textarea.aux-fill:-ms-input-placeholder { color: #C3C3C3; }
input.aux-fill[type="text"]::-webkit-input-placeholder, input.aux-fill[type="password"]::-webkit-input-placeholder, input.aux-fill[type="email"]::-webkit-input-placeholder, input.aux-fill[type="tel"]::-webkit-input-placeholder, input.aux-fill[type="url"]::-webkit-input-placeholder, textarea.aux-fill::-webkit-input-placeholder { color: #C3C3C3; }
input.aux-bottom-line[type="text"], input.aux-bottom-line[type="password"], input.aux-bottom-line[type="email"], input.aux-bottom-line[type="tel"], input.aux-bottom-line[type="url"], textarea.aux-bottom-line { background: transparent; border: none; border-bottom: solid 1px #bbb; padding-left: 0; }
input.aux-bottom-line[type="text"]:-moz-placeholder, input.aux-bottom-line[type="password"]:-moz-placeholder, input.aux-bottom-line[type="email"]:-moz-placeholder, input.aux-bottom-line[type="tel"]:-moz-placeholder, input.aux-bottom-line[type="url"]:-moz-placeholder, textarea.aux-bottom-line:-moz-placeholder { color: #C3C3C3; }
input.aux-bottom-line[type="text"]::-moz-placeholder, input.aux-bottom-line[type="password"]::-moz-placeholder, input.aux-bottom-line[type="email"]::-moz-placeholder, input.aux-bottom-line[type="tel"]::-moz-placeholder, input.aux-bottom-line[type="url"]::-moz-placeholder, textarea.aux-bottom-line::-moz-placeholder { color: #C3C3C3; }
input.aux-bottom-line[type="text"]:-ms-input-placeholder, input.aux-bottom-line[type="password"]:-ms-input-placeholder, input.aux-bottom-line[type="email"]:-ms-input-placeholder, input.aux-bottom-line[type="tel"]:-ms-input-placeholder, input.aux-bottom-line[type="url"]:-ms-input-placeholder, textarea.aux-bottom-line:-ms-input-placeholder { color: #C3C3C3; }
input.aux-bottom-line[type="text"]::-webkit-input-placeholder, input.aux-bottom-line[type="password"]::-webkit-input-placeholder, input.aux-bottom-line[type="email"]::-webkit-input-placeholder, input.aux-bottom-line[type="tel"]::-webkit-input-placeholder, input.aux-bottom-line[type="url"]::-webkit-input-placeholder, textarea.aux-bottom-line::-webkit-input-placeholder { color: #C3C3C3; }
input.aux-light[type="text"], input.aux-light[type="password"], input.aux-light[type="email"], input.aux-light[type="tel"], input.aux-light[type="url"], textarea.aux-light { color: #fff; }
input.aux-light[type="text"], input.aux-light[type="password"], input.aux-light[type="email"], input.aux-light[type="tel"], input.aux-light[type="url"], textarea.aux-light, input.aux-light.aux-outline[type="text"], input.aux-light.aux-outline[type="password"], input.aux-light.aux-outline[type="email"], input.aux-light.aux-outline[type="tel"], input.aux-light.aux-outline[type="url"], textarea.aux-light.aux-outline { border-color: #fff; }
input.aux-light[type="text"]:-moz-placeholder, input.aux-light[type="password"]:-moz-placeholder, input.aux-light[type="email"]:-moz-placeholder, input.aux-light[type="tel"]:-moz-placeholder, input.aux-light[type="url"]:-moz-placeholder, textarea.aux-light:-moz-placeholder, input.aux-light.aux-outline[type="text"]:-moz-placeholder, input.aux-light.aux-outline[type="password"]:-moz-placeholder, input.aux-light.aux-outline[type="email"]:-moz-placeholder, input.aux-light.aux-outline[type="tel"]:-moz-placeholder, input.aux-light.aux-outline[type="url"]:-moz-placeholder, textarea.aux-light.aux-outline:-moz-placeholder { color: #cccccc; }
input.aux-light[type="text"]::-moz-placeholder, input.aux-light[type="password"]::-moz-placeholder, input.aux-light[type="email"]::-moz-placeholder, input.aux-light[type="tel"]::-moz-placeholder, input.aux-light[type="url"]::-moz-placeholder, textarea.aux-light::-moz-placeholder, input.aux-light.aux-outline[type="text"]::-moz-placeholder, input.aux-light.aux-outline[type="password"]::-moz-placeholder, input.aux-light.aux-outline[type="email"]::-moz-placeholder, input.aux-light.aux-outline[type="tel"]::-moz-placeholder, input.aux-light.aux-outline[type="url"]::-moz-placeholder, textarea.aux-light.aux-outline::-moz-placeholder { color: #cccccc; }
input.aux-light[type="text"]:-ms-input-placeholder, input.aux-light[type="password"]:-ms-input-placeholder, input.aux-light[type="email"]:-ms-input-placeholder, input.aux-light[type="tel"]:-ms-input-placeholder, input.aux-light[type="url"]:-ms-input-placeholder, textarea.aux-light:-ms-input-placeholder, input.aux-light.aux-outline[type="text"]:-ms-input-placeholder, input.aux-light.aux-outline[type="password"]:-ms-input-placeholder, input.aux-light.aux-outline[type="email"]:-ms-input-placeholder, input.aux-light.aux-outline[type="tel"]:-ms-input-placeholder, input.aux-light.aux-outline[type="url"]:-ms-input-placeholder, textarea.aux-light.aux-outline:-ms-input-placeholder { color: #cccccc; }
input.aux-light[type="text"]::-webkit-input-placeholder, input.aux-light[type="password"]::-webkit-input-placeholder, input.aux-light[type="email"]::-webkit-input-placeholder, input.aux-light[type="tel"]::-webkit-input-placeholder, input.aux-light[type="url"]::-webkit-input-placeholder, textarea.aux-light::-webkit-input-placeholder, input.aux-light.aux-outline[type="text"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="password"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="email"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="tel"]::-webkit-input-placeholder, input.aux-light.aux-outline[type="url"]::-webkit-input-placeholder, textarea.aux-light.aux-outline::-webkit-input-placeholder { color: #cccccc; }
input.aux-light.aux-fill[type="text"], input.aux-light.aux-fill[type="password"], input.aux-light.aux-fill[type="email"], input.aux-light.aux-fill[type="tel"], input.aux-light.aux-fill[type="url"], textarea.aux-light.aux-fill { background-color: #e6e6e6; }
input.aux-light.aux-fill[type="text"]:-moz-placeholder, input.aux-light.aux-fill[type="password"]:-moz-placeholder, input.aux-light.aux-fill[type="email"]:-moz-placeholder, input.aux-light.aux-fill[type="tel"]:-moz-placeholder, input.aux-light.aux-fill[type="url"]:-moz-placeholder, textarea.aux-light.aux-fill:-moz-placeholder { color: #cccccc; }
input.aux-light.aux-fill[type="text"]::-moz-placeholder, input.aux-light.aux-fill[type="password"]::-moz-placeholder, input.aux-light.aux-fill[type="email"]::-moz-placeholder, input.aux-light.aux-fill[type="tel"]::-moz-placeholder, input.aux-light.aux-fill[type="url"]::-moz-placeholder, textarea.aux-light.aux-fill::-moz-placeholder { color: #cccccc; }
input.aux-light.aux-fill[type="text"]:-ms-input-placeholder, input.aux-light.aux-fill[type="password"]:-ms-input-placeholder, input.aux-light.aux-fill[type="email"]:-ms-input-placeholder, input.aux-light.aux-fill[type="tel"]:-ms-input-placeholder, input.aux-light.aux-fill[type="url"]:-ms-input-placeholder, textarea.aux-light.aux-fill:-ms-input-placeholder { color: #cccccc; }
input.aux-light.aux-fill[type="text"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="password"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="email"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="tel"]::-webkit-input-placeholder, input.aux-light.aux-fill[type="url"]::-webkit-input-placeholder, textarea.aux-light.aux-fill::-webkit-input-placeholder { color: #cccccc; }
input.aux-light.aux-bottom-line[type="text"], input.aux-light.aux-bottom-line[type="password"], input.aux-light.aux-bottom-line[type="email"], input.aux-light.aux-bottom-line[type="tel"], input.aux-light.aux-bottom-line[type="url"], textarea.aux-light.aux-bottom-line { border-bottom-color: #fff; }

/** Auxin dropdown style */
.aux-dropdown-container, .aux-select, .aux-dropdown { position: relative; z-index: 10; }
.aux-dropdown-container:after, .aux-select:after, .aux-dropdown:after { width: 0; height: 0; border-top: 0.45em solid #3d3d3d; border-left: 0.3em solid transparent; border-right: 0.3em solid transparent; content: ''; display: inline-block; position: relative; vertical-align: middle; left: -1.5em; z-index: -1; }
.aux-dropdown-container select, .aux-select select, .aux-dropdown select { -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border-radius: 0; padding: 0.5em 2em 0.5em 1em; }
.aux-dropdown-container select:focus, .aux-select select:focus, .aux-dropdown select:focus { outline: none; }

/* align =============================
====================================== */
.hidden { display: none !important; }

.left { float: left; }

.right { float: right; }

.center { margin-left: auto; margin-right: auto; display: block; clear: both; }

.alignright, .alignleft { margin-bottom: 1em; }

.alignright { float: right; margin-left: 1.5em; }

.alignleft { float: left; margin-right: 1.5em; }

.aux-text-align-center { text-align: center; }

.aux-text-align-left { text-align: left; }

.aux-text-align-right { text-align: right; }

.aux-center-margin { margin-right: auto; margin-left: auto; }

.aux-float-right { float: right; }

.aux-float-left { float: left; }

.rtl .left { float: right; }
.rtl .right { float: left; }
.rtl .aux-text-align-left { text-align: right; }
.rtl .aux-text-align-right { text-align: left; }
.rtl .aux-float-right { float: left; }
.rtl .aux-float-left { float: right; }
/* auxin Grid
-------------------- */
.aux-1-1, .aux-1-2, .aux-1-3, .aux-2-3, .aux-1-4, .aux-2-4, .aux-3-4, .aux-1-5, .aux-2-5, .aux-3-5, .aux-4-5, .aux-1-6, .aux-2-6, .aux-3-6, .aux-4-6, .aux-5-6, .aux-1-7, .aux-2-7, .aux-3-7, .aux-4-7, .aux-5-7, .aux-6-7, .aux-1-8, .aux-2-8, .aux-3-8, .aux-4-8, .aux-5-8, .aux-6-8, .aux-7-8, .aux-1-9, .aux-2-9, .aux-3-9, .aux-4-9, .aux-5-9, .aux-6-9, .aux-7-9, .aux-7-9, .aux-1-10, .aux-2-10, .aux-3-10, .aux-4-10, .aux-5-10, .aux-6-10, .aux-7-10, .aux-8-10, .aux-9-10, .aux-1-11, .aux-2-11, .aux-3-11, .aux-4-11, .aux-5-11, .aux-6-11, .aux-7-11, .aux-8-11, .aux-9-11, .aux-10-11, .aux-1-12, .aux-2-12, .aux-3-12, .aux-4-12, .aux-5-12, .aux-6-12, .aux-7-12, .aux-8-12, .aux-9-12, .aux-10-12, .aux-11-12, .aux-col { padding-left: 15px; padding-right: 15px; float: left; display: block; }
.aux-no-gutter > .aux-1-1, .aux-no-gutter > .aux-1-2, .aux-no-gutter > .aux-1-3, .aux-no-gutter > .aux-2-3, .aux-no-gutter > .aux-1-4, .aux-no-gutter > .aux-2-4, .aux-no-gutter > .aux-3-4, .aux-no-gutter > .aux-1-5, .aux-no-gutter > .aux-2-5, .aux-no-gutter > .aux-3-5, .aux-no-gutter > .aux-4-5, .aux-no-gutter > .aux-1-6, .aux-no-gutter > .aux-2-6, .aux-no-gutter > .aux-3-6, .aux-no-gutter > .aux-4-6, .aux-no-gutter > .aux-5-6, .aux-no-gutter > .aux-1-7, .aux-no-gutter > .aux-2-7, .aux-no-gutter > .aux-3-7, .aux-no-gutter > .aux-4-7, .aux-no-gutter > .aux-5-7, .aux-no-gutter > .aux-6-7, .aux-no-gutter > .aux-1-8, .aux-no-gutter > .aux-2-8, .aux-no-gutter > .aux-3-8, .aux-no-gutter > .aux-4-8, .aux-no-gutter > .aux-5-8, .aux-no-gutter > .aux-6-8, .aux-no-gutter > .aux-7-8, .aux-no-gutter > .aux-1-9, .aux-no-gutter > .aux-2-9, .aux-no-gutter > .aux-3-9, .aux-no-gutter > .aux-4-9, .aux-no-gutter > .aux-5-9, .aux-no-gutter > .aux-6-9, .aux-no-gutter > .aux-7-9, .aux-no-gutter > .aux-7-9, .aux-no-gutter > .aux-1-10, .aux-no-gutter > .aux-2-10, .aux-no-gutter > .aux-3-10, .aux-no-gutter > .aux-4-10, .aux-no-gutter > .aux-5-10, .aux-no-gutter > .aux-6-10, .aux-no-gutter > .aux-7-10, .aux-no-gutter > .aux-8-10, .aux-no-gutter > .aux-9-10, .aux-no-gutter > .aux-1-11, .aux-no-gutter > .aux-2-11, .aux-no-gutter > .aux-3-11, .aux-no-gutter > .aux-4-11, .aux-no-gutter > .aux-5-11, .aux-no-gutter > .aux-6-11, .aux-no-gutter > .aux-7-11, .aux-no-gutter > .aux-8-11, .aux-no-gutter > .aux-9-11, .aux-no-gutter > .aux-10-11, .aux-no-gutter > .aux-1-12, .aux-no-gutter > .aux-2-12, .aux-no-gutter > .aux-3-12, .aux-no-gutter > .aux-4-12, .aux-no-gutter > .aux-5-12, .aux-no-gutter > .aux-6-12, .aux-no-gutter > .aux-7-12, .aux-no-gutter > .aux-8-12, .aux-no-gutter > .aux-9-12, .aux-no-gutter > .aux-10-12, .aux-no-gutter > .aux-11-12, .aux-no-gutter > .aux-col { padding-left: 0; padding-right: 0; }

.aux-1-1, .aux-1-2, .aux-1-3, .aux-2-3, .aux-1-4, .aux-2-4, .aux-3-4, .aux-1-5, .aux-2-5, .aux-3-5, .aux-4-5, .aux-1-6, .aux-2-6, .aux-3-6, .aux-4-6, .aux-5-6, .aux-1-7, .aux-2-7, .aux-3-7, .aux-4-7, .aux-5-7, .aux-6-7, .aux-1-8, .aux-2-8, .aux-3-8, .aux-4-8, .aux-5-8, .aux-6-8, .aux-7-8, .aux-1-9, .aux-2-9, .aux-3-9, .aux-4-9, .aux-5-9, .aux-6-9, .aux-7-9, .aux-7-9, .aux-1-10, .aux-2-10, .aux-3-10, .aux-4-10, .aux-5-10, .aux-6-10, .aux-7-10, .aux-8-10, .aux-9-10, .aux-1-11, .aux-2-11, .aux-3-11, .aux-4-11, .aux-5-11, .aux-6-11, .aux-7-11, .aux-8-11, .aux-9-11, .aux-10-11, .aux-1-12, .aux-2-12, .aux-3-12, .aux-4-12, .aux-5-12, .aux-6-12, .aux-7-12, .aux-8-12, .aux-9-12, .aux-10-12, .aux-11-12 { margin-bottom: 30px; }

.aux-col-wrapper, .aux-row, .aux-col1, .aux-col2, .aux-col3, .aux-col4, .aux-col5, .aux-col5, .aux-col6, .aux-col7, .aux-col8, .aux-col9, .aux-col10, .aux-col11, .aux-col12 { position: relative; }
.aux-col-wrapper:after, .aux-row:after, .aux-col1:after, .aux-col2:after, .aux-col3:after, .aux-col4:after, .aux-col5:after, .aux-col5:after, .aux-col6:after, .aux-col7:after, .aux-col8:after, .aux-col9:after, .aux-col10:after, .aux-col11:after, .aux-col12:after { content: ""; display: table; clear: both; }
.aux-col-wrapper.aux-no-gutter, .aux-row.aux-no-gutter, .aux-col1.aux-no-gutter, .aux-col2.aux-no-gutter, .aux-col3.aux-no-gutter, .aux-col4.aux-no-gutter, .aux-col5.aux-no-gutter, .aux-col5.aux-no-gutter, .aux-col6.aux-no-gutter, .aux-col7.aux-no-gutter, .aux-col8.aux-no-gutter, .aux-col9.aux-no-gutter, .aux-col10.aux-no-gutter, .aux-col11.aux-no-gutter, .aux-col12.aux-no-gutter { margin-right: 0; margin-left: 0; }

.aux-col1 { margin-bottom: 30px; }

.aux-col2 { margin-bottom: 30px; }

.aux-col3 { margin-bottom: 30px; }

.aux-col4 { margin-bottom: 30px; }

.aux-col5 { margin-bottom: 30px; }

.aux-col6 { margin-bottom: 30px; }

.aux-col7 { margin-bottom: 30px; }

.aux-col8 { margin-bottom: 30px; }

.aux-col9 { margin-bottom: 30px; }

.aux-col10 { margin-bottom: 30px; }

.aux-col11 { margin-bottom: 30px; }

.aux-col12 { margin-bottom: 30px; }

.aux-col-wrapper, .aux-row, .aux-col2, .aux-col3, .aux-col4, .aux-col5, .aux-col6, .aux-col7, .aux-col8, .aux-col9, .aux-col10, .aux-col11, .aux-col12 { margin-left: -15px; margin-right: -15px; }

.aux-1-1 { width: 100%; }

.aux-1-2 { width: 50%; }

.aux-1-3 { width: 33.33%; }

.aux-1-4 { width: 25%; }

.aux-1-5 { width: 20%; }

.aux-1-6 { width: 16.66%; }

.aux-1-7 { width: 14.28%; }

.aux-1-8 { width: 12.5%; }

.aux-1-9 { width: 11.11%; }

.aux-1-10 { width: 10%; }

.aux-1-11 { width: 9.09%; }

.aux-1-12 { width: 8.33%; }

.aux-2-2 { width: 100%; }

.aux-2-3 { width: 66.66%; }

.aux-2-4 { width: 50%; }

.aux-2-5 { width: 40%; }

.aux-2-6 { width: 33.33%; }

.aux-2-7 { width: 28.57%; }

.aux-2-8 { width: 25%; }

.aux-2-9 { width: 22.22%; }

.aux-2-10 { width: 20%; }

.aux-2-11 { width: 18.18%; }

.aux-2-12 { width: 16.66%; }

.aux-3-3 { width: 100%; }

.aux-3-4 { width: 75%; }

.aux-3-5 { width: 60%; }

.aux-3-6 { width: 50%; }

.aux-3-7 { width: 42.85%; }

.aux-3-8 { width: 37.5%; }

.aux-3-9 { width: 33.33%; }

.aux-3-10 { width: 30%; }

.aux-3-11 { width: 27.27%; }

.aux-3-12 { width: 25%; }

.aux-4-4 { width: 100%; }

.aux-4-5 { width: 80%; }

.aux-4-6 { width: 66.66%; }

.aux-4-7 { width: 57.14%; }

.aux-4-8 { width: 50%; }

.aux-4-9 { width: 44.44%; }

.aux-4-10 { width: 40%; }

.aux-4-11 { width: 36.36%; }

.aux-4-12 { width: 33.33%; }

.aux-5-5 { width: 100%; }

.aux-5-6 { width: 83.33%; }

.aux-5-7 { width: 71.42%; }

.aux-5-8 { width: 62.5%; }

.aux-5-9 { width: 55.55%; }

.aux-5-10 { width: 50%; }

.aux-5-11 { width: 45.45%; }

.aux-5-12 { width: 41.66%; }

.aux-6-6 { width: 100%; }

.aux-6-7 { width: 85.71%; }

.aux-6-8 { width: 75%; }

.aux-6-9 { width: 66.66%; }

.aux-6-10 { width: 60%; }

.aux-6-11 { width: 54.54%; }

.aux-6-12 { width: 50%; }

.aux-7-7 { width: 100%; }

.aux-7-8 { width: 87.5%; }

.aux-7-9 { width: 77.77%; }

.aux-7-10 { width: 70%; }

.aux-7-11 { width: 63.63%; }

.aux-7-12 { width: 58.33%; }

.aux-8-8 { width: 100%; }

.aux-8-9 { width: 88.88%; }

.aux-8-10 { width: 80%; }

.aux-8-11 { width: 72.72%; }

.aux-8-12 { width: 66.66%; }

.aux-9-9 { width: 100%; }

.aux-9-10 { width: 90%; }

.aux-9-11 { width: 81.81%; }

.aux-9-12 { width: 75%; }

.aux-10-10 { width: 100%; }

.aux-10-11 { width: 90.9%; }

.aux-10-12 { width: 83.33%; }

.aux-11-11 { width: 100%; }

.aux-11-12 { width: 91.66%; }

.aux-12-12 { width: 100%; }

/* grid for tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-tb-1-1 { width: 100%; }
  .aux-tb-1-2 { width: 50%; }
  .aux-tb-1-3 { width: 33.33%; }
  .aux-tb-1-4 { width: 25%; }
  .aux-tb-1-5 { width: 20%; }
  .aux-tb-1-6 { width: 16.66%; }
  .aux-tb-1-7 { width: 14.28%; }
  .aux-tb-1-8 { width: 12.5%; }
  .aux-tb-1-9 { width: 11.11%; }
  .aux-tb-1-10 { width: 10%; }
  .aux-tb-1-11 { width: 9.09%; }
  .aux-tb-1-12 { width: 8.33%; }
  .aux-tb-2-2 { width: 100%; }
  .aux-tb-2-3 { width: 66.66%; }
  .aux-tb-2-4 { width: 50%; }
  .aux-tb-2-5 { width: 40%; }
  .aux-tb-2-6 { width: 33.33%; }
  .aux-tb-2-7 { width: 28.57%; }
  .aux-tb-2-8 { width: 25%; }
  .aux-tb-2-9 { width: 22.22%; }
  .aux-tb-2-10 { width: 20%; }
  .aux-tb-2-11 { width: 18.18%; }
  .aux-tb-2-12 { width: 16.66%; }
  .aux-tb-3-3 { width: 100%; }
  .aux-tb-3-4 { width: 75%; }
  .aux-tb-3-5 { width: 60%; }
  .aux-tb-3-6 { width: 50%; }
  .aux-tb-3-7 { width: 42.85%; }
  .aux-tb-3-8 { width: 37.5%; }
  .aux-tb-3-9 { width: 33.33%; }
  .aux-tb-3-10 { width: 30%; }
  .aux-tb-3-11 { width: 27.27%; }
  .aux-tb-3-12 { width: 25%; }
  .aux-tb-4-4 { width: 100%; }
  .aux-tb-4-5 { width: 80%; }
  .aux-tb-4-6 { width: 66.66%; }
  .aux-tb-4-7 { width: 57.14%; }
  .aux-tb-4-8 { width: 50%; }
  .aux-tb-4-9 { width: 44.44%; }
  .aux-tb-4-10 { width: 40%; }
  .aux-tb-4-11 { width: 36.36%; }
  .aux-tb-4-12 { width: 33.33%; }
  .aux-tb-5-5 { width: 100%; }
  .aux-tb-5-6 { width: 83.33%; }
  .aux-tb-5-7 { width: 71.42%; }
  .aux-tb-5-8 { width: 62.5%; }
  .aux-tb-5-9 { width: 55.55%; }
  .aux-tb-5-10 { width: 50%; }
  .aux-tb-5-11 { width: 45.45%; }
  .aux-tb-5-12 { width: 41.66%; }
  .aux-tb-6-6 { width: 100%; }
  .aux-tb-6-7 { width: 85.71%; }
  .aux-tb-6-8 { width: 75%; }
  .aux-tb-6-9 { width: 66.66%; }
  .aux-tb-6-10 { width: 60%; }
  .aux-tb-6-11 { width: 54.54%; }
  .aux-tb-6-12 { width: 50%; }
  .aux-tb-7-7 { width: 100%; }
  .aux-tb-7-8 { width: 87.5%; }
  .aux-tb-7-9 { width: 77.77%; }
  .aux-tb-7-10 { width: 70%; }
  .aux-tb-7-11 { width: 63.63%; }
  .aux-tb-7-12 { width: 58.33%; }
  .aux-tb-8-8 { width: 100%; }
  .aux-tb-8-9 { width: 88.88%; }
  .aux-tb-8-10 { width: 80%; }
  .aux-tb-8-11 { width: 72.72%; }
  .aux-tb-8-12 { width: 66.66%; }
  .aux-tb-9-9 { width: 100%; }
  .aux-tb-9-10 { width: 90%; }
  .aux-tb-9-11 { width: 81.81%; }
  .aux-tb-9-12 { width: 75%; }
  .aux-tb-10-10 { width: 100%; }
  .aux-tb-10-11 { width: 90.9%; }
  .aux-tb-10-12 { width: 83.33%; }
  .aux-tb-11-11 { width: 100%; }
  .aux-tb-11-12 { width: 91.66%; }
  .aux-tb-12-12 { width: 100%; } }
/* grid for mobile */
@media screen and (max-width: 767px) { .aux-mb-1-1 { width: 100%; }
  .aux-mb-1-2 { width: 50%; }
  .aux-mb-1-3 { width: 33.33%; }
  .aux-mb-1-4 { width: 25%; }
  .aux-mb-1-5 { width: 20%; }
  .aux-mb-1-6 { width: 16.66%; }
  .aux-mb-1-7 { width: 14.28%; }
  .aux-mb-1-8 { width: 12.5%; }
  .aux-mb-1-9 { width: 11.11%; }
  .aux-mb-1-10 { width: 10%; }
  .aux-mb-1-11 { width: 9.09%; }
  .aux-mb-1-12 { width: 8.33%; }
  .aux-mb-2-2 { width: 100%; }
  .aux-mb-2-3 { width: 66.66%; }
  .aux-mb-2-4 { width: 50%; }
  .aux-mb-2-5 { width: 40%; }
  .aux-mb-2-6 { width: 33.33%; }
  .aux-mb-2-7 { width: 28.57%; }
  .aux-mb-2-8 { width: 25%; }
  .aux-mb-2-9 { width: 22.22%; }
  .aux-mb-2-10 { width: 20%; }
  .aux-mb-2-11 { width: 18.18%; }
  .aux-mb-2-12 { width: 16.66%; }
  .aux-mb-3-3 { width: 100%; }
  .aux-mb-3-4 { width: 75%; }
  .aux-mb-3-5 { width: 60%; }
  .aux-mb-3-6 { width: 50%; }
  .aux-mb-3-7 { width: 42.85%; }
  .aux-mb-3-8 { width: 37.5%; }
  .aux-mb-3-9 { width: 33.33%; }
  .aux-mb-3-10 { width: 30%; }
  .aux-mb-3-11 { width: 27.27%; }
  .aux-mb-3-12 { width: 25%; }
  .aux-mb-4-4 { width: 100%; }
  .aux-mb-4-5 { width: 80%; }
  .aux-mb-4-6 { width: 66.66%; }
  .aux-mb-4-7 { width: 57.14%; }
  .aux-mb-4-8 { width: 50%; }
  .aux-mb-4-9 { width: 44.44%; }
  .aux-mb-4-10 { width: 40%; }
  .aux-mb-4-11 { width: 36.36%; }
  .aux-mb-4-12 { width: 33.33%; }
  .aux-mb-5-5 { width: 100%; }
  .aux-mb-5-6 { width: 83.33%; }
  .aux-mb-5-7 { width: 71.42%; }
  .aux-mb-5-8 { width: 62.5%; }
  .aux-mb-5-9 { width: 55.55%; }
  .aux-mb-5-10 { width: 50%; }
  .aux-mb-5-11 { width: 45.45%; }
  .aux-mb-5-12 { width: 41.66%; }
  .aux-mb-6-6 { width: 100%; }
  .aux-mb-6-7 { width: 85.71%; }
  .aux-mb-6-8 { width: 75%; }
  .aux-mb-6-9 { width: 66.66%; }
  .aux-mb-6-10 { width: 60%; }
  .aux-mb-6-11 { width: 54.54%; }
  .aux-mb-6-12 { width: 50%; }
  .aux-mb-7-7 { width: 100%; }
  .aux-mb-7-8 { width: 87.5%; }
  .aux-mb-7-9 { width: 77.77%; }
  .aux-mb-7-10 { width: 70%; }
  .aux-mb-7-11 { width: 63.63%; }
  .aux-mb-7-12 { width: 58.33%; }
  .aux-mb-8-8 { width: 100%; }
  .aux-mb-8-9 { width: 88.88%; }
  .aux-mb-8-10 { width: 80%; }
  .aux-mb-8-11 { width: 72.72%; }
  .aux-mb-8-12 { width: 66.66%; }
  .aux-mb-9-9 { width: 100%; }
  .aux-mb-9-10 { width: 90%; }
  .aux-mb-9-11 { width: 81.81%; }
  .aux-mb-9-12 { width: 75%; }
  .aux-mb-10-10 { width: 100%; }
  .aux-mb-10-11 { width: 90.9%; }
  .aux-mb-10-12 { width: 83.33%; }
  .aux-mb-11-11 { width: 100%; }
  .aux-mb-11-12 { width: 91.66%; }
  .aux-mb-12-12 { width: 100%; } }
.aux-border-collapse > .aux-col { border-width: 1px; border-left-width: 0; border-style: solid; }

.aux-col1 > .aux-col { width: 100%; }

.aux-col2 > .aux-col { width: 50%; }

.aux-col2 .aux-col:nth-child(2n+3) { clear: left; }
.aux-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }

.rtl .aux-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
.rtl .aux-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
.aux-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }

.aux-border-collapse.aux-col2 .aux-col:nth-child(2n+3) { border-top-width: 0; }

.aux-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }

.aux-border-collapse.aux-col2 .aux-col:nth-child(2n+4) { border-top-width: 0; }

.aux-col3 > .aux-col { width: 33.33%; }

.aux-col3 .aux-col:nth-child(3n+4) { clear: left; }
.aux-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }

.rtl .aux-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
.rtl .aux-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
.aux-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }

.aux-border-collapse.aux-col3 .aux-col:nth-child(3n+4) { border-top-width: 0; }

.aux-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }

.aux-border-collapse.aux-col3 .aux-col:nth-child(3n+5) { border-top-width: 0; }

.aux-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }

.aux-border-collapse.aux-col3 .aux-col:nth-child(3n+6) { border-top-width: 0; }

.aux-col4 > .aux-col { width: 25%; }

.aux-col4 .aux-col:nth-child(4n+5) { clear: left; }
.aux-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }

.rtl .aux-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
.rtl .aux-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
.aux-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }

.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+5) { border-top-width: 0; }

.aux-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }

.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+6) { border-top-width: 0; }

.aux-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }

.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+7) { border-top-width: 0; }

.aux-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }

.aux-border-collapse.aux-col4 .aux-col:nth-child(4n+8) { border-top-width: 0; }

.aux-col5 > .aux-col { width: 20%; }

.aux-col5 .aux-col:nth-child(5n+6) { clear: left; }
.aux-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }

.rtl .aux-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
.rtl .aux-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
.aux-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }

.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+6) { border-top-width: 0; }

.aux-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }

.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+7) { border-top-width: 0; }

.aux-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }

.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+8) { border-top-width: 0; }

.aux-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }

.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+9) { border-top-width: 0; }

.aux-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }

.aux-border-collapse.aux-col5 .aux-col:nth-child(5n+10) { border-top-width: 0; }

.aux-col6 > .aux-col { width: 16.66%; }

.aux-col6 .aux-col:nth-child(6n+7) { clear: left; }
.aux-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }

.rtl .aux-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
.rtl .aux-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
.aux-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }

.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+7) { border-top-width: 0; }

.aux-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }

.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+8) { border-top-width: 0; }

.aux-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }

.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+9) { border-top-width: 0; }

.aux-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }

.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+10) { border-top-width: 0; }

.aux-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }

.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+11) { border-top-width: 0; }

.aux-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }

.aux-border-collapse.aux-col6 .aux-col:nth-child(6n+12) { border-top-width: 0; }

.aux-col7 > .aux-col { width: 14.28%; }

.aux-col7 .aux-col:nth-child(7n+8) { clear: left; }
.aux-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }

.rtl .aux-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
.rtl .aux-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
.aux-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+8) { border-top-width: 0; }

.aux-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+9) { border-top-width: 0; }

.aux-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+10) { border-top-width: 0; }

.aux-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+11) { border-top-width: 0; }

.aux-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+12) { border-top-width: 0; }

.aux-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+13) { border-top-width: 0; }

.aux-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }

.aux-border-collapse.aux-col7 .aux-col:nth-child(7n+14) { border-top-width: 0; }

.aux-col8 > .aux-col { width: 12.5%; }

.aux-col8 .aux-col:nth-child(8n+9) { clear: left; }
.aux-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }

.rtl .aux-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
.rtl .aux-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
.aux-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+9) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+10) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+11) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+12) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+13) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+14) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+15) { border-top-width: 0; }

.aux-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }

.aux-border-collapse.aux-col8 .aux-col:nth-child(8n+16) { border-top-width: 0; }

.aux-col9 > .aux-col { width: 11.11%; }

.aux-col9 .aux-col:nth-child(9n+10) { clear: left; }
.aux-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }

.rtl .aux-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
.rtl .aux-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
.aux-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+10) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+11) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+12) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+13) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+14) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+15) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+16) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+17) { border-top-width: 0; }

.aux-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }

.aux-border-collapse.aux-col9 .aux-col:nth-child(9n+18) { border-top-width: 0; }

.aux-col10 > .aux-col { width: 10%; }

.aux-col10 .aux-col:nth-child(10n+11) { clear: left; }
.aux-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }

.rtl .aux-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
.rtl .aux-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
.aux-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+11) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+12) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+13) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+14) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+15) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+16) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+17) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+18) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+19) { border-top-width: 0; }

.aux-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }

.aux-border-collapse.aux-col10 .aux-col:nth-child(10n+20) { border-top-width: 0; }

.aux-col11 > .aux-col { width: 9.09%; }

.aux-col11 .aux-col:nth-child(11n+12) { clear: left; }
.aux-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }

.rtl .aux-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
.rtl .aux-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
.aux-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+12) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+13) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+14) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+15) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+16) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+17) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+18) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+19) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+20) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+21) { border-top-width: 0; }

.aux-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }

.aux-border-collapse.aux-col11 .aux-col:nth-child(11n+22) { border-top-width: 0; }

.aux-col12 > .aux-col { width: 8.33%; }

.aux-col12 .aux-col:nth-child(12n+13) { clear: left; }
.aux-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }

.rtl .aux-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
.rtl .aux-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
.aux-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+13) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+14) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+15) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+16) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+17) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+18) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+19) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+20) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+21) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+22) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+23) { border-top-width: 0; }

.aux-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }

.aux-border-collapse.aux-col12 .aux-col:nth-child(12n+24) { border-top-width: 0; }

.aux-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
.aux-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
.aux-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0; }

/* grid for desktop */
@media screen and (min-width: 1025px) { .aux-de-col1 > .aux-col { width: 100%; }
  .aux-de-col2 > .aux-col { width: 50%; }
  .aux-de-col2 .aux-col:nth-child(2n+3) { clear: left; }
  .aux-de-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
  .rtl .aux-de-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
  .rtl .aux-de-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
  .aux-de-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col2 .aux-col:nth-child(2n+3) { border-top-width: 0; }
  .aux-de-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col2 .aux-col:nth-child(2n+4) { border-top-width: 0; }
  .aux-de-col3 > .aux-col { width: 33.33%; }
  .aux-de-col3 .aux-col:nth-child(3n+4) { clear: left; }
  .aux-de-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
  .rtl .aux-de-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
  .rtl .aux-de-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
  .aux-de-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col3 .aux-col:nth-child(3n+4) { border-top-width: 0; }
  .aux-de-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col3 .aux-col:nth-child(3n+5) { border-top-width: 0; }
  .aux-de-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col3 .aux-col:nth-child(3n+6) { border-top-width: 0; }
  .aux-de-col4 > .aux-col { width: 25%; }
  .aux-de-col4 .aux-col:nth-child(4n+5) { clear: left; }
  .aux-de-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
  .rtl .aux-de-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
  .rtl .aux-de-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
  .aux-de-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+5) { border-top-width: 0; }
  .aux-de-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+6) { border-top-width: 0; }
  .aux-de-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+7) { border-top-width: 0; }
  .aux-de-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col4 .aux-col:nth-child(4n+8) { border-top-width: 0; }
  .aux-de-col5 > .aux-col { width: 20%; }
  .aux-de-col5 .aux-col:nth-child(5n+6) { clear: left; }
  .aux-de-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
  .rtl .aux-de-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
  .rtl .aux-de-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
  .aux-de-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+6) { border-top-width: 0; }
  .aux-de-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+7) { border-top-width: 0; }
  .aux-de-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+8) { border-top-width: 0; }
  .aux-de-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+9) { border-top-width: 0; }
  .aux-de-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col5 .aux-col:nth-child(5n+10) { border-top-width: 0; }
  .aux-de-col6 > .aux-col { width: 16.66%; }
  .aux-de-col6 .aux-col:nth-child(6n+7) { clear: left; }
  .aux-de-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
  .rtl .aux-de-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
  .rtl .aux-de-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
  .aux-de-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+7) { border-top-width: 0; }
  .aux-de-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+8) { border-top-width: 0; }
  .aux-de-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+9) { border-top-width: 0; }
  .aux-de-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+10) { border-top-width: 0; }
  .aux-de-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+11) { border-top-width: 0; }
  .aux-de-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col6 .aux-col:nth-child(6n+12) { border-top-width: 0; }
  .aux-de-col7 > .aux-col { width: 14.28%; }
  .aux-de-col7 .aux-col:nth-child(7n+8) { clear: left; }
  .aux-de-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
  .rtl .aux-de-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
  .rtl .aux-de-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
  .aux-de-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+8) { border-top-width: 0; }
  .aux-de-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+9) { border-top-width: 0; }
  .aux-de-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+10) { border-top-width: 0; }
  .aux-de-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+11) { border-top-width: 0; }
  .aux-de-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+12) { border-top-width: 0; }
  .aux-de-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+13) { border-top-width: 0; }
  .aux-de-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col7 .aux-col:nth-child(7n+14) { border-top-width: 0; }
  .aux-de-col8 > .aux-col { width: 12.5%; }
  .aux-de-col8 .aux-col:nth-child(8n+9) { clear: left; }
  .aux-de-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
  .rtl .aux-de-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
  .rtl .aux-de-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
  .aux-de-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+9) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+10) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+11) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+12) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+13) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+14) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+15) { border-top-width: 0; }
  .aux-de-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col8 .aux-col:nth-child(8n+16) { border-top-width: 0; }
  .aux-de-col9 > .aux-col { width: 11.11%; }
  .aux-de-col9 .aux-col:nth-child(9n+10) { clear: left; }
  .aux-de-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
  .rtl .aux-de-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
  .rtl .aux-de-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
  .aux-de-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+10) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+11) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+12) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+13) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+14) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+15) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+16) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+17) { border-top-width: 0; }
  .aux-de-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col9 .aux-col:nth-child(9n+18) { border-top-width: 0; }
  .aux-de-col10 > .aux-col { width: 10%; }
  .aux-de-col10 .aux-col:nth-child(10n+11) { clear: left; }
  .aux-de-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
  .rtl .aux-de-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
  .rtl .aux-de-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
  .aux-de-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+11) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+12) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+13) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+14) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+15) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+16) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+17) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+18) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+19) { border-top-width: 0; }
  .aux-de-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col10 .aux-col:nth-child(10n+20) { border-top-width: 0; }
  .aux-de-col11 > .aux-col { width: 9.09%; }
  .aux-de-col11 .aux-col:nth-child(11n+12) { clear: left; }
  .aux-de-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
  .rtl .aux-de-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
  .rtl .aux-de-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
  .aux-de-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+12) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+13) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+14) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+15) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+16) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+17) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+18) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+19) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+20) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+21) { border-top-width: 0; }
  .aux-de-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col11 .aux-col:nth-child(11n+22) { border-top-width: 0; }
  .aux-de-col12 > .aux-col { width: 8.33%; }
  .aux-de-col12 .aux-col:nth-child(12n+13) { clear: left; }
  .aux-de-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
  .rtl .aux-de-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
  .rtl .aux-de-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
  .aux-de-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+13) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+14) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+15) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+16) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+17) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+18) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+19) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+20) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+21) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+22) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+23) { border-top-width: 0; }
  .aux-de-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
  .aux-border-collapse.aux-de-col12 .aux-col:nth-child(12n+24) { border-top-width: 0; }
  .aux-de-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
  .aux-de-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
  .aux-de-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0; } }
/* grid for tablet */
@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-tb-1 { width: 100%; }
  .aux-tb-2 { width: 50%; }
  .aux-tb-3 { width: 33.33%; }
  .aux-tb-4 { width: 25%; }
  .aux-tb-5 { width: 20%; }
  .aux-tb-6 { width: 16.66%; }
  .aux-tb-7 { width: 14.28%; }
  .aux-tb-8 { width: 12.5%; }
  .aux-tb-9 { width: 11.11%; }
  .aux-tb-10 { width: 10%; }
  .aux-tb-11 { width: 9.09%; }
  .aux-tb-12 { width: 8.33%; }
  .aux-tb-col1 > .aux-col { width: 100%; }
  .aux-tb-col2 > .aux-col { width: 50%; }
  .aux-tb-col2 .aux-col:nth-child(2n+3) { clear: left; }
  .aux-tb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
  .rtl .aux-tb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
  .aux-tb-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col2 .aux-col:nth-child(2n+3) { border-top-width: 0; }
  .aux-tb-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col2 .aux-col:nth-child(2n+4) { border-top-width: 0; }
  .aux-tb-col3 > .aux-col { width: 33.33%; }
  .aux-tb-col3 .aux-col:nth-child(3n+4) { clear: left; }
  .aux-tb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
  .rtl .aux-tb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
  .aux-tb-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col3 .aux-col:nth-child(3n+4) { border-top-width: 0; }
  .aux-tb-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col3 .aux-col:nth-child(3n+5) { border-top-width: 0; }
  .aux-tb-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col3 .aux-col:nth-child(3n+6) { border-top-width: 0; }
  .aux-tb-col4 > .aux-col { width: 25%; }
  .aux-tb-col4 .aux-col:nth-child(4n+5) { clear: left; }
  .aux-tb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
  .rtl .aux-tb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
  .aux-tb-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+5) { border-top-width: 0; }
  .aux-tb-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+6) { border-top-width: 0; }
  .aux-tb-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+7) { border-top-width: 0; }
  .aux-tb-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col4 .aux-col:nth-child(4n+8) { border-top-width: 0; }
  .aux-tb-col5 > .aux-col { width: 20%; }
  .aux-tb-col5 .aux-col:nth-child(5n+6) { clear: left; }
  .aux-tb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
  .rtl .aux-tb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
  .aux-tb-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+6) { border-top-width: 0; }
  .aux-tb-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+7) { border-top-width: 0; }
  .aux-tb-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+8) { border-top-width: 0; }
  .aux-tb-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+9) { border-top-width: 0; }
  .aux-tb-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col5 .aux-col:nth-child(5n+10) { border-top-width: 0; }
  .aux-tb-col6 > .aux-col { width: 16.66%; }
  .aux-tb-col6 .aux-col:nth-child(6n+7) { clear: left; }
  .aux-tb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
  .rtl .aux-tb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
  .aux-tb-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+7) { border-top-width: 0; }
  .aux-tb-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+8) { border-top-width: 0; }
  .aux-tb-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+9) { border-top-width: 0; }
  .aux-tb-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+10) { border-top-width: 0; }
  .aux-tb-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+11) { border-top-width: 0; }
  .aux-tb-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col6 .aux-col:nth-child(6n+12) { border-top-width: 0; }
  .aux-tb-col7 > .aux-col { width: 14.28%; }
  .aux-tb-col7 .aux-col:nth-child(7n+8) { clear: left; }
  .aux-tb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
  .rtl .aux-tb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
  .aux-tb-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+8) { border-top-width: 0; }
  .aux-tb-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+9) { border-top-width: 0; }
  .aux-tb-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+10) { border-top-width: 0; }
  .aux-tb-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+11) { border-top-width: 0; }
  .aux-tb-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+12) { border-top-width: 0; }
  .aux-tb-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+13) { border-top-width: 0; }
  .aux-tb-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col7 .aux-col:nth-child(7n+14) { border-top-width: 0; }
  .aux-tb-col8 > .aux-col { width: 12.5%; }
  .aux-tb-col8 .aux-col:nth-child(8n+9) { clear: left; }
  .aux-tb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
  .rtl .aux-tb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
  .aux-tb-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+9) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+10) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+11) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+12) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+13) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+14) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+15) { border-top-width: 0; }
  .aux-tb-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col8 .aux-col:nth-child(8n+16) { border-top-width: 0; }
  .aux-tb-col9 > .aux-col { width: 11.11%; }
  .aux-tb-col9 .aux-col:nth-child(9n+10) { clear: left; }
  .aux-tb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
  .rtl .aux-tb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
  .aux-tb-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+10) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+11) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+12) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+13) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+14) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+15) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+16) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+17) { border-top-width: 0; }
  .aux-tb-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col9 .aux-col:nth-child(9n+18) { border-top-width: 0; }
  .aux-tb-col10 > .aux-col { width: 10%; }
  .aux-tb-col10 .aux-col:nth-child(10n+11) { clear: left; }
  .aux-tb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
  .rtl .aux-tb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
  .aux-tb-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+11) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+12) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+13) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+14) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+15) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+16) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+17) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+18) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+19) { border-top-width: 0; }
  .aux-tb-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col10 .aux-col:nth-child(10n+20) { border-top-width: 0; }
  .aux-tb-col11 > .aux-col { width: 9.09%; }
  .aux-tb-col11 .aux-col:nth-child(11n+12) { clear: left; }
  .aux-tb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
  .rtl .aux-tb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
  .aux-tb-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+12) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+13) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+14) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+15) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+16) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+17) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+18) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+19) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+20) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+21) { border-top-width: 0; }
  .aux-tb-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col11 .aux-col:nth-child(11n+22) { border-top-width: 0; }
  .aux-tb-col12 > .aux-col { width: 8.33%; }
  .aux-tb-col12 .aux-col:nth-child(12n+13) { clear: left; }
  .aux-tb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
  .rtl .aux-tb-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
  .rtl .aux-tb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
  .aux-tb-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+13) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+14) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+15) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+16) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+17) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+18) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+19) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+20) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+21) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+22) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+23) { border-top-width: 0; }
  .aux-tb-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
  .aux-border-collapse.aux-tb-col12 .aux-col:nth-child(12n+24) { border-top-width: 0; }
  .aux-tb-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
  .aux-tb-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
  .aux-tb-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0; } }
/* grid for mobile */
@media screen and (max-width: 767px) { .aux-mb-1 { width: 100%; }
  .aux-mb-2 { width: 50%; }
  .aux-mb-3 { width: 33.33%; }
  .aux-mb-4 { width: 25%; }
  .aux-mb-5 { width: 20%; }
  .aux-mb-6 { width: 16.66%; }
  .aux-mb-7 { width: 14.28%; }
  .aux-mb-8 { width: 12.5%; }
  .aux-mb-9 { width: 11.11%; }
  .aux-mb-10 { width: 10%; }
  .aux-mb-11 { width: 9.09%; }
  .aux-mb-12 { width: 8.33%; }
  .aux-mb-col1 > .aux-col { width: 100%; }
  .aux-mb-col2 > .aux-col { width: 50%; }
  .aux-mb-col2 .aux-col:nth-child(2n+3) { clear: left; }
  .aux-mb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col2.aux-border-collapse .aux-col:nth-child(2n) { border-left-width: 1px; }
  .rtl .aux-mb-col2.aux-border-collapse .aux-col:nth-child(2n+1) { border-left-width: 0px; }
  .aux-mb-col2 .aux-col:nth-child(2n+3) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col2 .aux-col:nth-child(2n+3) { border-top-width: 0; }
  .aux-mb-col2 .aux-col:nth-child(2n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col2 .aux-col:nth-child(2n+4) { border-top-width: 0; }
  .aux-mb-col3 > .aux-col { width: 33.33%; }
  .aux-mb-col3 .aux-col:nth-child(3n+4) { clear: left; }
  .aux-mb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col3.aux-border-collapse .aux-col:nth-child(3n) { border-left-width: 1px; }
  .rtl .aux-mb-col3.aux-border-collapse .aux-col:nth-child(3n+1) { border-left-width: 0px; }
  .aux-mb-col3 .aux-col:nth-child(3n+4) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col3 .aux-col:nth-child(3n+4) { border-top-width: 0; }
  .aux-mb-col3 .aux-col:nth-child(3n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col3 .aux-col:nth-child(3n+5) { border-top-width: 0; }
  .aux-mb-col3 .aux-col:nth-child(3n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col3 .aux-col:nth-child(3n+6) { border-top-width: 0; }
  .aux-mb-col4 > .aux-col { width: 25%; }
  .aux-mb-col4 .aux-col:nth-child(4n+5) { clear: left; }
  .aux-mb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col4.aux-border-collapse .aux-col:nth-child(4n) { border-left-width: 1px; }
  .rtl .aux-mb-col4.aux-border-collapse .aux-col:nth-child(4n+1) { border-left-width: 0px; }
  .aux-mb-col4 .aux-col:nth-child(4n+5) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+5) { border-top-width: 0; }
  .aux-mb-col4 .aux-col:nth-child(4n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+6) { border-top-width: 0; }
  .aux-mb-col4 .aux-col:nth-child(4n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+7) { border-top-width: 0; }
  .aux-mb-col4 .aux-col:nth-child(4n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col4 .aux-col:nth-child(4n+8) { border-top-width: 0; }
  .aux-mb-col5 > .aux-col { width: 20%; }
  .aux-mb-col5 .aux-col:nth-child(5n+6) { clear: left; }
  .aux-mb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col5.aux-border-collapse .aux-col:nth-child(5n) { border-left-width: 1px; }
  .rtl .aux-mb-col5.aux-border-collapse .aux-col:nth-child(5n+1) { border-left-width: 0px; }
  .aux-mb-col5 .aux-col:nth-child(5n+6) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+6) { border-top-width: 0; }
  .aux-mb-col5 .aux-col:nth-child(5n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+7) { border-top-width: 0; }
  .aux-mb-col5 .aux-col:nth-child(5n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+8) { border-top-width: 0; }
  .aux-mb-col5 .aux-col:nth-child(5n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+9) { border-top-width: 0; }
  .aux-mb-col5 .aux-col:nth-child(5n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col5 .aux-col:nth-child(5n+10) { border-top-width: 0; }
  .aux-mb-col6 > .aux-col { width: 16.66%; }
  .aux-mb-col6 .aux-col:nth-child(6n+7) { clear: left; }
  .aux-mb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col6.aux-border-collapse .aux-col:nth-child(6n) { border-left-width: 1px; }
  .rtl .aux-mb-col6.aux-border-collapse .aux-col:nth-child(6n+1) { border-left-width: 0px; }
  .aux-mb-col6 .aux-col:nth-child(6n+7) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+7) { border-top-width: 0; }
  .aux-mb-col6 .aux-col:nth-child(6n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+8) { border-top-width: 0; }
  .aux-mb-col6 .aux-col:nth-child(6n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+9) { border-top-width: 0; }
  .aux-mb-col6 .aux-col:nth-child(6n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+10) { border-top-width: 0; }
  .aux-mb-col6 .aux-col:nth-child(6n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+11) { border-top-width: 0; }
  .aux-mb-col6 .aux-col:nth-child(6n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col6 .aux-col:nth-child(6n+12) { border-top-width: 0; }
  .aux-mb-col7 > .aux-col { width: 14.28%; }
  .aux-mb-col7 .aux-col:nth-child(7n+8) { clear: left; }
  .aux-mb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col7.aux-border-collapse .aux-col:nth-child(7n) { border-left-width: 1px; }
  .rtl .aux-mb-col7.aux-border-collapse .aux-col:nth-child(7n+1) { border-left-width: 0px; }
  .aux-mb-col7 .aux-col:nth-child(7n+8) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+8) { border-top-width: 0; }
  .aux-mb-col7 .aux-col:nth-child(7n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+9) { border-top-width: 0; }
  .aux-mb-col7 .aux-col:nth-child(7n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+10) { border-top-width: 0; }
  .aux-mb-col7 .aux-col:nth-child(7n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+11) { border-top-width: 0; }
  .aux-mb-col7 .aux-col:nth-child(7n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+12) { border-top-width: 0; }
  .aux-mb-col7 .aux-col:nth-child(7n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+13) { border-top-width: 0; }
  .aux-mb-col7 .aux-col:nth-child(7n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col7 .aux-col:nth-child(7n+14) { border-top-width: 0; }
  .aux-mb-col8 > .aux-col { width: 12.5%; }
  .aux-mb-col8 .aux-col:nth-child(8n+9) { clear: left; }
  .aux-mb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col8.aux-border-collapse .aux-col:nth-child(8n) { border-left-width: 1px; }
  .rtl .aux-mb-col8.aux-border-collapse .aux-col:nth-child(8n+1) { border-left-width: 0px; }
  .aux-mb-col8 .aux-col:nth-child(8n+9) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+9) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+10) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+11) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+12) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+13) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+14) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+15) { border-top-width: 0; }
  .aux-mb-col8 .aux-col:nth-child(8n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col8 .aux-col:nth-child(8n+16) { border-top-width: 0; }
  .aux-mb-col9 > .aux-col { width: 11.11%; }
  .aux-mb-col9 .aux-col:nth-child(9n+10) { clear: left; }
  .aux-mb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col9.aux-border-collapse .aux-col:nth-child(9n) { border-left-width: 1px; }
  .rtl .aux-mb-col9.aux-border-collapse .aux-col:nth-child(9n+1) { border-left-width: 0px; }
  .aux-mb-col9 .aux-col:nth-child(9n+10) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+10) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+11) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+12) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+13) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+14) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+15) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+16) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+17) { border-top-width: 0; }
  .aux-mb-col9 .aux-col:nth-child(9n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col9 .aux-col:nth-child(9n+18) { border-top-width: 0; }
  .aux-mb-col10 > .aux-col { width: 10%; }
  .aux-mb-col10 .aux-col:nth-child(10n+11) { clear: left; }
  .aux-mb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col10.aux-border-collapse .aux-col:nth-child(10n) { border-left-width: 1px; }
  .rtl .aux-mb-col10.aux-border-collapse .aux-col:nth-child(10n+1) { border-left-width: 0px; }
  .aux-mb-col10 .aux-col:nth-child(10n+11) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+11) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+12) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+13) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+14) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+15) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+16) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+17) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+18) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+19) { border-top-width: 0; }
  .aux-mb-col10 .aux-col:nth-child(10n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col10 .aux-col:nth-child(10n+20) { border-top-width: 0; }
  .aux-mb-col11 > .aux-col { width: 9.09%; }
  .aux-mb-col11 .aux-col:nth-child(11n+12) { clear: left; }
  .aux-mb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col11.aux-border-collapse .aux-col:nth-child(11n) { border-left-width: 1px; }
  .rtl .aux-mb-col11.aux-border-collapse .aux-col:nth-child(11n+1) { border-left-width: 0px; }
  .aux-mb-col11 .aux-col:nth-child(11n+12) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+12) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+13) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+14) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+15) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+16) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+17) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+18) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+19) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+20) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+21) { border-top-width: 0; }
  .aux-mb-col11 .aux-col:nth-child(11n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col11 .aux-col:nth-child(11n+22) { border-top-width: 0; }
  .aux-mb-col12 > .aux-col { width: 8.33%; }
  .aux-mb-col12 .aux-col:nth-child(12n+13) { clear: left; }
  .aux-mb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 1px; }
  .rtl .aux-mb-col12.aux-border-collapse .aux-col:nth-child(12n) { border-left-width: 1px; }
  .rtl .aux-mb-col12.aux-border-collapse .aux-col:nth-child(12n+1) { border-left-width: 0px; }
  .aux-mb-col12 .aux-col:nth-child(12n+13) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+13) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+14) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+14) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+15) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+15) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+16) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+16) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+17) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+17) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+18) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+18) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+19) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+19) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+20) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+20) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+21) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+21) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+22) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+22) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+23) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+23) { border-top-width: 0; }
  .aux-mb-col12 .aux-col:nth-child(12n+24) { margin-top: 30px; }
  .aux-border-collapse.aux-mb-col12 .aux-col:nth-child(12n+24) { border-top-width: 0; }
  .aux-mb-col1 > .aux-col:nth-child(n+2) { margin-top: 30px; }
  .aux-mb-col1.aux-border-collapse > .aux-col { border-left-width: 1px; }
  .aux-mb-col1.aux-border-collapse > .aux-col:nth-child(n+2) { border-top-width: 0; } }
/* auxin-front */
@font-face { font-family: "auxin-front"; src: url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.eot); src: url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.woff) format("woff"), url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.ttf) format("truetype"), url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon/auxin-front.svg#auxin-front) format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "auxin-front" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="auxicon-"]:before, [class*=" auxicon-"]:before { font-family: "auxin-front" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.auxicon-2-arrows:before { content: "\61"; }

.auxicon-4-arrows:before { content: "\62"; }

.auxicon-back:before { content: "\63"; }

.auxicon-back-pack:before { content: "\64"; }

.auxicon-basket-1:before { content: "\65"; }

.auxicon-basket-2:before { content: "\66"; }

.auxicon-big-candy:before { content: "\67"; }

.auxicon-bottle:before { content: "\68"; }

.auxicon-bow-tie:before { content: "\69"; }

.auxicon-box-1:before { content: "\6a"; }

.auxicon-box-2:before { content: "\6b"; }

.auxicon-box-open:before { content: "\6c"; }

.auxicon-candy:before { content: "\6d"; }

.auxicon-cd-cover:before { content: "\6e"; }

.auxicon-chopsticks:before { content: "\6f"; }

.auxicon-cloud:before { content: "\70"; }

.auxicon-cloud-down:before { content: "\71"; }

.auxicon-cloud-up:before { content: "\72"; }

.auxicon-cloud-v-1:before { content: "\73"; }

.auxicon-cloud-v-2:before { content: "\74"; }

.auxicon-cloud-x-1:before { content: "\75"; }

.auxicon-cloud-x-2:before { content: "\76"; }

.auxicon-cofee-cup-1:before { content: "\77"; }

.auxicon-cofee-cup-2:before { content: "\78"; }

.auxicon-credit-card-1:before { content: "\79"; }

.auxicon-credit-card-2:before { content: "\7a"; }

.auxicon-credit-card-3:before { content: "\41"; }

.auxicon-credit-card-4:before { content: "\42"; }

.auxicon-cup-1:before { content: "\43"; }

.auxicon-cup-2:before { content: "\44"; }

.auxicon-diamond:before { content: "\45"; }

.auxicon-dollar:before { content: "\46"; }

.auxicon-dollar-bill:before { content: "\47"; }

.auxicon-dollar-coin:before { content: "\48"; }

.auxicon-download:before { content: "\49"; }

.auxicon-euro:before { content: "\4a"; }

.auxicon-euro-coin:before { content: "\4b"; }

.auxicon-folder:before { content: "\4c"; }

.auxicon-folder-plus:before { content: "\4d"; }

.auxicon-folder-v:before { content: "\4e"; }

.auxicon-folder-x:before { content: "\4f"; }

.auxicon-forward:before { content: "\50"; }

.auxicon-glass-of-water:before { content: "\51"; }

.auxicon-hamburger:before { content: "\52"; }

.auxicon-headphones:before { content: "\53"; }

.auxicon-headset:before { content: "\54"; }

.auxicon-highlighter:before { content: "\56"; }

.auxicon-hot-dog:before { content: "\57"; }

.auxicon-ice-cream:before { content: "\58"; }

.auxicon-ipod:before { content: "\59"; }

.auxicon-key:before { content: "\5a"; }

.auxicon-keyboard:before { content: "\30"; }

.auxicon-knife:before { content: "\31"; }

.auxicon-lock-round:before { content: "\32"; }

.auxicon-lock-square:before { content: "\33"; }

.auxicon-mouse:before { content: "\34"; }

.auxicon-musical-note-1:before { content: "\35"; }

.auxicon-musical-note-2:before { content: "\36"; }

.auxicon-paper:before { content: "\37"; }

.auxicon-pause:before { content: "\38"; }

.auxicon-pause-round:before { content: "\39"; }

.auxicon-pen:before { content: "\21"; }

.auxicon-pencil:before { content: "\22"; }

.auxicon-platter:before { content: "\23"; }

.auxicon-play:before { content: "\24"; }

.auxicon-play-round:before { content: "\25"; }

.auxicon-popsicle:before { content: "\26"; }

.auxicon-pound:before { content: "\27"; }

.auxicon-pound-coin:before { content: "\28"; }

.auxicon-present-1:before { content: "\29"; }

.auxicon-present-2:before { content: "\2a"; }

.auxicon-radio:before { content: "\2b"; }

.auxicon-random:before { content: "\2c"; }

.auxicon-repeat-1:before { content: "\2d"; }

.auxicon-repeat-2:before { content: "\2e"; }

.auxicon-ring:before { content: "\2f"; }

.auxicon-ruler:before { content: "\3a"; }

.auxicon-settings-2:before { content: "\3c"; }

.auxicon-settings-3:before { content: "\3d"; }

.auxicon-shirt-1:before { content: "\3e"; }

.auxicon-shirt-2:before { content: "\3f"; }

.auxicon-shopping-bag-1:before { content: "\40"; }

.auxicon-shopping-bag-2:before { content: "\5b"; }

.auxicon-shopping-bag-3:before { content: "\5d"; }

.auxicon-shopping-bag-4:before { content: "\5e"; }

.auxicon-shopping-cart-1:before { content: "\5f"; }

.auxicon-shopping-cart-1-1:before { content: "\60"; }

.auxicon-shopping-cart-out:before { content: "\7b"; }

.auxicon-shopping-cart-x:before { content: "\7c"; }

.auxicon-shpping-cart-in:before { content: "\7d"; }

.auxicon-slider:before { content: "\7e"; }

.auxicon-soup:before { content: "\5c"; }

.auxicon-spray:before { content: "\e000"; }

.auxicon-store:before { content: "\e001"; }

.auxicon-sunglasses-1:before { content: "\e002"; }

.auxicon-sunglasses-2:before { content: "\e003"; }

.auxicon-tag-1:before { content: "\e004"; }

.auxicon-tag-2:before { content: "\e005"; }

.auxicon-tie:before { content: "\e006"; }

.auxicon-truck-1:before { content: "\e007"; }

.auxicon-truck-2:before { content: "\e008"; }

.auxicon-upload:before { content: "\e009"; }

.auxicon-user-round:before { content: "\e00b"; }

.auxicon-user-v:before { content: "\e00c"; }

.auxicon-user-x:before { content: "\e00d"; }

.auxicon-vinyl:before { content: "\e00e"; }

.auxicon-wallet:before { content: "\e00f"; }

.auxicon-wallet-empty:before { content: "\e010"; }

.auxicon-watch:before { content: "\e011"; }

.auxicon-wrench-1:before { content: "\e012"; }

.auxicon-wrench-2:before { content: "\e013"; }

.auxicon-alarm-clock:before { content: "\e014"; }

.auxicon-badge:before { content: "\e015"; }

.auxicon-bank:before { content: "\e016"; }

.auxicon-bell:before { content: "\e017"; }

.auxicon-brush:before { content: "\e018"; }

.auxicon-calendar:before { content: "\e019"; }

.auxicon-camera-back:before { content: "\e01a"; }

.auxicon-camera-front:before { content: "\e01b"; }

.auxicon-clipboard:before { content: "\e01c"; }

.auxicon-cloud-1:before { content: "\e01d"; }

.auxicon-credit-card:before { content: "\e01e"; }

.auxicon-dashboard:before { content: "\e01f"; }

.auxicon-file:before { content: "\e021"; }

.auxicon-folder-1:before { content: "\e022"; }

.auxicon-handbag:before { content: "\e023"; }

.auxicon-heart:before { content: "\e024"; }

.auxicon-home:before { content: "\e025"; }

.auxicon-id-horizontal:before { content: "\e026"; }

.auxicon-id-vertical:before { content: "\e027"; }

.auxicon-location-pin:before { content: "\e028"; }

.auxicon-mac:before { content: "\e029"; }

.auxicon-music:before { content: "\e02a"; }

.auxicon-music-playlist:before { content: "\e02b"; }

.auxicon-news:before { content: "\e02c"; }

.auxicon-office:before { content: "\e02e"; }

.auxicon-pen-1:before { content: "\e02f"; }

.auxicon-pencil-1:before { content: "\e030"; }

.auxicon-phone:before { content: "\e031"; }

.auxicon-photos:before { content: "\e032"; }

.auxicon-pictures-day:before { content: "\e033"; }

.auxicon-pictures-night:before { content: "\e034"; }

.auxicon-settings:before { content: "\e035"; }

.auxicon-share-10:before { content: "\e036"; }

.auxicon-shop:before { content: "\e037"; }

.auxicon-stopwatch:before { content: "\e038"; }

.auxicon-tablet:before { content: "\e039"; }

.auxicon-tag:before { content: "\e03a"; }

.auxicon-tags:before { content: "\e03b"; }

.auxicon-thumbs-down:before { content: "\e03c"; }

.auxicon-thumbs-up:before { content: "\e03d"; }

.auxicon-trophy:before { content: "\e03e"; }

.auxicon-tv:before { content: "\e03f"; }

.auxicon-user-1:before { content: "\e040"; }

.auxicon-videos:before { content: "\e041"; }

.auxicon-wallet-1:before { content: "\e042"; }

.auxicon-watch-1:before { content: "\e043"; }

.auxicon-addons:before { content: "\e044"; }

.auxicon-arrow:before { content: "\e045"; }

.auxicon-attachment:before { content: "\e046"; }

.auxicon-award:before { content: "\e047"; }

.auxicon-book:before { content: "\e048"; }

.auxicon-calendar-1:before { content: "\e049"; }

.auxicon-card:before { content: "\e04a"; }

.auxicon-check:before { content: "\e04b"; }

.auxicon-coffee:before { content: "\e04c"; }

.auxicon-compass:before { content: "\e04d"; }

.auxicon-connection:before { content: "\e04e"; }

.auxicon-crown:before { content: "\e04f"; }

.auxicon-dashboard-1:before { content: "\e050"; }

.auxicon-direction:before { content: "\e051"; }

.auxicon-download-1:before { content: "\e052"; }

.auxicon-download-data:before { content: "\e054"; }

.auxicon-drop:before { content: "\e055"; }

.auxicon-expand:before { content: "\e056"; }

.auxicon-featured:before { content: "\e057"; }

.auxicon-flag:before { content: "\e058"; }

.auxicon-folder-2:before { content: "\e059"; }

.auxicon-food-1:before { content: "\e05a"; }

.auxicon-food-2:before { content: "\e05b"; }

.auxicon-gift:before { content: "\e05c"; }

.auxicon-glasses:before { content: "\e05d"; }

.auxicon-grid:before { content: "\e05e"; }

.auxicon-home-1:before { content: "\e05f"; }

.auxicon-hot:before { content: "\e060"; }

.auxicon-ice-cream-1:before { content: "\e061"; }

.auxicon-idea:before { content: "\e062"; }

.auxicon-info:before { content: "\e063"; }

.auxicon-label:before { content: "\e064"; }

.auxicon-like-2-1:before { content: "\e065"; }

.auxicon-link:before { content: "\e066"; }

.auxicon-list:before { content: "\e067"; }

.auxicon-loading:before { content: "\e069"; }

.auxicon-login:before { content: "\e06a"; }

.auxicon-mail:before { content: "\e06b"; }

.auxicon-map:before { content: "\e06c"; }

.auxicon-map-1:before { content: "\e06d"; }

.auxicon-map-2:before { content: "\e06e"; }

.auxicon-mark:before { content: "\e06f"; }

.auxicon-media:before { content: "\e070"; }

.auxicon-menu:before { content: "\e071"; }

.auxicon-message:before { content: "\e072"; }

.auxicon-money:before { content: "\e073"; }

.auxicon-music-1:before { content: "\e074"; }

.auxicon-notification-1:before { content: "\e075"; }

.auxicon-notification-2:before { content: "\e076"; }

.auxicon-packet:before { content: "\e077"; }

.auxicon-pause-1:before { content: "\e078"; }

.auxicon-pen-2:before { content: "\e079"; }

.auxicon-phone-1:before { content: "\e07a"; }

.auxicon-photo:before { content: "\e07b"; }

.auxicon-play-1:before { content: "\e07c"; }

.auxicon-portfolio:before { content: "\e07d"; }

.auxicon-profile-1:before { content: "\e07e"; }

.auxicon-profile-2:before { content: "\e07f"; }

.auxicon-profile-3:before { content: "\e080"; }

.auxicon-profile-4:before { content: "\e081"; }

.auxicon-repair:before { content: "\e082"; }

.auxicon-repost:before { content: "\e083"; }

.auxicon-resend:before { content: "\e084"; }

.auxicon-rocket:before { content: "\e085"; }

.auxicon-save:before { content: "\e086"; }

.auxicon-search:before { content: "\e087"; }

.auxicon-settings-4:before { content: "\e088"; }

.auxicon-share-1:before { content: "\e089"; }

.auxicon-share-2:before { content: "\e08a"; }

.auxicon-shop-1:before { content: "\e08b"; }

.auxicon-sorting:before { content: "\e08c"; }

.auxicon-sound:before { content: "\e08d"; }

.auxicon-star-rate:before { content: "\e08e"; }

.auxicon-stats-1:before { content: "\e08f"; }

.auxicon-stats-2:before { content: "\e090"; }

.auxicon-stats-3:before { content: "\e091"; }

.auxicon-stop:before { content: "\e092"; }

.auxicon-tablet-1:before { content: "\e093"; }

.auxicon-tablet-mini:before { content: "\e094"; }

.auxicon-time:before { content: "\e095"; }

.auxicon-top:before { content: "\e096"; }

.auxicon-trash:before { content: "\e097"; }

.auxicon-treasure:before { content: "\e098"; }

.auxicon-view:before { content: "\e099"; }

.auxicon-vote:before { content: "\e09a"; }

.auxicon-wallet-2:before { content: "\e09b"; }

.auxicon-weather:before { content: "\e09c"; }

.auxicon-wireframe:before { content: "\e09d"; }

.auxicon-add:before { content: "\e09e"; }

.auxicon-alarm:before { content: "\e09f"; }

.auxicon-anchor:before { content: "\e0a0"; }

.auxicon-attachment-1:before { content: "\e0a1"; }

.auxicon-brightness:before { content: "\e0a2"; }

.auxicon-brightness-half:before { content: "\e0a3"; }

.auxicon-browser:before { content: "\e0a4"; }

.auxicon-calculator-2:before { content: "\e0a5"; }

.auxicon-calendar-2:before { content: "\e0a6"; }

.auxicon-camera:before { content: "\e0a7"; }

.auxicon-chat:before { content: "\e0a8"; }

.auxicon-circle-full:before { content: "\e0a9"; }

.auxicon-circle-half:before { content: "\e0aa"; }

.auxicon-clipboard-1:before { content: "\e0ab"; }

.auxicon-clock:before { content: "\e0ac"; }

.auxicon-close:before { content: "\e0ad"; }

.auxicon-cloud-2:before { content: "\e0ae"; }

.auxicon-cmd:before { content: "\e0af"; }

.auxicon-comments:before { content: "\e0b0"; }

.auxicon-compose:before { content: "\e0b1"; }

.auxicon-delicious-1:before { content: "\e0b2"; }

.auxicon-dribbble-1:before { content: "\e0b3"; }

.auxicon-envelope:before { content: "\e0b4"; }

.auxicon-exclamation:before { content: "\e0b5"; }

.auxicon-expand-1:before { content: "\e0b6"; }

.auxicon-feather:before { content: "\e0b8"; }

.auxicon-forbid:before { content: "\e0b9"; }

.auxicon-forbid-1:before { content: "\e0ba"; }

.auxicon-fork-and-knife:before { content: "\e0bb"; }

.auxicon-fork-and-spoon:before { content: "\e0bc"; }

.auxicon-forward-1:before { content: "\e0bd"; }

.auxicon-gallary:before { content: "\e0be"; }

.auxicon-globe:before { content: "\e0bf"; }

.auxicon-googleplus-1:before { content: "\e0c0"; }

.auxicon-grid-1:before { content: "\e0c1"; }

.auxicon-grid-alt:before { content: "\e0c2"; }

.auxicon-heart-1:before { content: "\e0c3"; }

.auxicon-home-2:before { content: "\e0c4"; }

.auxicon-hyperlink:before { content: "\e0c5"; }

.auxicon-in:before { content: "\e0c6"; }

.auxicon-in-alt:before { content: "\e0c7"; }

.auxicon-inbox:before { content: "\e0c8"; }

.auxicon-inbox-alt:before { content: "\e0c9"; }

.auxicon-ipad:before { content: "\e0cb"; }

.auxicon-iphone:before { content: "\e0cc"; }

.auxicon-light-bulb:before { content: "\e0cd"; }

.auxicon-list-1:before { content: "\e0ce"; }

.auxicon-maximize:before { content: "\e0cf"; }

.auxicon-menu-1:before { content: "\e0d0"; }

.auxicon-moon:before { content: "\e0d1"; }

.auxicon-newspaper:before { content: "\e0d2"; }

.auxicon-newspaper-alt:before { content: "\e0d3"; }

.auxicon-out:before { content: "\e0d4"; }

.auxicon-pause-2:before { content: "\e0d5"; }

.auxicon-pin:before { content: "\e0d6"; }

.auxicon-pin-alt:before { content: "\e0d7"; }

.auxicon-play-2:before { content: "\e0d8"; }

.auxicon-portfolio-1:before { content: "\e0d9"; }

.auxicon-question:before { content: "\e0da"; }

.auxicon-rewind:before { content: "\e0db"; }

.auxicon-screen:before { content: "\e0dc"; }

.auxicon-settings-5:before { content: "\e0de"; }

.auxicon-sound-1:before { content: "\e0df"; }

.auxicon-sound-alt:before { content: "\e0e0"; }

.auxicon-sound-off:before { content: "\e0e1"; }

.auxicon-spinner:before { content: "\e0e2"; }

.auxicon-stop-1:before { content: "\e0e3"; }

.auxicon-store-1:before { content: "\e0e4"; }

.auxicon-subtract:before { content: "\e0e5"; }

.auxicon-task:before { content: "\e0e6"; }

.auxicon-trash-1:before { content: "\e0e7"; }

.auxicon-trash-alt:before { content: "\e0e8"; }

.auxicon-user-2:before { content: "\e0e9"; }

.auxicon-users:before { content: "\e0ea"; }

.auxicon-windows-1-1:before { content: "\e0eb"; }

.auxicon-zoom-in:before { content: "\e0ec"; }

.auxicon-zoom-out:before { content: "\e0ed"; }

.auxicon-alert:before { content: "\e0ee"; }

.auxicon-alignment-align:before { content: "\e0ef"; }

.auxicon-alignment-aligned-to:before { content: "\e0f0"; }

.auxicon-alignment-unalign:before { content: "\e0f1"; }

.auxicon-arrow-down:before { content: "\e0f2"; }

.auxicon-arrow-left:before { content: "\e0f3"; }

.auxicon-arrow-right:before { content: "\e0f4"; }

.auxicon-arrow-small-down:before { content: "\e0f5"; }

.auxicon-arrow-small-left:before { content: "\e0f6"; }

.auxicon-arrow-small-right:before { content: "\e0f7"; }

.auxicon-arrow-small-up:before { content: "\e0f8"; }

.auxicon-arrow-up:before { content: "\e0f9"; }

.auxicon-beer:before { content: "\e0fa"; }

.auxicon-book-1:before { content: "\e0fb"; }

.auxicon-bookmark:before { content: "\e0fc"; }

.auxicon-briefcase:before { content: "\e0fd"; }

.auxicon-broadcast:before { content: "\e0fe"; }

.auxicon-browser-1:before { content: "\e0ff"; }

.auxicon-bug:before { content: "\e100"; }

.auxicon-calendar-3:before { content: "\e101"; }

.auxicon-check-1:before { content: "\e102"; }

.auxicon-checklist:before { content: "\e103"; }

.auxicon-chevron-down:before { content: "\e104"; }

.auxicon-chevron-left:before { content: "\e105"; }

.auxicon-chevron-right:before { content: "\e106"; }

.auxicon-chevron-up:before { content: "\e107"; }

.auxicon-circle-slash:before { content: "\e108"; }

.auxicon-circuit-board:before { content: "\e109"; }

.auxicon-clippy:before { content: "\e10a"; }

.auxicon-clock-1:before { content: "\e10b"; }

.auxicon-cloud-download:before { content: "\e10c"; }

.auxicon-cloud-upload:before { content: "\e10d"; }

.auxicon-code:before { content: "\e10e"; }

.auxicon-color-mode:before { content: "\e10f"; }

.auxicon-comment-2-1:before { content: "\e110"; }

.auxicon-comment-discussion:before { content: "\e111"; }

.auxicon-credit-card-5:before { content: "\e112"; }

.auxicon-dash:before { content: "\e113"; }

.auxicon-dashboard-2:before { content: "\e114"; }

.auxicon-database:before { content: "\e115"; }

.auxicon-device-camera:before { content: "\e116"; }

.auxicon-device-camera-video:before { content: "\e117"; }

.auxicon-device-desktop:before { content: "\e118"; }

.auxicon-device-mobile:before { content: "\e119"; }

.auxicon-diff:before { content: "\e11a"; }

.auxicon-diff-added:before { content: "\e11b"; }

.auxicon-diff-ignored:before { content: "\e11c"; }

.auxicon-diff-modified:before { content: "\e11d"; }

.auxicon-diff-removed:before { content: "\e11e"; }

.auxicon-diff-renamed:before { content: "\e11f"; }

.auxicon-ellipsis:before { content: "\e120"; }

.auxicon-eye:before { content: "\e121"; }

.auxicon-file-binary:before { content: "\e122"; }

.auxicon-file-code:before { content: "\e123"; }

.auxicon-file-directory:before { content: "\e124"; }

.auxicon-file-media:before { content: "\e125"; }

.auxicon-file-pdf:before { content: "\e126"; }

.auxicon-file-submodule:before { content: "\e127"; }

.auxicon-file-symlink-directory:before { content: "\e128"; }

.auxicon-file-symlink-file:before { content: "\e129"; }

.auxicon-file-text:before { content: "\e12a"; }

.auxicon-file-zip:before { content: "\e12b"; }

.auxicon-flame:before { content: "\e12c"; }

.auxicon-fold:before { content: "\e12d"; }

.auxicon-gear:before { content: "\e12e"; }

.auxicon-gift-1:before { content: "\e12f"; }

.auxicon-gist:before { content: "\e130"; }

.auxicon-gist-secret:before { content: "\e131"; }

.auxicon-git-branch:before { content: "\e132"; }

.auxicon-git-commit:before { content: "\e133"; }

.auxicon-git-compare:before { content: "\e134"; }

.auxicon-git-merge:before { content: "\e135"; }

.auxicon-git-pull-request:before { content: "\e136"; }

.auxicon-globe-1:before { content: "\e137"; }

.auxicon-graph:before { content: "\e138"; }

.auxicon-heart-2:before { content: "\e139"; }

.auxicon-history:before { content: "\e13a"; }

.auxicon-home-3:before { content: "\e13b"; }

.auxicon-horizontal-rule:before { content: "\e13c"; }

.auxicon-hourglass:before { content: "\e13d"; }

.auxicon-hubot:before { content: "\e13e"; }

.auxicon-inbox-1:before { content: "\e13f"; }

.auxicon-info-1:before { content: "\e140"; }

.auxicon-issue-closed:before { content: "\e141"; }

.auxicon-issue-opened:before { content: "\e142"; }

.auxicon-issue-reopened:before { content: "\e143"; }

.auxicon-jersey:before { content: "\e144"; }

.auxicon-jump-down:before { content: "\e145"; }

.auxicon-jump-left:before { content: "\e146"; }

.auxicon-jump-right:before { content: "\e147"; }

.auxicon-jump-up:before { content: "\e148"; }

.auxicon-key-1:before { content: "\e149"; }

.auxicon-keyboard-1:before { content: "\e14a"; }

.auxicon-law:before { content: "\e14b"; }

.auxicon-light-bulb-1:before { content: "\e14c"; }

.auxicon-link-1:before { content: "\e14d"; }

.auxicon-link-external:before { content: "\e14e"; }

.auxicon-list-ordered:before { content: "\e14f"; }

.auxicon-list-unordered:before { content: "\e150"; }

.auxicon-location:before { content: "\e151"; }

.auxicon-lock:before { content: "\e152"; }

.auxicon-logo-github:before { content: "\e153"; }

.auxicon-mail-1:before { content: "\e154"; }

.auxicon-mail-read:before { content: "\e155"; }

.auxicon-mail-reply:before { content: "\e156"; }

.auxicon-mark-github:before { content: "\e157"; }

.auxicon-markdown:before { content: "\e158"; }

.auxicon-megaphone:before { content: "\e159"; }

.auxicon-mention:before { content: "\e15a"; }

.auxicon-microscope:before { content: "\e15b"; }

.auxicon-milestone:before { content: "\e15c"; }

.auxicon-mirror:before { content: "\e15d"; }

.auxicon-mortar-board:before { content: "\e15e"; }

.auxicon-move-down:before { content: "\e15f"; }

.auxicon-move-left:before { content: "\e160"; }

.auxicon-move-right:before { content: "\e161"; }

.auxicon-move-up:before { content: "\e162"; }

.auxicon-mute:before { content: "\e163"; }

.auxicon-no-newline:before { content: "\e164"; }

.auxicon-octoface:before { content: "\e165"; }

.auxicon-organization:before { content: "\e166"; }

.auxicon-package:before { content: "\e167"; }

.auxicon-paintcan:before { content: "\e168"; }

.auxicon-pencil-2:before { content: "\e169"; }

.auxicon-person:before { content: "\e16a"; }

.auxicon-pin-1:before { content: "\e16b"; }

.auxicon-playback-fast-forward:before { content: "\e16c"; }

.auxicon-playback-pause:before { content: "\e16d"; }

.auxicon-playback-rewind:before { content: "\e16f"; }

.auxicon-plug:before { content: "\e170"; }

.auxicon-podium:before { content: "\e172"; }

.auxicon-primitive-dot:before { content: "\e173"; }

.auxicon-primitive-square:before { content: "\e174"; }

.auxicon-pulse:before { content: "\e175"; }

.auxicon-puzzle:before { content: "\e176"; }

.auxicon-question-1:before { content: "\e177"; }

.auxicon-quote:before { content: "\e178"; }

.auxicon-radio-tower:before { content: "\e179"; }

.auxicon-repo:before { content: "\e17a"; }

.auxicon-repo-clone:before { content: "\e17b"; }

.auxicon-repo-force-push:before { content: "\e17c"; }

.auxicon-repo-forked:before { content: "\e17d"; }

.auxicon-repo-pull:before { content: "\e17e"; }

.auxicon-repo-push:before { content: "\e17f"; }

.auxicon-rocket-1:before { content: "\e180"; }

.auxicon-rss-1:before { content: "\e181"; }

.auxicon-ruby:before { content: "\e182"; }

.auxicon-screen-full:before { content: "\e183"; }

.auxicon-screen-normal:before { content: "\e184"; }

.auxicon-search-2:before { content: "\e185"; }

.auxicon-server:before { content: "\e186"; }

.auxicon-settings-6:before { content: "\e187"; }

.auxicon-sign-in:before { content: "\e188"; }

.auxicon-sign-out:before { content: "\e189"; }

.auxicon-split:before { content: "\e18a"; }

.auxicon-squirrel:before { content: "\e18b"; }

.auxicon-star:before { content: "\e18c"; }

.auxicon-steps:before { content: "\e18d"; }

.auxicon-stop-2:before { content: "\e18e"; }

.auxicon-sync:before { content: "\e18f"; }

.auxicon-tag-3:before { content: "\e190"; }

.auxicon-telescope:before { content: "\e191"; }

.auxicon-terminal:before { content: "\e192"; }

.auxicon-three-bars:before { content: "\e193"; }

.auxicon-tools:before { content: "\e194"; }

.auxicon-trashcan:before { content: "\e195"; }

.auxicon-triangle-down:before { content: "\e196"; }

.auxicon-triangle-left:before { content: "\e197"; }

.auxicon-triangle-right:before { content: "\e198"; }

.auxicon-triangle-up:before { content: "\e199"; }

.auxicon-unfold:before { content: "\e19a"; }

.auxicon-unmute:before { content: "\e19b"; }

.auxicon-versions:before { content: "\e19c"; }

.auxicon-x:before { content: "\e19d"; }

.auxicon-zap:before { content: "\e19e"; }

.auxicon-armchair-chair-streamline:before { content: "\e617"; }

.auxicon-arrow-streamline-target:before { content: "\e618"; }

.auxicon-backpack-streamline-trekking:before { content: "\e619"; }

.auxicon-bag-shopping-streamline:before { content: "\e61a"; }

.auxicon-barbecue-eat-food-streamline:before { content: "\e61b"; }

.auxicon-barista-coffee-espresso-streamline:before { content: "\e61c"; }

.auxicon-bomb-bug:before { content: "\e61d"; }

.auxicon-book-dowload-streamline:before { content: "\e61e"; }

.auxicon-book-read-streamline:before { content: "\e61f"; }

.auxicon-browser-streamline-window:before { content: "\e620"; }

.auxicon-brush-paint-streamline:before { content: "\e621"; }

.auxicon-bubble-comment-streamline-talk:before { content: "\e622"; }

.auxicon-bubble-love-streamline-talk:before { content: "\e623"; }

.auxicon-caddie-shop-shopping-streamline:before { content: "\e624"; }

.auxicon-caddie-shopping-streamline:before { content: "\e625"; }

.auxicon-camera-photo-polaroid-streamline:before { content: "\e626"; }

.auxicon-camera-photo-streamline:before { content: "\e627"; }

.auxicon-camera-streamline-video:before { content: "\e628"; }

.auxicon-chaplin-hat-movie-streamline:before { content: "\e629"; }

.auxicon-chef-food-restaurant-streamline:before { content: "\e62a"; }

.auxicon-clock-streamline-time:before { content: "\e62b"; }

.auxicon-cocktail-mojito-streamline:before { content: "\e62c"; }

.auxicon-coffee-streamline:before { content: "\e62d"; }

.auxicon-computer-imac:before { content: "\e62e"; }

.auxicon-computer-macintosh-vintage:before { content: "\e630"; }

.auxicon-computer-network-streamline:before { content: "\e631"; }

.auxicon-computer-streamline:before { content: "\e632"; }

.auxicon-cook-pan-pot-streamline:before { content: "\e633"; }

.auxicon-crop-streamline:before { content: "\e634"; }

.auxicon-crown-king-streamline:before { content: "\e635"; }

.auxicon-danger-death-delete-destroy-skull-stream:before { content: "\e636"; }

.auxicon-dashboard-speed-streamline:before { content: "\e637"; }

.auxicon-database-streamline:before { content: "\e638"; }

.auxicon-delete-garbage-streamline:before { content: "\e639"; }

.auxicon-design-graphic-tablet-streamline-tablet:before { content: "\e63a"; }

.auxicon-design-pencil-rule-streamline:before { content: "\e63b"; }

.auxicon-diving-leisure-sea-sport-streamline:before { content: "\e63c"; }

.auxicon-drug-medecine-streamline-syringue:before { content: "\e63d"; }

.auxicon-earth-globe-streamline:before { content: "\e63e"; }

.auxicon-eat-food-fork-knife-streamline:before { content: "\e63f"; }

.auxicon-eat-food-hotdog-streamline:before { content: "\e640"; }

.auxicon-eye-dropper-streamline:before { content: "\e644"; }

.auxicon-factory-lift-streamline-warehouse:before { content: "\e645"; }

.auxicon-first-aid-medecine-shield-streamline:before { content: "\e646"; }

.auxicon-food-ice-cream-streamline:before { content: "\e647"; }

.auxicon-frame-picture-streamline:before { content: "\e648"; }

.auxicon-handle-streamline-vector:before { content: "\e64a"; }

.auxicon-happy-smiley-streamline:before { content: "\e64b"; }

.auxicon-headset-sound-streamline:before { content: "\e64c"; }

.auxicon-home-house-streamline:before { content: "\e64d"; }

.auxicon-ibook-laptop:before { content: "\e64e"; }

.auxicon-ink-pen-streamline:before { content: "\e64f"; }

.auxicon-ipad-streamline:before { content: "\e650"; }

.auxicon-iphone-streamline:before { content: "\e651"; }

.auxicon-ipod-mini-music-streamline:before { content: "\e652"; }

.auxicon-ipod-music-streamline:before { content: "\e653"; }

.auxicon-ipod-streamline:before { content: "\e654"; }

.auxicon-japan-streamline-tea:before { content: "\e655"; }

.auxicon-laptop-macbook-streamline:before { content: "\e656"; }

.auxicon-like-love-streamline:before { content: "\e657"; }

.auxicon-link-streamline:before { content: "\e658"; }

.auxicon-lock-locker-streamline:before { content: "\e659"; }

.auxicon-locker-streamline-unlock:before { content: "\e65a"; }

.auxicon-macintosh:before { content: "\e65b"; }

.auxicon-magic-magic-wand-streamline:before { content: "\e65c"; }

.auxicon-magnet-streamline:before { content: "\e65d"; }

.auxicon-man-people-streamline-user:before { content: "\e65e"; }

.auxicon-map-streamline-user:before { content: "\e660"; }

.auxicon-micro-record-streamline:before { content: "\e661"; }

.auxicon-monocle-mustache-streamline:before { content: "\e662"; }

.auxicon-music-note-streamline:before { content: "\e663"; }

.auxicon-music-speaker-streamline:before { content: "\e664"; }

.auxicon-notebook-streamline:before { content: "\e665"; }

.auxicon-paint-bucket-streamline:before { content: "\e666"; }

.auxicon-painting-pallet-streamline:before { content: "\e667"; }

.auxicon-painting-roll-streamline:before { content: "\e668"; }

.auxicon-pen-streamline:before { content: "\e669"; }

.auxicon-pen-streamline-1:before { content: "\e66a"; }

.auxicon-pen-streamline-2:before { content: "\e66b"; }

.auxicon-pen-streamline-3:before { content: "\e66c"; }

.auxicon-photo-pictures-streamline:before { content: "\e66d"; }

.auxicon-picture-streamline:before { content: "\e66e"; }

.auxicon-picture-streamline-1:before { content: "\e66f"; }

.auxicon-receipt-shopping-streamline:before { content: "\e670"; }

.auxicon-remote-control-streamline:before { content: "\e671"; }

.auxicon-settings-streamline:before { content: "\e672"; }

.auxicon-settings-streamline-1:before { content: "\e673"; }

.auxicon-settings-streamline-2:before { content: "\e674"; }

.auxicon-shoes-snickers-streamline:before { content: "\e675"; }

.auxicon-speech-streamline-talk-user:before { content: "\e676"; }

.auxicon-stamp-streamline:before { content: "\e677"; }

.auxicon-streamline-suitcase-travel:before { content: "\e678"; }

.auxicon-streamline-umbrella-weather:before { content: "\e67a"; }

.auxicon-align-center:before { content: "\e67b"; }

.auxicon-align-justify:before { content: "\e67c"; }

.auxicon-align-left:before { content: "\e67d"; }

.auxicon-align-right:before { content: "\e67e"; }

.auxicon-archive-1:before { content: "\e67f"; }

.auxicon-arrow-down-3:before { content: "\e680"; }

.auxicon-arrow-left-3:before { content: "\e681"; }

.auxicon-arrow-right-3:before { content: "\e682"; }

.auxicon-arrow-up-3:before { content: "\e683"; }

.auxicon-atom:before { content: "\e684"; }

.auxicon-bank-notes:before { content: "\e686"; }

.auxicon-barbell:before { content: "\e687"; }

.auxicon-bars:before { content: "\e688"; }

.auxicon-battery-0:before { content: "\e689"; }

.auxicon-battery-1-1:before { content: "\e68a"; }

.auxicon-battery-2-1:before { content: "\e68b"; }

.auxicon-battery-3-1:before { content: "\e68c"; }

.auxicon-battery-4-1:before { content: "\e68d"; }

.auxicon-battery-power:before { content: "\e68e"; }

.auxicon-beer-2:before { content: "\e68f"; }

.auxicon-bolt:before { content: "\e690"; }

.auxicon-bones:before { content: "\e691"; }

.auxicon-book-close:before { content: "\e692"; }

.auxicon-book-open:before { content: "\e693"; }

.auxicon-bookmark-4:before { content: "\e694"; }

.auxicon-box-3:before { content: "\e695"; }

.auxicon-browser-2:before { content: "\e696"; }

.auxicon-bubble:before { content: "\e697"; }

.auxicon-bubble-1:before { content: "\e698"; }

.auxicon-bubble-2:before { content: "\e699"; }

.auxicon-bubble-3:before { content: "\e69a"; }

.auxicon-bucket:before { content: "\e69b"; }

.auxicon-calculator-3:before { content: "\e69c"; }

.auxicon-calendar-6:before { content: "\e69d"; }

.auxicon-camera-4:before { content: "\e69e"; }

.auxicon-cardiac-pulse:before { content: "\e69f"; }

.auxicon-cd-1:before { content: "\e6a0"; }

.auxicon-character:before { content: "\e6a1"; }

.auxicon-checkbox-checked:before { content: "\e6a2"; }

.auxicon-checkmark:before { content: "\e6a3"; }

.auxicon-clipboard-3:before { content: "\e6a4"; }

.auxicon-clock-4:before { content: "\e6a5"; }

.auxicon-cloud-5:before { content: "\e6a6"; }

.auxicon-coffee-1:before { content: "\e6a7"; }

.auxicon-comment-2:before { content: "\e6a8"; }

.auxicon-connection-0:before { content: "\e6a9"; }

.auxicon-connection-1:before { content: "\e6aa"; }

.auxicon-connection-2:before { content: "\e6ab"; }

.auxicon-connection-3:before { content: "\e6ac"; }

.auxicon-connection-4:before { content: "\e6ad"; }

.auxicon-credit-cards:before { content: "\e6ae"; }

.auxicon-crop:before { content: "\e6af"; }

.auxicon-cube:before { content: "\e6b0"; }

.auxicon-diamond-1:before { content: "\e6b1"; }

.auxicon-download-5:before { content: "\e6b2"; }

.auxicon-email:before { content: "\e6b3"; }

.auxicon-email-plane:before { content: "\e6b4"; }

.auxicon-enter:before { content: "\e6b5"; }

.auxicon-envelope-1:before { content: "\e6b6"; }

.auxicon-eyedropper:before { content: "\e6b7"; }

.auxicon-file-1:before { content: "\e6b8"; }

.auxicon-file-add:before { content: "\e6b9"; }

.auxicon-file-broken:before { content: "\e6ba"; }

.auxicon-file-settings:before { content: "\e6bb"; }

.auxicon-files:before { content: "\e6bc"; }

.auxicon-flag-3:before { content: "\e6bd"; }

.auxicon-folder-3:before { content: "\e6be"; }

.auxicon-folder-add:before { content: "\e6bf"; }

.auxicon-folder-check:before { content: "\e6c0"; }

.auxicon-folder-settings:before { content: "\e6c1"; }

.auxicon-forbidden:before { content: "\e6c2"; }

.auxicon-frames:before { content: "\e6c3"; }

.auxicon-glass:before { content: "\e6c4"; }

.auxicon-graph-1:before { content: "\e6c5"; }

.auxicon-grid-3:before { content: "\e6c6"; }

.auxicon-heart-4:before { content: "\e6c7"; }

.auxicon-home-6:before { content: "\e6c8"; }

.auxicon-id-card:before { content: "\e6c9"; }

.auxicon-invoice:before { content: "\e6ca"; }

.auxicon-ipad-2:before { content: "\e6cc"; }

.auxicon-lab:before { content: "\e6cd"; }

.auxicon-laptop-1:before { content: "\e6ce"; }

.auxicon-list-3:before { content: "\e6cf"; }

.auxicon-lock-2:before { content: "\e6d0"; }

.auxicon-locked:before { content: "\e6d1"; }

.auxicon-map-4:before { content: "\e6d2"; }

.auxicon-measure:before { content: "\e6d3"; }

.auxicon-meter:before { content: "\e6d4"; }

.auxicon-micro:before { content: "\e6d5"; }

.auxicon-micro-mute:before { content: "\e6d6"; }

.auxicon-microwave:before { content: "\e6d7"; }

.auxicon-minus-4:before { content: "\e6d8"; }

.auxicon-modem:before { content: "\e6d9"; }

.auxicon-mute-1:before { content: "\e6da"; }

.auxicon-newspaper-1:before { content: "\e6db"; }

.auxicon-paperclip:before { content: "\e6dc"; }

.auxicon-pencil-3:before { content: "\e6dd"; }

.auxicon-phone-5:before { content: "\e6df"; }

.auxicon-phone-3:before { content: "\e6e0"; }

.auxicon-picture:before { content: "\e6e1"; }

.auxicon-pie-chart:before { content: "\e6e2"; }

.auxicon-pill:before { content: "\e6e3"; }

.auxicon-pin-4:before { content: "\e6e4"; }

.auxicon-printer-1:before { content: "\e6e6"; }

.auxicon-printer-2:before { content: "\e6e7"; }

.auxicon-refresh-3:before { content: "\e6e8"; }

.auxicon-screen-3:before { content: "\e6ea"; }

.auxicon-select:before { content: "\e6eb"; }

.auxicon-set:before { content: "\e6ec"; }

.auxicon-settings-8:before { content: "\e6ed"; }

.auxicon-share-4:before { content: "\e6ee"; }

.auxicon-share-outline:before { content: "\e6ef"; }

.auxicon-shorts:before { content: "\e6f0"; }

.auxicon-speaker-1:before { content: "\e6f1"; }

.auxicon-star-4:before { content: "\e6f2"; }

.auxicon-stopwatch-3:before { content: "\e6f3"; }

.auxicon-sun:before { content: "\e6f4"; }

.auxicon-syringe:before { content: "\e6f5"; }

.auxicon-tag-5:before { content: "\e6f6"; }

.auxicon-train:before { content: "\e6f7"; }

.auxicon-trash-3:before { content: "\e6f8"; }

.auxicon-unlocked:before { content: "\e6f9"; }

.auxicon-user-4:before { content: "\e6fa"; }

.auxicon-user-outline:before { content: "\e6fb"; }

.auxicon-users-1:before { content: "\e6fc"; }

.auxicon-users-outline:before { content: "\e6fd"; }

.auxicon-volume:before { content: "\e6fe"; }

.auxicon-volume-down:before { content: "\e6ff"; }

.auxicon-volume-up:before { content: "\e700"; }

.auxicon-wifi-1:before { content: "\e701"; }

.auxicon-wifi-2:before { content: "\e702"; }

.auxicon-wifi-3:before { content: "\e703"; }

.auxicon-window-delete:before { content: "\e704"; }

.auxicon-windows-2:before { content: "\e705"; }

.auxicon-zoom:before { content: "\e706"; }

.auxicon-zoom-in-2:before { content: "\e707"; }

.auxicon-zoom-out-2:before { content: "\e708"; }

.auxicon-banknote:before { content: "\e709"; }

.auxicon-bubble-4:before { content: "\e70a"; }

.auxicon-bulb:before { content: "\e70b"; }

.auxicon-calendar-7:before { content: "\e70c"; }

.auxicon-camera-5:before { content: "\e70d"; }

.auxicon-clip:before { content: "\e70e"; }

.auxicon-clock-5:before { content: "\e70f"; }

.auxicon-cloud-6:before { content: "\e710"; }

.auxicon-cup:before { content: "\e711"; }

.auxicon-data-1:before { content: "\e712"; }

.auxicon-diamond-2:before { content: "\e713"; }

.auxicon-display:before { content: "\e714"; }

.auxicon-fire:before { content: "\e716"; }

.auxicon-food:before { content: "\e717"; }

.auxicon-heart-5:before { content: "\e718"; }

.auxicon-key-3:before { content: "\e719"; }

.auxicon-lab-1:before { content: "\e71a"; }

.auxicon-like-1:before { content: "\e71b"; }

.auxicon-location-2:before { content: "\e71c"; }

.auxicon-lock-3:before { content: "\e71d"; }

.auxicon-mail-3:before { content: "\e71e"; }

.auxicon-megaphone-1:before { content: "\e71f"; }

.auxicon-music-3:before { content: "\e720"; }

.auxicon-news-2:before { content: "\e721"; }

.auxicon-note:before { content: "\e722"; }

.auxicon-paperplane:before { content: "\e723"; }

.auxicon-params:before { content: "\e724"; }

.auxicon-pen-3:before { content: "\e725"; }

.auxicon-phone-4:before { content: "\e726"; }

.auxicon-photo-1:before { content: "\e727"; }

.auxicon-search-5:before { content: "\e728"; }

.auxicon-settings-9:before { content: "\e729"; }

.auxicon-shop-2:before { content: "\e72a"; }

.auxicon-sound-2:before { content: "\e72b"; }

.auxicon-stack:before { content: "\e72c"; }

.auxicon-star-5:before { content: "\e72d"; }

.auxicon-study:before { content: "\e72e"; }

.auxicon-t-shirt:before { content: "\e72f"; }

.auxicon-tag-6:before { content: "\e730"; }

.auxicon-trash-4:before { content: "\e731"; }

.auxicon-truck-3:before { content: "\e732"; }

.auxicon-tv-1:before { content: "\e733"; }

.auxicon-user-5:before { content: "\e734"; }

.auxicon-vallet:before { content: "\e735"; }

.auxicon-video-1:before { content: "\e736"; }

.auxicon-vynil:before { content: "\e737"; }

.auxicon-world:before { content: "\e738"; }

.auxicon-bag-2:before { content: "\e7d1"; }

.auxicon-bicycle-1:before { content: "\e7d2"; }

.auxicon-bicycle-vintage:before { content: "\e7d3"; }

.auxicon-browser-empty:before { content: "\e7d4"; }

.auxicon-browser-full:before { content: "\e7d5"; }

.auxicon-bubble-1-1:before { content: "\e7d6"; }

.auxicon-bubble-2-1:before { content: "\e7d7"; }

.auxicon-bubble-3-1:before { content: "\e7d8"; }

.auxicon-camera-6:before { content: "\e7d9"; }

.auxicon-clap-board:before { content: "\e7da"; }

.auxicon-clipboard-4:before { content: "\e7db"; }

.auxicon-clock-6:before { content: "\e7dc"; }

.auxicon-cloud-7:before { content: "\e7dd"; }

.auxicon-cloudy:before { content: "\e7de"; }

.auxicon-envelope-2:before { content: "\e7df"; }

.auxicon-file-ai:before { content: "\e7e0"; }

.auxicon-file-jpg:before { content: "\e7e1"; }

.auxicon-file-png:before { content: "\e7e2"; }

.auxicon-file-psd:before { content: "\e7e3"; }

.auxicon-file-text-1:before { content: "\e7e4"; }

.auxicon-graph-2:before { content: "\e7e5"; }

.auxicon-hierarchy-1:before { content: "\e7e7"; }

.auxicon-hierarchy-2:before { content: "\e7e8"; }

.auxicon-imac:before { content: "\e7e9"; }

.auxicon-ipad-3:before { content: "\e7ea"; }

.auxicon-iphone-1:before { content: "\e7eb"; }

.auxicon-keyboard-3:before { content: "\e7ec"; }

.auxicon-laptop-2:before { content: "\e7ed"; }

.auxicon-line:before { content: "\e7ee"; }

.auxicon-list-4:before { content: "\e7ef"; }

.auxicon-list-thumbnails:before { content: "\e7f0"; }

.auxicon-lock-4:before { content: "\e7f1"; }

.auxicon-magnifier:before { content: "\e7f2"; }

.auxicon-map-5:before { content: "\e7f3"; }

.auxicon-map-pin:before { content: "\e7f4"; }

.auxicon-moon-2:before { content: "\e7f5"; }

.auxicon-mouse-1:before { content: "\e7f6"; }

.auxicon-pencil-4:before { content: "\e7f7"; }

.auxicon-pencil-ruler:before { content: "\e7f8"; }

.auxicon-picture-1:before { content: "\e7f9"; }

.auxicon-rain:before { content: "\e7fa"; }

.auxicon-ribbon:before { content: "\e7fb"; }

.auxicon-shoe:before { content: "\e7fc"; }

.auxicon-speaker-2:before { content: "\e7fd"; }

.auxicon-speaker-off-1:before { content: "\e7fe"; }

.auxicon-sun-1:before { content: "\e7ff"; }

.auxicon-tape:before { content: "\e800"; }

.auxicon-target-1:before { content: "\e801"; }

.auxicon-unlock-1:before { content: "\e802"; }

.auxicon-facebook-3:before { content: "\e0b7"; }

.auxicon-notebook:before { content: "\e02d"; }

.auxicon-edit-modify-streamline:before { content: "\e641"; }

.auxicon-download-2:before { content: "\e053"; }

.auxicon-linkedin:before { content: "\e19f"; }

.auxicon-facebook:before { content: "\e1a0"; }

.auxicon-vimeo:before { content: "\e1a1"; }

.auxicon-flickr:before { content: "\e1a3"; }

.auxicon-instagram:before { content: "\e1a4"; }

.auxicon-tumblr:before { content: "\e1a5"; }

.auxicon-behance:before { content: "\e1a6"; }

.auxicon-wordpress:before { content: "\e1a7"; }

.auxicon-vimeo-1:before { content: "\e1a8"; }

.auxicon-git:before { content: "\e1a9"; }

.auxicon-googleplus:before { content: "\e1aa"; }

.auxicon-digg:before { content: "\e1ab"; }

.auxicon-google:before { content: "\e1ac"; }

.auxicon-stumbleupon:before { content: "\e1ad"; }

.auxicon-apple:before { content: "\e1ae"; }

.auxicon-microsoft:before { content: "\e1af"; }

.auxicon-android:before { content: "\e1b0"; }

.auxicon-dribbble:before { content: "\e1b1"; }

.auxicon-steam:before { content: "\e1b2"; }

.auxicon-pinterest:before { content: "\e1b3"; }

.auxicon-edge:before { content: "\e1a2"; }

.auxicon-chrome:before { content: "\e1b4"; }

.auxicon-safari:before { content: "\e1b5"; }

.auxicon-firefox:before { content: "\e1b6"; }

.auxicon-opera:before { content: "\e1b7"; }

.auxicon-internet-explorer:before { content: "\e1b8"; }

.auxicon-wikipedia:before { content: "\e1b9"; }

.auxicon-amazon:before { content: "\e1ba"; }

.auxicon-lastfm:before { content: "\e1bb"; }

.auxicon-delicious:before { content: "\e1bc"; }

.auxicon-skype:before { content: "\e1bd"; }

.auxicon-rss:before { content: "\e1be"; }

.auxicon-twitter:before { content: "\e1bf"; }

.auxicon-html5:before { content: "\e1c0"; }

.auxicon-css3:before { content: "\e1c1"; }

.auxicon-youtube:before { content: "\e1c2"; }

.auxicon-dropbox:before { content: "\e1c3"; }

.auxicon-twich:before { content: "\e1c6"; }

.auxicon-pocket:before { content: "\e1c7"; }

.auxicon-spotify:before { content: "\e1c4"; }

.auxicon-yahoo:before { content: "\e1c8"; }

.auxicon-paypal:before { content: "\e1c9"; }

.auxicon-visa:before { content: "\e1ca"; }

.auxicon-google-wallet:before { content: "\e1cb"; }

.auxicon-mastercard:before { content: "\e1cc"; }

.auxicon-soundcloud:before { content: "\e1cd"; }

.auxicon-linux:before { content: "\e1ce"; }

.auxicon-github:before { content: "\e1cf"; }

.auxicon-search-4:before { content: "\e1d0"; }

.auxicon-check-mark-circle-outline:before { content: "\e1d1"; }

.auxicon-question-circle:before { content: "\e1d2"; }

.auxicon-phone-classic-on:before { content: "\e1d3"; }

.auxicon-ios-browsers-outline:before { content: "\e1d4"; }

.auxicon-social-buffer:before { content: "\e1d5"; }

.auxicon-social-buffer-outline:before { content: "\e1d6"; }

.auxicon-search-1:before { content: "\e0dd"; }

.auxicon-comment:before { content: "\e1d7"; }

.auxicon-like:before { content: "\e1d8"; }

.auxicon-share:before { content: "\e1d9"; }

.auxicon-rate:before { content: "\e1da"; }

.auxicon-rate-outline:before { content: "\e1dc"; }

.auxicon-whatsapp:before { content: "\e1db"; }

.auxicon-stumbleupon-1:before { content: "\e1dd"; }

.auxicon-vk:before { content: "\e1de"; }

.auxicon-telegram:before { content: "\e1df"; }

.auxicon-telegram-2:before { content: "\e1e0"; }

.auxicon-fontawesome-webfont:before { content: "\e1c5"; }

.auxicon-bag:before { content: "\e1e1"; }

.auxicon-chevron-right-1:before { content: "\e1e2"; }

.auxicon-playback-play:before { content: "\e16e"; }

.auxicon-lists:before { content: "\e068"; }

.auxicon-headset-with-microphone:before { content: "\55"; }

.auxicon-heart-small:before { content: "\e1e3"; }

.auxicon-heart-small-outline:before { content: "\e1e4"; }

.auxicon-settings-1:before { content: "\3b"; }

.auxicon-power:before { content: "\e1e5"; }

.auxicon-instagram-1:before { content: "\e0ca"; }

.auxicon-computer-imac-2:before { content: "\e1e6"; }

.auxicon-grid-lines-streamline:before { content: "\e1e7"; }

.auxicon-chevron-left-1:before { content: "\e1e8"; }

.auxicon-chevron-down-1:before { content: "\e1e9"; }

.auxicon-chevron-up-1:before { content: "\e1ea"; }

.auxicon-ios-telephone-outline:before { content: "\e1eb"; }

.auxicon-ios-clock-outline:before { content: "\e1ec"; }

.auxicon-ios-person-outline:before { content: "\e1ed"; }

.auxicon-arrow-left-1:before { content: "\e1ee"; }

.auxicon-arrow-right-1:before { content: "\e1ef"; }

.auxicon-mail-letter-outline:before { content: "\e1f0"; }

.auxicon-search-outline:before { content: "\e1f1"; }

.auxicon-android-favorite:before { content: "\e1f3"; }

.auxicon-android-favorite-outline:before { content: "\e1f4"; }

.auxicon-record:before { content: "\e1f5"; }

.auxicon-explore:before { content: "\e020"; }

.auxicon-map-pin-streamline:before { content: "\e1f2"; }

.auxicon-phone-2:before { content: "\e1f6"; }

.auxicon-ipad-1:before { content: "\e1f7"; }

.auxicon-plus:before { content: "\e171"; }

.auxicon-streamline-sync:before { content: "\e1f8"; }

.auxicon-user:before { content: "\e00a"; }

.auxicon-heart-3:before { content: "\e1f9"; }

.auxicon-arrows-drag-up:before { content: "\e1fa"; }

.auxicon-arrows-drag-up-dashed:before { content: "\e1fb"; }

.auxicon-arrows-hamburger1:before { content: "\e1fc"; }

.auxicon-arrows-hamburger-2:before { content: "\e1fd"; }

.auxicon-chevron-down-2:before { content: "\e1fe"; }

.auxicon-chevron-left-2:before { content: "\e1ff"; }

.auxicon-chevron-up-2:before { content: "\e200"; }

.auxicon-eye-1:before { content: "\e202"; }

.auxicon-close-1:before { content: "\e203"; }

.auxicon-ios-telephone:before { content: "\e204"; }

.auxicon-ios-location:before { content: "\e205"; }

.auxicon-email-mail-streamline:before { content: "\e206"; }

.auxicon-reload:before { content: "\e207"; }

.auxicon-link-2:before { content: "\e208"; }

.auxicon-chevron-right-2:before { content: "\e201"; }

.auxicon-ios-cloudy:before { content: "\e209"; }

.auxicon-ios-thunderstorm:before { content: "\e20a"; }

.auxicon-ios-cloudy-night:before { content: "\e20b"; }

.auxicon-ios-sunny:before { content: "\e20c"; }

.auxicon-ios-snowy:before { content: "\e20d"; }

.auxicon-ios-rainy:before { content: "\e20e"; }

.auxicon-ios-partlysunny:before { content: "\e20f"; }

.auxicon-ios-thunderstorm-outline:before { content: "\e210"; }

.auxicon-ios-sunny-outline:before { content: "\e211"; }

.auxicon-ios-cloudy-outline:before { content: "\e212"; }

.auxicon-ios-cloudy-night-outline:before { content: "\e213"; }

.auxicon-ios-partlysunny-outline:before { content: "\e214"; }

.auxicon-ios-rainy-outline:before { content: "\e215"; }

.auxicon-heart-6:before { content: "\e216"; }

@font-face { font-family: "auxin-front-2"; src: url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon2/auxin-front-2.eot); src: url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon2/auxin-front-2.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon2/auxin-front-2.woff) format("woff"), url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon2/auxin-front-2.ttf) format("truetype"), url(/wp-content/themes/phlox-pro/css/fonts/fontastic/auxicon2/auxin-front-2.svg#auxin-front-2) format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "auxin-front-2" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="auxicon2-"]:before, [class*=" auxicon2-"]:before { font-family: "auxin-front-2" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.auxicon2-arrows-anticlockwise:before { content: "\61"; }

.auxicon2-circle-plus-outline:before { content: "\62"; }

.auxicon2-arrows-drag-up-dashed:before { content: "\63"; }

.auxicon2-hamburger-2:before { content: "\64"; }

.auxicon2-hamburger1:before { content: "\65"; }

.auxicon2-arrow-chevron-thin-left:before { content: "\66"; }

.auxicon2-arrows-left-double-chevron:before { content: "\67"; }

.auxicon2-arrows-right-double-chevron:before { content: "\68"; }

.auxicon2-arrows-chevron-thin-right:before { content: "\69"; }

.auxicon2-close-remove-1:before { content: "\6a"; }

.auxicon2-plus-1:before { content: "\6b"; }

.auxicon2-arrow-slim-left-dashed:before { content: "\6c"; }

.auxicon2-arrow-slim-left:before { content: "\6d"; }

.auxicon2-arrow-slim-right-dashed:before { content: "\70"; }

.auxicon2-arrow-slim-right:before { content: "\71"; }

.auxicon2-arrow-chevron-thin-up:before { content: "\6e"; }

.auxicon2-arrows-up-double-chevron:before { content: "\6f"; }

.auxicon2-square-plus-outline:before { content: "\72"; }

.auxicon2-arrows-down-double-chevron:before { content: "\73"; }

.auxicon2-arrows-chevron-down:before { content: "\74"; }

.auxicon2-basic-bookmark:before { content: "\75"; }

.auxicon2-arrow-medium-right:before { content: "\76"; }

.auxicon2-arrow-medium-left:before { content: "\77"; }

.auxicon2-arrow-chevron-med-right:before { content: "\78"; }

.auxicon2-arrow-chevron-med-left:before { content: "\79"; }

.auxicon2-arrow-chevron-fat-top:before { content: "\7a"; }

.auxicon2-arrow-chevron-fat-down:before { content: "\41"; }

.auxicon2-arrow-chevron-fat-right:before { content: "\42"; }

.auxicon2-arrow-chevron-fat-left:before { content: "\43"; }

.auxicon2-arrow-chevron-slim-top:before { content: "\44"; }

.auxicon2-arrow-chevron-slim-down:before { content: "\45"; }

.auxicon2-arrow-chevron-slim-left:before { content: "\46"; }

.auxicon2-arrow-chevron-slim-right:before { content: "\47"; }

.auxicon2-arrow-chevron-pixel-top:before { content: "\48"; }

.auxicon2-arrow-chevron-pixel-down:before { content: "\49"; }

.auxicon2-arrow-chevron-pixel-left:before { content: "\4a"; }

.auxicon2-arrow-chevron-pixel-right:before { content: "\4b"; }

.auxicon2-arrow-chevron-pixel-left2:before { content: "\4c"; }

.auxicon2-arrow-pixel-fat-top:before { content: "\4d"; }

.auxicon2-arrow-pixel-fat-down:before { content: "\4e"; }

.auxicon2-arrow-line-med-left:before { content: "\4f"; }

.auxicon2-arrow-line-med-right:before { content: "\50"; }

.auxicon2-arrow-line-med-top:before { content: "\51"; }

.auxicon2-arrow-line-med-down:before { content: "\52"; }

.auxicon2-arrow-line-left:before { content: "\53"; }

.auxicon2-arrow-line-right:before { content: "\54"; }

.auxicon2-arrow-line-top:before { content: "\55"; }

.auxicon2-arrow-line-down:before { content: "\56"; }

.auxicon2-arrow-chevron-pixel-top2:before { content: "\57"; }

.auxicon2-arrow-chevron-pixel-down2:before { content: "\58"; }

.auxicon2-arrow-chevron-pixel-right2:before { content: "\59"; }

.auxicon2-arrow-pixel-fat-left:before { content: "\5a"; }

.auxicon2-arrow-pixel-fat-right:before { content: "\30"; }

.auxicon2-play-outline-triangle:before { content: "\31"; }

.auxicon2-arrow-thin-up:before { content: "\33"; }

.auxicon2-arrow-thin-right:before { content: "\34"; }

.auxicon2-arrow-thin-left:before { content: "\35"; }

.auxicon2-arrow-thin-down:before { content: "\36"; }

.auxicon2-arrow-chevron-small-right:before { content: "\37"; }

.auxicon2-arrow-chevron-small-left:before { content: "\38"; }

.auxicon2-arrow-chevron-small-down:before { content: "\21"; }

.auxicon2-play-triangle:before { content: "\23"; }

.auxicon2-play-triangle-1:before { content: "\24"; }

.auxicon2-play-triangle-2:before { content: "\25"; }

.auxicon2-arrow-backward:before { content: "\26"; }

.auxicon2-check-mark:before { content: "\27"; }

.auxicon2-check-mark-1:before { content: "\28"; }

.auxicon2-code-working:before { content: "\29"; }

.auxicon2-code:before { content: "\2a"; }

.auxicon2-circle-plus-outline-1:before { content: "\2e"; }

.auxicon2-plus-circle:before { content: "\2f"; }

.auxicon2-hamburger-3:before { content: "\32"; }

.auxicon2-arrow-circle-right:before { content: "\39"; }
@charset "UTF-8";
/*!
===============================================================
#Domument
	$Body & globals
	$Heading
	$Wrapper & Containers
	$Header
	$Layout
	$Sections
	$Footer
	$Copyright

===============================================================*/
/** SVG symbols */
.aux-svg-arrow, .aux-svg-symbol { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; }
.aux-svg-arrow.aux-thick-up, .aux-svg-symbol.aux-thick-up { background-position: 0px 0px; width: 52px; height: 30px; }
.aux-svg-arrow.aux-thick-down, .aux-svg-symbol.aux-thick-down { background-position: 0px -60px; width: 52px; height: 30px; }
.aux-svg-arrow.aux-thick-left, .aux-svg-symbol.aux-thick-left { background-position: 0px -120px; width: 30px; height: 52px; }
.aux-svg-arrow.aux-thick-right, .aux-svg-symbol.aux-thick-right { background-position: 0px -201px; width: 30px; height: 52px; }
.aux-svg-arrow.aux-large-up, .aux-svg-symbol.aux-large-up { background-position: 0px -282px; width: 28px; height: 14px; }
.aux-svg-arrow.aux-large-down, .aux-svg-symbol.aux-large-down { background-position: 0px -326px; width: 28px; height: 14px; }
.aux-svg-arrow.aux-large-left, .aux-svg-symbol.aux-large-left { background-position: 0px -370px; width: 14px; height: 26px; }
.aux-svg-arrow.aux-large-right, .aux-svg-symbol.aux-large-right { background-position: 0px -427px; width: 14px; height: 28px; }
.aux-svg-arrow.aux-medium-up, .aux-svg-symbol.aux-medium-up { background-position: 0px -484px; width: 16px; height: 8px; }
.aux-svg-arrow.aux-medium-down, .aux-svg-symbol.aux-medium-down { background-position: 0px -522px; width: 16px; height: 8px; }
.aux-svg-arrow.aux-medium-left, .aux-svg-symbol.aux-medium-left { background-position: 0px -560px; width: 8px; height: 16px; }
.aux-svg-arrow.aux-medium-right, .aux-svg-symbol.aux-medium-right { background-position: 0px -607px; width: 8px; height: 16px; }
.aux-svg-arrow.aux-small-up, .aux-svg-symbol.aux-small-up { background-position: 0px -652px; width: 10px; height: 6px; }
.aux-svg-arrow.aux-small-down, .aux-svg-symbol.aux-small-down { background-position: 0px -687px; width: 10px; height: 6px; }
.aux-svg-arrow.aux-small-left, .aux-svg-symbol.aux-small-left { background-position: 0px -722px; width: 6px; height: 10px; }
.aux-svg-arrow.aux-small-right, .aux-svg-symbol.aux-small-right { background-position: 0px -761px; width: 6px; height: 10px; }
.aux-svg-arrow.aux-h-large-up, .aux-svg-symbol.aux-h-large-up { background-position: -80px 0px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-large-down, .aux-svg-symbol.aux-h-large-down { background-position: -80px -58px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-large-left, .aux-svg-symbol.aux-h-large-left { background-position: -80px -116px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-large-right, .aux-svg-symbol.aux-h-large-right { background-position: -80px -173px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-h-medium-up, .aux-svg-symbol.aux-h-medium-up { background-position: -80px -231px; width: 20px; height: 22px; }
.aux-svg-arrow.aux-h-medium-down, .aux-svg-symbol.aux-h-medium-down { background-position: -80px -283px; width: 20px; height: 24px; }
.aux-svg-arrow.aux-h-medium-left, .aux-svg-symbol.aux-h-medium-left { background-position: -80px -335px; width: 22px; height: 20px; }
.aux-svg-arrow.aux-h-medium-right, .aux-svg-symbol.aux-h-medium-right { background-position: -80px -384px; width: 22px; height: 20px; }
.aux-svg-arrow.aux-h-small-up, .aux-svg-symbol.aux-h-small-up { background-position: -80px -433px; width: 10px; height: 12px; }
.aux-svg-arrow.aux-h-small-down, .aux-svg-symbol.aux-h-small-down { background-position: -80px -474px; width: 10px; height: 12px; }
.aux-svg-arrow.aux-h-small-left, .aux-svg-symbol.aux-h-small-left { background-position: -80px -515px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-h-small-right, .aux-svg-symbol.aux-h-small-right { background-position: -80px -554px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-l-right, .aux-svg-symbol.aux-l-right { background-position: -81px -631px; width: 64px; height: 14px; }
.aux-svg-arrow.aux-l-left, .aux-svg-symbol.aux-l-left { background-position: -80px -588px; width: 64px; height: 14px; }
.aux-svg-arrow.aux-l-medium-right, .aux-svg-symbol.aux-l-medium-right { background-position: -80px -718px; width: 46px; height: 14px; }
.aux-svg-arrow.aux-l-medium-left, .aux-svg-symbol.aux-l-medium-left { background-position: -80px -674px; width: 46px; height: 14px; }
.aux-svg-arrow.aux-thick-cross, .aux-svg-symbol.aux-thick-cross { background-position: 0px -800px; width: 52px; height: 52px; }
.aux-svg-arrow.aux-large-cross, .aux-svg-symbol.aux-large-cross { background-position: 0px -881px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-medium-cross, .aux-svg-symbol.aux-medium-cross { background-position: 0px -938px; width: 16px; height: 16px; }
.aux-svg-arrow.aux-small-cross, .aux-svg-symbol.aux-small-cross { background-position: 0px -983px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-thick-plus, .aux-svg-symbol.aux-thick-plus { background-position: 0px -1022px; width: 52px; height: 52px; }
.aux-svg-arrow.aux-large-plus, .aux-svg-symbol.aux-large-plus { background-position: 0px -1103px; width: 28px; height: 28px; }
.aux-svg-arrow.aux-medium-plus, .aux-svg-symbol.aux-medium-plus { background-position: 0px -1160px; width: 16px; height: 16px; }
.aux-svg-arrow.aux-small-plus, .aux-svg-symbol.aux-small-plus { background-position: 0px -1205px; width: 10px; height: 10px; }
.aux-svg-arrow.aux-thick-up.aux-white, .aux-svg-symbol.aux-thick-up.aux-white { background-position: -178px 0px; }
.aux-svg-arrow.aux-thick-down.aux-white, .aux-svg-symbol.aux-thick-down.aux-white { background-position: -178px -60px; }
.aux-svg-arrow.aux-thick-left.aux-white, .aux-svg-symbol.aux-thick-left.aux-white { background-position: -178px -120px; }
.aux-svg-arrow.aux-thick-right.aux-white, .aux-svg-symbol.aux-thick-right.aux-white { background-position: -178px -201px; }
.aux-svg-arrow.aux-large-up.aux-white, .aux-svg-symbol.aux-large-up.aux-white { background-position: -178px -282px; }
.aux-svg-arrow.aux-large-down.aux-white, .aux-svg-symbol.aux-large-down.aux-white { background-position: -178px -326px; }
.aux-svg-arrow.aux-large-left.aux-white, .aux-svg-symbol.aux-large-left.aux-white { background-position: -178px -370px; }
.aux-svg-arrow.aux-large-right.aux-white, .aux-svg-symbol.aux-large-right.aux-white { background-position: -178px -427px; }
.aux-svg-arrow.aux-medium-up.aux-white, .aux-svg-symbol.aux-medium-up.aux-white { background-position: -178px -484px; }
.aux-svg-arrow.aux-medium-down.aux-white, .aux-svg-symbol.aux-medium-down.aux-white { background-position: -178px -522px; }
.aux-svg-arrow.aux-medium-left.aux-white, .aux-svg-symbol.aux-medium-left.aux-white { background-position: -178px -560px; }
.aux-svg-arrow.aux-medium-right.aux-white, .aux-svg-symbol.aux-medium-right.aux-white { background-position: -178px -607px; }
.aux-svg-arrow.aux-small-up.aux-white, .aux-svg-symbol.aux-small-up.aux-white { background-position: -178px -652px; }
.aux-svg-arrow.aux-small-down.aux-white, .aux-svg-symbol.aux-small-down.aux-white { background-position: -178px -687px; }
.aux-svg-arrow.aux-small-left.aux-white, .aux-svg-symbol.aux-small-left.aux-white { background-position: -178px -722px; }
.aux-svg-arrow.aux-small-right.aux-white, .aux-svg-symbol.aux-small-right.aux-white { background-position: -178px -761px; }
.aux-svg-arrow.aux-h-large-up.aux-white, .aux-svg-symbol.aux-h-large-up.aux-white { background-position: -258px 0px; }
.aux-svg-arrow.aux-h-large-down.aux-white, .aux-svg-symbol.aux-h-large-down.aux-white { background-position: -258px -58px; }
.aux-svg-arrow.aux-h-large-left.aux-white, .aux-svg-symbol.aux-h-large-left.aux-white { background-position: -258px -116px; }
.aux-svg-arrow.aux-h-large-right.aux-white, .aux-svg-symbol.aux-h-large-right.aux-white { background-position: -258px -173px; }
.aux-svg-arrow.aux-h-medium-up.aux-white, .aux-svg-symbol.aux-h-medium-up.aux-white { background-position: -258px -231px; }
.aux-svg-arrow.aux-h-medium-down.aux-white, .aux-svg-symbol.aux-h-medium-down.aux-white { background-position: -258px -283px; }
.aux-svg-arrow.aux-h-medium-left.aux-white, .aux-svg-symbol.aux-h-medium-left.aux-white { background-position: -258px -335px; }
.aux-svg-arrow.aux-h-medium-right.aux-white, .aux-svg-symbol.aux-h-medium-right.aux-white { background-position: -258px -384px; }
.aux-svg-arrow.aux-h-small-up.aux-white, .aux-svg-symbol.aux-h-small-up.aux-white { background-position: -258px -433px; }
.aux-svg-arrow.aux-h-small-down.aux-white, .aux-svg-symbol.aux-h-small-down.aux-white { background-position: -258px -474px; }
.aux-svg-arrow.aux-h-small-left.aux-white, .aux-svg-symbol.aux-h-small-left.aux-white { background-position: -258px -515px; }
.aux-svg-arrow.aux-h-small-right.aux-white, .aux-svg-symbol.aux-h-small-right.aux-white { background-position: -258px -554px; }
.aux-svg-arrow.aux-l-right.aux-white, .aux-svg-symbol.aux-l-right.aux-white { background-position: -259px -631px; }
.aux-svg-arrow.aux-l-left.aux-white, .aux-svg-symbol.aux-l-left.aux-white { background-position: -258px -588px; }
.aux-svg-arrow.aux-l-medium-right.aux-white, .aux-svg-symbol.aux-l-medium-right.aux-white { background-position: -258px -718px; }
.aux-svg-arrow.aux-l-medium-left.aux-white, .aux-svg-symbol.aux-l-medium-left.aux-white { background-position: -258px -674px; }
.aux-svg-arrow.aux-thick-cross.aux-white, .aux-svg-symbol.aux-thick-cross.aux-white { background-position: -178px -800px; }
.aux-svg-arrow.aux-large-cross.aux-white, .aux-svg-symbol.aux-large-cross.aux-white { background-position: -178px -881px; }
.aux-svg-arrow.aux-medium-cross.aux-white, .aux-svg-symbol.aux-medium-cross.aux-white { background-position: -178px -938px; }
.aux-svg-arrow.aux-small-cross.aux-white, .aux-svg-symbol.aux-small-cross.aux-white { background-position: -178px -983px; }
.aux-svg-arrow.aux-thick-plus.aux-white, .aux-svg-symbol.aux-thick-plus.aux-white { background-position: -178px -1022px; }
.aux-svg-arrow.aux-large-plus.aux-white, .aux-svg-symbol.aux-large-plus.aux-white { background-position: -178px -1103px; }
.aux-svg-arrow.aux-medium-plus.aux-white, .aux-svg-symbol.aux-medium-plus.aux-white { background-position: -178px -1160px; }
.aux-svg-arrow.aux-small-plus.aux-white, .aux-svg-symbol.aux-small-plus.aux-white { background-position: -178px -1205px; }

.aux-plus-symbol::after, .aux-minus-symbol::after, .aux-cross-symbol::after, .aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::after, .aux-plus-symbol::before, .aux-minus-symbol::before, .aux-cross-symbol::before, .aux-master-menu.aux-narrow .aux-submenu-indicator::before, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu-indicator::before, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::before { content: ""; position: absolute; display: block; height: 1px; width: 100%; background-color: #333; }
.aux-plus-symbol::after, .aux-minus-symbol::after, .aux-cross-symbol::after, .aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-submenu-indicator::after { transform: rotate(90deg); }
.aux-plus-symbol.aux-white::after, .aux-white.aux-minus-symbol::after, .aux-white.aux-cross-symbol::after, .aux-master-menu.aux-narrow .aux-white.aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-white.aux-submenu-indicator::after, .aux-plus-symbol.aux-white::before, .aux-white.aux-minus-symbol::before, .aux-white.aux-cross-symbol::before, .aux-master-menu.aux-narrow .aux-white.aux-submenu-indicator::before, .aux-fs-menu .aux-master-menu .aux-white.aux-submenu-indicator::before { background-color: white; }

.aux-minus-symbol::after { display: none; }

.aux-cross-symbol::after { transform: rotate(-45deg); }
.aux-cross-symbol::before { transform: rotate(45deg); }

.aux-simple-arrow-left-symbol::before { content: '\2190'; font-family: Arial; display: inline-block; }

.aux-simple-arrow-right-symbol::before { content: '\2192'; font-family: Arial; display: inline-block; }

/*!>>>>>>>>>>>>>>>>>>>>>>> #Document <<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* $Body & Global Configs
---------------------------------------------*/
body { font-family: "Raleway", arial, sans-serif; background-color: white; }
body:before { content: ' '; position: fixed; width: 100%; z-index: 1; }

#inner-body { position: relative; z-index: 3; background-color: white; }

.wrapper { width: 100%; margin-left: auto; margin-right: auto; }

.aux-territory { width: 100%; margin-left: auto; margin-right: auto; }

.aux-container, .aux-inner-box { margin: 0 auto; }

.aux-wrapper { width: 100%; margin-left: auto; margin-right: auto; }

.aux-primary { position: relative; min-height: 350px; }
.aux-primary .aux-content { margin-bottom: 3em; }

/* boxed layout ------------ */
.aux-full-width #inner-body { overflow-x: hidden; }

/* Max width of website ------------ */
.aux-resp.aux-fhd .aux-fold, .aux-resp.aux-fhd .aux-fold-width, .aux-resp.aux-fhd .aux-boxed-container > .aux-container { width: auto; max-width: 1970px; }
.aux-resp.aux-s-fhd .aux-fold, .aux-resp.aux-s-fhd .aux-fold-width, .aux-resp.aux-s-fhd .aux-boxed-container > .aux-container { width: auto; max-width: 1670px; }
.aux-resp.aux-xhd .aux-fold, .aux-resp.aux-xhd .aux-fold-width, .aux-resp.aux-xhd .aux-boxed-container > .aux-container { width: auto; max-width: 1470px; }
.aux-resp.aux-hd .aux-fold, .aux-resp.aux-hd .aux-fold-width, .aux-resp.aux-hd .aux-boxed-container > .aux-container { width: auto; max-width: 1270px; }
.aux-resp.aux-nd .aux-fold, .aux-resp.aux-nd .aux-fold-width, .aux-resp.aux-nd .aux-boxed-container > .aux-container { width: auto; max-width: 1070px; }

.aux-fold, .aux-fold-padding, .aux-boxed-container > .aux-container { padding-right: 35px; padding-left: 35px; }

/* It the website was boxed */
.aux-boxed #inner-body { margin: 0 auto; box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3); }
.aux-boxed.aux-fhd #inner-body, .aux-boxed.aux-fhd .site-header-section.aux-sticky { max-width: 1970px; }
.aux-boxed.aux-s-fhd #inner-body, .aux-boxed.aux-s-fhd .site-header-section.aux-sticky { max-width: 1670px; }
.aux-boxed.aux-xhd #inner-body, .aux-boxed.aux-xhd .site-header-section.aux-sticky { max-width: 1470px; }
.aux-boxed.aux-hd #inner-body, .aux-boxed.aux-hd .site-header-section.aux-sticky { max-width: 1270px; }
.aux-boxed.aux-nd #inner-body, .aux-boxed.aux-nd .site-header-section.aux-sticky { max-width: 1070px; }

.aux-semi-full-container > .aux-wrapper > .aux-container, .aux-semi-full-container > .aux-container { max-width: none; padding-right: 35px; padding-left: 35px; }

.aux-full-container > .aux-wrapper > .aux-container, .aux-full-container > .aux-container { max-width: none; padding-left: 0; padding-right: 0; }

/* Custom wrappers for vc ------------ */
.aux-vc-row-wrapper.aux-vc-row-no-margin > .vc_row { margin-right: 0; margin-left: 0; }

.aux-vc-row-wrapper-inner { width: 100%; margin-right: auto; margin-left: auto; }
.aux-vc-row-wrapper-inner:after { content: ""; display: table; clear: both; }

.aux-vc-reset-gutter { margin-left: 0; margin-right: 0; }

.aux-vc-row-full { padding-right: 35px; padding-left: 35px; }

.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner { padding-top: 0; }

.qm-theme-phlox { position: relative; z-index: 4; }
.aux-customize-preview .qm-theme-phlox { display: none !important; }

@media screen and (min-width: 700px) { .aux-framed { padding: 20px; }
  .aux-framed .aux-side-frames, .aux-framed:after { content: ""; display: block; height: 20px; left: 0; position: fixed; width: 100%; z-index: 1405; }
  .csscalc .aux-framed .aux-side-frames, .csscalc .aux-framed:after { left: 20px; position: fixed; width: calc(100% - 40px); }
  .aux-framed .aux-side-frames { top: 0; }
  .aux-framed:after { bottom: 0; }
  .aux-framed.admin-bar .aux-side-frames, .aux-framed.admin-bar .aux-side-frames:before, .aux-framed.admin-bar .aux-side-frames:after { top: 32px; } }
@media screen and (min-width: 700px) and (min-width: 700px) and (max-width: 780px) { .aux-framed.admin-bar .aux-side-frames, .aux-framed.admin-bar .aux-side-frames:before, .aux-framed.admin-bar .aux-side-frames:after { top: 46px; } }

@media screen and (min-width: 700px) { .aux-framed .aux-side-frames:before, .aux-framed .aux-side-frames:after { content: ""; display: block; width: 20px; height: 100%; top: 0; position: fixed; z-index: 1405; }
  .aux-framed .aux-side-frames:before { left: 0; }
  .aux-framed .aux-side-frames:after { right: 0; }
  .aux-framed.aux-top-sticky .site-header-section.aux-sticky { top: 20px; width: calc(100% - 40px); }
  .aux-framed.aux-top-sticky.admin-bar .site-header-section.aux-sticky { top: 52px; } }
::-moz-selection { background: rgba(33, 150, 243, 0.2); }

::selection { background: rgba(33, 150, 243, 0.2); }

h1, h2, h3, h4, h5, h6, .aux-h1, .aux-h2, .aux-h3, .aux-h4, .aux-h5, .aux-h6 { font-family: "Raleway", arial, sans-serif; }

a { color: #1bb0ce; }
a:hover { color: #1691aa; }

code { padding: 0.3em 0.5em; font-size: 0.86em; border-radius: 4px; text-shadow: 0 1px 0 white; background-color: #F3F3F3; }

hr { border-color: #BBB; margin: 1em 0; overflow: visible; }

hr[class*="aux-divider"] { margin-top: 4em; margin-bottom: 4em; }

.aux-divider-tiny { width: 5.5%; min-width: 65px; }

.aux-divider-small { width: 20%; }

.aux-divider-medium { width: 40%; }

.aux-divider-align-center { margin-left: auto; margin-right: auto; }

.aux-divider-align-right { margin-left: auto; }

.aux-divider-align-right { margin-right: auto; }

.aux-divider-dashed { border: none; }
.aux-divider-dashed::after { content: ""; display: block; height: 1px; background-image: linear-gradient(to right, #bbbbbb 50%, rgba(255, 255, 255, 0) 0%); background-position: top; background-size: 20px 1px; background-repeat: repeat-x; }

.aux-divider-space { border: none; }

.aux-divider-symbolic-square::after, .aux-divider-symbolic-circle::after { content: ""; display: block; width: 9px; height: 9px; background-color: #BBB; transform: translateY(-50%) rotate(45deg); }

.aux-divider-symbolic-circle::after { border-radius: 50%; border: solid 1px #BBB; background-color: white; transform: translateY(-50%) translateY(1px); }

.aux-divider-symbolic-square:after, .aux-divider-symbolic-circle:after { margin-top: 0; margin-bottom: 0; }
.aux-divider-symbolic-square.aux-symbol-align-left:after, .aux-divider-symbolic-circle.aux-symbol-align-left:after { margin-left: 0; margin-right: 0; }
.aux-divider-symbolic-square.aux-symbol-align-right:after, .aux-divider-symbolic-circle.aux-symbol-align-right:after { margin-left: auto; margin-right: 0; }
.aux-divider-symbolic-square.aux-symbol-align-center:after, .aux-divider-symbolic-circle.aux-symbol-align-center:after { margin-left: auto; margin-right: auto; }

.aux-divider-vertical { width: 0 !important; height: 70px; margin-left: auto; margin-right: auto; border-bottom: none; border-left: 1px solid #BBB; }
.aux-divider-vertical.aux-divider-tiny { height: 15px; min-width: auto; }
.aux-divider-vertical.aux-divider-small { height: 32px; }
.aux-divider-vertical.aux-divider-medium { height: 45px; }

.aux-highlight { padding: 0.1em 0.3em; margin: 0 0.1em; border-radius: 2px; }
.aux-highlight.aux-highlight-red { background-color: #ffc9c2; }
.aux-highlight.aux-highlight-yellow { background-color: #f9f2b0; }
.aux-highlight.aux-highlight-green { background-color: #adf4da; }
.aux-highlight.aux-highlight-blue { background-color: #b7eaff; }

/* dropcaps */
.dropcap { display: block; margin-right: 0.07em; line-height: 85%; font-size: 5em; float: left; }
.dropcap.square, .dropcap.circle { background-color: #505050; color: white; padding: 10px; font-size: 3.5em; margin-right: 0.2em; }
.dropcap.circle { border-radius: 50%; height: 80px; width: 80px; padding: 0; text-align: center; line-height: 80px; font-size: 55px; }
.dropcap.round { border-radius: 3px; }
.dropcap.outline { border: solid 1px #505050; background: transparent; color: inherit; }

/* --------------------------------------------------------------------------- */
strong, b, dl dt { font-weight: 600; }

dl dt { position: relative; }
dl dd { margin-bottom: 1em; }

/* Text meant only for screen readers. */
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.screen-reader-text:focus { background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */ }

/* --------------------------------------------------------------------------- */
table tr th, table tr td { padding: 1em 1.4em; border: solid 1px #BBB; text-align: left; }
table tr th { background-color: #F3F3F3; }
table tr td, table tr:nth-child(even) td, table tr.even td { background: transparent; }

/* -------------------------------------------------------------------------- */
.aux-top-header { position: relative; border-bottom: solid 1px #EAEAEA; background-color: white; color: #3D3D3D; z-index: 202; }
.aux-top-header .aux-float-wrapper { height: 38px; }
.aux-top-header .aux-end { margin-left: 0.8em; }
.aux-top-header .aux-start { margin-right: 0.8em; }
@media print { .aux-top-header { display: none; } }
.aux-top-header .aux-master-menu .aux-menu-depth-0 > .aux-item-content { color: #505050; font-size: 0.75em; transition: color 300ms; }
.aux-top-header .aux-master-menu .aux-menu-depth-0 > .aux-item-content:hover { color: #505050; }
.aux-top-header .aux-master-menu .aux-menu-depth-0 > .aux-submenu { margin-top: 14px !important; }
.aux-top-header .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 38px; }
.aux-top-header .aux-start .aux-menu-depth-0 > .aux-item-content, .aux-top-header .aux-center .aux-menu-depth-0 > .aux-item-content, .aux-top-header .aux-center-middle .aux-menu-depth-0 > .aux-item-content { margin-right: 1.5em; }
.aux-top-header .aux-end .aux-menu-depth-0 > .aux-item-content { margin-left: 1.5em; }
.aux-top-header .aux-social-list a { color: #505050; }
.aux-top-header .aux-social-list a:hover { color: #AAA; }
.aux-top-header .aux-header-msg p, .aux-top-header .aux-header-sec-msg p { padding: 0; margin: 0; font-size: 0.8125em; }
.aux-top-header .aux-search-section .aux-search-icon { font-size: 20px; display: block; }
.aux-top-header #lang_sel { display: block; height: auto; font-family: inherit; }
.aux-top-header #lang_sel > ul, .aux-top-header #lang_sel .icl_lang_sel_native, .aux-top-header #lang_sel .icl_lang_sel_translated, .aux-top-header #lang_sel .iclflag { top: 0; display: inline-block; vertical-align: middle; }
.aux-top-header #lang_sel::after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 6px; background-position: 0px -687px; transition: all 300ms; content: ""; display: inline-block; vertical-align: middle; margin-left: 5px; }
.aux-top-header #lang_sel:hover li ul { display: block; }
.aux-top-header #lang_sel:hover::after { transform: rotate(-180deg); }
.aux-top-header #lang_sel li { width: auto; }
.aux-top-header #lang_sel li ul { top: 100%; visibility: visible; display: none; border: solid 1px #EAEAEA; height: auto; width: auto; }
.aux-top-header #lang_sel li ul > li { min-width: 180px; }
.aux-top-header #lang_sel li ul > li > a { float: none; padding: 1em 1.125em; border: none; font-size: 0.8125em; }
.aux-top-header #lang_sel .lang_sel_sel { padding: 0; border: none; background: transparent; font-size: 0.8125em; }
.aux-top-header #lang_sel .lang_sel_sel > * { vertical-align: middle; }
.aux-top-header #lang_sel .lang_sel_sel:hover { background: transparent; }
.aux-top-header .aux-search-section.aux-end { margin-left: 0.4em; }
.aux-top-header .aux-search-section.aux-start { margin-right: 0.4em; }
.aux-top-header .mm-top-header > .aux-master-menu { line-height: 100%; }

.aux-cart-wrapper { display: table; }
.aux-cart-wrapper.aux-offcart-content { float: left; width: 100%; }
.aux-cart-wrapper.aux-offcart-content .aux-card-dropdown { box-shadow: none; background: transparent; visibility: visible; opacity: 1; z-index: 1; position: inherit; width: auto; transform: inherit; border: 0; height: calc(100vh - 60px); }
.aux-cart-wrapper.aux-basket-animation.aux-cart-in-progress .aux-shopping-basket:before { animation: FillBasket 1000ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-in-progress .aux-shopping-basket:after { animation: ArrowMoveBasket 700ms 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-updated-animation .aux-cart-contents:before { display: inline-block; transform-origin: bottom; animation: BasketIconRotate 450ms 350ms linear both; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-updated-animation .aux-cart-contents span { animation: PulseGradient 800ms cubic-bezier(0.86, 0, 0.07, 1) 150ms both; }
.aux-cart-wrapper.aux-basket-animation.aux-cart-updated-animation .aux-cart-contents span:after { animation: PulseGrow 450ms 325ms cubic-bezier(0.645, 0.045, 0.355, 1) both; }
.aux-cart-wrapper .aux-shopping-basket { cursor: pointer; display: table-cell; vertical-align: middle; position: relative; }
.aux-cart-wrapper .aux-shopping-basket:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #3d3d3d; opacity: 0; z-index: 1; }
.aux-cart-wrapper .aux-shopping-basket:after { content: ''; background: url(/wp-content/themes/phlox-pro/css/images/svg/downarrow.svg) no-repeat; position: absolute; left: 0; right: 0; top: 10%; margin: 0 auto; width: 13px; height: 20px; z-index: 2; opacity: 0; }
@keyframes FillBasket { 0% { opacity: 0; }
  30% { opacity: 1; }
  70% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes ArrowMoveBasket { 0% { opacity: 0; }
  30% { opacity: 1; top: 50%; transform: translateY(-50%); }
  70% { opacity: 1; top: 50%; transform: translateY(-50%); }
  100% { opacity: 0; top: 60%; } }
@keyframes PulseGrow { 0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); } }
@keyframes PulseGradient { 0% { box-shadow: 0px 0px 0px 0px #ee1d27; }
  100% { box-shadow: 0px 0px 0px 10px rgba(238, 29, 39, 0); } }
@keyframes BasketIconRotate { 0% { transform: rotate(0); }
  25% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0); } }
.aux-cart-wrapper .aux-cart-contents { position: relative; display: table-cell; vertical-align: middle; margin: 10px 7px 0 0; color: inherit; font-size: 1.45em; line-height: 1; text-align: center; }
.aux-cart-wrapper .aux-cart-contents > span { position: absolute; right: -8px; top: -4px; height: 15px; padding: 3px; width: 15px; border-radius: 3px; background-color: #ee1d26; font-size: 10px; font-weight: 600; line-height: inherit; color: #FFFFFF; }
.aux-cart-wrapper.aux-cart-element { display: block; position: relative; z-index: 6; }
.aux-cart-wrapper.aux-cart-element .aux-card-dropdown { right: auto; left: 0; }
.aux-cart-wrapper .aux-shopping-cart-info { display: table-cell; padding: 0 16px; }
.aux-cart-wrapper .aux-shopping-cart-info > span { display: block; }
.aux-cart-wrapper .aux-shopping-cart-info > span.aux-shopping-title { font-size: 11px; color: #AAA; }
.aux-cart-wrapper .aux-shopping-cart-info > span.aux-shopping-amount { font-size: 16px; font-weight: normal; color: #3D3D3D; }
.aux-cart-wrapper .aux-card-dropdown { visibility: hidden; will-change: transform; opacity: 0; background-color: #FFFFFF; border: 1px solid #BBB; width: 300px; position: absolute; right: -130px; bottom: 0; transform: translateY(calc(100% + 30px)); z-index: -1; transition: all 0.1s ease-in-out 0s , visibility 0s linear 0.3s, z-index 0s linear 0.01s; }
.aux-cart-wrapper .aux-card-dropdown.aux-card-dropdown-resp { right: -30px; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper { display: flex; width: 100%; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a { padding: 15px; line-height: unset; margin-bottom: auto; border-radius: 3px; flex-grow: 1; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a .aux-text { font-size: 12px; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-checkout-button { order: 2; }
.aux-cart-wrapper .aux-card-dropdown.aux-modern-dropdown .aux-button-wrapper > a.aux-cart-button { order: 1; margin-right: 8px; }
.aux-cart-wrapper .aux-card-box { padding: 0.625em; border-bottom: 1px solid #BBB; max-height: 300px; overflow-y: scroll; }
.aux-cart-wrapper .aux-card-box.aux-empty-cart { border: 0; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar { width: 8px; border-radius: 8px; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar-track { background-color: transparent; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar-thumb { background-color: #707070; border-radius: 8px; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.aux-cart-wrapper .aux-card-box::-webkit-scrollbar-thumb:hover { background-color: #000; }
.aux-cart-wrapper .aux-card-item { display: flex; flex-direction: row; position: relative; padding: 0.8125em 0.6875em; border-bottom: 1px solid #BBB; background-color: transparent; -moz-transition: background-color .5s ease 0s; -o-transition: background-color .5s ease 0s; -webkit-transition: background-color .5s ease 0s; transition: background-color .5s ease 0s; }
.aux-cart-wrapper .aux-card-item:hover { background-color: #f8f8f8; }
.aux-cart-wrapper .aux-card-item .aux-card-item-img { flex-shrink: 0; margin-right: 1.25em; }
.aux-cart-wrapper .aux-card-item .aux-card-item-img > img { width: 60px; height: 60px; border-radius: 3px; }
.aux-cart-wrapper .aux-card-item h3 { font-size: 1em; color: #444; margin: 0; font-weight: 400; }
.aux-cart-wrapper .aux-card-item span { padding-top: 0.625em; }
.aux-cart-wrapper .aux-card-item .woocommerce-Price-amount { font-weight: 400; }
.aux-cart-wrapper .aux-card-item .aux-remove-cart-content { color: #707070; position: absolute; right: 10px; top: 10px; font-size: 2em; font-weight: 100; padding: 0; margin: 0; line-height: 1; }
.aux-cart-wrapper .aux-card-item:last-child { border: none; margin-bottom: 0; padding-bottom: 0.3125em; }
.aux-cart-wrapper .aux-card-checkout { padding: 1.875em 1.25em 1.25em 1.25em; }
.aux-cart-wrapper .aux-card-checkout .aux-card-final-amount .aux-card-final-amount-text { font-weight: 500; font-size: 13px; color: #333; padding-bottom: 1.875em; text-transform: uppercase; }
.aux-cart-wrapper .aux-card-checkout .aux-card-final-amount .woocommerce-Price-amount { float: right; font-weight: bold; font-size: 16px; color: #3D3D3D; margin-top: -3px; }
.aux-cart-wrapper .aux-card-checkout .aux-button { display: block; text-align: center; margin-bottom: 20px; }
.aux-cart-wrapper .aux-card-checkout .aux-button:last-child { margin-bottom: 0; }
.aux-cart-wrapper.aux-cart-display-dropdown .aux-card-dropdown { visibility: visible; opacity: 1; z-index: 1; transform: translateY(100%); transition-delay: 0s, 0s, 0.3s; }
.aux-cart-wrapper .aux-card-dropdown-dark { background-color: #3D3D3D; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box { border-color: #505050; color: #FFFFFF; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item { border-color: #505050; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item:hover { background-color: #232323; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item h3 { color: #FFFFFF; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item span { color: #FFFFFF; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-box .aux-card-item ins span { color: #505050; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-checkout .aux-card-final-amount .aux-card-final-amount-text { color: #AAA; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-card-checkout .aux-card-final-amount .woocommerce-Price-amount { color: #FFFFFF; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-inline-card-checkout .aux-card-final-amount { color: #fff; }
.aux-cart-wrapper .aux-card-dropdown-dark .aux-inline-card-checkout .aux-card-final-amount .woocommerce-Price-amount { color: #fff; }
.aux-cart-wrapper.aux-elegant-cart .aux-button-wrapper .aux-button { margin-bottom: 12px; width: 100%; text-align: center; text-transform: uppercase; display: block; }
.aux-cart-wrapper.aux-elegant-cart .aux-button-wrapper .aux-button:last-child { margin-bottom: 0; }
.aux-cart-wrapper.aux-elegant-cart .aux-cart-total-items { display: block; font-size: 12px; color: #707070; margin-bottom: 8px; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-final-amount .aux-card-final-amount-text { padding: 0 1.75em 1.25em; border-bottom: 1px solid #E4E4E4; font-size: 11px; font-weight: bold; color: #AAA; text-transform: uppercase; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-final-amount .woocommerce-Price-amount { font-family: "Raleway"; font-size: 16px; color: #444; font-weight: 600; vertical-align: middle; padding-left: 0.65em; float: right; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-final-amount .aux-cart-total-items { display: block; font-size: 14px; font-weight: 400; color: #DEDEDE; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-item { border: none; }
.aux-cart-wrapper.aux-elegant-cart .aux-card-dropdown-dark .aux-cart-total-items { color: #AAAAAA; }
.aux-cart-wrapper.aux-offcart-content .aux-button-wrapper { display: block; text-align: center; }
.aux-cart-wrapper.aux-offcart-content .aux-button-wrapper .aux-button { display: block; }
.aux-cart-wrapper.aux-offcart-content .aux-modern-dropdown .aux-card-box { height: calc(100% - 165px); }
.aux-cart-wrapper.aux-offcart-content .aux-modern-dropdown .aux-inline-card-checkout { height: 165px; }
.aux-cart-wrapper.aux-offcart-content .aux-card-box { border-bottom: none; height: calc(100% - 235px); overflow-y: scroll; }
.aux-cart-wrapper.aux-offcart-content .aux-inline-card-checkout { width: 100%; height: 235px; bottom: 0; border-top: 1px solid #BBB; background-color: #FCFCFC; }
.aux-cart-wrapper .aux-card-item-details span ins { float: right; margin-left: 10px; top: -0.3em; position: relative; }
.aux-cart-wrapper .aux-card-item-details span ins span.woocommerce-Price-amount { font-weight: 600 !important; }
.aux-cart-wrapper .aux-inline-card-checkout { padding: 25px 21px; }
.aux-cart-wrapper .aux-inline-card-checkout .aux-card-final-amount { font-size: 14px; font-family: "Raleway"; font-weight: 400; color: #444444; }

.aux-offcanvas-dark .aux-offcart-content .aux-inline-card-checkout { background-color: #3d3d3d; }

.aux-myaccount-wrapper .aux-myaccount-url { color: inherit; font-size: 1.3125em; }

.aux-wishlist-header-wrapper .aux-wishlist-url { color: inherit; font-size: 1.3125em; }

.aux-search-section { line-height: 100%; }
.aux-search-section .aux-search-icon { height: 26px; width: 26px; margin: 0; padding: 0; background: none; font-size: 22px; }

.aux-header-elements { position: relative; }
.aux-header-elements > [class*="-box"].aux-start { margin-right: 15px; }
.aux-header-elements > [class*="-box"].aux-end { margin-left: 15px; }

/* -------------------------------------------------------------------------- */
.site-header-section { background-color: white; transition: background-color 300ms ease-out, height 300ms ease-out; position: relative; z-index: 201; }
@media print { .site-header-section { display: none; } }
.site-header-section.aux-add-border .aux-wrapper { border-bottom: 1px solid #EAEAEA; }
.site-header-section.aux-overlay-header { position: absolute; top: 0; left: 0; right: 0; }
.site-header-section.aux-overlay-with-tb { position: absolute; }
.site-header-section .aux-burger-box.aux-start { margin-right: 20px; }
.site-header-section .aux-burger-box.aux-end { margin-left: 20px; }
.site-header-section .aux-btns-box .aux-button { margin-bottom: 0; display: block; transition: background-color 300ms ease-out, border-color 300ms ease-out, padding 50ms ease-out, color 50ms ease-out; }
.aux-page-show-fade .site-header-section.aux-animate-in.aux-animate-in, .aux-page-show-circle .site-header-section.aux-animate-in.aux-animate-in, .aux-page-show-slideup .site-header-section.aux-animate-in.aux-animate-in, .aux-page-show-cover .site-header-section.aux-animate-in.aux-animate-in { animation: aux-header-animation 1s cubic-bezier(0.23, 1, 0.32, 1) both; }
.aux-page-animation-off .site-header-section.aux-animate-in.aux-animate-in { animation: aux-header-animation 1s cubic-bezier(0.23, 1, 0.32, 1) both; }
.site-header-section.aux-header-light { color: #FFFFFF; border-color: #FFFFFF; }
.site-header-section.aux-header-light .aux-menu-depth-0 > .aux-item-content { color: #FFFFFF; }
.site-header-section.aux-header-light .aux-menu-depth-0 > .aux-item-content:after { background-color: #FFFFFF; }
.site-header-section.aux-header-light .aux-burger:after, .site-header-section.aux-header-light .aux-burger:before, .site-header-section.aux-header-light .aux-burger .mid-line { border-color: #FFFFFF; }
.site-header-section .aux-header-elements, .site-header-section .aux-menu-depth-0 > .aux-item-content { height: 85px; }
.site-header-section .aux-fill .aux-logo { height: 100%; overflow: hidden; }
@media screen and (max-width: 1023px) { .aux-resp .site-header-section .aux-logo-header { max-width: 80%; display: inline-block; } }
@media screen and (max-width: 767px) { .aux-resp .site-header-section .aux-container { max-height: calc(100vh - 100px); overflow: auto; will-change: transform; transform: translateZ(1px); } }
.site-header-section .secondary-bar { height: 60px; }
.site-header-section .secondary-bar .aux-menu-box[class*="-center"] { width: 100%; z-index: 120; }
.site-header-section .secondary-bar .aux-menu-box[class*="-center"] .aux-master-menu { text-align: center; }
.site-header-section .secondary-bar .aux-menu-box[class*="-center"] .aux-master-menu > * { text-align: initial; }
.site-header-section .aux-toggle-menu-bar { overflow: hidden; height: 0; width: 100%; }
.site-header-section .aux-toggle-menu-bar > ul > li:last-child { margin-bottom: 1em; }
.site-header-section .aux-search-section { line-height: 100%; }
.site-header-section .aux-search-section.aux-end { margin-left: 0.4em; }
.site-header-section .aux-search-section.aux-start { margin-right: 0.4em; }

.aux-vertical-menu #inner-body { padding-left: 245px; }
@media screen and (max-width: 767px) { .aux-resp.aux-vertical-menu #inner-body { padding: 0; } }
.aux-vertical-menu .site-header-section { position: fixed; left: 0; width: 245px; }
@media screen and (max-width: 767px) { .aux-resp.aux-vertical-menu .site-header-section { width: 100%; position: relative; } }
.aux-vertical-menu .site-header-section .aux-burger-box { position: absolute; top: 50%; right: 35px; transform: translateY(-50%); z-index: 9; }
.aux-vertical-menu .site-header-section .aux-header-elements, .aux-vertical-menu .site-header-section .aux-menu-depth-0 > .aux-item-content { height: auto; }
.aux-vertical-menu .aux-vertical-menu-side { position: relative; height: 100vh; }
.admin-bar.aux-vertical-menu .aux-vertical-menu-side { height: calc( 100vh - 32px ); }
@media screen and (max-width: 767px) { .aux-resp.aux-vertical-menu .aux-vertical-menu-side { height: auto; } }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-elements { height: 100%; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header { text-align: center; padding: 3.4375em 2.1875em; margin: auto; }
@media screen and (max-width: 767px) { .aux-resp.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header { text-align: left; margin: 0; padding: 1.875em; } }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header .aux-logo-anchor { margin: auto; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-logo-header .aux-logo-anchor > img { margin: auto; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-menu-box { position: absolute; width: 100%; right: 0; top: 50%; transform: translateY(-50%); }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-menu-box .aux-menu-depth-0 > .aux-item-content { padding: 0.8125em 0; text-align: center; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-cart-contents { padding: 0.8125em 0; text-align: center; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-footer { position: absolute; bottom: 30px; text-align: center; padding-bottom: 0; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-footer .aux-search-box:after { right: 0; left: 0; margin: 0 auto; }
.aux-vertical-menu .aux-vertical-menu-side.aux-vertical-items-center .aux-vertical-menu-footer .aux-social-list > li { float: none; display: inline; }
.aux-vertical-menu .aux-logo-header { margin-bottom: 67px; padding: 3.4375em 2.1875em 0 3.125em; }
.aux-vertical-menu .aux-menu-box { margin: 0; }
.aux-vertical-menu .aux-menu-box .aux-menu-depth-0 > .aux-item-content { display: block; padding: 0.8125em 2.1875em 0.8125em 3.4375em; text-transform: none; font-weight: 500; }
.aux-vertical-menu .aux-menu-box .aux-menu-depth-0 > .aux-item-content > .aux-submenu-indicator { position: absolute; right: 30px; top: 50%; transform: rotate(-90deg) translateY(-50%); }
.aux-vertical-menu .aux-menu-box .aux-menu-depth-0:first-child > .aux-item-content { padding-top: 0; padding-left: 3.4375em; }
.aux-vertical-menu .aux-cart-wrapper .aux-cart-contents { padding: 0.8125em 2.1875em 0.8125em 3.4375em; text-align: left; font-size: 0.875em; font-weight: 500; margin: 0; }
.aux-vertical-menu .aux-cart-wrapper .aux-cart-contents > span { position: relative; bottom: 2px; left: 5px; display: inline-block; height: 14px; width: 14px; border: none; text-align: center; }
.aux-vertical-menu .aux-cart-wrapper .aux-cart-contents:before { display: none; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown { position: fixed; top: 50%; left: 245px; width: 245px; background-color: #F3F3F3; border: none; transform: translateY(-50%) translateX(30px); transition: all 300ms ease-in-out; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown.aux-card-dropdown-dark { background-color: #3D3D3D; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown:before, .aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown:after { content: ''; position: fixed; left: 0; width: 100%; height: 100vh; background-color: inherit; z-index: -1; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown:before { top: 0; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-dropdown:after { bottom: 0; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-checkout, .aux-vertical-menu .aux-cart-wrapper .aux-card-box { padding: 1.875em; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item { border: none; margin: 0; padding-bottom: 1.875em; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item:after { content: ""; display: table; clear: both; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item:last-child { padding-bottom: 0; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-img { margin-right: 10px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details { padding-right: 0.625em; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details .aux-remove-cart-content { top: 5px; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details h3, .aux-vertical-menu .aux-cart-wrapper .aux-card-item .aux-card-item-details span { font-size: 0.875em; font-weight: 300; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-checkout .woocommerce-Price-amount { font-size: 0.875em; font-weight: 500; }
.aux-vertical-menu .aux-cart-wrapper .aux-card-checkout .aux-button { margin-bottom: 10px; padding: 0.8125em 2.1875em; text-transform: none; font-size: 0.75em; font-weight: 600; }
.aux-vertical-menu .aux-cart-wrapper.aux-cart-display-dropdown .aux-card-dropdown { transform: translateY(-50%) translateX(0); }
.aux-vertical-menu .aux-vertical-menu-footer { padding: 0 3.4375em 3.4375em 3.125em; }
.aux-vertical-menu .aux-search-box { position: relative; margin: 55px 0; }
.aux-vertical-menu .aux-search-box.aux-search-no-border { margin-bottom: 12px; }
.aux-vertical-menu .aux-search-box.aux-search-no-border:after { display: none; }
.aux-vertical-menu .aux-search-box:after { content: ''; position: absolute; bottom: -30px; display: block; width: 30px; height: 1px; background-color: #e0e0e0; }
.aux-vertical-menu .aux-search-box .aux-search-field { height: 25px; padding: 0.1875em 0.625em; font-size: 0.75em; }
.aux-vertical-menu .aux-search-box .aux-submit-icon-container { width: 25px; }
.aux-vertical-menu .aux-search-box .aux-submit-icon-container:before { font-size: 1em; }
.aux-vertical-menu .aux-socials-container { margin-bottom: 10px; }
.aux-vertical-menu .aux-social-list { margin-left: -7px; }

.aux-top-sticky .site-header-section .aux-logo.aux-scale { transition: transform 300ms ease-out; transform-origin: left; }
.aux-top-sticky .site-header-section .aux-center .aux-logo.aux-scale, .aux-top-sticky .site-header-section .aux-center-middle .aux-logo.aux-scale { transform-origin: center; }
.aux-top-sticky .site-header-section .aux-end .aux-logo.aux-scale { transform-origin: right; }
.aux-top-sticky .site-header-section.aux-sticky { position: fixed; top: 0; width: 100%; box-shadow: 0 4px 0 rgba(34, 34, 34, 0.03); z-index: 1400; }
.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements { height: 51px; }
.aux-top-sticky .site-header-section.aux-sticky .secondary-bar, .aux-top-sticky .site-header-section.aux-sticky .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 36px; }
.aux-top-sticky .site-header-section.aux-sticky .aux-logo.aux-scale { transform: scale(0.85); }
.aux-top-sticky .site-header-section.aux-sticky .aux-wrapper { border-bottom: 1px solid #DEDEDE; transition: border 200ms ease; }
.aux-top-sticky .site-header-section.aux-sticky .aux-sticky-off { display: none; }

/* -------------------------------------------------------------------------- */
.aux-logo { position: relative; }

.aux-logo-hidden { position: absolute; visibility: hidden; opacity: 0; width: 0; height: 0; padding-bottom: 0; }

.aux-logo-text { text-overflow: ellipsis; }
.aux-logo-text .site-title, .aux-logo-text .site-description { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; }
.aux-logo-text .site-title { line-height: 110%; font-size: 1.5em; color: #1bb0ce; }
.aux-logo-text .site-title a { color: inherit; }
.aux-logo-text .site-description { font-size: 86%; }
.aux-logo-text .site-title ~ .site-description { margin-top: 5px; }

.aux-logo-anchor { display: block; }
.aux-logo-anchor > img { max-height: 100%; image-rendering: -webkit-optimize-contrast; }
.aux-logo-anchor > img[src*=".svg"] { width: 100%; }
.aux-logo-anchor.aux-has-logo ~ .aux-logo-text .site-title, .aux-logo-anchor.aux-has-logo ~ .aux-logo-text .site-description { font-family: "Raleway", arial, sans-serif; position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }

/* -------------------------------------------------------------------------- */
.aux-top-slider { position: relative; z-index: 2; }
.aux-top-slider .aux-fold { margin-left: auto; margin-right: auto; }

.aux-front-error { color: #f12a2a; background-color: #ffefef; }

.aux-front-notice { padding-top: 1em; border-bottom: solid 1px #EAEAEA; font-size: 90%; }
.aux-front-notice p { margin-bottom: 0; }
.aux-front-notice ul { margin-top: 0; }

/* -------------------------------------------------------------------------- */
.aux-elementor-header { position: relative; z-index: 6; }
.aux-elementor-header.aux-overlay-header { position: absolute; top: 0; left: 0; right: 0; z-index: 9; }
.aux-elementor-header.aux-overlay-with-tb { position: absolute; }
.aux-elementor-header .aux-toggle-menu-bar { overflow: hidden; height: 0; width: 100%; }
.aux-elementor-header .aux-toggle-menu-bar > ul > li:last-child { margin-bottom: 1em; }
.aux-elementor-header.aux-sticky { position: fixed; top: 0; width: 100%; box-shadow: 0 4px 0 rgba(34, 34, 34, 0.03); z-index: 1400; }
.aux-elementor-header.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header.aux-sticky .aux-header-elements { height: 51px; }
.aux-elementor-header.aux-sticky .secondary-bar, .aux-elementor-header.aux-sticky .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 36px; }
.aux-elementor-header.aux-sticky .aux-logo.aux-scale { transform: scale(0.85); }
.aux-elementor-header.aux-sticky .aux-wrapper { border-bottom: 1px solid #DEDEDE; transition: border 200ms ease; }
.aux-elementor-header.aux-sticky .aux-sticky-off { display: none; }
.aux-boxed.aux-fhd .aux-elementor-header { width: 1970px; }
@media screen and (max-width: 1970px) { .aux-boxed.aux-fhd .aux-elementor-header { right: 0; left: 0; } }
.aux-boxed.aux-s-fhd .aux-elementor-header { width: 1670px; }
@media screen and (max-width: 1670px) { .aux-boxed.aux-s-fhd .aux-elementor-header { right: 0; left: 0; } }
.aux-boxed.aux-xhd .aux-elementor-header { width: 1470px; }
@media screen and (max-width: 1470px) { .aux-boxed.aux-xhd .aux-elementor-header { right: 0; left: 0; } }
.aux-boxed.aux-hd .aux-elementor-header { width: 1270px; }
@media screen and (max-width: 1270px) { .aux-boxed.aux-hd .aux-elementor-header { right: 0; left: 0; } }
.aux-boxed.aux-nd .aux-elementor-header { width: 1070px; }
@media screen and (max-width: 1070px) { .aux-boxed.aux-nd .aux-elementor-header { right: 0; left: 0; } }

.aux-breadcrumbs { font-size: 12px; display: inline-block; font-weight: 600; }
.aux-breadcrumbs span:not(.breadcrumb-icon) { padding-left: 10px; padding-right: 10px; }
.aux-breadcrumbs span.breadcrumb-icon { line-height: 1; vertical-align: middle; }
.aux-breadcrumbs span.breadcrumb-icon:first-child { display: none; }
.aux-breadcrumbs span a:hover { color: #1bb0ce; text-decoration: underline; }

.page-title-section { position: relative; }
.page-title-section:before { content: ' '; display: table; clear: both; }
.page-title-section .page-header { z-index: 2; overflow: hidden; border-width: 1px 0 1px; padding: 35px 0; position: relative; top: 0px; background-position: center center; background-size: cover; padding-top: 0; padding-bottom: 0; border-bottom: 1px solid #EAEAEA; }
.page-title-section .page-header > .aux-container { position: relative; z-index: 2; }
.page-title-section .page-header > .aux-container > *:last-child { margin-bottom: 55px; }
.page-title-section .page-header > .aux-container > *:first-child { margin-top: 50px; }
.page-title-section .page-header .aux-header-overlay { position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; z-index: 1; }
.page-title-section .aux-boxed-container .aux-page-title-entry.aux-center { margin-left: auto; margin-right: auto; }
.page-title-section .aux-boxed-container .aux-page-title-entry .aux-page-title-box { display: inline-block; }
.page-title-section > .aux-full-height { height: 90vh; }
.page-title-section > .aux-full-height > .aux-container { min-height: 100%; }
.page-title-section > .aux-full-height .aux-title-scroll-down { left: 0; width: 100%; }
.page-title-section > .aux-full-height.aux-semi-full-container { padding-right: 35px; padding-left: 35px; }
.page-title-section > .aux-bottom .aux-page-title-entry { bottom: 0; }
.page-title-section > .aux-bottom.aux-full-height .aux-page-title-entry { position: absolute; left: 0; right: 0; padding: inherit; bottom: 0; }
.page-title-section > .aux-bottom.aux-full-height .aux-title-scroll-down { position: absolute; bottom: 5px; margin-bottom: 0; }
.page-title-section > .aux-bottom.aux-full-height.aux-arrow-round .aux-page-title-entry { margin-bottom: 100px; }
.page-title-section > .aux-bottom.aux-auto-height .aux-page-title-entry { margin-bottom: 0; }
.page-title-section > .aux-bottom.aux-auto-height .aux-title-scroll-down { display: none; }
.page-title-section > .aux-bottom-overlap { margin-bottom: 150px; overflow: visible; }
.page-title-section > .aux-bottom-overlap .aux-page-title-entry { bottom: 0; margin-top: 0; }
.page-title-section > .aux-bottom-overlap .aux-page-title-box { width: 100%; }
.page-title-section > .aux-bottom-overlap.aux-full-height .aux-page-title-entry { position: absolute; left: 0; right: 0; bottom: 0; padding: inherit; transform: translateY(75%); }
.page-title-section > .aux-bottom-overlap.aux-auto-height .aux-page-title-entry { transform: translateY(50%); margin-bottom: 0; }
.page-title-section > .aux-bottom-overlap .aux-title-scroll-down { display: none !important; }
.page-title-section > .aux-bottom-overlap.aux-bg-parallax .aux-meida-bg-holder { height: 100%; }
.page-title-section > .aux-middle.aux-full-height .aux-page-title-entry { position: absolute; left: 0; right: 0; top: 50%; padding: inherit; margin: 0; transform: translateY(-50%); }
.page-title-section > .aux-middle.aux-full-height .aux-title-scroll-down { position: absolute; bottom: 0; left: 0; }
.page-title-section > .aux-middle.aux-auto-height .aux-breadcrumbs + .aux-page-title-entry { margin-bottom: 80px; }
.page-title-section > .aux-top .aux-breadcrumbs ~ .aux-page-title-entry { margin-top: 0; }
.page-title-section > .aux-top .aux-page-title-entry { top: 0; }
.page-title-section .aux-light, .page-title-section .aux-light a { color: #fff; }
.page-title-section .aux-dark, .page-title-section .aux-dark a { color: #111; }
.page-title-section .aux-left { text-align: left; }
.page-title-section .aux-center { text-align: center; }
.page-title-section .aux-right { text-align: right; }
.aux-overlay-bg-hash:before { content: ' '; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 2; }

.aux-overlay-bg-hash:before { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABZJREFUeNpiYMAE/+EEAy5Z0iUAAgwA/moE/KMl2lgAAAAASUVORK5CYII=); background-repeat: repeat; opacity: 0.5; }

.aux-bg-parallax { background-repeat: repeat-y; background-position: 50% 0; transition: 20s linear; transition-property: background-position; }
.page-title-section .aux-breadcrumbs { margin-top: 50px; margin-bottom: 30px; }
.page-title-section .aux-title-scroll-down { text-align: center; }
.page-title-section .aux-title-scroll-down .aux-arrow-nav { margin-left: auto; margin-right: auto; }
.page-title-section .aux-title-scroll-down .prim-arrow { animation: aux-scrolldown 1400ms infinite alternate; }
.page-title-section > .aux-arrow-round .aux-title-scroll-down { display: block; margin-top: 40px; }
.page-title-section > .aux-arrow-round .aux-page-title-entry { margin-bottom: 0; }
.page-title-section .aux-down-arrow { width: 70px; height: 70px; border-radius: 50%; display: inline-block; }
.page-title-section .aux-light .aux-down-arrow .aux-overlay::after, .page-title-section .aux-light .aux-down-arrow:hover { background-color: #111; }
.page-title-section .aux-light .aux-down-arrow.aux-outline { box-shadow: 0 0 0 1px #fff inset; }
.page-title-section .aux-dark .aux-down-arrow .aux-overlay::after, .page-title-section .aux-dark .aux-down-arrow:hover { background-color: #fff; }
.page-title-section .aux-dark .aux-down-arrow.aux-outline { box-shadow: 0 0 0 1px #111 inset; }
.page-title-section .aux-page-title-entry { position: relative; margin-bottom: 40px; margin-top: 40px; }
.page-title-section .aux-bread-bordered .aux-breadcrumbs { padding: 10px 20px; border-width: 1px; border-style: solid; border-radius: 20px; }
.page-title-section .aux-bread-bordered.aux-light .aux-breadcrumbs { border-color: #fff; }
.page-title-section .aux-bread-bordered.aux-dark .aux-breadcrumbs { border-color: #111; }
.page-title-section .aux-heading-bordered .page-title-group, .page-title-section .aux-heading-boxed .page-title-group { padding: 2.1875em 1.875em; }
.page-title-section .aux-heading-boxed .page-title-group { border: none; }
.page-title-section .aux-heading-boxed.aux-light .page-title-group { background-color: #111; }
.page-title-section .aux-heading-boxed.aux-dark .page-title-group { background-color: #fff; }
.page-title-section .aux-heading-bordered .page-title-group { border-width: 3px; border-style: solid; border-radius: 1px; }
.page-title-section .aux-heading-bordered.aux-light .page-title-group { border-color: #fff; }
.page-title-section .aux-heading-bordered.aux-dark .page-title-group { border-color: #111; }
.page-title-section .aux-heading-bordered .page-title-meta, .page-title-section .aux-heading-boxed .page-title-meta { margin-top: 1.2em; }
.page-title { line-height: 100%; margin: 0; font-weight: 600; font-size: 2.4em; display: inline-block; }
.page-title-section .page-subtitle { font-size: 1.15em; margin-top: 3px; margin-bottom: 0; font-weight: normal; }
.page-title-section .page-title-meta { font-size: 15px; margin-top: 1.5em; }
.page-title-section .page-title-meta a { font-weight: normal; }

/*----------------- layouts
-----------------*/
/* general styles for sidebars */
.aux-sidebar .sidebar-inner { padding: 3.4375em 1.875em; }
.aux-sidebar-style-overlap .aux-sidebar:before { z-index: -1; }
.aux-sidebar ul li a { color: #888; font-weight: 500; text-decoration: underline; }
.aux-full-with .aux-sidebar-style-overlap .aux-sidebar:before { width: 40vw; }
.aux-boxed .aux-sidebar-style-overlap .aux-sidebar:before { width: 100%; }
@media print { .aux-sidebar { display: none; } }

/* columns */
.aux-sidebar-primary { width: 300px; position: relative; z-index: 4; }
.aux-sidebar-style-overlap .aux-sidebar-primary:before { content: ' '; position: absolute; top: 0; background-color: #EAEAEA; height: 100%; }
.aux-sidebar-style-overlap.left-sidebar .aux-sidebar-primary:before, .aux-sidebar-style-overlap.left-right-sidebar .aux-sidebar-primary:before, .aux-sidebar-style-overlap.left2-sidebar .aux-sidebar-primary:before { right: 0; }
.aux-sidebar-style-overlap.right-sidebar .aux-sidebar-primary:before, .aux-sidebar-style-overlap.right-left-sidebar .aux-sidebar-primary:before, .aux-sidebar-style-overlap.right2-sidebar .aux-sidebar-primary:before { left: 0; }

.aux-sidebar-secondary { width: 260px; position: relative; z-index: 3; }
.aux-sidebar-style-overlap.left-right-sidebar .aux-sidebar-secondary:before, .aux-sidebar-style-overlap.right-left-sidebar .aux-sidebar-secondary:before { content: ' '; position: absolute; top: 0; background-color: #F1F1F1; height: 100%; }
.aux-sidebar-style-overlap.left-right-sidebar .aux-sidebar-secondary:before { left: 0; }
.aux-sidebar-style-overlap.right-left-sidebar .aux-sidebar-secondary:before { right: 0; }
.aux-sidebar-style-overlap.left2-sidebar .aux-sidebar-secondary, .aux-sidebar-style-overlap.right2-sidebar .aux-sidebar-secondary { background-color: #F1F1F1; }

.aux-primary { position: relative; z-index: 5; width: 100%; /* space on top of content */ }
.aux-content-top-margin .aux-primary { padding-top: 4.375em; }

/* Adding a border as a splitter for sidebar */
.aux-sidebar-style-border.right-sidebar .aux-sidebar-primary { border-left: 1px solid #EAEAEA; }
.aux-sidebar-style-border.left-sidebar .aux-sidebar-primary { border-right: 1px solid #EAEAEA; }
.aux-sidebar-style-border.right-left-sidebar .aux-sidebar-primary { border-left: 1px solid #EAEAEA; }
.aux-sidebar-style-border.right-left-sidebar .aux-sidebar-secondary { border-right: 1px solid #EAEAEA; }
.aux-sidebar-style-border.left-right-sidebar .aux-sidebar-primary { border-right: 1px solid #EAEAEA; }
.aux-sidebar-style-border.left-right-sidebar .aux-sidebar-secondary { border-left: 1px solid #EAEAEA; }
.aux-sidebar-style-border.right2-sidebar .aux-sidebar-secondary { border-left: 1px solid #EAEAEA; border-right: 1px solid #EAEAEA; }
.aux-sidebar-style-border.left2-sidebar .aux-sidebar-secondary { border-right: 1px solid #EAEAEA; border-left: 1px solid #EAEAEA; }

/* full-width */
.no-sidebar .aux-sidebar { display: none; float: none; }
.no-sidebar .aux-primary { float: none; width: 100%; }

/* Sidebars */
.right-sidebar .aux-sidebar-secondary, .left-sidebar .aux-sidebar-secondary { display: none; }

/* Sidebar right */
.right-sidebar > .aux-wrapper > .aux-container { padding-right: 300px; }
.right-sidebar .aux-primary { float: left; padding-right: 38px; }
.right-sidebar .aux-sidebar-primary { float: right; margin-right: -300px; }

/* Sidebar left */
.left-sidebar > .aux-wrapper > .aux-container { padding-left: 300px; }
.left-sidebar .aux-primary { float: right; padding-left: 38px; }
.left-sidebar .aux-sidebar-primary { float: left; margin-left: -300px; }

/* Both sidebar */
.left-right-sidebar > .aux-wrapper > .aux-container { padding-left: 300px; padding-right: 260px; }
.left-right-sidebar .aux-primary { float: right; padding-right: 38px; padding-left: 38px; }
.left-right-sidebar .aux-sidebar-primary { float: left; margin-left: -300px; }
.left-right-sidebar .aux-sidebar-secondary { float: right; margin-right: -260px; right: -100%; }

.right-left-sidebar > .aux-wrapper > .aux-container { padding-right: 300px; padding-left: 260px; }
.right-left-sidebar .aux-primary { float: left; padding-left: 38px; padding-right: 38px; }
.right-left-sidebar .aux-sidebar-primary { float: right; margin-right: -300px; }
.right-left-sidebar .aux-sidebar-secondary { float: left; margin-left: -260px; left: -100%; }

/* Two sidebar left */
.left2-sidebar > .aux-wrapper > .aux-container { padding-left: 560px; }
.left2-sidebar .aux-primary { float: right; padding-left: 38px; }
.left2-sidebar .aux-sidebar-primary { float: left; margin-left: -560px; }
.left2-sidebar .aux-sidebar-secondary { float: left; margin-left: -260px; }

/* Two sidebar right */
.right2-sidebar > .aux-wrapper > .aux-container { padding-right: 560px; }
.right2-sidebar .aux-primary { float: left; padding-right: 38px; }
.right2-sidebar .aux-sidebar-primary { float: right; margin-right: -560px; }
.right2-sidebar .aux-sidebar-secondary { float: right; margin-right: -260px; }

@media screen and (min-width: 768px) and (max-width: 1023px) { .aux-resp { /* Sidebar right */ /* Sidebar left */ }
  .aux-resp .aux-sidebar-primary { width: 240px; }
  .aux-resp .right-sidebar > .aux-wrapper > .aux-container { padding-right: 240px; }
  .aux-resp .right-sidebar .aux-sidebar-primary { margin-right: -240px; }
  .aux-resp .left-sidebar > .aux-wrapper > .aux-container { padding-left: 240px; }
  .aux-resp .left-sidebar .aux-sidebar-primary { margin-left: -240px; } }
@media screen and (max-width: 767px) { .aux-resp { background-image: none; /* sidebars */ }
  .aux-resp .right-sidebar .aux-primary, .aux-resp .right-sidebar .aux-sidebar, .aux-resp .left-sidebar .aux-primary, .aux-resp .left-sidebar .aux-sidebar, .aux-resp .right-left-sidebar .aux-primary, .aux-resp .right-left-sidebar .aux-sidebar, .aux-resp .left-right-sidebar .aux-primary, .aux-resp .left-right-sidebar .aux-sidebar { width: 100%; margin-right: auto; margin-left: auto; }
  .aux-resp .right-left-sidebar > .aux-wrapper > .aux-fold, .aux-resp .left-right-sidebar > .aux-wrapper > .aux-fold { padding-right: 35px; padding-left: 35px; }
  .aux-resp .right-left-sidebar .aux-primary, .aux-resp .left-right-sidebar .aux-primary { padding-left: 0; padding-right: 0; }
  .aux-resp .right-left-sidebar .aux-sidebar, .aux-resp .left-right-sidebar .aux-sidebar { float: none; left: auto; right: auto; }
  .aux-resp .right-sidebar > .aux-wrapper > .aux-fold { padding-right: 35px; padding-left: 35px; }
  .aux-resp .right-sidebar .aux-primary { padding-right: 0; }
  .aux-resp .left-sidebar > .aux-wrapper > .aux-fold { padding-right: 35px; padding-left: 35px; }
  .aux-resp .left-sidebar .aux-primary { padding-left: 0; }
  .aux-resp .aux-sidebar { border-top: 1px solid #EAEAEA; padding-top: 2em; }
  .aux-resp .aux-sidebar .sidebar-inner { padding-right: 0; padding-left: 0; }
  .aux-resp .aux-full-container .aux-sidebar .sidebar-inner { padding-right: 0; padding-left: 0; }
  .aux-resp .aux-sidebar-style-border.right-sidebar .aux-sidebar-primary { border-left: none; }
  .aux-resp .aux-sidebar-style-border.left-sidebar .aux-sidebar-primary { border-right: none; }
  .aux-resp .aux-sidebar-style-border.left-right-sidebar .aux-sidebar-primary, .aux-resp .aux-sidebar-style-border.right-left-sidebar .aux-sidebar-primary { border-right: none; }
  .aux-resp .aux-sidebar-style-border.left-right-sidebar .aux-sidebar-secondary, .aux-resp .aux-sidebar-style-border.right-left-sidebar .aux-sidebar-secondary { border-left: none; }
  .aux-resp .aux-sidebar-style-border.right2-sidebar .aux-sidebar-secondary { border-left: none; border-right: none; }
  .aux-resp .aux-sidebar-style-border.left2-sidebar .aux-sidebar-secondary { border-right: none; border-left: none; }
  .aux-resp.aux-full-width .aux-sidebar-style-overlap .aux-sidebar-primary:before, .aux-resp.aux-full-width .aux-sidebar-style-overlap .aux-sidebar-secondary:before { right: auto; left: -10vw !important; width: 120vw; top: -1px; }
  .aux-resp.aux-boxed .aux-sidebar-style-overlap .aux-sidebar-primary:before, .aux-resp.aux-boxed .aux-sidebar-style-overlap .aux-sidebar-secondary:before { left: -35px !important; top: -1px; width: calc(100% + 70px); } }

@media print { .aux-has-sidebar > .aux-wrapper > .aux-container { padding-left: 30px !important; padding-right: 30px !important; }
  .aux-has-sidebar .aux-primary { float: none; padding-left: 0 !important; padding-right: 0 !important; } }
.aux-media-frame.aux-media-image { display: block; position: relative; overflow: hidden; max-width: 100%; text-align: center; }
.aux-media-frame.aux-media-image img { height: auto; display: block; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; }
.aux-media-frame.aux-media-image.aux-contain img { width: 100%; min-width: 100%; }
.aux-media-frame ul { display: none; }

.aux-meida-bg-holder { position: absolute; width: 100%; height: 100%; left: 0; top: 0; transition: opacity 10ms linear; -webkit-transform-style: preserve-3d; background-size: cover; z-index: 1; background-position: 50% 50%; background-color: #333; overflow: hidden; }
.aux-meida-bg-holder.aux-bg-parallax, .aux-bg-parallax .aux-meida-bg-holder { height: 100vh; }
.aux-meida-bg-holder > img { width: 100%; display: none; z-index: 2; }
.aux-meida-bg-holder video { z-index: 10; }

.aux-has-preview { transform: translate3d(0, 0, 0); transition: filter 300ms; will-change: filter; perspective-origin: center; }
.aux-has-preview.aux-preload, .aux-has-preview.aux-preloading { filter: blur(10px); }
.aux-has-preview.aux-preloaded { filter: blur(0); }

.aux-preload, .aux-preloading, .aux-preloaded { will-change: background, opacity; }

.aux-preload.aux-progress-box, .aux-preloading.aux-progress-box { position: relative; background: #dddddd; background-image: linear-gradient(to right, #dddddd 33%, #f5f5f5 40%, #e5e5e5 43%, #dddddd 46%); background-repeat: no-repeat; background-size: 300% auto; animation-duration: 1.4s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-name: AuxLoadingWave; animation-timing-function: linear; }
.aux-preload.aux-blank, .aux-preloading.aux-blank { opacity: 0; }

.aux-preloading.aux-simple-spinner, .aux-preloading.aux-simple-spinner-light, .aux-preloading.aux-simple-spinner-dark { background-repeat: no-repeat; background-position: center center; }
.aux-preloading.aux-simple-spinner { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/spinner-default.svg); }
.aux-preloading.aux-simple-spinner-light { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/spinner-light.svg); }
.aux-preloading.aux-simple-spinner-dark { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/spinner-dark.svg); }

.aux-preloaded.aux-blank { animation-name: AuxFadeInPreloaded; animation-duration: 400ms; animation-fill-mode: both; animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

@keyframes AuxFadeInPreloaded { from { opacity: 0; }
  to { opacity: 1; } }
.aux-img-dynamic-dropshadow-frame { position: relative; }
.aux-img-dynamic-dropshadow-frame .aux-img-dynamic-dropshadow { position: relative; z-index: 1; }
.aux-img-dynamic-dropshadow-frame .aux-img-dynamic-dropshadow-cloned { position: absolute; left: 0; right: 0; top: 0; margin: 0 auto !important; transform: translateX(75px) translateY(40px); opacity: 0.4; filter: blur(50px); }

.aux-orginal-blured-img { position: relative; overflow: hidden; }

.aux-blured-img { position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; transition: opacity,transform 100ms ease-out; will-change: opacity,transform; }

.aux-page-cover.aux-page-cover-off .aux-page-cover-wrapper { transform: translateY(-100%); }
.aux-page-cover .aux-page-cover-wrapper { position: fixed; top: 0; left: 0; z-index: 9; transition: transform 1200ms cubic-bezier(0.86, 0, 0.07, 1) 200ms !important; }
.aux-page-cover .aux-page-cover-wrapper > .elementor-container { width: 100vw !important; height: 100vh; max-width: none !important; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-content { position: relative; width: 100vw; height: 100vh; display: flex; align-items: center; z-index: 9; }
.aux-page-cover .aux-page-cover-wrapper .auxin-page-cover-image { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover; z-index: 8; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-footer { position: absolute; bottom: 85px; left: 0; right: 0; z-index: 9; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-footer .aux-page-cover-footer-text { overflow: hidden; }
.aux-page-cover .aux-page-cover-wrapper .aux-page-cover-footer .aux-page-cover-footer-text a { color: #FFFFFF; display: block; font-size: 32px; text-decoration: underline; line-height: 37px; text-align: center; }

.aux-sticky-piece { align-self: start; }

.aux-subfooter { background-color: #F3F3F3; position: relative; }
.aux-subfooter > .aux-wrapper:after { content: ""; display: table; clear: both; }
.aux-subfooter > .aux-wrapper > .aux-container { padding-top: 100px; margin-bottom: 100px; }
@media print { .aux-subfooter { display: none; } }

.aux-subfooter-bar.vertical-small-full, .aux-subfooter-bar.vertical-small-boxed { padding-top: 30px; padding-bottom: 30px; }
.aux-subfooter-bar #sbi_load { padding-top: 0 !important; }
.aux-subfooter-bar .widget-container { margin-bottom: 0px; }
.aux-subfooter-bar .widget-container + .widget-container { margin-top: 1.875em; }
@media print { .aux-subfooter-bar { display: none; } }

.aux-site-footer { position: relative; padding: 15px 0; margin: 0; background-color: #FDFDFD; color: #AAA; border-top: 1px solid #EAEAEA; }
.aux-site-footer .aux-fold { height: 60px; }
.aux-site-footer ul:after { content: ""; display: table; clear: both; }
.aux-site-footer small { font-size: 0.875em; line-height: 100%; }
.aux-site-footer .aux-start { margin-right: 20px; }
.aux-site-footer .aux-end { margin-left: 20px; }
.aux-site-footer .footer-menu li { float: left; margin-bottom: 0; margin-right: 0.8em; }
.aux-site-footer .footer-menu li.current-menu-item { font-weight: 600; }
.aux-site-footer .footer-menu li.current-menu-item a, .aux-site-footer .footer-menu li.current-menu-item span { color: #505050; }
.aux-site-footer .footer-menu li > a, .aux-site-footer .footer-menu li > span { color: #AAA; font-size: 0.75em; text-transform: uppercase; transition: color 300ms; }
.aux-site-footer .footer-menu li > a:hover, .aux-site-footer .footer-menu li > span:hover { color: #505050; }
.aux-site-footer .aux-privacy-policy { margin-left: 4px; }
.aux-site-footer .aux-attribution + .aux-privacy-policy:before { content: "/"; color: rgba(255, 255, 255, 0.3); margin: 0 4px 0 -4px; display: inline-block; }
.aux-site-footer .aux-social-list a:hover { color: #505050; }
@media print { .aux-site-footer { display: none; } }

.aux-sticky-footer #main, .aux-sticky-footer .page-title-section { position: relative; z-index: 2; background-color: white; }
.aux-sticky-footer #main { box-shadow: 0px 3px 2px 0px rgba(10, 10, 10, 0.1); }
.aux-sticky-footer .aux-subfooter, .aux-sticky-footer .aux-site-footer, .aux-sticky-footer .aux-subfooter-bar, .aux-sticky-footer .aux-elementor-footer { position: fixed; max-width: 100%; }
.aux-sticky-footer .aux-subfooter { bottom: 90px; }
.aux-sticky-footer .aux-site-footer, .aux-sticky-footer .aux-elementor-footer { bottom: 0; }
.aux-sticky-footer.aux-framed .aux-subfooter, .aux-sticky-footer.aux-framed .aux-site-footer, .aux-sticky-footer.aux-framed .aux-subfooter-bar, .aux-sticky-footer.aux-framed .aux-elementor-footer { padding-right: 20px; padding-left: 20px; }
.aux-sticky-footer.aux-full-width .aux-subfooter, .aux-sticky-footer.aux-full-width .aux-site-footer, .aux-sticky-footer.aux-full-width .aux-subfooter-bar, .aux-sticky-footer.aux-full-width .aux-elementor-footer { left: 0; right: 0; }
.aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-fhd .aux-elementor-footer { width: 1970px; }
@media screen and (max-width: 1970px) { .aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-fhd .aux-elementor-footer { right: 0; left: 0; } }
.aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-elementor-footer { width: 1670px; }
@media screen and (max-width: 1670px) { .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-s-fhd .aux-elementor-footer { right: 0; left: 0; } }
.aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-xhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-xhd .aux-elementor-footer { width: 1470px; }
@media screen and (max-width: 1470px) { .aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-xhd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-xhd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-xhd .aux-elementor-footer { right: 0; left: 0; } }
.aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-hd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-hd .aux-elementor-footer { width: 1270px; }
@media screen and (max-width: 1270px) { .aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-hd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-hd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-hd .aux-elementor-footer { right: 0; left: 0; } }
.aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-nd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-nd .aux-elementor-footer { width: 1070px; }
@media screen and (max-width: 1070px) { .aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter, .aux-sticky-footer.aux-boxed.aux-nd .aux-site-footer, .aux-sticky-footer.aux-boxed.aux-nd .aux-subfooter-bar, .aux-sticky-footer.aux-boxed.aux-nd .aux-elementor-footer { right: 0; left: 0; } }

.mm-footer .aux-menu-depth-0 > .aux-item-content { color: #AAA; font-size: 0.625em; font-weight: 600; text-transform: uppercase; transition: color 300ms; }
.mm-footer .aux-menu-depth-0 > .aux-item-content:hover { color: #505050; }

.aux-logo-footer .aux-logo-anchor img { width: auto; max-height: 60px; }

/* -------------------------------------------------------------------------- */
.aux-goto-top-btn { display: none; position: fixed; bottom: 30px; right: 30px; z-index: 140; transform: translateY(150px); transition: all 500ms; }
.aux-goto-top-btn.aux-align-btn-left { right: auto; left: 50px; }
.aux-goto-top-btn.aux-align-btn-center { right: auto; left: 50%; margin-left: -17.5px; }
.aux-goto-top-btn .aux-arrow-nav.aux-outline { width: 35px; height: 35px; background-color: white; }
@media screen and (min-width: 700px) { .aux-framed .aux-goto-top-btn { right: 40px; } }
@media screen and (min-width: 700px) { .aux-goto-top-btn { right: 50px; } }
@media print { .aux-goto-top-btn { display: none !important; } }

/* -------------------------------------------------------------------------- */
.customize-partial-edit-shortcuts-shown #qm { display: none; }

.aux-hidden-blocks { z-index: 100003; position: relative; }

.aux-fs-popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.98); z-index: 110000; overflow: hidden; transition: all 400ms ease-out; transform: translate3d(0, 0, 1px); }
.aux-fs-popup:after, .aux-fs-popup:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; }
.aux-fs-popup:before { z-index: 2; }
.aux-fs-popup:after { z-index: 1; background-size: cover; }
.aux-fs-popup > * { z-index: 4; }
.aux-fs-popup .aux-panel-close { position: absolute; right: 0; width: 30px; height: 30px; border: solid 1px #707070; border-radius: 50%; margin: 15px; padding: 6px; cursor: pointer; z-index: 200; transition: border-color 0.3s ease; }
.aux-fs-popup .aux-panel-close .aux-cross-symbol { width: 100%; height: 100%; top: 8px; position: relative; }
.aux-fs-popup .aux-panel-close:hover { border-color: #000; }
@media screen and (max-width: 1024px) { .aux-fs-popup .aux-panel-close { right: unset; left: calc(50% - 30px); } }
.aux-fs-popup.aux-has-menu-title .aux-fs-menu:before { content: attr(data-menu-title); display: block; margin-bottom: 70px; text-align: center; }
.aux-fs-popup .aux-fs-menu { position: relative; }
.aux-fs-popup .aux-fs-menu, .aux-fs-popup .aux-fs-menu.aux-middle-aligned { top: 50%; margin: 0 auto; max-height: 100%; overflow-y: auto; -webkit-overflow-scrolling: touch; transform: translateY(-50%); }
.aux-fs-popup .aux-fs-search { display: none; }
.aux-fs-popup.aux-dark { background-color: rgba(0, 0, 0, 0.95); color: white; }
.aux-fs-popup.aux-dark .aux-panel-close { border-color: white; }
.aux-fs-popup.aux-dark .aux-panel-close .aux-cross-symbol::after, .aux-fs-popup.aux-dark .aux-panel-close .aux-cross-symbol::before { background-color: white; }

.aux-offside-section { display: none; }

.aux-search-overlay .aux-search-field { position: relative; top: 50%; margin: 0 auto; height: 100%; overflow-y: hidden; text-align: center; transition: top 0.3s ease; }
.aux-search-overlay .aux-search-field.has-result { top: 5% !important; }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-field.has-result { top: 10%; } }
.aux-search-overlay .aux-search-form form { width: 80%; max-width: 960px; display: flex; margin: 0 auto; align-items: center; justify-content: center; }
.aux-search-overlay .aux-search-form form .aux-search-field { max-width: none; padding: 0; width: 100%; height: 100%; text-align: left; font-weight: 600; font-size: 28px; border: none; }
.aux-search-overlay .aux-search-form form .aux-search-field:-moz-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-search-overlay .aux-search-form form .aux-search-field::-moz-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-search-overlay .aux-search-form form .aux-search-field:-ms-input-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-search-overlay .aux-search-form form .aux-search-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-search-overlay .aux-search-form form .aux-search-input-form { display: flex; border-bottom: 2px solid #707070; width: 100%; z-index: 2; }
.aux-search-overlay .aux-search-form form .aux-search-input-form select { border: unset; color: #292929; line-height: normal; }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-form form .aux-search-input-form select { padding-left: 0; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-form form .aux-search-input-form input { order: 2; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-form form .aux-search-input-form .select2.select2-container { order: 1; width: 25px; margin-right: 10px; height: 33px; bottom: 5px; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-form form .aux-search-input-form .select2.select2-container.select2-container--open { height: 46px; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-form form .aux-search-input-form .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow { height: 46px; } }
.aux-search-overlay .aux-search-form form .aux-submit-icon-container:before { color: #707070 !important; transition: color 0.3s ease; }
.aux-search-overlay .aux-search-form form .aux-submit-icon-container:hover:before { color: #000 !important; }
.aux-search-overlay .aux-search-form form .aux-search-submit { overflow: inherit; }
.aux-search-overlay .aux-search-form form .aux-submit-icon-container { position: relative; color: #3D3D3D; right: unset; font-size: 22px; }
@media screen and (max-width: 479px) { .aux-search-overlay .aux-search-form form { width: 80%; } }
.aux-search-overlay .select2-container--default .select2-selection--single { background-color: transparent; }
.aux-search-overlay .aux-search-section.is-ajax { height: 95%; }
.aux-search-overlay.has-ajax-form .aux-search-field { top: 38%; }
.aux-search-overlay .aux-search-result { max-height: 80%; min-height: 5%; overflow-y: scroll; width: 80%; max-width: 960px; margin: 0 auto; position: relative; top: 25px; }
.aux-search-overlay .aux-search-result.hide { opacity: 0.2; }
.aux-search-overlay .aux-search-result .aux-search-item { width: calc(33% - 5px); float: left; margin-bottom: 20px; margin-right: 5px; transition: background-color 0.3s ease; box-sizing: border-box; padding: 5px; border-radius: 5px; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-title, .aux-search-overlay .aux-search-result .aux-search-item .aux-item-details, .aux-search-overlay .aux-search-result .aux-search-item .woocommerce-Price-amount { display: block; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-title, .aux-search-overlay .aux-search-result .aux-search-item ins .amount, .aux-search-overlay .aux-search-result .aux-search-item .amount { font-size: 16px; line-height: 20px; color: #2D2D2F; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-details, .aux-search-overlay .aux-search-result .aux-search-item del .amount { font-size: 14px; line-height: 18px; color: #AEAEAE !important; }
.aux-search-overlay .aux-search-result .aux-search-item a { color: unset; position: relative; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-container { display: flex; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc { font-size: 0; line-height: 0; text-align: left; padding-left: 10px; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc .aux-price { display: flex; flex-direction: column; margin-top: 10px; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc .aux-price ins { background-color: unset; padding: unset; border-radius: unset; display: block; order: 1; }
.aux-search-overlay .aux-search-result .aux-search-item .aux-item-desc .aux-price del { order: 2; text-decoration: none; }
.aux-search-overlay .aux-search-result .aux-search-item:not(.portfolio):hover { background-color: #f9f9f9; }
.aux-search-overlay .aux-search-result .aux-search-item:not(.portfolio) img { width: 110px; height: 110px; border-radius: 6px; }
.aux-search-overlay .aux-search-result .aux-search-item:hover .aux-item-details a { color: #3d3d3d; }
.aux-search-overlay .aux-search-result .aux-search-item:hover .aux-item-details a:after { content: " "; width: 0; background-color: #3d3d3d; height: 2px; transition: width 0.3s ease; position: absolute; left: 0; bottom: 0; }
.aux-search-overlay .aux-search-result .aux-search-item:hover .aux-item-details a:hover:after { width: 100%; }
.aux-search-overlay .aux-search-result .aux-search-item.portfolio { width: calc(20% - 5px); padding: 0; transition: box-shadow 0.3s ease; }
.aux-search-overlay .aux-search-result .aux-search-item.portfolio:hover { box-shadow: 0px 6px 12px #00000016; }
.aux-search-overlay .aux-search-result .aux-search-item.portfolio img { width: 100%; height: auto; border-radius: 5px; }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result .aux-search-item { width: calc(50% - 5px) !important; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-result .aux-search-item { width: 100% !important; margin-right: 0px; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-result > .aux-search-item:not(.portfolio):nth-child(4) { display: block; } }
.aux-search-overlay .aux-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: both; }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: none; } }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result > .aux-search-item:nth-child(2n+1) { clear: both !important; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-result > .aux-search-item { clear: both !important; } }
.aux-search-overlay .aux-search-result span.aux-other-search-result-label { display: block; float: none; clear: both; text-align: left; box-sizing: border-box; padding-top: 20px; padding-bottom: 40px; text-transform: capitalize; font-size: 31px; line-height: 44px; color: #707070; }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-result span.aux-other-search-result-label { padding-bottom: 25px; font-size: 27px; } }
.aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: both; }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(3n+1), .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item.portfolio:nth-child(5n+1) { clear: none; } }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:nth-child(2n+1) { clear: both !important; } }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item.portfolio:nth-child(5) { display: none; } }
.aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(4) { display: none; }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item:not(.portfolio):nth-child(4) { display: block; } }
@media screen and (max-width: 767px) { .aux-search-overlay .aux-search-result .aux-other-search-result > .aux-search-item { clear: both !important; } }
.aux-search-overlay .aux-search-result::-webkit-scrollbar { width: 8px; border-radius: 8px; }
.aux-search-overlay .aux-search-result::-webkit-scrollbar-track { background-color: transparent; }
.aux-search-overlay .aux-search-result::-webkit-scrollbar-thumb { background-color: #707070; border-radius: 8px; transition: all 0.3s ease; }
.aux-search-overlay .aux-search-result::-webkit-scrollbar-thumb:hover { background-color: #000; }
.aux-search-overlay .aux-empty-result { display: block; text-align: left; color: #8f8f8f; font-size: 28px; line-height: 40px; }
@media screen and (max-width: 1024px) { .aux-search-overlay .aux-empty-result { font-size: 22px; line-height: 30px; } }
.aux-search-overlay .aux-empty-result .aux-post-type { text-transform: capitalize; }
.aux-search-overlay .aux-empty-result .aux-post-type, .aux-search-overlay .aux-empty-result .aux-search-phrase { color: #3d3d3d; }
.aux-search-overlay.aux-dark form .aux-submit-icon-container, .aux-search-overlay.aux-dark form .aux-submit-icon-container:hover { color: white; }
.aux-search-overlay.aux-dark form .aux-submit-icon-container:hover:before { color: #fff !important; }
.aux-search-overlay.aux-dark form .aux-search-field { color: white; }
.aux-search-overlay.aux-dark form .aux-search-field:-moz-placeholder { /* WebKit, Blink, Edge */ color: #707070; }
.aux-search-overlay.aux-dark form .aux-search-field::-moz-placeholder { /* WebKit, Blink, Edge */ color: #707070; }
.aux-search-overlay.aux-dark form .aux-search-field:-ms-input-placeholder { /* WebKit, Blink, Edge */ color: #707070; }
.aux-search-overlay.aux-dark form .aux-search-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #707070; }
@media screen and (max-width: 1024px) { .aux-search-overlay.aux-dark form .aux-search-field { font-size: 22px !important; } }
.aux-search-overlay.aux-dark form select { color: #dedede; }
.aux-search-overlay.aux-dark form select:focus { color: #2d2d2f; }
@media screen and (max-width: 1024px) { .aux-search-overlay.aux-dark form select { padding-bottom: 0; padding-top: 0; font-size: 20px; line-height: 25px; } }
.aux-search-overlay.aux-dark form .select2-container--default .select2-selection--single span { color: #dedede; }
.aux-search-overlay.aux-dark form .select2-container--default.select2-container--open { background-color: #3d3d3d; }
@media screen and (max-width: 767px) { .aux-search-overlay.aux-dark form .select2-container--default.select2-container--open { background-color: #3d3d3d; } }
.aux-search-overlay.aux-dark form .select2-container--default.select2-container--open .select2-selection--single { background-color: #3d3d3d; }
.aux-search-overlay.aux-dark form .select2-container--default.select2-container--open .select2-selection--single span { color: #ffffff; }
.aux-search-overlay.aux-dark .aux-spinner { border-color: #ffffff20; border-top-color: #fff; }
.aux-search-overlay.aux-dark .aux-search-result::-webkit-scrollbar-thumb { background-color: #dedede; }
.aux-search-overlay.aux-dark .aux-search-result::-webkit-scrollbar-thumb:hover { background-color: #fff; }
.aux-search-overlay.aux-dark .aux-submit-icon-container:before { background-color: #dedede; }
.aux-search-overlay.aux-dark .aux-empty-result span { color: #707070; }
.aux-search-overlay.aux-dark .aux-empty-result .aux-post-type, .aux-search-overlay.aux-dark .aux-empty-result .aux-search-phrase { color: #dedede; }
.aux-search-overlay.aux-dark .aux-search-item .aux-item-title, .aux-search-overlay.aux-dark .aux-search-item ins .amount, .aux-search-overlay.aux-dark .aux-search-item .amount { color: #DEDEDE; }
.aux-search-overlay.aux-dark .aux-search-item .aux-item-details { color: #AEAEAE !important; }
.aux-search-overlay.aux-dark .aux-search-item.portfolio:hover { box-shadow: 0 6px 22px #ffffff30; }
.aux-search-overlay.aux-dark .aux-search-item:hover { background-color: #0f0f0f; }
.aux-search-overlay.aux-dark .aux-search-item:hover .aux-item-details a { color: #aeaeae; }
.aux-search-overlay.aux-dark .aux-search-item:hover .aux-item-details a:hover { color: #fff; }
.aux-search-overlay.aux-dark .aux-search-item:hover .aux-item-details a:hover:after { background-color: #fff; }

.aux-search-section .aux-search-form .aux-search-field { margin-right: unset; }
.aux-search-section .aux-search-form .aux-iconic-search-submit { height: 60px; }
.aux-search-section .aux-search-form .aux-search-submit { margin: 10px; }
.aux-search-section .aux-search-input-form select { margin-left: 8px; }
.aux-search-section .aux-search-input-form .select2-container { display: flex; align-items: center; justify-content: center; width: auto !important; }
.aux-search-section .aux-search-input-form .select2-container .select2-selection__arrow { top: 11px; }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container .select2-selection__arrow { right: unset; } }
.aux-search-section .aux-search-input-form .select2-container .select2-selection, .aux-search-section .aux-search-input-form .select2-container .select2-selection:focus { height: 46px; display: flex; align-items: center; border: none; outline: none; padding-right: 45px; padding-left: 24px; }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container .select2-selection { padding: 0 !important; margin-right: 15px; } }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container .select2-selection__rendered { display: none; } }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container.select2-container--open { width: 100% !important; position: absolute; background-color: #f3f3f3; } }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container.select2-container--open .selection { width: 100%; } }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container.select2-container--open .select2-selection { padding-right: 45px !important; padding-left: 24px !important; } }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container.select2-container--open .select2-selection__arrow { right: 1px; top: 1px; } }
@media screen and (max-width: 767px) { .aux-search-section .aux-search-input-form .select2-container.select2-container--open .select2-selection__rendered { display: block; } }
.aux-search-section .aux-search-input-form .select2-container.select2-container--open { border: none; background-color: #f3f3f3; border-radius: 4px; }
.aux-search-section .aux-search-input-form .select2-container--default .select2-selection__rendered { min-width: 140px; text-align: left; }
.aux-search-section.aux-search-elementor-element form { display: flex; height: 46px; }
.aux-search-section.aux-search-elementor-element form .aux-search-input-form { display: flex; width: 100%; }
.aux-search-section.aux-search-elementor-element form .aux-search-input-form input { max-width: unset; height: 46px; }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form .aux-search-input-form input { height: 56px; } }
.aux-search-section.aux-search-elementor-element form .aux-search-input-form select { padding: 5px 48px 5px 5px; line-height: normal; padding-left: 1.1em; }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form .aux-search-input-form select { height: 56px; margin-left: 0; margin-top: 8px; } }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form .aux-search-input-form { flex-direction: column; } }
.aux-search-section.aux-search-elementor-element form .aux-submit-icon-container { position: relative; right: unset; margin-left: 8px; background-color: #3D3D3D; }
.aux-search-section.aux-search-elementor-element form .aux-submit-icon-container::before { color: #ffffff; }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form .aux-submit-icon-container input[type="submit"] { width: 100%; height: 56px; opacity: 0; } }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form .aux-submit-icon-container { height: 56px; margin-left: 0; margin-top: 8px; } }
.aux-search-section.aux-search-elementor-element form input[type="submit"] { height: 46px; margin: 0 0 0 8px; }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form input[type="submit"] { margin: 8px 0 0 0; height: 56px; } }
@media screen and (max-width: 634px) { .aux-search-section.aux-search-elementor-element form { flex-direction: column; height: inherit; } }
.aux-search-section.aux-search-elementor-element.responsive form { flex-direction: column; height: unset; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-search-input-form { flex-direction: column; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-search-input-form input { height: 56px; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-search-input-form select { height: 56px; margin-left: 0; margin-top: 8px; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-submit-icon-container { height: 56px; margin-left: 0; margin-top: 8px; }
.aux-search-section.aux-search-elementor-element.responsive form .aux-submit-icon-container input[type="submit"] { width: 100%; height: 56px; opacity: 0; }
.aux-search-section.aux-search-elementor-element.responsive form input[type="submit"] { margin: 8px 0 0 0; height: 56px; }

.select2-container--default .aux-search-dropdown { border: none; background-color: #f3f3f3; top: -2px; z-index: 110001; }
.select2-container--default .aux-search-dropdown .select2-results__option--highlighted[aria-selected] { background-color: #dedede; color: #2d2d2f; }
.select2-container--default .aux-search-dropdown ul { max-height: 300px !important; }
.select2-container--default .aux-search-dropdown ul::-webkit-scrollbar { width: 12px; }
.select2-container--default .aux-search-dropdown ul::-webkit-scrollbar-track { background-color: transparent; border-left: 3px solid #e2e2e2; }
.select2-container--default .aux-search-dropdown ul::-webkit-scrollbar-thumb { background-color: transparent; border-left: 3px solid #707070; }
.select2-container--default .aux-search-dropdown ul li.select2-results__option { padding-left: 24px; margin: unset; }
.select2-container--default .aux-search-dropdown.aux-dark { background-color: #3d3d3d; }
.select2-container--default .aux-search-dropdown.aux-dark .select2-results__option--highlighted[aria-selected], .select2-container--default .aux-search-dropdown.aux-dark .select2-results__option[aria-selected=true] { background-color: #707070; color: #dedede; }
.select2-container--default .aux-search-dropdown.aux-dark li.select2-results__option { color: #dedede; }

/* Search Spinner */
.aux-spinner { width: 30px; height: 30px; position: absolute; left: 50%; top: 140px; border: 2px solid #00000020; border-radius: 50%; border-top-color: #292929; animation: aux-spin 1s infinite linear; opacity: 0; }
.aux-spinner.show { opacity: 1; }

@keyframes aux-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
@-webkit-keyframes aux-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
/** Page loading styles
// ------------------------------------------------------------------------------ */
.aux-page-preload #inner-body { opacity: 0; visibility: hidden; transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1); }
.aux-page-preload.aux-page-preload-done #inner-body { opacity: 1; visibility: visible; }

#pagePreloadProgressbar { position: fixed; height: 5px; background-color: #1bb0ce; z-index: 11000; will-change: width, transform; transform: translateZ(0px); transition: width 300ms, transform 400ms 280ms cubic-bezier(0.75, 0.1, 0.25, 0.9); }
#pagePreloadProgressbar.aux-progressbar-bottom { bottom: 0; }
#pagePreloadProgressbar.aux-progressbar-top { top: 0; }
.admin-bar #pagePreloadProgressbar.aux-progressbar-top { top: 32px; }
.aux-framed #pagePreloadProgressbar { left: 0; }

#pagePreloadProgressbar.aux-no-js { width: 0; -moz-animation: aux-page-progressbar 15s forwards linear; -webkit-animation: aux-page-progressbar 15s forwards linear; animation: aux-page-progressbar 15s forwards linear; }

#pagePreloadProgressbar.aux-hide { display: block; transform: translateX(100%) translateZ(0px); }

.no-cssanimations #pagePreloadProgressbar { display: none; }

@-moz-keyframes aux-page-progressbar { 100% { width: 70%; } }
@-webkit-keyframes aux-page-progressbar { 100% { width: 70%; } }
@keyframes aux-page-progressbar { 100% { width: 70%; } }
.aux-page-loading { position: fixed; top: 50%; left: 50%; z-index: 10003; transform: translateY(-50%) translateX(-50%); transition: opacity 1s; }
.aux-page-loading img { display: block; }
.aux-page-preload-done .aux-page-loading { opacity: 0; }

/** Page animations
// ------------------------------------------------------------------------------ */
.csstransitions .aux-page-animation-fade .aux-page-animation-overlay { position: fixed; height: 100vh; width: 100vw; background: #FFF; z-index: 9; transition: visibility 0s linear 1000ms, opacity 1000ms cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions .aux-page-animation-fade .aux-page-loading { transition: visibility 0s linear 800ms, opacity 800ms cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions .aux-page-show-fade .aux-page-animation-overlay { opacity: 0; visibility: hidden; }
.csstransitions .aux-page-show-fade .aux-page-loading { opacity: 0; }
.csstransitions .aux-page-show-fade.aux-page-animation-done #inner-body { height: auto; }
.csstransitions .aux-page-show-fade.aux-page-animation-done .aux-page-loading { display: none; }
.csstransitions .aux-page-before-hide-fade #inner-body { overflow: hidden; height: 100vh; }
.csstransitions .aux-page-before-hide-fade .aux-page-loading { display: block; opacity: 0; transition-delay: 300ms; }
.csstransitions .aux-page-hide-fade .aux-page-animation-overlay { opacity: 1; visibility: visible; }
.csstransitions .aux-page-hide-fade .aux-page-loading { opacity: 1; }
.csstransitions .aux-page-animation-cover #inner-body { opacity: 1; visibility: visible; }
.csstransitions .aux-page-animation-cover .aux-page-animation-overlay { position: fixed; width: 100vw; height: 100vh; z-index: 10000; background: white; transform-origin: bottom; transition: transform 1s 50ms cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions .aux-page-animation-cover .aux-page-loading { transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions .aux-page-show-cover .aux-page-loading { opacity: 0; }
.csstransitions .aux-page-show-cover .aux-page-animation-overlay { transform: scaleY(0); }
.csstransitions .aux-page-show-cover.aux-page-animation-done .aux-page-animation-overlay { display: none; }
.csstransitions .aux-page-show-cover.aux-page-animation-done .aux-page-loading { display: none; }
.csstransitions .aux-page-before-hide-cover .aux-page-animation-overlay { transform: scaleY(0); transform-origin: top; }
.csstransitions .aux-page-before-hide-cover .aux-page-loading { display: block; opacity: 0; transition-delay: 300ms; }
.csstransitions .aux-page-hide-cover .aux-page-animation-overlay { transform: scaleY(1); }
.csstransitions .aux-page-hide-cover .aux-page-loading { opacity: 1; }
.csstransitions .aux-page-animation-slideup.aux-page-animation-done .aux-page-animation-overlay { transform: translateY(-100%); opacity: 0; visibility: hidden; transition: transform 700ms 250ms cubic-bezier(0.23, 1, 0.32, 1); }
.csstransitions .aux-page-animation-slideup.aux-page-animation-done .aux-page-animation-overlay .aux-animation-title, .csstransitions .aux-page-animation-slideup.aux-page-animation-done .aux-page-animation-overlay .aux-animation-desc { display: none; }
.csstransitions .aux-page-animation-slideup .aux-animation-title, .csstransitions .aux-page-animation-slideup .aux-animation-desc { color: #3D3D3D; position: absolute; left: 10%; margin: 0; white-space: nowrap; overflow: hidden; clip-path: inset(0 100% 0 0); }
.csstransitions .aux-page-animation-slideup .aux-animation-title { bottom: 202px; font-size: 3.375em; text-indent: -3px; animation: aux-type 1200ms cubic-bezier(0.86, 0, 0.07, 1) 1200ms both, moveElementPageLoad 1400ms 1200ms both; }
.csstransitions .aux-page-animation-slideup .aux-animation-desc { bottom: 155px; font-size: 0.875em; letter-spacing: 2px; text-transform: uppercase; animation: aux-type 1500ms cubic-bezier(0.86, 0, 0.07, 1) 1300ms both, moveElementPageLoad 1400ms 1200ms both; }
.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay { position: fixed; width: 100vw; height: 100vh; z-index: 10000; transform-origin: bottom; background-color: #FFF; transition: transform 700ms cubic-bezier(0.23, 1, 0.32, 1) 1000ms; }
.csstransitions .aux-page-animation-slideup .aux-page-animation-overlay .aux-animation-title { transition: bottom 500ms 1350ms cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions .aux-page-animation-slideup .aux-page-loading { transition: opacity 800ms cubic-bezier(0.86, 0, 0.07, 1); }
@keyframes aux-type { from { clip-path: inset(0 100% 0 0); }
  to { clip-path: inset(0 0 0 0); } }
@keyframes moveElementPageLoad { from { transform: translateY(25px); }
  to { transform: translateY(0); } }
.csstransitions .aux-page-show-slideup .aux-page-animation-overlay { transform: translateY(100%); }
.csstransitions .aux-page-show-slideup .aux-page-animation-overlay .aux-animation-title { bottom: 150px; }
.csstransitions .aux-page-before-hide-slideup.aux-page-animation-done .aux-page-animation-overlay { opacity: 1; visibility: visible; transform: translateY(0); }
.csstransitions .aux-page-animation-circle { overflow: hidden; height: 100vh; }
.csstransitions .aux-page-animation-circle #inner-body { opacity: 0.5; overflow: hidden; height: 100vh; -webkit-transition: -webkit-transform 2s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 2s cubic-bezier(0.86, 0, 0.07, 1); -moz-transition: -moz-transform 2s cubic-bezier(0.86, 0, 0.07, 1), -moz-clip-path 1.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 2s cubic-bezier(0.86, 0, 0.07, 1); -ms-transition: -ms-transform 2s cubic-bezier(0.86, 0, 0.07, 1), -ms-clip-path 1.8s cubic-bezier(0.86, 0, 0.07, 1), opacity 2s cubic-bezier(0.86, 0, 0.07, 1); transition-delay: 200ms; transform: perspective(1000px) translateZ(-180px); -webkit-clip-path: circle(0% at center); -moz-clip-path: circle(0% at center); -ms-clip-path: circle(0% at center); clip-path: circle(0% at center); }
.csstransitions .aux-page-animation-circle .aux-page-animation-overlay { position: fixed; width: 100%; height: 100%; display: none; background: white; z-index: 10000; -webkit-clip-path: circle(0% at center); -moz-clip-path: circle(0% at center); -ms-clip-path: circle(0% at center); clip-path: circle(0% at center); -webkit-transition: -webkit-clip-path 1500ms 250ms cubic-bezier(0.86, 0, 0.07, 1); -moz-transition: -moz-clip-path 1500ms 250ms cubic-bezier(0.86, 0, 0.07, 1); -ms-transition: -ms-clip-path 1500ms 250ms cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions .aux-page-animation-circle .aux-page-loading { transform-origin: left top; transition: transform 1s cubic-bezier(0.86, 0, 0.07, 1), opacity 1s cubic-bezier(0.86, 0, 0.07, 1); }
.csstransitions.no-cssclippathcircle .aux-page-animation-circle #inner-body { opacity: 0; }
.csstransitions.no-cssclippathcircle .aux-page-show-circle #inner-body { opacity: 1; }
.csstransitions .aux-page-show-circle #inner-body { visibility: visible; opacity: 1; transform: perspective(1000px); -webkit-clip-path: circle(75% at center); -moz-clip-path: circle(75% at center); -ms-clip-path: circle(75% at center); clip-path: circle(75% at center); }
.csstransitions .aux-page-show-circle .aux-page-loading { opacity: 0; transform: perspective(1000px) translateY(-50%) translateX(-50%) translateZ(400px); }
.csstransitions .aux-page-show-circle.aux-page-animation-done #inner-body { transition: none; transform: none; -webkit-clip-path: none; -moz-clip-path: none; -ms-clip-path: none; clip-path: none; }
.csstransitions .aux-page-show-circle.aux-page-animation-done #inner-body, .csstransitions .aux-page-show-circle.aux-page-animation-done { height: auto; overflow: visible; }
.csstransitions .aux-page-show-circle.aux-page-animation-done .aux-page-loading { display: none; }
.csstransitions .aux-page-before-hide-circle #inner-body { opacity: 1; height: 100vh; visibility: visible; overflow: hidden; -webkit-clip-path: circle(75% at center); -moz-clip-path: circle(75% at center); -ms-clip-path: circle(75% at center); clip-path: circle(75% at center); }
.csstransitions .aux-page-before-hide-circle .aux-page-loading { transition-delay: 400ms; transition-duration: 0; transform: perspective(1000px) translateY(-50%) translateX(-50%) translateZ(-2000px); opacity: 0; display: block; }
.csstransitions .aux-page-before-hide-circle .aux-page-animation-overlay { display: block; }
.csstransitions .aux-page-hide-circle { overflow: hidden; height: 100vh; }
.csstransitions .aux-page-hide-circle #inner-body { transform: perspective(1000px) translateZ(180px); }
.csstransitions .aux-page-hide-circle .aux-page-animation-overlay { -webkit-clip-path: circle(75% at center); -moz-clip-path: circle(75% at center); -ms-clip-path: circle(75% at center); clip-path: circle(75% at center); }
.csstransitions .aux-page-hide-circle .aux-page-loading { transition-duration: 1s; transform: perspective(1000px) translateY(-50%) translateX(-50%); opacity: 1; }

.aux-offcanvas-menu { position: fixed; top: 0; left: 0; height: 100vh; width: 250px; background: #FFFFFF; box-shadow: 4px 0 0 rgba(34, 34, 34, 0.1); z-index: 150000; transform: translateX(-120%); transition: all 500ms ease-in-out; }
.aux-offcanvas-menu .offcanvas-content { width: 100%; height: calc(100% - 130px); overflow-y: auto; }
.aux-offcanvas-menu .aux-close { position: relative; width: 16px; height: 40px; padding-top: 20px; float: right; cursor: pointer; margin: 10px 20px; transition: all 200ms ease-out; }
.aux-offcanvas-menu .aux-close:hover { transform: rotate(90deg); }
.aux-offcanvas-menu.aux-pin-right { right: 0; left: auto; box-shadow: -5px 0 0px 0 rgba(0, 0, 0, 0.19); transform: translateX(120%); }
.aux-offcanvas-menu.aux-pin-right .aux-close { float: left; }
.aux-offcanvas-menu.aux-offcanvas-cart { width: 300px; }
.aux-offcanvas-menu.aux-offcanvas-cart.aux-pin-right .aux-close { float: right; }
.aux-offcanvas-menu.aux-offcanvas-cart .offcanvas-header { position: relative; left: 20px; top: 20px; display: inline-block; }
.aux-offcanvas-menu.aux-offcanvas-dark { background: #3D3D3D; color: #FFFFFF; }
.aux-offcanvas-menu.aux-offcanvas-dark .aux-close:before, .aux-offcanvas-menu.aux-offcanvas-dark .aux-close:after { background-color: #FFFFFF; }
.aux-offcanvas-menu .aux-master-menu.aux-narrow.aux-toggle .aux-menu-item > .aux-item-content { padding-left: 1.5em; padding-right: 1.5em; }
.aux-offcanvas-menu .aux-master-menu .aux-megamenu .aux-menu-column { width: 100% !important; }

.aux-offcanvas-menu.aux-open { transform: translateX(0); }

.aux-offcanvas-overlay:after { content: ""; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.6); z-index: 9; }

.woocommerce-message, .woocommerce-error { position: fixed !important; left: 30px; bottom: 30px; z-index: 99; vertical-align: middle; line-height: 40px; background-color: #1FCE6F !important; color: #FFFFFF !important; font-weight: 500; padding: 20px 23px 20px 55px !important; list-style: none !important; border-radius: 6px; box-shadow: 5px 15px 40px rgba(0, 0, 0, 0.15); -webkit-animation: auxHideMe 10s forwards; animation: auxHideMe 10s forwards; list-style: none; border-top-color: unset !important; }

.woocommerce-message::before, .woocommerce-error::before { font-family: "auxin-front" !important; content: "\e0b5" !important; position: absolute !important; left: 23px !important; color: #ffffff !important; font-size: 23px; top: 50% !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.woocommerce-message > a, .woocommerce-error > a { padding: 0px 15px !important; margin: 0 0 0 15px !important; float: right !important; line-height: 40px !important; font-size: 11px !important; text-transform: uppercase; color: #fff !important; box-shadow: 0 0 0 3px #fff inset !important; border-radius: 100em !important; background-color: unset !important; }

.woocommerce-error { margin: 0; background-color: #E74C3C; }

.woocommerce-error::before { content: ""; }

.woocommerce-error li { margin: 0; line-height: inherit; }

.woocommerce-error li:not(:last-child) { display: none; }

@-webkit-keyframes auxHideMe { 0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; display: none; } }
@keyframes auxHideMe { 0% { opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { opacity: 0; display: none; } }
/*!>>>>>>>>>>>>>>>>>>>>>>> #elements config <<<<<<<<<<<<<<<<<<<< */
/** Override Timeline element confgs here */
.aux-timeline.aux-center .aux-block:nth-of-type(odd)::after, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(even)::after, .aux-timeline.aux-right .aux-block::after, .aux-timeline.aux-center .aux-block:nth-of-type(even)::after, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(odd)::after, .aux-timeline.aux-left .aux-block::after { position: absolute; width: 37px; top: 35px; left: -47px; right: auto; height: 1px; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNhY2FjYWMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhY2FjYWMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(30%, rgba(0, 0, 0, 0)), color-stop(30%, #acacac), color-stop(100%, #acacac)); background: -moz-linear-gradient(right, rgba(0, 0, 0, 0) 30%, #acacac 30%, #acacac 100%); background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 30%, #acacac 30%, #acacac 100%); background: linear-gradient(to left, rgba(0, 0, 0, 0) 30%, #acacac 30%, #acacac 100%); -moz-background-size: 10px; -o-background-size: 10px; -webkit-background-size: 10px; background-size: 10px; }

.aux-timeline.aux-center .aux-block:nth-of-type(odd)::after, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(even)::after, .aux-timeline.aux-right .aux-block::after { right: -47px; left: auto; }

.aux-timeline.aux-center .aux-block:nth-of-type(odd)::before, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(even)::before, .aux-timeline.aux-right .aux-block::before, .aux-timeline.aux-center .aux-block:nth-of-type(even)::before, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(odd)::before, .aux-timeline.aux-left .aux-block::before { position: absolute; background: white; border: solid #ACACAC 1px; border-radius: 50%; width: 14px; height: 14px; box-sizing: border-box; top: 28px; left: -71px; right: auto; }

.aux-timeline.aux-center .aux-block:nth-of-type(odd)::before, .rtl .aux-timeline.aux-center .aux-block:nth-of-type(even)::before, .aux-timeline.aux-right .aux-block::before { left: auto; right: -71px; }

/*!>>>>>>>>>>>>>>>>>>>>>>> #interactions <<<<<<<<<<<<<<<<<<<< */
/** Auxin frame hover effects */
.aux-frame-cube { transition: all 500ms; transform-style: preserve-3d; transform-origin: center center 0px; transform: perspective(1000px); will-change: transform; }
.aux-frame-cube .aux-face-front { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.aux-frame-cube .aux-face-left { position: absolute; top: 0; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(-90deg) translateX(-100%); transform-origin: left center; }
.aux-frame-cube .aux-face-right { position: absolute; top: 0; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(90deg) translateX(100%); transform-origin: right; }
.aux-frame-cube .aux-face-top { position: absolute; top: 0; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateX(90deg) translateY(-100%); transform-origin: top center; }
.aux-frame-cube .aux-face-bottom { position: absolute; top: 0; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateX(-90deg) translateY(100%); transform-origin: bottom center; }
.aux-frame-cube .aux-face-back { position: absolute; top: 0; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateX(180deg) translateZ(100%); transform-origin: center; }

.aux-frame-card .aux-card-faces { transition: all 500ms; transform-style: preserve-3d; transform: perspective(1000px); position: relative; }
.aux-frame-card .aux-face-front { -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.aux-frame-card .aux-face-back { position: absolute; top: 0; left: 0; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: rotateY(180deg); transform-origin: center; }
.aux-frame-card.aux-rotate-up .aux-face-back, .aux-frame-card.aux-rotate-down .aux-face-back { transform: rotateX(180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-left:hover .aux-card-faces { transform: perspective(1000px) rotateY(180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-right:hover .aux-card-faces { transform: perspective(1000px) rotateY(-180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-up:hover .aux-card-faces { transform: perspective(1000px) rotateX(180deg); }
.aux-hover-active:hover .aux-frame-card.aux-rotate-down:hover .aux-card-faces { transform: perspective(1000px) rotateX(-180deg); }

.aux-frame-mask { overflow: hidden; position: relative; transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); transform: perspective(1000) translateZ(0px); }
.aux-frame-mask img { transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); transform: perspective(1000) translateZ(0px); }
.aux-hover-active:hover .aux-frame-mask { transform: perspective(1000) translateZ(-120px); }
.aux-hover-active:hover .aux-frame-mask img { transform: perspective(1000) translateZ(102.66396px); }

.aux-frame-mask-plain { overflow: hidden; position: relative; transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1); transform: perspective(1000) translateZ(0px); }
.aux-hover-active:hover .aux-frame-mask-plain { transform: perspective(1000) translateZ(-120px); }

.aux-frame-zoom { overflow: hidden; position: relative; }
.aux-frame-zoom img { will-change: transform; transition: all 1.2s ease-out; transform: translateZ(1px); }
.aux-hover-active:hover .aux-frame-zoom img { transform: scale(1.2) translateZ(0.1px); }

.aux-frame-darken::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.75); opacity: 0; z-index: 1; will-change: opacity; transition: opacity 1s ease-out; }
.aux-hover-active:hover .aux-frame-darken::after { opacity: 1; }

.aux-frame-lighten::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.75); opacity: 0; z-index: 1; will-change: opacity; transition: opacity 1s ease-out; }
.aux-hover-active:hover .aux-frame-lighten::after { opacity: 1; }

.aux-frame-boxed-lighten::after { content: ""; position: absolute; top: 15px; bottom: 15px; left: 15px; right: 15px; background-color: rgba(255, 255, 255, 0.75); opacity: 0; z-index: 1; will-change: opacity transform; transform: scale(1.1); transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.aux-hover-active:hover .aux-frame-boxed-lighten::after { transform: scale(1); opacity: 1; }

.aux-frame-boxed-darken::after { content: ""; position: absolute; top: 15px; bottom: 15px; left: 15px; right: 15px; background-color: rgba(0, 0, 0, 0.75); opacity: 0; z-index: 1; will-change: opacity transform; transform: scale(1.1); transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1); }
.aux-hover-active:hover .aux-frame-boxed-darken::after { transform: scale(1); opacity: 1; }

.aux-frame-ratio { display: block; width: 100%; padding-bottom: 70%; }
.aux-frame-ratio .aux-frame-ratio-inner { display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.aux-frame-ratio .aux-frame-ratio-inner > img { height: auto; position: absolute; display: block; width: 100%; transform: translate(-50%, -50%); top: 50%; left: 50%; max-height: none; max-width: none; }

/** Auxin hover effect planes and animations */
.aux-3d-planes { transform-style: preserve-3d; -moz-perspective: 1000px; -webkit-perspective: 1000px; perspective: 1000px; }
.aux-3d-planes .aux-depth-0 { transform: translateZ(0px); }
.aux-3d-planes .aux-depth-1 { transform: translateZ(20px); }
.aux-3d-planes .aux-depth-2 { transform: translateZ(40px); }
.aux-3d-planes .aux-depth-3 { transform: translateZ(60px); }
.aux-3d-planes .aux-depth-4 { transform: translateZ(80px); }
.aux-3d-planes .aux-depth-5 { transform: translateZ(100px); }

.aux-delay-1x { transition-delay: 50ms !important; }

.aux-delay-2x { transition-delay: 100ms !important; }

.aux-delay-3x { transition-delay: 150ms !important; }

.aux-delay-4x { transition-delay: 200ms !important; }

.aux-delay-5x { transition-delay: 250ms !important; }

.aux-delay-6x { transition-delay: 300ms !important; }

.aux-delay-7x { transition-delay: 350ms !important; }

.aux-delay-8x { transition-delay: 400ms !important; }

.aux-delay-9x { transition-delay: 450ms !important; }

.aux-delay-10x { transition-delay: 500ms !important; }

.aux-hover-move-up { transform: translateY(40px); }

.aux-hover-circle-plus, .aux-hover-circle-link { transform: translateX(-120px); }

.aux-hover-out .aux-hover-circle-plus, .aux-hover-out .aux-hover-circle-link { transform: translateX(120px); }

.aux-hover-active:hover .aux-hover-move-up { opacity: 1; transform: none; }

.aux-hover-reset .aux-hover-circle-plus, .aux-hover-reset .aux-hover-circle-link { transition: none; }

.aux-hover-in .aux-hover-circle-plus, .aux-hover-in .aux-hover-circle-link { opacity: 1; transform: none !important; }

/** Auxin hover effect symbols  This file contains a collection of symbols that can appear over a frame with hover effect Each symbol can have its own unique effect. */
/** Circle plus button  Sample markup <div class="aux-hover-scale-circle-plus"> <span class="aux-symbol-plus"></span> <span class="aux-symbol-circle"></span> </div> */
.aux-hover-scale-circle-plus, .aux-hover-scale-circle-plus2 { display: block; position: absolute; direction: ltr; }
.aux-hover-scale-circle-plus .aux-symbol-plus, .aux-hover-scale-circle-plus2 .aux-symbol-plus, .aux-hover-scale-circle-plus .aux-symbol-circle, .aux-hover-scale-circle-plus2 .aux-symbol-circle { position: absolute; display: block; opacity: 0; transition: all 800ms cubic-bezier(0.75, 0.1, 0.25, 0.9); }
.aux-hover-scale-circle-plus .aux-symbol-plus, .aux-hover-scale-circle-plus2 .aux-symbol-plus { z-index: 3; width: 30px; height: 30px; margin-top: 15px; transform-origin: 50% 0 0; }
.aux-hover-scale-circle-plus .aux-symbol-plus::after, .aux-hover-scale-circle-plus2 .aux-symbol-plus::after, .aux-hover-scale-circle-plus .aux-symbol-plus::before, .aux-hover-scale-circle-plus2 .aux-symbol-plus::before { content: ""; position: absolute; display: block; height: 1px; width: 100%; background-color: white; }
.aux-hover-scale-circle-plus .aux-symbol-plus::after, .aux-hover-scale-circle-plus2 .aux-symbol-plus::after { transform: rotate(90deg); }
.aux-hover-scale-circle-plus .aux-symbol-circle, .aux-hover-scale-circle-plus2 .aux-symbol-circle { width: 100px; height: 100px; border: solid 2px white; border-radius: 50%; }

.aux-hover-scale-circle-plus { top: 50%; left: 50%; }
.aux-hover-scale-circle-plus .aux-symbol-plus { transform: translate3d(-50%, -50%, 0) scale(0.8); transform-origin: 50% 0 0; }
.ie9 .aux-hover-scale-circle-plus .aux-symbol-plus { -ms-transform: translate(-50%, -50%); }
.aux-hover-scale-circle-plus .aux-symbol-circle { z-index: 2; transform: translate3d(-50%, -50%, 0) scale(1.25); }
.ie9 .aux-hover-scale-circle-plus .aux-symbol-circle { -ms-transform: translate(-50%, -50%); }
.aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-plus, .aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-circle { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1) rotate(0); }
.ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-plus, .ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus .aux-symbol-circle { -ms-transform: translate(-50%, -50%); }

.aux-hover-scale-circle-plus2 { top: 0; left: 0; right: 0; bottom: 0; }
.aux-hover-scale-circle-plus2 .aux-symbol-plus, .aux-hover-scale-circle-plus2 .aux-symbol-circle { top: 50%; left: 50%; }
.aux-hover-scale-circle-plus2 .aux-symbol-plus { top: 50%; left: 50%; transform: translate3d(-50%, -50%, 0) scale(0.8); transform-origin: 50% 0 0; }
.ie9 .aux-hover-scale-circle-plus2 .aux-symbol-plus { -ms-transform: translate(-50%, -50%); }
.aux-hover-scale-circle-plus2 .aux-symbol-circle { z-index: 2; transform: translate3d(-50%, -50%, 0) scale(1.25); }
.ie9 .aux-hover-scale-circle-plus2 .aux-symbol-circle { -ms-transform: translate(-50%, -50%); }
.aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-plus, .aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-circle { opacity: 1; transform: translate3d(-50%, -50%, 0) scale(1) rotate(0); }
.ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-plus, .ie9 .aux-hover-active:hover .aux-hover-scale-circle-plus2 .aux-symbol-circle { -ms-transform: translate(-50%, -50%); }

.aux-hover-fade { opacity: 0; transition: opacity 1s ease-in-out; will-change: opacity; }
.aux-hover-active:hover .aux-hover-fade { opacity: 1; }

/** Circle plus button  <div class="aux-hover-circle-plus"> <a href="#"> <div class="aux-arrow-nav aux-round aux-hover-slide aux-outline aux-semi-small aux-white"> <span class="aux-overlay"></span> <span class="aux-svg-arrow aux-medium-plus aux-white"></span> <span class="aux-hover-arrow aux-svg-arrow aux-medium-plus"></span> </div> </a> </div>  */
.aux-hover-circle-plus { opacity: 0; transition: opacity 1s 0s cubic-bezier(0.77, 0, 0.175, 1), transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1); will-change: opacity, transform; }

/** Circle link button  <div class="aux-hover-circle-link"> <a href="#"> <div class="aux-arrow-nav aux-round aux-hover-slide aux-outline aux-semi-small aux-white"> <span class="aux-overlay"></span> <span class="aux-svg-arrow aux-medium-right aux-white"></span> <span class="aux-hover-arrow aux-svg-arrow aux-medium-right"></span> </div> </a> </div>  */
.aux-hover-circle-link { opacity: 0; transition: opacity 1s 0s cubic-bezier(0.77, 0, 0.175, 1), transform 1s 0s cubic-bezier(0.77, 0, 0.175, 1); will-change: opacity, transform; }

.aux-hover-move-up { opacity: 0; transition: opacity 1200ms 0s cubic-bezier(0.77, 0, 0.175, 1), transform 1200ms 0s cubic-bezier(0.77, 0, 0.175, 1); will-change: opacity, transform; }

.aux-appear-watch { transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1), opacity 2s cubic-bezier(0.19, 1, 0.22, 1); will-change: transform; }
.aux-appear-watch, .aux-appear-watch.aux-disappeared { opacity: 0; }
.aux-appear-watch.aux-appeared { opacity: 1; }
.aux-appear-watch[class*="aux-invu-"].aux-appeared { transform: none; }
.aux-appear-watch[class*="-short-"], .aux-appear-watch[class*="-small-"] { transition-duration: 1s, 1s; }
.aux-appear-watch[class*="-long-"], .aux-appear-watch[class*="-large-"] { transition-duration: 3s, 3s; }
.aux-appear-watch.aux-invu-short-top, .aux-appear-watch.aux-invu-short-top.aux-disappeared { transform: translateY(-27px); }
.aux-appear-watch.aux-invu-short-left, .aux-appear-watch.aux-invu-short-left.aux-disappeared { transform: translateX(-27px); }
.aux-appear-watch.aux-invu-short-right, .aux-appear-watch.aux-invu-short-right.aux-disappeared { transform: translateX(27px); }
.aux-appear-watch.aux-invu-short-bottom, .aux-appear-watch.aux-invu-short-bottom.aux-disappeared { transform: translateY(27px); }
.aux-appear-watch.aux-invu-long-top, .aux-appear-watch.aux-invu-long-top.aux-disappeared { transform: translateY(-75px); }
.aux-appear-watch.aux-invu-long-left, .aux-appear-watch.aux-invu-long-left.aux-disappeared { transform: translateX(-75px); }
.aux-appear-watch.aux-invu-long-right, .aux-appear-watch.aux-invu-long-right.aux-disappeared { transform: translateX(75px); }
.aux-appear-watch.aux-invu-long-bottom, .aux-appear-watch.aux-invu-long-bottom.aux-disappeared { transform: translateY(75px); }
.aux-appear-watch.aux-invu-medium-top, .aux-appear-watch.aux-invu-medium-top.aux-disappeared { transform: translateY(-50px); }
.aux-appear-watch.aux-invu-medium-left, .aux-appear-watch.aux-invu-medium-left.aux-disappeared { transform: translateX(-50px); }
.aux-appear-watch.aux-invu-medium-right, .aux-appear-watch.aux-invu-medium-right.aux-disappeared { transform: translateX(50px); }
.aux-appear-watch.aux-invu-medium-bottom, .aux-appear-watch.aux-invu-medium-bottom.aux-disappeared { transform: translateY(50px); }
.aux-appear-watch.aux-invu-scale-down-small, .aux-appear-watch.aux-invu-scale-down-small.aux-disappeared { transform: scale(1.1, 1.1); }
.aux-appear-watch.aux-invu-scale-down-medium, .aux-appear-watch.aux-invu-scale-down-medium.aux-disappeared { transform: scale(1.2, 1.2); }
.aux-appear-watch.aux-invu-scale-down-large, .aux-appear-watch.aux-invu-scale-down-large.aux-disappeared { transform: scale(1.2, 1.2); }
.aux-appear-watch.aux-invu-scale-up-small, .aux-appear-watch.aux-invu-scale-up-small.aux-disappeared { transform: scale(0.9, 0.9); }
.aux-appear-watch.aux-invu-scale-up-medium, .aux-appear-watch.aux-invu-scale-up-medium.aux-disappeared { transform: scale(0.8, 0.8); }
.aux-appear-watch.aux-invu-scale-up-large, .aux-appear-watch.aux-invu-scale-up-large.aux-disappeared { transform: scale(0.8, 0.8); }

/** animate.css -http://daneden.me/animate Version - 3.6.2 Licensed under the MIT license - http://opensource.org/licenses/MIT  Copyright (c) 2018 Daniel Eden */
.aux-animate { animation-duration: 1s; animation-fill-mode: both; }

@keyframes AuxFlash { from,
        50%,
    to { opacity: 1; }
  25%,
    75% { opacity: 0; } }
@keyframes AuxPulseIn { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.99, 0.99, 0.99); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-in, .aux-animated.aux-pulse { animation-name: AuxPulseIn; }

@keyframes AuxPulseIn1 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.98, 0.98, 0.98); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-in-1, .aux-animated.aux-pulse1 { animation-name: AuxPulseIn1; }

@keyframes AuxPulseIn2 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.96, 0.96, 0.96); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-in-2, .aux-animated.aux-pulse2 { animation-name: AuxPulseIn2; }

@keyframes AuxPulseIn3 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.94, 0.94, 0.94); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-in-3, .aux-animated.aux-pulse3 { animation-name: AuxPulseIn3; }

@keyframes AuxPulseIn4 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(0.9, 0.9, 0.9); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-in-4, .aux-animated.aux-pulse4 { animation-name: AuxPulseIn4; }

@keyframes AuxPulseOut1 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-out-1, .aux-animated.aux-pulse-out-1 { animation-name: AuxPulseOut1; }

@keyframes AuxPulseOut2 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.1, 1.1, 1.1); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-out-2, .aux-animated.aux-pulse-out-2 { animation-name: AuxPulseOut2; }

@keyframes AuxPulseOut3 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.15, 1.15, 1.15); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-out-3, .aux-animated.aux-pulse-out-3 { animation-name: AuxPulseOut3; }

@keyframes AuxPulseOut4 { from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.2, 1.2, 1.2); }
  to { opacity: 1; transform: none; } }
.aux-anim-pulse-out-4, .aux-animated.aux-pulse-out-4 { animation-name: AuxPulseOut4; }

@keyframes AuxShake { from,
  to { transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% { transform: translate3d(-50px, 0, 0); }
  20%,
  40%,
  60%,
  80% { opacity: 1; transform: translate3d(50px, 0, 0); } }
.aux-anim-shake, .aux-animated.aux-shake { animation-name: AuxShake; }

@keyframes AuxBounceIn { from,
  20%,
  40%,
  60%,
  80%,
  to { animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% { transform: scale3d(0.3, 0.3, 0.3); }
  20% { transform: scale3d(1.1, 1.1, 1.1); }
  40% { transform: scale3d(0.9, 0.9, 0.9); }
  60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); }
  80% { transform: scale3d(0.97, 0.97, 0.97); }
  to { opacity: 1; transform: none; } }
.aux-anim-bounce-in, .aux-animated.aux-bounce-in { animation-name: AuxBounceIn; }

@keyframes AuxFadeIn { from { opacity: 0; }
  to { opacity: 1; } }
.aux-anim-fade-in, .aux-animated.aux-fade-in { animation-name: AuxFadeIn; }

@keyframes AuxFadeInDown { from { opacity: 0; transform: translate3d(0, -27px, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-down, .aux-animated.aux-fade-in-down { animation-name: AuxFadeInDown; }

@keyframes AuxFadeInDown1 { from { opacity: 0; transform: translate3d(0, -50px, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-down-1, .aux-animated.aux-fade-in-down-1 { animation-name: AuxFadeInDown1; }

@keyframes AuxFadeInDown2 { from { opacity: 0; transform: translate3d(0, -75px, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-down-2, .aux-animated.aux-fade-in-down-2 { animation-name: AuxFadeInDown2; }

@keyframes AuxFadeInFromUpDownCustom { from { opacity: 0; transform: translate3d(var(--aux-anim-fade-in-from-x), var(--aux-anim-fade-in-from-y), 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-custom, .aux-animated.aux-fade-in-custom { animation-name: AuxFadeInFromUpDownCustom; }

@keyframes AuxFadeInUp { from { opacity: 0; transform: translate3d(0, 27px, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-up, .aux-animated.aux-fade-in-up { animation-name: AuxFadeInUp; }

@keyframes AuxFadeInUp1 { from { opacity: 0; transform: translate3d(0, 50px, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-up-1, .aux-animated.aux-fade-in-up-1 { animation-name: AuxFadeInUp1; }

@keyframes AuxFadeInUp2 { from { opacity: 0; transform: translate3d(0, 75px, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-up-2, .aux-animated.aux-fade-in-up-2 { animation-name: AuxFadeInUp2; }

@keyframes AuxFadeInLeft { from { opacity: 0; transform: translate3d(-27px, 0, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-left, .aux-animated.aux-fade-in-left { animation-name: AuxFadeInLeft; }

@keyframes AuxFadeInLeft1 { from { opacity: 0; transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-left-1, .aux-animated.aux-fade-in-left-1 { animation-name: AuxFadeInLeft1; }

@keyframes AuxFadeInLeft2 { from { opacity: 0; transform: translate3d(-75px, 0, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-left-2, .aux-animated.aux-fade-in-left-2 { animation-name: AuxFadeInLeft2; }

@keyframes AuxFadeInRight { from { opacity: 0; transform: translate3d(27px, 0, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-right, .aux-animated.aux-fade-in-right { animation-name: AuxFadeInRight; }

@keyframes AuxFadeInRight1 { from { opacity: 0; transform: translate3d(50px, 0, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-right-1, .aux-animated.aux-fade-in-right-1 { animation-name: AuxFadeInRight1; }

@keyframes AuxFadeInRight2 { from { opacity: 0; transform: translate3d(75px, 0, 0); }
  to { opacity: 1; transform: none; } }
.aux-anim-fade-in-right-2, .aux-animated.aux-fade-in-right-2 { animation-name: AuxFadeInRight2; }

@keyframes AuxRotateIn { from { transform-origin: center; transform: rotate3d(0, 0, 1, -200deg); }
  to { transform-origin: center; transform: none; opacity: 1; } }
.aux-anim-rotate-in, .aux-animated.aux-rotate-in { animation-name: AuxRotateIn; }

@keyframes AuxRotateInDownLeft { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -25deg); }
  to { transform-origin: left bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-down-left, .aux-animated.aux-rotate-in-down-left { animation-name: AuxRotateInDownLeft; }

@keyframes AuxRotateInDownLeft1 { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -35deg); }
  to { transform-origin: left bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-down-left-1, .aux-animated.aux-rotate-in-down-left-1 { animation-name: AuxRotateInDownLeft1; }

@keyframes AuxRotateInDownLeft2 { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, -45deg); }
  to { transform-origin: left bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-down-left-2, .aux-animated.aux-rotate-in-down-left-2 { animation-name: AuxRotateInDownLeft2; }

@keyframes AuxRotateInDownRight { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 25deg); }
  to { transform-origin: right bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-down-right, .aux-animated.aux-rotate-in-down-right { animation-name: AuxRotateInDownRight; }

@keyframes AuxRotateInDownRight1 { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 35deg); }
  to { transform-origin: right bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-down-right-1, .aux-animated.aux-rotate-in-down-right-1 { animation-name: AuxRotateInDownRight1; }

@keyframes AuxRotateInDownRight2 { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, 45deg); }
  to { transform-origin: right bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-down-right-2, .aux-animated.aux-rotate-in-down-right-2 { animation-name: AuxRotateInDownRight2; }

@keyframes AuxRotateInUpLeft { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 25deg); }
  to { transform-origin: left bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-up-left, .aux-animated.aux-rotate-in-up-left { animation-name: AuxRotateInUpLeft; }

@keyframes AuxRotateInUpLeft1 { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 35deg); }
  to { transform-origin: left bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-up-left-1, .aux-animated.aux-rotate-in-up-left-1 { animation-name: AuxRotateInUpLeft1; }

@keyframes AuxRotateInUpLeft2 { from { transform-origin: left bottom; transform: rotate3d(0, 0, 1, 45deg); }
  to { transform-origin: left bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-up-left-2, .aux-animated.aux-rotate-in-up-left-2 { animation-name: AuxRotateInUpLeft2; }

@keyframes AuxRotateInUpRight { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -35deg); }
  to { transform-origin: right bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-up-right, .aux-animated.aux-rotate-in-up-right { animation-name: AuxRotateInUpRight; }

@keyframes AuxRotateInUpRight1 { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -60deg); }
  to { transform-origin: right bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-up-right-1, .aux-animated.aux-rotate-in-up-right-1 { animation-name: AuxRotateInUpRight1; }

@keyframes AuxRotateInUpRight2 { from { transform-origin: right bottom; transform: rotate3d(0, 0, 1, -90deg); }
  to { transform-origin: right bottom; transform: none; opacity: 1; } }
.aux-anim-rotate-in-up-right-2, .aux-animated.aux-rotate-in-up-right-2 { animation-name: AuxRotateInUpRight2; }

@keyframes AuxRotateCustom { from { transform-origin: var(--aux-anim-rotate-origin); transform: rotate3d(0, 0, 1, var(--aux-anim-rotate-deg)); }
  to { transform-origin: var(--aux-anim-rotate-origin); transform: none; opacity: 1; } }
.aux-anim-rotate-custom, .aux-animated.aux-rotate-custom { animation-name: AuxRotateCustom; }

@keyframes AuxFlipInUp { from { transform: rotateX(-40deg) translateY(40px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-up, .aux-animated.aux-flip-in-up { animation-name: AuxFlipInUp; }

@keyframes AuxFlipInUp1 { from { transform: rotateX(-40deg) translateY(80px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-up-1, .aux-animated.aux-flip-in-up-1 { animation-name: AuxFlipInUp1; }

@keyframes AuxFlipInUp2 { from { transform: rotateX(-40deg) translateY(120px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-up-2, .aux-animated.aux-flip-in-up-2 { animation-name: AuxFlipInUp2; }

@keyframes AuxFlipInDown { from { transform: rotateX(40deg) translateY(-40px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-down, .aux-animated.aux-flip-in-down { animation-name: AuxFlipInDown; }

@keyframes AuxFlipInDown1 { from { transform: rotateX(40deg) translateY(-80px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-down-1, .aux-animated.aux-flip-in-down-1 { animation-name: AuxFlipInDown1; }

@keyframes AuxFlipInDown2 { from { transform: rotateX(40deg) translateY(-120px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-down-2, .aux-animated.aux-flip-in-down-2 { animation-name: AuxFlipInDown2; }

@keyframes AuxFlipInLeft { from { transform: rotateY(-40deg) translateX(40px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-left, .aux-animated.aux-flip-in-left { animation-name: AuxFlipInLeft; }

@keyframes AuxFlipInLeft1 { from { transform: rotateY(-40deg) translateX(80px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-left-1, .aux-animated.aux-flip-in-left-1 { animation-name: AuxFlipInLeft1; }

@keyframes AuxFlipInLeft2 { from { transform: rotateY(-40deg) translateX(140px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-left-2, .aux-animated.aux-flip-in-left-2 { animation-name: AuxFlipInLeft2; }

@keyframes AuxFlipInLeft3 { from { transform: rotateY(-40deg) translateX(200px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-left-3, .aux-animated.aux-flip-in-left-3 { animation-name: AuxFlipInLeft3; }

@keyframes AuxFlipInRight { from { transform: rotateY(40deg) translateX(-40px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-right, .aux-animated.aux-flip-in-right { animation-name: AuxFlipInRight; }

@keyframes AuxFlipInRight1 { from { transform: rotateY(40deg) translateX(-80px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-right-1, .aux-animated.aux-flip-in-right-1 { animation-name: AuxFlipInRight1; }

@keyframes AuxFlipInRight2 { from { transform: rotateY(40deg) translateX(-140px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-right-2, .aux-animated.aux-flip-in-right-2 { animation-name: AuxFlipInRight2; }

@keyframes AuxFlipInRight3 { from { transform: rotateY(40deg) translateX(-200px); }
  to { transform: none; opacity: 1; } }
.aux-anim-flip-in-right-3, .aux-animated.aux-flip-in-right-3 { animation-name: AuxFlipInRight3; }

@keyframes AuxZoomIn { from { transform: scale3d(0.9, 0.9, 0.9); }
  50% { opacity: 1; }
  to { transform: none; opacity: 1; } }
.aux-anim-zoom-in, .aux-animated.aux-zoom-in { animation-name: AuxZoomIn; }

@keyframes AuxZoomIn1 { from { transform: scale3d(0.8, 0.8, 0.8); }
  50% { opacity: 1; }
  to { transform: none; opacity: 1; } }
.aux-anim-zoom-in-1, .aux-animated.aux-zoom-in-1 { animation-name: AuxZoomIn1; }

@keyframes AuxZoomIn2 { from { transform: scale3d(0.7, 0.7, 0.7); }
  50% { opacity: 1; }
  to { transform: none; opacity: 1; } }
.aux-anim-zoom-in-2, .aux-animated.aux-zoom-in-2 { animation-name: AuxZoomIn2; }

@keyframes AuxZoomIn3 { from { transform: scale3d(0.6, 0.6, 0.6); }
  50% { opacity: 1; }
  to { transform: none; opacity: 1; } }
.aux-anim-zoom-in-3, .aux-animated.aux-zoom-in-3 { animation-name: AuxZoomIn3; }

@keyframes AuxScaleUp { from { transform: scale(0.9, 0.9); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-up, .aux-animated.aux-scale-up { animation-name: AuxScaleUp; }

@keyframes AuxScaleUp1 { from { transform: scale(0.7, 0.7); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-up-1, .aux-animated.aux-scale-up-1 { animation-name: AuxScaleUp1; }

@keyframes AuxScaleUp2 { from { transform: scale(0.6, 0.6); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-up-2, .aux-animated.aux-scale-up-2 { animation-name: AuxScaleUp2; }

@keyframes AuxScaleDown { from { transform: scale(1.1, 1.1); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-down, .aux-animated.aux-scale-down { animation-name: AuxScaleDown; }

@keyframes AuxScaleDown1 { from { transform: scale(1.3, 1.3); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-down-1, .aux-animated.aux-scale-down-1 { animation-name: AuxScaleDown1; }

@keyframes AuxScaleDown2 { from { transform: scale(1.4, 1.4); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-down-2, .aux-animated.aux-scale-down-2 { animation-name: AuxScaleDown2; }

@keyframes AuxScaleCustom { from { transform: scale(var(--aux-scale-custom), var(--aux-scale-custom)); }
  to { transform: none; opacity: 1; } }
.aux-anim-scale-custom, .aux-animated.aux-scale-custom { animation-name: AuxScaleCustom; }

@keyframes AuxJackInTheBox { from { transform: scale(0.1) rotate(30deg); transform-origin: center bottom; }
  50% { transform: rotate(-10deg); }
  70% { transform: rotate(3deg); }
  to { opacity: 1; transform: none; } }
.aux-anim-jack-in-box, .aux-animated.aux-jack-in-box { animation-name: AuxJackInTheBox; }

/** General Animations */
@keyframes aux-scrolldown { 0% { transform: translate(-50%, -60%); }
  100% { transform: translate(-50%, -20%); } }
@keyframes aux-header-animation { from { transform: translateY(-100%); }
  to { transform: none; } }
@keyframes AuxSlideFromRight { from { transform: translateX(100%); }
  to { opacity: 1; transform: none; } }
.aux-anim-slide-from-right, .aux-animated.aux-slide-from-right > .elementor-widget-container, .aux-animated.aux-slide-from-right > .elementor-column-wrap { animation-name: AuxSlideFromRight; }

@keyframes AuxSlideFromLeft { from { transform: translateX(-100%); }
  to { opacity: 1; transform: none; } }
.aux-anim-slide-from-left, .aux-animated.aux-slide-from-left > .elementor-widget-container, .aux-animated.aux-slide-from-left > .elementor-column-wrap { animation-name: AuxSlideFromLeft; }

@keyframes AuxSlideFromTop { from { transform: translateY(-100%); }
  to { opacity: 1; transform: none; } }
.aux-anim-slide-from-top, .aux-animated.aux-slide-from-top > .elementor-widget-container, .aux-animated.aux-slide-from-top > .elementor-column-wrap { animation-name: AuxSlideFromTop; }

@keyframes AuxSlideFromBot { from { transform: translateY(100%); }
  to { opacity: 1; transform: none; } }
.aux-anim-slide-from-bot, .aux-animated.aux-slide-from-bot > .elementor-widget-container, .aux-animated.aux-slide-from-bot > .elementor-column-wrap { animation-name: AuxSlideFromBot; }

@keyframes AuxMaskFromTop { from { clip-path: inset(0 0 100% 0); opacity: 1; }
  to { clip-path: inset(0 0 0 0); opacity: 1; } }
.aux-anim-mask-from-top, .aux-animated.aux-mask-from-top { animation-name: AuxMaskFromTop; }

@keyframes AuxMaskFromBot { from { clip-path: inset(100% 0 0 0); opacity: 1; }
  to { clip-path: inset(0 0 0 0); opacity: 1; } }
.aux-anim-mask-from-bot, .aux-animated.aux-mask-from-bot { animation-name: AuxMaskFromBot; }

@keyframes AuxMaskFromRight { from { clip-path: inset(0 0 0 100%); opacity: 1; }
  to { clip-path: inset(0 0 0 0); opacity: 1; } }
.aux-anim-mask-from-right, .aux-animated.aux-mask-from-right { animation-name: AuxMaskFromRight; }

@keyframes AuxMaskFromLeft { from { clip-path: inset(0 100% 0 0); opacity: 1; }
  to { clip-path: inset(0 0 0 0); opacity: 1; } }
.aux-anim-mask-from-left, .aux-animated.aux-mask-from-left { animation-name: AuxMaskFromLeft; }

@keyframes AuxLoadingWave { 0% { background-position: 0% 0; }
  100% { background-position: 66% 0; } }
/** Appear Animations */
.aux-appear-watch-animation { animation-duration: 1s; animation-fill-mode: both; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); opacity: 0; }
.aux-appear-watch-animation.aux-animation-off { opacity: 1; }
.aux-appear-watch-animation[data-widget_type="aux_menu_box.default"].aux-animated, .aux-appear-watch-animation[data-widget_type="aux_modern_search.default"].aux-animated { animation-timing-function: initial !important; }

.aux-animation-off { animation: none !important; }

.aux-animated.aux-slide-from-right { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-right > .elementor-widget-container, .aux-animated.aux-slide-from-right > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-animated.aux-slide-from-left { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-left > .elementor-widget-container, .aux-animated.aux-slide-from-left > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-animated.aux-slide-from-top { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-top > .elementor-widget-container, .aux-animated.aux-slide-from-top > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }
.aux-animated.aux-slide-from-bot { overflow: hidden; opacity: 1; }
.aux-animated.aux-slide-from-bot > .elementor-widget-container, .aux-animated.aux-slide-from-bot > .elementor-column-wrap { animation-duration: inherit; animation-fill-mode: inherit; animation-timing-function: inherit; animation-delay: inherit; }

.aux-isotope-animated { overflow: hidden; transition: height 800ms cubic-bezier(0.75, 0.1, 0.25, 0.9); }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim) { transition: transform 0ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 0ms cubic-bezier(0.25, 0.1, 0.25, 1); opacity: 1; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-loading { opacity: 0 !important; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-iso-hiding { transform: translateY(-10%); transition-timing-function: cubic-bezier(0.75, 0, 0.75, 0.9); z-index: 1; opacity: 0; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-iso-hidden { transform: translateY(10%); opacity: 0; }
.aux-isotope-animated .aux-iso-item:not(.aux-ajax-anim).aux-iso-revealing { transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); transform: translateY(0); z-index: 2; opacity: 1; }
.aux-isotope-animated .aux-items-loading { position: absolute; top: 0; width: 100%; height: 100%; z-index: 2; transition: all 1200ms; }
.aux-isotope-animated .aux-items-loading.aux-loading-visible { opacity: 1; visibility: visible; }
.aux-isotope-animated .aux-items-loading.aux-loading-hide { opacity: 0; visibility: hidden; }
.aux-isotope-animated .aux-items-loading .aux-loading-loop { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.aux-isotope-filters.aux-center + .aux-isotope-animated { clear: both; }

.aux-ajax-anim { opacity: 0; transform: translateY(100px) translateZ(0px); transition: transform 700ms cubic-bezier(0.25, 0.1, 0.25, 1), opacity 700ms cubic-bezier(0.25, 0.1, 0.25, 1); }
.aux-ajax-anim.aux-appeared-once { opacity: 1; transform: none; }

.aux-news-element-main, .aux-ajax-view { transition: opacity 1s ease-in-out; }

.slow-hide { opacity: 0; }

.slow-show { opacity: 1; }

.ajax-filter-loader { border: 8px solid #f3f3f3; border-top: 8px solid #3d3d3d; border-radius: 50%; width: 60px !important; height: 60px !important; animation: ajaxSpin 2s linear infinite; position: absolute; left: 0; right: 0; display: block; margin: 0 auto !important; top: 150px; z-index: -1; padding: 0 !important; }

@keyframes ajaxSpin { 0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); } }
.widget-container .aux-ajax-type-scroll:not(.aux-in-progress) .aux-load-more { display: none; }
.widget-container .aux-load-more { margin-bottom: 70px; }
.widget-container[class*="aux-ajax-type"] .aux-ajax-view { margin-bottom: 70px; }

.aux-parallax-piece { transition: transform 300ms ease-out; }

/*!>>>>>>>>>>>>>>>>>>>>>>> #special elements <<<<<<<<<<<<<<<<<<< */
.elementor .aux-divider-align-center { margin-left: auto; margin-right: auto; }
.elementor .aux-divider-align-right { margin-left: auto; }
.elementor .aux-divider-align-right { margin-left: auto; }
body > .elementor { z-index: 2; }

.elementor-section-boxed .elementor-row { width: auto; min-width: 100%; }

.elementor-widget-container:before, .elementor-widget-container:after, .elementor-section .elementor-container:before, .elementor-section .elementor-container:after { content: ''; }

.elementor-edit-area-active { z-index: 2; }

@media screen and (max-width: 1023px) { .elementor-section .elementor-container { flex-flow: nowrap; } }
/* Timeline config here */
/* --------------------------------------------------------------------------- */
/** Timeline element config file @author Averta */
.aux-timeline.aux-middle .aux-block::after { height: 25px; position: absolute; left: 50%; bottom: -26px; border-right: solid 1px gray; }

.aux-timeline { position: relative; }
.aux-timeline .aux-date-label { display: block; position: relative; clear: both; box-sizing: border-box; }
.aux-timeline::before { content: ""; display: block; height: 100%; width: 0; border-left: 1px solid #ACACAC; top: 0; position: absolute; }
.aux-timeline::after { content: ""; display: table; clear: both; }

/** Auxin Timeline Element - center layout @author Averta */
.aux-timeline.aux-center .aux-block { clear: both; margin-top: -2em; width: calc(50% - 64px); }
.aux-timeline.aux-center .aux-block::after, .aux-timeline.aux-center .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-center .aux-block:nth-child(1) { margin-top: 0; }
.aux-timeline.aux-center .aux-date-label { float: left; left: 50%; margin-top: 3em; margin-bottom: 5em; transform: translateX(-50%); }
.aux-timeline.aux-center .aux-date-label:first-child { margin-top: 0; }
.aux-timeline.aux-center .aux-block:nth-of-type(odd), .rtl .aux-timeline.aux-center .aux-block:nth-of-type(even) { float: left; }

.aux-timeline.aux-center .aux-block:nth-of-type(even), .rtl .aux-timeline.aux-center .aux-block:nth-of-type(odd) { float: right; }
.aux-timeline.aux-center::before { left: 50%; }

/** Auxin Timeline Element - left layout @author Averta */
.aux-timeline.aux-left .aux-block { clear: both; float: left; width: calc(100% - 101px); margin-top: 2em; margin-left: 101px; }
.aux-timeline.aux-left .aux-block::after, .aux-timeline.aux-left .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-left .aux-date-label { float: left; margin-top: 1em; margin-bottom: -1em; }
.aux-timeline.aux-left .aux-date-label:first-child { margin-top: 0; }
.aux-timeline.aux-left::before { left: 50.5px; }

/** Auxin Timeline Element - left layout @author Averta */
.aux-timeline.aux-right .aux-block { clear: both; float: right; width: calc(100% - 104px); margin-top: 2em; margin-right: 104px; }
.aux-timeline.aux-right .aux-block::after, .aux-timeline.aux-right .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-right .aux-date-label { float: right; margin-top: 1em; margin-bottom: -1em; }
.aux-timeline.aux-right .aux-date-label:first-child { margin-top: 0; }
.aux-timeline.aux-right::before { right: 52px; }

/** Auxin Timeline Element - middle layout @author Averta */
.aux-timeline.aux-middle .aux-block { float: left; clear: both; width: 100%; margin-top: 2em; }
.aux-timeline.aux-middle .aux-block::after, .aux-timeline.aux-middle .aux-block::before { content: ""; display: block; }
.aux-timeline.aux-middle .aux-date-label { float: left; left: 50%; margin-top: 1em; margin-bottom: -1em; transform: translateX(-50%); }
.aux-timeline.aux-middle .aux-date-label:first-child { margin-top: 0; }
.aux-timeline.aux-middle::before { left: 50%; }

.aux-timeline .aux-block { box-sizing: border-box; position: relative; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp { display: none; position: absolute; width: 100%; height: 100%; left: 0; top: 0; overflow: hidden; -ms-touch-action: none; touch-action: none; z-index: 1500; -webkit-text-size-adjust: 100%; /* create separate layer, to avoid paint on window.onscroll in webkit/blink */ -webkit-backface-visibility: hidden; outline: none; }

.pswp * { -webkit-box-sizing: border-box; box-sizing: border-box; }

.pswp img { max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity { /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */ opacity: 0.001; will-change: opacity; /* for open/close transition */ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open { display: block; }

.pswp--zoom-allowed .pswp__img { /* autoprefixer: off */ cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.pswp--zoomed-in .pswp__img { /* autoprefixer: off */ cursor: -webkit-grab; cursor: -moz-grab; cursor: grab; }

.pswp--dragging .pswp__img { /* autoprefixer: off */ cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 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; }

/* Prevent selection and tap highlights */
.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; /* for open/close transition */ -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg { will-change: opacity; /* for open/close transition */ -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap { -webkit-transition: none; transition: none; }

.pswp__container, .pswp__zoom-wrap { -webkit-backface-visibility: hidden; }

.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; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder { -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank { background: #222; }

.pswp--ie .pswp__img { width: 100% !important; height: auto !important; left: 0; top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.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; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons
 */
/* <button> css reset */
.pswp__button { width: 44px; height: 44px; position: relative; background: none; cursor: pointer; overflow: visible; -webkit-appearance: none; display: block; border: 0; padding: 0; margin: 0; float: right; opacity: 0.75; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; -webkit-box-shadow: none; box-shadow: none; }

.pswp__button:focus, .pswp__button:hover { opacity: 1; }

.pswp__button:active { outline: none; opacity: 0.9; }

.pswp__button::-moz-focus-inner { padding: 0; border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close { opacity: 1; }

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before { background: url(/wp-content/themes/phlox-pro/css/images/photoswipe/default-skin.png) 0 0 no-repeat; background-size: 264px 88px; 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) { /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before { background-image: url(/wp-content/themes/phlox-pro/css/images/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right { background: none; } }
.pswp__button--close { background-position: 0 -44px; }

.pswp__button--share { background-position: -44px -44px; }

.pswp__button--fs { display: none; }

.pswp--supports-fs .pswp__button--fs { display: block; }

.pswp--fs .pswp__button--fs { background-position: -44px 0; }

.pswp__button--zoom { display: none; background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom { display: block; }

.pswp--zoomed-in .pswp__button--zoom { background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right { visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right { background: none; 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, 0.3); height: 30px; width: 32px; position: absolute; }

.pswp__button--arrow--left:before { left: 6px; background-position: -138px -44px; }

.pswp__button--arrow--right:before { right: 6px; background-position: -94px -44px; }

/*

	2. Share modal/popup and links
 */
.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, 0.5); width: 100%; height: 100%; top: 0; left: 0; padding: 10px; position: absolute; z-index: 1600; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; -webkit-backface-visibility: hidden; will-change: opacity; }

.pswp__share-modal--hidden { display: none; }

.pswp__share-tooltip { 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, 0.25); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); -webkit-transform: translateY(6px); -ms-transform: translateY(6px); transform: translateY(6px); -webkit-transition: -webkit-transform 0.25s; transition: transform 0.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:hover { text-decoration: none; color: #000; }

.pswp__share-tooltip a:first-child { /* round corners on the first/last list item */ 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); }

/* increase size of share links on touch devices */
.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--facebook:hover:before { border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover { background: #55ACEE; color: #FFF; }

a.pswp__share--pinterest:hover { background: #CCC; color: #CE272D; }

a.pswp__share--download:hover { background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)
 */
.pswp__counter { position: absolute; left: 0; top: 0; height: 44px; font-size: 13px; line-height: 44px; color: #FFF; opacity: 0.75; padding: 0 10px; }

/*
	
	4. Caption
 */
.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; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake { visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
 */
.pswp__preloader { width: 44px; height: 44px; position: absolute; top: 0; left: 50%; margin-left: -22px; opacity: 0; -webkit-transition: opacity 0.25s ease-out; transition: opacity 0.25s ease-out; will-change: opacity; direction: ltr; }

.pswp__preloader__icn { width: 20px; height: 20px; margin: 12px; }

.pswp__preloader--active { opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn { /* We use .gif in browsers that don't support CSS animation */ background: url(/wp-content/themes/phlox-pro/css/images/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active { opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn { -webkit-animation: clockwise 500ms linear infinite; animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut { -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn { background: none; opacity: 0.75; width: 14px; height: 14px; position: absolute; left: 15px; top: 15px; margin: 0; }

.pswp--css_animation .pswp__preloader__cut {   /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/ 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: none; 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% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); } }
@keyframes donut-rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  50% { -webkit-transform: rotate(-140deg); transform: rotate(-140deg); }
  100% { -webkit-transform: rotate(0); transform: rotate(0); } }
/*
	
	6. Additional styles
 */
/* root element of UI */
.pswp__ui { -webkit-font-smoothing: auto; visibility: visible; opacity: 1; z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar { position: absolute; left: 0; top: 0; height: 44px; width: 100%; }

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { -webkit-backface-visibility: hidden; will-change: opacity; -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right { visibility: visible; }

.pswp__top-bar, .pswp__caption { background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption { background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar { opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right { opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right { /* Force paint & create composition layer for controls. */ opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.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: none; }

.jssocials-shares { margin: 0.2em 0; }

.jssocials-shares * { box-sizing: border-box; }

.jssocials-share { display: inline-block; vertical-align: top; margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child { margin-right: 0; }

.jssocials-share-logo { width: 1em; vertical-align: middle; font-size: 1.5em; }

img.jssocials-share-logo { width: auto; height: 1em; }

.jssocials-share-link { display: inline-block; text-align: center; text-decoration: none; line-height: 1; }

.jssocials-share-link.jssocials-share-link-count { padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count { display: block; font-size: .6em; margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count { padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count { height: 1em; }

.jssocials-share-label { padding-left: 0.3em; vertical-align: middle; }

.jssocials-share-count-box { display: inline-block; height: 1.5em; padding: 0 0.3em; line-height: 1; vertical-align: middle; cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count { display: none; }

.jssocials-share-count { line-height: 1.5em; vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link { color: #00aced; }

.jssocials-share-twitter .jssocials-share-link .jssocials-share-label { color: #00aced; }

.jssocials-share-twitter .jssocials-share-link:hover, .jssocials-share-twitter .jssocials-share-link:focus, .jssocials-share-twitter .jssocials-share-link:active { color: #0087ba; }

.jssocials-share-twitter .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-twitter .jssocials-share-link:active .jssocials-share-label { color: #0087ba; }

.jssocials-share-facebook .jssocials-share-link { color: #3b5998; }

.jssocials-share-facebook .jssocials-share-link .jssocials-share-label { color: #3b5998; }

.jssocials-share-facebook .jssocials-share-link:hover, .jssocials-share-facebook .jssocials-share-link:focus, .jssocials-share-facebook .jssocials-share-link:active { color: #2d4373; }

.jssocials-share-facebook .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-facebook .jssocials-share-link:active .jssocials-share-label { color: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link { color: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link .jssocials-share-label { color: #dd4b39; }

.jssocials-share-googleplus .jssocials-share-link:hover, .jssocials-share-googleplus .jssocials-share-link:focus, .jssocials-share-googleplus .jssocials-share-link:active { color: #c23321; }

.jssocials-share-googleplus .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-googleplus .jssocials-share-link:active .jssocials-share-label { color: #c23321; }

.jssocials-share-linkedin .jssocials-share-link { color: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link .jssocials-share-label { color: #007bb6; }

.jssocials-share-linkedin .jssocials-share-link:hover, .jssocials-share-linkedin .jssocials-share-link:focus, .jssocials-share-linkedin .jssocials-share-link:active { color: #005983; }

.jssocials-share-linkedin .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-linkedin .jssocials-share-link:active .jssocials-share-label { color: #005983; }

.jssocials-share-pinterest .jssocials-share-link { color: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link .jssocials-share-label { color: #cb2027; }

.jssocials-share-pinterest .jssocials-share-link:hover, .jssocials-share-pinterest .jssocials-share-link:focus, .jssocials-share-pinterest .jssocials-share-link:active { color: #9f191f; }

.jssocials-share-pinterest .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pinterest .jssocials-share-link:active .jssocials-share-label { color: #9f191f; }

.jssocials-share-email .jssocials-share-link { color: #3490F3; }

.jssocials-share-email .jssocials-share-link .jssocials-share-label { color: #3490F3; }

.jssocials-share-email .jssocials-share-link:hover, .jssocials-share-email .jssocials-share-link:focus, .jssocials-share-email .jssocials-share-link:active { color: #0e76e6; }

.jssocials-share-email .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-email .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-email .jssocials-share-link:active .jssocials-share-label { color: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link { color: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link .jssocials-share-label { color: #eb4823; }

.jssocials-share-stumbleupon .jssocials-share-link:hover, .jssocials-share-stumbleupon .jssocials-share-link:focus, .jssocials-share-stumbleupon .jssocials-share-link:active { color: #c93412; }

.jssocials-share-stumbleupon .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-stumbleupon .jssocials-share-link:active .jssocials-share-label { color: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link { color: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link .jssocials-share-label { color: #29a628; }

.jssocials-share-whatsapp .jssocials-share-link:hover, .jssocials-share-whatsapp .jssocials-share-link:focus, .jssocials-share-whatsapp .jssocials-share-link:active { color: #1f7d1e; }

.jssocials-share-whatsapp .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-whatsapp .jssocials-share-link:active .jssocials-share-label { color: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link { color: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link .jssocials-share-label { color: #2ca5e0; }

.jssocials-share-telegram .jssocials-share-link:hover, .jssocials-share-telegram .jssocials-share-link:focus, .jssocials-share-telegram .jssocials-share-link:active { color: #1c88bd; }

.jssocials-share-telegram .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-telegram .jssocials-share-link:active .jssocials-share-label { color: #1c88bd; }

.jssocials-share-line .jssocials-share-link { color: #25af00; }

.jssocials-share-line .jssocials-share-link .jssocials-share-label { color: #25af00; }

.jssocials-share-line .jssocials-share-link:hover, .jssocials-share-line .jssocials-share-link:focus, .jssocials-share-line .jssocials-share-link:active { color: #1a7c00; }

.jssocials-share-line .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-line .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-line .jssocials-share-link:active .jssocials-share-label { color: #1a7c00; }

.jssocials-share-viber .jssocials-share-link { color: #7b519d; }

.jssocials-share-viber .jssocials-share-link .jssocials-share-label { color: #7b519d; }

.jssocials-share-viber .jssocials-share-link:hover, .jssocials-share-viber .jssocials-share-link:focus, .jssocials-share-viber .jssocials-share-link:active { color: #61407b; }

.jssocials-share-viber .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-viber .jssocials-share-link:active .jssocials-share-label { color: #61407b; }

.jssocials-share-pocket .jssocials-share-link { color: #ef4056; }

.jssocials-share-pocket .jssocials-share-link .jssocials-share-label { color: #ef4056; }

.jssocials-share-pocket .jssocials-share-link:hover, .jssocials-share-pocket .jssocials-share-link:focus, .jssocials-share-pocket .jssocials-share-link:active { color: #e9132e; }

.jssocials-share-pocket .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-pocket .jssocials-share-link:active .jssocials-share-label { color: #e9132e; }

.jssocials-share-messenger .jssocials-share-link { color: #0084ff; }

.jssocials-share-messenger .jssocials-share-link .jssocials-share-label { color: #0084ff; }

.jssocials-share-messenger .jssocials-share-link:hover, .jssocials-share-messenger .jssocials-share-link:focus, .jssocials-share-messenger .jssocials-share-link:active { color: #006acc; }

.jssocials-share-messenger .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-messenger .jssocials-share-link:active .jssocials-share-label { color: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link { color: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link .jssocials-share-label { color: #45668e; }

.jssocials-share-vkontakte .jssocials-share-link:hover, .jssocials-share-vkontakte .jssocials-share-link:focus, .jssocials-share-vkontakte .jssocials-share-link:active { color: #344d6c; }

.jssocials-share-vkontakte .jssocials-share-link:hover .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:focus .jssocials-share-label, .jssocials-share-vkontakte .jssocials-share-link:active .jssocials-share-label { color: #344d6c; }

.jssocials-share-link { -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count { font-size: .5em; }

.jssocials-share-label { font-size: 0.8em; color: #444; -webkit-transition: color 200ms ease-in-out; transition: color 200ms ease-in-out; }

.jssocials-share-count-box { margin-left: 0.3em; border: 1px solid #efefef; border-radius: 0.3em; }

.jssocials-share-count-box .jssocials-share-count { line-height: 1.8em; font-size: 0.8em; color: #444; }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after { content: " "; display: block; background: #fff; position: absolute; z-index: 30; -moz-box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8); -webkit-box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8); box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8); }

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after { width: 2px; height: 9999px; left: 50%; margin-left: -1px; }

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after { width: 9999px; height: 2px; top: 50%; margin-top: -1px; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { position: absolute; top: 0; width: 100%; height: 100%; }

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay { -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }

.twentytwenty-before-label, .twentytwenty-after-label { -moz-transition-property: opacity; -o-transition-property: opacity; -webkit-transition-property: opacity; transition-property: opacity; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before { color: #fff; font-size: 13px; letter-spacing: 0.1em; }

.twentytwenty-before-label:before, .twentytwenty-after-label:before { position: absolute; background: rgba(255, 255, 255, 0.2); line-height: 38px; padding: 0 20px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }

.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before { top: 50%; margin-top: -19px; }

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before { left: 50%; margin-left: -45px; text-align: center; width: 90px; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow { width: 0; height: 0; border: 5px inset transparent; position: absolute; }

.twentytwenty-left-arrow, .twentytwenty-right-arrow { top: 50%; margin-top: -5px; }

.twentytwenty-up-arrow, .twentytwenty-down-arrow { left: 50%; margin-left: -5px; }

.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%; position: absolute; top: 0; display: block; }
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay { background: transparent; }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label { opacity: 0; }
.twentytwenty-container * { box-sizing: content-box; }

.twentytwenty-before-label { opacity: 0; }
.twentytwenty-before-label:before { content: "Before"; }

.twentytwenty-after-label { opacity: 0; }
.twentytwenty-after-label:before { content: "After"; }

.twentytwenty-horizontal .twentytwenty-before-label:before { left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before { right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before { top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before { bottom: 10px; }

.twentytwenty-overlay { -moz-transition-property: background; -o-transition-property: background; -webkit-transition-property: background; transition-property: background; background: transparent; z-index: 25; }
.twentytwenty-overlay:hover { background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label { opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label { opacity: 1; }

.twentytwenty-before { z-index: 20; }

.twentytwenty-after { z-index: 10; }

.twentytwenty-handle { height: 45px; width: 45px; position: absolute; left: 50%; top: 50%; margin-left: -24.5px; margin-top: -24.5px; border: 2px solid #fff; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -moz-box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8); -webkit-box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8); box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8); z-index: 40; cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before { bottom: 50%; margin-bottom: 24.5px; -moz-box-shadow: 0 2px 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); -webkit-box-shadow: 0 2px 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); box-shadow: 0 2px 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); }
.twentytwenty-horizontal .twentytwenty-handle:after { top: 50%; margin-top: 24.5px; -moz-box-shadow: 0 -2px 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); -webkit-box-shadow: 0 -2px 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); box-shadow: 0 -2px 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); }

.twentytwenty-vertical .twentytwenty-handle:before { left: 50%; margin-left: 24.5px; -moz-box-shadow: 2px 0 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); -webkit-box-shadow: 2px 0 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); box-shadow: 2px 0 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); }
.twentytwenty-vertical .twentytwenty-handle:after { right: 50%; margin-right: 24.5px; -moz-box-shadow: -2px 0 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); -webkit-box-shadow: -2px 0 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); box-shadow: -2px 0 0 #fff, 0px 0px 2px rgba(61, 61, 61, 0.8); }

.twentytwenty-left-arrow { border-right: 5px solid #505050; left: 50%; margin-left: -13.5px; }

.twentytwenty-right-arrow { border-left: 5px solid #505050; right: 50%; margin-right: -13.5px; }

.twentytwenty-up-arrow { border-bottom: 5px solid #505050; top: 50%; margin-top: -13.5px; }

.twentytwenty-down-arrow { border-top: 5px solid #505050; bottom: 50%; margin-bottom: -13.5px; }

dialog { position: absolute; left: 0; right: 0; width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; height: -moz-fit-content; height: -webkit-fit-content; height: fit-content; margin: auto; border: solid; padding: 1em; background: white; color: black; display: block; }

dialog:not([open]) { display: none; }

dialog + .backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.1); }

._dialog_overlay { position: fixed; top: 0; right: 0; bottom: 0; left: 0; }

dialog.fixed { position: fixed; top: 50%; transform: translate(0, -50%); }

.hljs-androidstudio .hljs { color: #a9b7c6; background: #282b2e; display: block; overflow-x: auto; padding: 0.5em; }
.hljs-androidstudio .hljs-number, .hljs-androidstudio .hljs-literal, .hljs-androidstudio .hljs-symbol, .hljs-androidstudio .hljs-bullet { color: #6897BB; }
.hljs-androidstudio .hljs-keyword, .hljs-androidstudio .hljs-selector-tag, .hljs-androidstudio .hljs-deletion { color: #cc7832; }
.hljs-androidstudio .hljs-variable, .hljs-androidstudio .hljs-template-variable, .hljs-androidstudio .hljs-link { color: #629755; }
.hljs-androidstudio .hljs-comment, .hljs-androidstudio .hljs-quote { color: #808080; }
.hljs-androidstudio .hljs-meta { color: #bbb529; }
.hljs-androidstudio .hljs-string, .hljs-androidstudio .hljs-attribute, .hljs-androidstudio .hljs-addition { color: #6A8759; }
.hljs-androidstudio .hljs-section, .hljs-androidstudio .hljs-title, .hljs-androidstudio .hljs-type { color: #ffc66d; }
.hljs-androidstudio .hljs-name, .hljs-androidstudio .hljs-selector-id, .hljs-androidstudio .hljs-selector-class { color: #e8bf6a; }
.hljs-androidstudio .hljs-emphasis { font-style: italic; }
.hljs-androidstudio .hljs-strong { font-weight: bold; }

.hljs-atom-one-dark .hljs { display: block; overflow-x: auto; padding: 0.5em; color: #abb2bf; background: #282c34; }
.hljs-atom-one-dark .hljs-comment, .hljs-atom-one-dark .hljs-quote { color: #5c6370; font-style: italic; }
.hljs-atom-one-dark .hljs-doctag, .hljs-atom-one-dark .hljs-keyword, .hljs-atom-one-dark .hljs-formula { color: #c678dd; }
.hljs-atom-one-dark .hljs-section, .hljs-atom-one-dark .hljs-name, .hljs-atom-one-dark .hljs-selector-tag, .hljs-atom-one-dark .hljs-deletion, .hljs-atom-one-dark .hljs-subst { color: #e06c75; }
.hljs-atom-one-dark .hljs-literal { color: #56b6c2; }
.hljs-atom-one-dark .hljs-string, .hljs-atom-one-dark .hljs-regexp, .hljs-atom-one-dark .hljs-addition, .hljs-atom-one-dark .hljs-attribute, .hljs-atom-one-dark .hljs-meta-string { color: #98c379; }
.hljs-atom-one-dark .hljs-built_in, .hljs-atom-one-dark .hljs-class .hljs-title { color: #e6c07b; }
.hljs-atom-one-dark .hljs-attr, .hljs-atom-one-dark .hljs-variable, .hljs-atom-one-dark .hljs-template-variable, .hljs-atom-one-dark .hljs-type, .hljs-atom-one-dark .hljs-selector-class, .hljs-atom-one-dark .hljs-selector-attr, .hljs-atom-one-dark .hljs-selector-pseudo, .hljs-atom-one-dark .hljs-number { color: #d19a66; }
.hljs-atom-one-dark .hljs-symbol, .hljs-atom-one-dark .hljs-bullet, .hljs-atom-one-dark .hljs-link, .hljs-atom-one-dark .hljs-meta, .hljs-atom-one-dark .hljs-selector-id, .hljs-atom-one-dark .hljs-title { color: #61aeee; }
.hljs-atom-one-dark .hljs-emphasis { font-style: italic; }
.hljs-atom-one-dark .hljs-strong { font-weight: bold; }
.hljs-atom-one-dark .hljs-link { text-decoration: underline; }

.hljs-atom-one-light .hljs { display: block; overflow-x: auto; padding: 0.5em; color: #383a42; background: #fafafa; }
.hljs-atom-one-light .hljs-comment, .hljs-atom-one-light .hljs-quote { color: #a0a1a7; font-style: italic; }
.hljs-atom-one-light .hljs-doctag, .hljs-atom-one-light .hljs-keyword, .hljs-atom-one-light .hljs-formula { color: #a626a4; }
.hljs-atom-one-light .hljs-section, .hljs-atom-one-light .hljs-name, .hljs-atom-one-light .hljs-selector-tag, .hljs-atom-one-light .hljs-deletion, .hljs-atom-one-light .hljs-subst { color: #e45649; }
.hljs-atom-one-light .hljs-literal { color: #0184bb; }
.hljs-atom-one-light .hljs-string, .hljs-atom-one-light .hljs-regexp, .hljs-atom-one-light .hljs-addition, .hljs-atom-one-light .hljs-attribute, .hljs-atom-one-light .hljs-meta-string { color: #50a14f; }
.hljs-atom-one-light .hljs-built_in, .hljs-atom-one-light .hljs-class .hljs-title { color: #c18401; }
.hljs-atom-one-light .hljs-attr, .hljs-atom-one-light .hljs-variable, .hljs-atom-one-light .hljs-template-variable, .hljs-atom-one-light .hljs-type, .hljs-atom-one-light .hljs-selector-class, .hljs-atom-one-light .hljs-selector-attr, .hljs-atom-one-light .hljs-selector-pseudo, .hljs-atom-one-light .hljs-number { color: #986801; }
.hljs-atom-one-light .hljs-symbol, .hljs-atom-one-light .hljs-bullet, .hljs-atom-one-light .hljs-link, .hljs-atom-one-light .hljs-meta, .hljs-atom-one-light .hljs-selector-id, .hljs-atom-one-light .hljs-title { color: #4078f2; }
.hljs-atom-one-light .hljs-emphasis { font-style: italic; }
.hljs-atom-one-light .hljs-strong { font-weight: bold; }
.hljs-atom-one-light .hljs-link { text-decoration: underline; }

/* Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
*/
.hljs-default { /* Base color: saturation 0; */ /* User color: hue: 0 */ /* Language color: hue: 90; */ /* Meta color: hue: 200 */ /* Misc effects */ }
.hljs-default .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #F0F0F0; }
.hljs-default .hljs, .hljs-default .hljs-subst { color: #444; }
.hljs-default .hljs-comment { color: #888888; }
.hljs-default .hljs-keyword, .hljs-default .hljs-attribute, .hljs-default .hljs-selector-tag, .hljs-default .hljs-meta-keyword, .hljs-default .hljs-doctag, .hljs-default .hljs-name { font-weight: bold; }
.hljs-default .hljs-type, .hljs-default .hljs-string, .hljs-default .hljs-number, .hljs-default .hljs-selector-id, .hljs-default .hljs-selector-class, .hljs-default .hljs-quote, .hljs-default .hljs-template-tag, .hljs-default .hljs-deletion { color: #880000; }
.hljs-default .hljs-title, .hljs-default .hljs-section { color: #880000; font-weight: bold; }
.hljs-default .hljs-regexp, .hljs-default .hljs-symbol, .hljs-default .hljs-variable, .hljs-default .hljs-template-variable, .hljs-default .hljs-link, .hljs-default .hljs-selector-attr, .hljs-default .hljs-selector-pseudo { color: #BC6060; }
.hljs-default .hljs-literal { color: #78A960; }
.hljs-default .hljs-built_in, .hljs-default .hljs-bullet, .hljs-default .hljs-code, .hljs-default .hljs-addition { color: #397300; }
.hljs-default .hljs-meta { color: #1f7199; }
.hljs-default .hljs-meta-string { color: #4d99bf; }
.hljs-default .hljs-emphasis { font-style: italic; }
.hljs-default .hljs-strong { font-weight: bold; }

/* github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
.hljs-github .hljs { display: block; overflow-x: auto; padding: 0.5em; color: #333; background: #f8f8f8; }
.hljs-github .hljs-comment, .hljs-github .hljs-quote { color: #998; font-style: italic; }
.hljs-github .hljs-keyword, .hljs-github .hljs-selector-tag, .hljs-github .hljs-subst { color: #333; font-weight: bold; }
.hljs-github .hljs-number, .hljs-github .hljs-literal, .hljs-github .hljs-variable, .hljs-github .hljs-template-variable, .hljs-github .hljs-tag .hljs-attr { color: #008080; }
.hljs-github .hljs-string, .hljs-github .hljs-doctag { color: #d14; }
.hljs-github .hljs-title, .hljs-github .hljs-section, .hljs-github .hljs-selector-id { color: #900; font-weight: bold; }
.hljs-github .hljs-subst { font-weight: normal; }
.hljs-github .hljs-type, .hljs-github .hljs-class .hljs-title { color: #458; font-weight: bold; }
.hljs-github .hljs-tag, .hljs-github .hljs-name, .hljs-github .hljs-attribute { color: #000080; font-weight: normal; }
.hljs-github .hljs-regexp, .hljs-github .hljs-link { color: #009926; }
.hljs-github .hljs-symbol, .hljs-github .hljs-bullet { color: #990073; }
.hljs-github .hljs-built_in, .hljs-github .hljs-builtin-name { color: #0086b3; }
.hljs-github .hljs-meta { color: #999; font-weight: bold; }
.hljs-github .hljs-deletion { background: #fdd; }
.hljs-github .hljs-addition { background: #dfd; }
.hljs-github .hljs-emphasis { font-style: italic; }
.hljs-github .hljs-strong { font-weight: bold; }

/* Google Code style (c) Aahan Krish <geekpanth3r@gmail.com>
*/
.hljs-googlecode .hljs { display: block; overflow-x: auto; padding: 0.5em; background: white; color: black; }
.hljs-googlecode .hljs-comment, .hljs-googlecode .hljs-quote { color: #800; }
.hljs-googlecode .hljs-keyword, .hljs-googlecode .hljs-selector-tag, .hljs-googlecode .hljs-section, .hljs-googlecode .hljs-title, .hljs-googlecode .hljs-name { color: #008; }
.hljs-googlecode .hljs-variable, .hljs-googlecode .hljs-template-variable { color: #660; }
.hljs-googlecode .hljs-string, .hljs-googlecode .hljs-selector-attr, .hljs-googlecode .hljs-selector-pseudo, .hljs-googlecode .hljs-regexp { color: #080; }
.hljs-googlecode .hljs-literal, .hljs-googlecode .hljs-symbol, .hljs-googlecode .hljs-bullet, .hljs-googlecode .hljs-meta, .hljs-googlecode .hljs-number, .hljs-googlecode .hljs-link { color: #066; }
.hljs-googlecode .hljs-title, .hljs-googlecode .hljs-doctag, .hljs-googlecode .hljs-type, .hljs-googlecode .hljs-attr, .hljs-googlecode .hljs-built_in, .hljs-googlecode .hljs-builtin-name, .hljs-googlecode .hljs-params { color: #606; }
.hljs-googlecode .hljs-attribute, .hljs-googlecode .hljs-subst { color: #000; }
.hljs-googlecode .hljs-formula { background-color: #eee; font-style: italic; }
.hljs-googlecode .hljs-selector-id, .hljs-googlecode .hljs-selector-class { color: #9B703F; }
.hljs-googlecode .hljs-addition { background-color: #baeeba; }
.hljs-googlecode .hljs-deletion { background-color: #ffc8bd; }
.hljs-googlecode .hljs-doctag, .hljs-googlecode .hljs-strong { font-weight: bold; }
.hljs-googlecode .hljs-emphasis { font-style: italic; }

.hljs-railscasts .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #232323; color: #e6e1dc; }
.hljs-railscasts .hljs-comment, .hljs-railscasts .hljs-quote { color: #bc9458; font-style: italic; }
.hljs-railscasts .hljs-keyword, .hljs-railscasts .hljs-selector-tag { color: #c26230; }
.hljs-railscasts .hljs-string, .hljs-railscasts .hljs-number, .hljs-railscasts .hljs-regexp, .hljs-railscasts .hljs-variable, .hljs-railscasts .hljs-template-variable { color: #a5c261; }
.hljs-railscasts .hljs-subst { color: #519f50; }
.hljs-railscasts .hljs-tag, .hljs-railscasts .hljs-name { color: #e8bf6a; }
.hljs-railscasts .hljs-type { color: #da4939; }
.hljs-railscasts .hljs-symbol, .hljs-railscasts .hljs-bullet, .hljs-railscasts .hljs-built_in, .hljs-railscasts .hljs-builtin-name, .hljs-railscasts .hljs-attr, .hljs-railscasts .hljs-link { color: #6d9cbe; }
.hljs-railscasts .hljs-params { color: #d0d0ff; }
.hljs-railscasts .hljs-attribute { color: #cda869; }
.hljs-railscasts .hljs-meta { color: #9b859d; }
.hljs-railscasts .hljs-title, .hljs-railscasts .hljs-section { color: #ffc66d; }
.hljs-railscasts .hljs-addition { background-color: #144212; color: #e6e1dc; display: inline-block; width: 100%; }
.hljs-railscasts .hljs-deletion { background-color: #600; color: #e6e1dc; display: inline-block; width: 100%; }
.hljs-railscasts .hljs-selector-class { color: #9b703f; }
.hljs-railscasts .hljs-selector-id { color: #8b98ab; }
.hljs-railscasts .hljs-emphasis { font-style: italic; }
.hljs-railscasts .hljs-strong { font-weight: bold; }
.hljs-railscasts .hljs-link { text-decoration: underline; }

.hljs-solarized-light .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #fdf6e3; color: #657b83; }
.hljs-solarized-light .hljs-comment, .hljs-solarized-light .hljs-quote { color: #93a1a1; }
.hljs-solarized-light .hljs-keyword, .hljs-solarized-light .hljs-selector-tag, .hljs-solarized-light .hljs-addition { color: #859900; }
.hljs-solarized-light .hljs-number, .hljs-solarized-light .hljs-string, .hljs-solarized-light .hljs-meta .hljs-meta-string, .hljs-solarized-light .hljs-literal, .hljs-solarized-light .hljs-doctag, .hljs-solarized-light .hljs-regexp { color: #2aa198; }
.hljs-solarized-light .hljs-title, .hljs-solarized-light .hljs-section, .hljs-solarized-light .hljs-name, .hljs-solarized-light .hljs-selector-id, .hljs-solarized-light .hljs-selector-class { color: #268bd2; }
.hljs-solarized-light .hljs-attribute, .hljs-solarized-light .hljs-attr, .hljs-solarized-light .hljs-variable, .hljs-solarized-light .hljs-template-variable, .hljs-solarized-light .hljs-class .hljs-title, .hljs-solarized-light .hljs-type { color: #b58900; }
.hljs-solarized-light .hljs-symbol, .hljs-solarized-light .hljs-bullet, .hljs-solarized-light .hljs-subst, .hljs-solarized-light .hljs-meta, .hljs-solarized-light .hljs-meta .hljs-keyword, .hljs-solarized-light .hljs-selector-attr, .hljs-solarized-light .hljs-selector-pseudo, .hljs-solarized-light .hljs-link { color: #cb4b16; }
.hljs-solarized-light .hljs-built_in, .hljs-solarized-light .hljs-deletion { color: #dc322f; }
.hljs-solarized-light .hljs-formula { background: #eee8d5; }
.hljs-solarized-light .hljs-emphasis { font-style: italic; }
.hljs-solarized-light .hljs-strong { font-weight: bold; }

/* Tomorrow Night Eighties Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
/* Tomorrow Comment */
.hljs-tomorrow-night { /* Tomorrow Red */ /* Tomorrow Orange */ /* Tomorrow Yellow */ /* Tomorrow Green */ /* Tomorrow Blue */ /* Tomorrow Purple */ }
.hljs-tomorrow-night .hljs-comment, .hljs-tomorrow-night .hljs-quote { color: #999999; }
.hljs-tomorrow-night .hljs-variable, .hljs-tomorrow-night .hljs-template-variable, .hljs-tomorrow-night .hljs-tag, .hljs-tomorrow-night .hljs-name, .hljs-tomorrow-night .hljs-selector-id, .hljs-tomorrow-night .hljs-selector-class, .hljs-tomorrow-night .hljs-regexp, .hljs-tomorrow-night .hljs-deletion { color: #f2777a; }
.hljs-tomorrow-night .hljs-number, .hljs-tomorrow-night .hljs-built_in, .hljs-tomorrow-night .hljs-builtin-name, .hljs-tomorrow-night .hljs-literal, .hljs-tomorrow-night .hljs-type, .hljs-tomorrow-night .hljs-params, .hljs-tomorrow-night .hljs-meta, .hljs-tomorrow-night .hljs-link { color: #f99157; }
.hljs-tomorrow-night .hljs-attribute { color: #ffcc66; }
.hljs-tomorrow-night .hljs-string, .hljs-tomorrow-night .hljs-symbol, .hljs-tomorrow-night .hljs-bullet, .hljs-tomorrow-night .hljs-addition { color: #99cc99; }
.hljs-tomorrow-night .hljs-title, .hljs-tomorrow-night .hljs-section { color: #6699cc; }
.hljs-tomorrow-night .hljs-keyword, .hljs-tomorrow-night .hljs-selector-tag { color: #cc99cc; }
.hljs-tomorrow-night .hljs { display: block; overflow-x: auto; background: #2d2d2d; color: #cccccc; padding: 0.5em; }
.hljs-tomorrow-night .hljs-emphasis { font-style: italic; }
.hljs-tomorrow-night .hljs-strong { font-weight: bold; }

/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
.hljs-tomorrow { /* Tomorrow Comment */ /* Tomorrow Red */ /* Tomorrow Orange */ /* Tomorrow Yellow */ /* Tomorrow Green */ /* Tomorrow Blue */ /* Tomorrow Purple */ }
.hljs-tomorrow .hljs-comment, .hljs-tomorrow .hljs-quote { color: #8e908c; }
.hljs-tomorrow .hljs-variable, .hljs-tomorrow .hljs-template-variable, .hljs-tomorrow .hljs-tag, .hljs-tomorrow .hljs-name, .hljs-tomorrow .hljs-selector-id, .hljs-tomorrow .hljs-selector-class, .hljs-tomorrow .hljs-regexp, .hljs-tomorrow .hljs-deletion { color: #c82829; }
.hljs-tomorrow .hljs-number, .hljs-tomorrow .hljs-built_in, .hljs-tomorrow .hljs-builtin-name, .hljs-tomorrow .hljs-literal, .hljs-tomorrow .hljs-type, .hljs-tomorrow .hljs-params, .hljs-tomorrow .hljs-meta, .hljs-tomorrow .hljs-link { color: #f5871f; }
.hljs-tomorrow .hljs-attribute { color: #eab700; }
.hljs-tomorrow .hljs-string, .hljs-tomorrow .hljs-symbol, .hljs-tomorrow .hljs-bullet, .hljs-tomorrow .hljs-addition { color: #718c00; }
.hljs-tomorrow .hljs-title, .hljs-tomorrow .hljs-section { color: #4271ae; }
.hljs-tomorrow .hljs-keyword, .hljs-tomorrow .hljs-selector-tag { color: #8959a8; }
.hljs-tomorrow .hljs { display: block; overflow-x: auto; background: white; color: #4d4d4c; padding: 0.5em; }
.hljs-tomorrow .hljs-emphasis { font-style: italic; }
.hljs-tomorrow .hljs-strong { font-weight: bold; }

/*
Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
*/
.hljs-vs .hljs { display: block; overflow-x: auto; padding: 0.5em; background: white; color: black; }
.hljs-vs .hljs-comment, .hljs-vs .hljs-quote, .hljs-vs .hljs-variable { color: #008000; }
.hljs-vs .hljs-keyword, .hljs-vs .hljs-selector-tag, .hljs-vs .hljs-built_in, .hljs-vs .hljs-name, .hljs-vs .hljs-tag { color: #00f; }
.hljs-vs .hljs-string, .hljs-vs .hljs-title, .hljs-vs .hljs-section, .hljs-vs .hljs-attribute, .hljs-vs .hljs-literal, .hljs-vs .hljs-template-tag, .hljs-vs .hljs-template-variable, .hljs-vs .hljs-type, .hljs-vs .hljs-addition { color: #a31515; }
.hljs-vs .hljs-deletion, .hljs-vs .hljs-selector-attr, .hljs-vs .hljs-selector-pseudo, .hljs-vs .hljs-meta { color: #2b91af; }
.hljs-vs .hljs-doctag { color: #808080; }
.hljs-vs .hljs-attr { color: #f00; }
.hljs-vs .hljs-symbol, .hljs-vs .hljs-bullet, .hljs-vs .hljs-link { color: #00b0e8; }
.hljs-vs .hljs-emphasis { font-style: italic; }
.hljs-vs .hljs-strong { font-weight: bold; }

/* Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru> based on dark.css by Ivan Sagalaev
*/
.hljs-zenburn .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #3f3f3f; color: #dcdcdc; }
.hljs-zenburn .hljs-keyword, .hljs-zenburn .hljs-selector-tag, .hljs-zenburn .hljs-tag { color: #e3ceab; }
.hljs-zenburn .hljs-template-tag { color: #dcdcdc; }
.hljs-zenburn .hljs-number { color: #8cd0d3; }
.hljs-zenburn .hljs-variable, .hljs-zenburn .hljs-template-variable, .hljs-zenburn .hljs-attribute { color: #efdcbc; }
.hljs-zenburn .hljs-literal { color: #efefaf; }
.hljs-zenburn .hljs-subst { color: #8f8f8f; }
.hljs-zenburn .hljs-title, .hljs-zenburn .hljs-name, .hljs-zenburn .hljs-selector-id, .hljs-zenburn .hljs-selector-class, .hljs-zenburn .hljs-section, .hljs-zenburn .hljs-type { color: #efef8f; }
.hljs-zenburn .hljs-symbol, .hljs-zenburn .hljs-bullet, .hljs-zenburn .hljs-link { color: #dca3a3; }
.hljs-zenburn .hljs-deletion, .hljs-zenburn .hljs-string, .hljs-zenburn .hljs-built_in, .hljs-zenburn .hljs-builtin-name { color: #cc9393; }
.hljs-zenburn .hljs-addition, .hljs-zenburn .hljs-comment, .hljs-zenburn .hljs-quote, .hljs-zenburn .hljs-meta { color: #7f9f7f; }
.hljs-zenburn .hljs-emphasis { font-style: italic; }
.hljs-zenburn .hljs-strong { font-weight: bold; }

/* Container style */
.ps { overflow: hidden !important; overflow-anchor: none; -ms-overflow-style: none; touch-action: auto; -ms-touch-action: auto; }

/* Scrollbar rail styles */
.ps__rail-x { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; height: 15px; /* there must be 'bottom' or 'top' for ps__rail-x */ bottom: 0px; /* please don't change 'position' */ position: absolute; }

.ps__rail-y { display: none; opacity: 0; transition: background-color .2s linear, opacity .2s linear; -webkit-transition: background-color .2s linear, opacity .2s linear; width: 15px; /* there must be 'right' or 'left' for ps__rail-y */ right: 0; /* please don't change 'position' */ position: absolute; }

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y { display: block; background-color: transparent; }

.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y { opacity: 0.6; }

.ps__rail-x:hover, .ps__rail-y:hover, .ps__rail-x:focus, .ps__rail-y:focus { background-color: #eee; opacity: 0.9; }

/* Scrollbar thumb styles */
.ps__thumb-x { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, height .2s ease-in-out; -webkit-transition: background-color .2s linear, height .2s ease-in-out; height: 6px; /* there must be 'bottom' for ps__thumb-x */ bottom: 2px; /* please don't change 'position' */ position: absolute; }

.ps__thumb-y { background-color: #aaa; border-radius: 6px; transition: background-color .2s linear, width .2s ease-in-out; -webkit-transition: background-color .2s linear, width .2s ease-in-out; width: 6px; /* there must be 'right' for ps__thumb-y */ right: 2px; /* please don't change 'position' */ position: absolute; }

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x { background-color: #999; height: 11px; }

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y { background-color: #999; width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) { .ps { overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ps { overflow: auto !important; } }
.wpulike.aux-wpulike { padding: 0; }
.wpulike.aux-wpulike .wp_ulike_general_class { border: none; padding: 0; border-radius: 0; box-shadow: none; color: #AAA; }
.wpulike.aux-wpulike .wp_ulike_general_class.wp_ulike_is_loading .wp_ulike_btn:before { opacity: 0; }
.wpulike.aux-wpulike .wp_ulike_general_class.wp_ulike_is_liked .wp_ulike_btn { color: #e74c3c; }
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn { padding: 0; font-size: 14px; }
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn:after { display: none; }
.wpulike.aux-wpulike .wp_ulike_general_class .wp_ulike_btn:before { display: block; font-family: "auxin-front" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; }
.wpulike.aux-wpulike .wp_ulike_general_class .count-box { padding: 0; margin-left: 5px; font-size: 14px; line-height: normal; font-weight: inherit; color: #AAA; }
.wpulike.aux-wpulike .wp_ulike_likers_wrapper { visibility: hidden; }

.wpulike.aux-wpulike-single { /* Single Post Styles */ }
.entry-meta .wpulike.aux-wpulike-single { order: 2; margin-right: 10px; }
.entry-meta .wpulike.aux-wpulike-single .wp_ulike_general_class { display: block; color: #3D3D3D; }
.entry-meta .wpulike.aux-wpulike-single .wp_ulike_btn { display: block; }
.entry-meta .wpulike.aux-wpulike-single .count-box { display: none; }

.wpulike.aux-wpulike-widget { /* Post Widgets Styles */ }
.comments-iconic .wpulike.aux-wpulike-widget { margin-right: 5px; }

.wpulike.aux-wpulike-portfolio { /* Single Portfolio Styles */ display: inline-block; margin-right: 30px; }
.wpulike.aux-wpulike-portfolio .wp_ulike_general_class .count-box { color: #3D3D3D; }

.wpulike.aux-wpulike-portfolio-widget { /* Portfolio Widgets Styles */ float: right; }

.wpulike.aux-wpulike-news { /* Single news Styles */ }
.entry-meta .wpulike.aux-wpulike-news { order: 2; margin-right: 10px; }
.entry-meta .wpulike.aux-wpulike-news .wp_ulike_general_class { display: block; color: #3D3D3D; }
.entry-meta .wpulike.aux-wpulike-news .wp_ulike_btn { display: block; }
.entry-meta .wpulike.aux-wpulike-news .count-box { display: none; }

.wpulike.aux-wpulike-news-widget { /* Portfolio Widgets Styles */ }
.comments-iconic .wpulike.aux-wpulike-news-widget { display: flex; }

/*!>>>>>>>>>>>>>>>>>>>>>>>> #Elements <<<<<<<<<<<<<<<<<<<<<<<<<< */
/** Row styles */
.vc_row.vc_row-flex > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.vc_row.vc_row-flex > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.vc_row.vc_row-flex > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-grow: 1; flex-grow: 1; -webkit-flex-direction: column; flex-direction: column; }
@media (-ms-high-contrast: active), (-ms-high-contrast: none) { .vc_row.vc_row-flex > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner { /* IE10+ specific styles */ }
  .vc_row.vc_row-flex > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner > * { min-height: 1em; } }
.vc_row.vc_row-o-content-top > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner { -webkit-justify-content: flex-start; justify-content: flex-start; }
.vc_row.vc_row-o-content-top > .aux-vc-row-wrapper-inner > .aux-vc-row-margin:not(.vc_row-o-equal-height) > .vc_column_container { -webkit-align-items: flex-start; align-items: flex-start; }
.vc_row.vc_row-o-content-bottom > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner { -webkit-justify-content: flex-end; justify-content: flex-end; }
.vc_row.vc_row-o-content-bottom > .aux-vc-row-wrapper-inner > .aux-vc-row-margin:not(.vc_row-o-equal-height) > .vc_column_container { -webkit-align-items: flex-end; align-items: flex-end; }
.vc_row.vc_row-o-content-middle > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner { -webkit-justify-content: center; justify-content: center; }
.vc_row.vc_row-o-content-middle > .aux-vc-row-wrapper-inner > .aux-vc-row-margin:not(.vc_row-o-equal-height) > .vc_column_container { -webkit-align-items: center; align-items: center; }
.vc_row.vc_column-gap-1 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -15.5px; margin-left: -15.5px; }
.vc_row.vc_column-gap-1 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 0.5px; }
.vc_row.vc_column-gap-2 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -16px; margin-left: -16px; }
.vc_row.vc_column-gap-2 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 1px; }
.vc_row.vc_column-gap-3 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -16.5px; margin-left: -16.5px; }
.vc_row.vc_column-gap-3 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 1.5px; }
.vc_row.vc_column-gap-4 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -17px; margin-left: -17px; }
.vc_row.vc_column-gap-4 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 2px; }
.vc_row.vc_column-gap-5 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -17.5px; margin-left: -17.5px; }
.vc_row.vc_column-gap-5 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 2.5px; }
.vc_row.vc_column-gap-10 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -20px; margin-left: -20px; }
.vc_row.vc_column-gap-10 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 5px; }
.vc_row.vc_column-gap-15 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -22.5px; margin-left: -22.5px; }
.vc_row.vc_column-gap-15 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 7.5px; }
.vc_row.vc_column-gap-20 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -25px; margin-left: -25px; }
.vc_row.vc_column-gap-20 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 10px; }
.vc_row.vc_column-gap-25 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -27.5px; margin-left: -27.5px; }
.vc_row.vc_column-gap-25 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 12.5px; }
.vc_row.vc_column-gap-30 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -30px; margin-left: -30px; }
.vc_row.vc_column-gap-30 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 15px; }
.vc_row.vc_column-gap-35 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin { margin-right: -32.5px; margin-left: -32.5px; }
.vc_row.vc_column-gap-35 > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container { padding: 17.5px; }
.aux-full-container .vc_row { margin-left: 0; margin-right: 0; }
.vc_row .aux-vc-row-margin { margin-right: -15px; margin-left: -15px; }
.vc_row .aux-vc-row-margin:after { content: ""; display: table; clear: both; }
.vc_row.vc_row-no-padding .aux-vc-row-margin { margin-right: 0; margin-left: 0; }
.vc_row.aux-vc-boxed-content > .aux-vc-row-wrapper-inner { padding-right: 35px; padding-left: 35px; }
.vc_row.aux-vc-stretch-content:not(.vc_row-no-padding) > .aux-vc-row-wrapper-inner { padding-right: 35px; padding-left: 35px; }

.vc_row-has-fill > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .aux-vc-row-wrapper-inner > .aux-vc-row-margin > .vc_column_container > .vc_column-inner { padding-top: 35px; }

/** Generate tiles layout classes with 4 columns */
.aux-tile-1-1 { width: 8.33333%; padding-bottom: 8.33333%; }
.aux-tile-1-1 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-1-1 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-1-1 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-2-1 { width: 16.66667%; padding-bottom: 8.33333%; }
.aux-tile-2-1 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-2-1 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-2-1 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-3-1 { width: 25%; padding-bottom: 8.33333%; }
.aux-tile-3-1 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-3-1 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-3-1 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-4-1 { width: 33.33333%; padding-bottom: 8.33333%; }
.aux-tile-4-1 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-4-1 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-4-1 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-5-1 { width: 41.66667%; padding-bottom: 8.33333%; }
.aux-tile-5-1 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-5-1 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-5-1 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-6-1 { width: 50%; padding-bottom: 8.33333%; }
.aux-tile-6-1 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-6-1 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-6-1 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-7-1 { width: 58.33333%; padding-bottom: 8.33333%; }
.aux-tile-7-1 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-tile-sg-7-1 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-7-1 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-8-1 { width: 66.66667%; padding-bottom: 8.33333%; }
.aux-tile-8-1 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-tile-sg-8-1 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-8-1 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-9-1 { width: 75%; padding-bottom: 8.33333%; }
.aux-tile-9-1 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-tile-sg-9-1 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-9-1 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-10-1 { width: 83.33333%; padding-bottom: 8.33333%; }
.aux-tile-10-1 .aux-keep-aspect { height: 0; padding-bottom: 25%; }

.aux-tile-sg-10-1 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-10-1 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-11-1 { width: 91.66667%; padding-bottom: 8.33333%; }
.aux-tile-11-1 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }

.aux-tile-sg-11-1 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-11-1 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-12-1 { width: 100%; padding-bottom: 8.33333%; }
.aux-tile-12-1 .aux-keep-aspect { height: 0; padding-bottom: 8.33333%; }

.aux-tile-sg-12-1 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }

.aux-tile-lg-12-1 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }

.aux-tile-1-2 { width: 8.33333%; padding-bottom: 16.66667%; }
.aux-tile-1-2 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-1-2 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-1-2 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-2-2 { width: 16.66667%; padding-bottom: 16.66667%; }
.aux-tile-2-2 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-2-2 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-2-2 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-3-2 { width: 25%; padding-bottom: 16.66667%; }
.aux-tile-3-2 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-3-2 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-3-2 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-4-2 { width: 33.33333%; padding-bottom: 16.66667%; }
.aux-tile-4-2 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-4-2 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-4-2 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-5-2 { width: 41.66667%; padding-bottom: 16.66667%; }
.aux-tile-5-2 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-5-2 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-5-2 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-6-2 { width: 50%; padding-bottom: 16.66667%; }
.aux-tile-6-2 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-6-2 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-6-2 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-7-2 { width: 58.33333%; padding-bottom: 16.66667%; }
.aux-tile-7-2 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-7-2 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-7-2 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-8-2 { width: 66.66667%; padding-bottom: 16.66667%; }
.aux-tile-8-2 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-tile-sg-8-2 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-8-2 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-9-2 { width: 75%; padding-bottom: 16.66667%; }
.aux-tile-9-2 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-tile-sg-9-2 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-9-2 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-10-2 { width: 83.33333%; padding-bottom: 16.66667%; }
.aux-tile-10-2 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-tile-sg-10-2 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-10-2 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-11-2 { width: 91.66667%; padding-bottom: 16.66667%; }
.aux-tile-11-2 .aux-keep-aspect { height: 0; padding-bottom: 25%; }

.aux-tile-sg-11-2 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-11-2 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-12-2 { width: 100%; padding-bottom: 16.66667%; }
.aux-tile-12-2 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }

.aux-tile-sg-12-2 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }

.aux-tile-lg-12-2 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }

.aux-tile-1-3 { width: 8.33333%; padding-bottom: 25%; }
.aux-tile-1-3 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-1-3 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-1-3 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-2-3 { width: 16.66667%; padding-bottom: 25%; }
.aux-tile-2-3 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-2-3 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-2-3 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-3-3 { width: 25%; padding-bottom: 25%; }
.aux-tile-3-3 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-3-3 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-3-3 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-4-3 { width: 33.33333%; padding-bottom: 25%; }
.aux-tile-4-3 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-4-3 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-4-3 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-5-3 { width: 41.66667%; padding-bottom: 25%; }
.aux-tile-5-3 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-5-3 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-5-3 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-6-3 { width: 50%; padding-bottom: 25%; }
.aux-tile-6-3 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-6-3 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-6-3 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-7-3 { width: 58.33333%; padding-bottom: 25%; }
.aux-tile-7-3 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-7-3 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-7-3 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-8-3 { width: 66.66667%; padding-bottom: 25%; }
.aux-tile-8-3 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-8-3 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-8-3 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-9-3 { width: 75%; padding-bottom: 25%; }
.aux-tile-9-3 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-tile-sg-9-3 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-9-3 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-10-3 { width: 83.33333%; padding-bottom: 25%; }
.aux-tile-10-3 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-tile-sg-10-3 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-10-3 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-11-3 { width: 91.66667%; padding-bottom: 25%; }
.aux-tile-11-3 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-tile-sg-11-3 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-11-3 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-12-3 { width: 100%; padding-bottom: 25%; }
.aux-tile-12-3 .aux-keep-aspect { height: 0; padding-bottom: 25%; }

.aux-tile-sg-12-3 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }

.aux-tile-lg-12-3 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }

.aux-tile-1-4 { width: 8.33333%; padding-bottom: 33.33333%; }
.aux-tile-1-4 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-1-4 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-1-4 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-2-4 { width: 16.66667%; padding-bottom: 33.33333%; }
.aux-tile-2-4 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-2-4 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-2-4 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-3-4 { width: 25%; padding-bottom: 33.33333%; }
.aux-tile-3-4 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-3-4 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-3-4 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-4-4 { width: 33.33333%; padding-bottom: 33.33333%; }
.aux-tile-4-4 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-4-4 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-4-4 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-5-4 { width: 41.66667%; padding-bottom: 33.33333%; }
.aux-tile-5-4 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-5-4 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-5-4 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-6-4 { width: 50%; padding-bottom: 33.33333%; }
.aux-tile-6-4 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-6-4 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-6-4 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-7-4 { width: 58.33333%; padding-bottom: 33.33333%; }
.aux-tile-7-4 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-7-4 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-7-4 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-8-4 { width: 66.66667%; padding-bottom: 33.33333%; }
.aux-tile-8-4 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-8-4 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-8-4 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-9-4 { width: 75%; padding-bottom: 33.33333%; }
.aux-tile-9-4 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-9-4 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-9-4 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-10-4 { width: 83.33333%; padding-bottom: 33.33333%; }
.aux-tile-10-4 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-tile-sg-10-4 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-10-4 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-11-4 { width: 91.66667%; padding-bottom: 33.33333%; }
.aux-tile-11-4 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-tile-sg-11-4 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-11-4 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-12-4 { width: 100%; padding-bottom: 33.33333%; }
.aux-tile-12-4 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-tile-sg-12-4 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }

.aux-tile-lg-12-4 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }

.aux-tile-1-5 { width: 8.33333%; padding-bottom: 41.66667%; }
.aux-tile-1-5 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-1-5 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-1-5 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-2-5 { width: 16.66667%; padding-bottom: 41.66667%; }
.aux-tile-2-5 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-2-5 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-2-5 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-3-5 { width: 25%; padding-bottom: 41.66667%; }
.aux-tile-3-5 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-3-5 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-3-5 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-4-5 { width: 33.33333%; padding-bottom: 41.66667%; }
.aux-tile-4-5 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-4-5 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-4-5 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-5-5 { width: 41.66667%; padding-bottom: 41.66667%; }
.aux-tile-5-5 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-5-5 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-5-5 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-6-5 { width: 50%; padding-bottom: 41.66667%; }
.aux-tile-6-5 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-6-5 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-6-5 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-7-5 { width: 58.33333%; padding-bottom: 41.66667%; }
.aux-tile-7-5 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-7-5 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-7-5 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-8-5 { width: 66.66667%; padding-bottom: 41.66667%; }
.aux-tile-8-5 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-8-5 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-8-5 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-9-5 { width: 75%; padding-bottom: 41.66667%; }
.aux-tile-9-5 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-9-5 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-9-5 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-10-5 { width: 83.33333%; padding-bottom: 41.66667%; }
.aux-tile-10-5 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-10-5 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-10-5 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-11-5 { width: 91.66667%; padding-bottom: 41.66667%; }
.aux-tile-11-5 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-tile-sg-11-5 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-11-5 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-12-5 { width: 100%; padding-bottom: 41.66667%; }
.aux-tile-12-5 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-tile-sg-12-5 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }

.aux-tile-lg-12-5 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }

.aux-tile-1-6 { width: 8.33333%; padding-bottom: 50%; }
.aux-tile-1-6 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-1-6 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-1-6 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-2-6 { width: 16.66667%; padding-bottom: 50%; }
.aux-tile-2-6 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-2-6 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-2-6 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-3-6 { width: 25%; padding-bottom: 50%; }
.aux-tile-3-6 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-3-6 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-3-6 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-4-6 { width: 33.33333%; padding-bottom: 50%; }
.aux-tile-4-6 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-4-6 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-4-6 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-5-6 { width: 41.66667%; padding-bottom: 50%; }
.aux-tile-5-6 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-5-6 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-5-6 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-6-6 { width: 50%; padding-bottom: 50%; }
.aux-tile-6-6 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-6-6 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-6-6 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-7-6 { width: 58.33333%; padding-bottom: 50%; }
.aux-tile-7-6 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-7-6 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-7-6 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-8-6 { width: 66.66667%; padding-bottom: 50%; }
.aux-tile-8-6 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-8-6 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-8-6 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-9-6 { width: 75%; padding-bottom: 50%; }
.aux-tile-9-6 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-9-6 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-9-6 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-10-6 { width: 83.33333%; padding-bottom: 50%; }
.aux-tile-10-6 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-10-6 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-10-6 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-11-6 { width: 91.66667%; padding-bottom: 50%; }
.aux-tile-11-6 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-11-6 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-11-6 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-12-6 { width: 100%; padding-bottom: 50%; }
.aux-tile-12-6 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-tile-sg-12-6 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }

.aux-tile-lg-12-6 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }

.aux-tile-1-7 { width: 8.33333%; padding-bottom: 58.33333%; }
.aux-tile-1-7 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-tile-sg-1-7 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-1-7 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-2-7 { width: 16.66667%; padding-bottom: 58.33333%; }
.aux-tile-2-7 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-2-7 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-2-7 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-3-7 { width: 25%; padding-bottom: 58.33333%; }
.aux-tile-3-7 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-3-7 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-3-7 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-4-7 { width: 33.33333%; padding-bottom: 58.33333%; }
.aux-tile-4-7 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-4-7 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-4-7 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-5-7 { width: 41.66667%; padding-bottom: 58.33333%; }
.aux-tile-5-7 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-5-7 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-5-7 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-6-7 { width: 50%; padding-bottom: 58.33333%; }
.aux-tile-6-7 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-6-7 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-6-7 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-7-7 { width: 58.33333%; padding-bottom: 58.33333%; }
.aux-tile-7-7 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-7-7 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-7-7 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-8-7 { width: 66.66667%; padding-bottom: 58.33333%; }
.aux-tile-8-7 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-8-7 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-8-7 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-9-7 { width: 75%; padding-bottom: 58.33333%; }
.aux-tile-9-7 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-9-7 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-9-7 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-10-7 { width: 83.33333%; padding-bottom: 58.33333%; }
.aux-tile-10-7 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-10-7 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-10-7 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-11-7 { width: 91.66667%; padding-bottom: 58.33333%; }
.aux-tile-11-7 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-11-7 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-11-7 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-12-7 { width: 100%; padding-bottom: 58.33333%; }
.aux-tile-12-7 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-tile-sg-12-7 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }

.aux-tile-lg-12-7 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }

.aux-tile-1-8 { width: 8.33333%; padding-bottom: 66.66667%; }
.aux-tile-1-8 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-tile-sg-1-8 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-1-8 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-2-8 { width: 16.66667%; padding-bottom: 66.66667%; }
.aux-tile-2-8 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-tile-sg-2-8 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-2-8 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-3-8 { width: 25%; padding-bottom: 66.66667%; }
.aux-tile-3-8 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-3-8 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-3-8 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-4-8 { width: 33.33333%; padding-bottom: 66.66667%; }
.aux-tile-4-8 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-4-8 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-4-8 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-5-8 { width: 41.66667%; padding-bottom: 66.66667%; }
.aux-tile-5-8 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-5-8 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-5-8 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-6-8 { width: 50%; padding-bottom: 66.66667%; }
.aux-tile-6-8 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-6-8 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-6-8 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-7-8 { width: 58.33333%; padding-bottom: 66.66667%; }
.aux-tile-7-8 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-7-8 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-7-8 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-8-8 { width: 66.66667%; padding-bottom: 66.66667%; }
.aux-tile-8-8 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-8-8 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-8-8 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-9-8 { width: 75%; padding-bottom: 66.66667%; }
.aux-tile-9-8 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-9-8 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-9-8 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-10-8 { width: 83.33333%; padding-bottom: 66.66667%; }
.aux-tile-10-8 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-10-8 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-10-8 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-11-8 { width: 91.66667%; padding-bottom: 66.66667%; }
.aux-tile-11-8 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-11-8 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-11-8 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-12-8 { width: 100%; padding-bottom: 66.66667%; }
.aux-tile-12-8 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-tile-sg-12-8 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }

.aux-tile-lg-12-8 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }

.aux-tile-1-9 { width: 8.33333%; padding-bottom: 75%; }
.aux-tile-1-9 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-tile-sg-1-9 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-1-9 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-2-9 { width: 16.66667%; padding-bottom: 75%; }
.aux-tile-2-9 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-tile-sg-2-9 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-2-9 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-3-9 { width: 25%; padding-bottom: 75%; }
.aux-tile-3-9 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-tile-sg-3-9 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-3-9 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-4-9 { width: 33.33333%; padding-bottom: 75%; }
.aux-tile-4-9 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-4-9 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-4-9 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-5-9 { width: 41.66667%; padding-bottom: 75%; }
.aux-tile-5-9 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-5-9 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-5-9 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-6-9 { width: 50%; padding-bottom: 75%; }
.aux-tile-6-9 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-6-9 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-6-9 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-7-9 { width: 58.33333%; padding-bottom: 75%; }
.aux-tile-7-9 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-7-9 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-7-9 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-8-9 { width: 66.66667%; padding-bottom: 75%; }
.aux-tile-8-9 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-8-9 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-8-9 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-9-9 { width: 75%; padding-bottom: 75%; }
.aux-tile-9-9 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-9-9 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-9-9 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-10-9 { width: 83.33333%; padding-bottom: 75%; }
.aux-tile-10-9 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-10-9 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-10-9 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-11-9 { width: 91.66667%; padding-bottom: 75%; }
.aux-tile-11-9 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-11-9 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-11-9 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-12-9 { width: 100%; padding-bottom: 75%; }
.aux-tile-12-9 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-tile-sg-12-9 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }

.aux-tile-lg-12-9 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }

.aux-tile-1-10 { width: 8.33333%; padding-bottom: 83.33333%; }
.aux-tile-1-10 .aux-keep-aspect { height: 0; padding-bottom: 175%; }

.aux-tile-sg-1-10 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-1-10 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-2-10 { width: 16.66667%; padding-bottom: 83.33333%; }
.aux-tile-2-10 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-tile-sg-2-10 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-2-10 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-3-10 { width: 25%; padding-bottom: 83.33333%; }
.aux-tile-3-10 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-tile-sg-3-10 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-3-10 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-4-10 { width: 33.33333%; padding-bottom: 83.33333%; }
.aux-tile-4-10 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-tile-sg-4-10 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-4-10 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-5-10 { width: 41.66667%; padding-bottom: 83.33333%; }
.aux-tile-5-10 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-5-10 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-5-10 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-6-10 { width: 50%; padding-bottom: 83.33333%; }
.aux-tile-6-10 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-6-10 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-6-10 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-7-10 { width: 58.33333%; padding-bottom: 83.33333%; }
.aux-tile-7-10 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-7-10 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-7-10 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-8-10 { width: 66.66667%; padding-bottom: 83.33333%; }
.aux-tile-8-10 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-8-10 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-8-10 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-9-10 { width: 75%; padding-bottom: 83.33333%; }
.aux-tile-9-10 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-9-10 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-9-10 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-10-10 { width: 83.33333%; padding-bottom: 83.33333%; }
.aux-tile-10-10 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-10-10 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-10-10 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-11-10 { width: 91.66667%; padding-bottom: 83.33333%; }
.aux-tile-11-10 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-11-10 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-11-10 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-12-10 { width: 100%; padding-bottom: 83.33333%; }
.aux-tile-12-10 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-tile-sg-12-10 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }

.aux-tile-lg-12-10 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }

.aux-tile-1-11 { width: 8.33333%; padding-bottom: 91.66667%; }
.aux-tile-1-11 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }

.aux-tile-sg-1-11 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-1-11 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-2-11 { width: 16.66667%; padding-bottom: 91.66667%; }
.aux-tile-2-11 .aux-keep-aspect { height: 0; padding-bottom: 175%; }

.aux-tile-sg-2-11 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-2-11 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-3-11 { width: 25%; padding-bottom: 91.66667%; }
.aux-tile-3-11 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-tile-sg-3-11 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-3-11 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-4-11 { width: 33.33333%; padding-bottom: 91.66667%; }
.aux-tile-4-11 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-tile-sg-4-11 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-4-11 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-5-11 { width: 41.66667%; padding-bottom: 91.66667%; }
.aux-tile-5-11 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-tile-sg-5-11 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-5-11 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-6-11 { width: 50%; padding-bottom: 91.66667%; }
.aux-tile-6-11 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-6-11 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-6-11 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-7-11 { width: 58.33333%; padding-bottom: 91.66667%; }
.aux-tile-7-11 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-7-11 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-7-11 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-8-11 { width: 66.66667%; padding-bottom: 91.66667%; }
.aux-tile-8-11 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-8-11 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-8-11 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-9-11 { width: 75%; padding-bottom: 91.66667%; }
.aux-tile-9-11 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-9-11 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-9-11 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-10-11 { width: 83.33333%; padding-bottom: 91.66667%; }
.aux-tile-10-11 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-10-11 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-10-11 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-11-11 { width: 91.66667%; padding-bottom: 91.66667%; }
.aux-tile-11-11 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-11-11 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-11-11 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-12-11 { width: 100%; padding-bottom: 91.66667%; }
.aux-tile-12-11 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-tile-sg-12-11 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }

.aux-tile-lg-12-11 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }

.aux-tile-1-12 { width: 8.33333%; padding-bottom: 100%; }
.aux-tile-1-12 .aux-keep-aspect { height: 0; padding-bottom: 191.66667%; }

.aux-tile-sg-1-12 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-1-12 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-2-12 { width: 16.66667%; padding-bottom: 100%; }
.aux-tile-2-12 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }

.aux-tile-sg-2-12 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-2-12 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-3-12 { width: 25%; padding-bottom: 100%; }
.aux-tile-3-12 .aux-keep-aspect { height: 0; padding-bottom: 175%; }

.aux-tile-sg-3-12 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-3-12 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-4-12 { width: 33.33333%; padding-bottom: 100%; }
.aux-tile-4-12 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-tile-sg-4-12 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-4-12 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-5-12 { width: 41.66667%; padding-bottom: 100%; }
.aux-tile-5-12 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-tile-sg-5-12 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-5-12 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-6-12 { width: 50%; padding-bottom: 100%; }
.aux-tile-6-12 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-tile-sg-6-12 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-6-12 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-7-12 { width: 58.33333%; padding-bottom: 100%; }
.aux-tile-7-12 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-tile-sg-7-12 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-7-12 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-8-12 { width: 66.66667%; padding-bottom: 100%; }
.aux-tile-8-12 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-tile-sg-8-12 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-8-12 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-9-12 { width: 75%; padding-bottom: 100%; }
.aux-tile-9-12 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-tile-sg-9-12 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-9-12 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-10-12 { width: 83.33333%; padding-bottom: 100%; }
.aux-tile-10-12 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-tile-sg-10-12 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-10-12 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-11-12 { width: 91.66667%; padding-bottom: 100%; }
.aux-tile-11-12 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-tile-sg-11-12 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-11-12 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

.aux-tile-12-12 { width: 100%; padding-bottom: 100%; }
.aux-tile-12-12 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-tile-sg-12-12 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }

.aux-tile-lg-12-12 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }

@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-t-tile-1-1 { width: 8.33333%; padding-bottom: 8.33333%; }
  .aux-t-tile-1-1 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-1-1 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-1-1 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-2-1 { width: 16.66667%; padding-bottom: 8.33333%; }
  .aux-t-tile-2-1 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-2-1 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-2-1 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-3-1 { width: 25%; padding-bottom: 8.33333%; }
  .aux-t-tile-3-1 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-3-1 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-3-1 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-4-1 { width: 33.33333%; padding-bottom: 8.33333%; }
  .aux-t-tile-4-1 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-4-1 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-4-1 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-5-1 { width: 41.66667%; padding-bottom: 8.33333%; }
  .aux-t-tile-5-1 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-5-1 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-5-1 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-6-1 { width: 50%; padding-bottom: 8.33333%; }
  .aux-t-tile-6-1 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-6-1 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-6-1 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-7-1 { width: 58.33333%; padding-bottom: 8.33333%; }
  .aux-t-tile-7-1 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-tile-sg-7-1 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-7-1 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-8-1 { width: 66.66667%; padding-bottom: 8.33333%; }
  .aux-t-tile-8-1 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-tile-sg-8-1 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-8-1 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-9-1 { width: 75%; padding-bottom: 8.33333%; }
  .aux-t-tile-9-1 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-tile-sg-9-1 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-9-1 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-10-1 { width: 83.33333%; padding-bottom: 8.33333%; }
  .aux-t-tile-10-1 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-t-tile-sg-10-1 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-10-1 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-11-1 { width: 91.66667%; padding-bottom: 8.33333%; }
  .aux-t-tile-11-1 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-t-tile-sg-11-1 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-11-1 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-12-1 { width: 100%; padding-bottom: 8.33333%; }
  .aux-t-tile-12-1 .aux-keep-aspect { height: 0; padding-bottom: 8.33333%; }
  .aux-t-tile-sg-12-1 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-t-tile-lg-12-1 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-t-tile-1-2 { width: 8.33333%; padding-bottom: 16.66667%; }
  .aux-t-tile-1-2 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-1-2 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-1-2 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-2-2 { width: 16.66667%; padding-bottom: 16.66667%; }
  .aux-t-tile-2-2 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-2-2 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-2-2 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-3-2 { width: 25%; padding-bottom: 16.66667%; }
  .aux-t-tile-3-2 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-3-2 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-3-2 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-4-2 { width: 33.33333%; padding-bottom: 16.66667%; }
  .aux-t-tile-4-2 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-4-2 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-4-2 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-5-2 { width: 41.66667%; padding-bottom: 16.66667%; }
  .aux-t-tile-5-2 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-5-2 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-5-2 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-6-2 { width: 50%; padding-bottom: 16.66667%; }
  .aux-t-tile-6-2 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-6-2 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-6-2 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-7-2 { width: 58.33333%; padding-bottom: 16.66667%; }
  .aux-t-tile-7-2 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-7-2 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-7-2 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-8-2 { width: 66.66667%; padding-bottom: 16.66667%; }
  .aux-t-tile-8-2 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-tile-sg-8-2 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-8-2 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-9-2 { width: 75%; padding-bottom: 16.66667%; }
  .aux-t-tile-9-2 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-tile-sg-9-2 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-9-2 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-10-2 { width: 83.33333%; padding-bottom: 16.66667%; }
  .aux-t-tile-10-2 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-tile-sg-10-2 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-10-2 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-11-2 { width: 91.66667%; padding-bottom: 16.66667%; }
  .aux-t-tile-11-2 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-t-tile-sg-11-2 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-11-2 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-12-2 { width: 100%; padding-bottom: 16.66667%; }
  .aux-t-tile-12-2 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-t-tile-sg-12-2 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-t-tile-lg-12-2 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-t-tile-1-3 { width: 8.33333%; padding-bottom: 25%; }
  .aux-t-tile-1-3 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-1-3 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-1-3 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-2-3 { width: 16.66667%; padding-bottom: 25%; }
  .aux-t-tile-2-3 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-2-3 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-2-3 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-3-3 { width: 25%; padding-bottom: 25%; }
  .aux-t-tile-3-3 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-3-3 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-3-3 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-4-3 { width: 33.33333%; padding-bottom: 25%; }
  .aux-t-tile-4-3 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-4-3 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-4-3 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-5-3 { width: 41.66667%; padding-bottom: 25%; }
  .aux-t-tile-5-3 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-5-3 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-5-3 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-6-3 { width: 50%; padding-bottom: 25%; }
  .aux-t-tile-6-3 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-6-3 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-6-3 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-7-3 { width: 58.33333%; padding-bottom: 25%; }
  .aux-t-tile-7-3 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-7-3 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-7-3 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-8-3 { width: 66.66667%; padding-bottom: 25%; }
  .aux-t-tile-8-3 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-8-3 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-8-3 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-9-3 { width: 75%; padding-bottom: 25%; }
  .aux-t-tile-9-3 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-tile-sg-9-3 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-9-3 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-10-3 { width: 83.33333%; padding-bottom: 25%; }
  .aux-t-tile-10-3 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-tile-sg-10-3 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-10-3 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-11-3 { width: 91.66667%; padding-bottom: 25%; }
  .aux-t-tile-11-3 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-tile-sg-11-3 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-11-3 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-12-3 { width: 100%; padding-bottom: 25%; }
  .aux-t-tile-12-3 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-t-tile-sg-12-3 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-t-tile-lg-12-3 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-t-tile-1-4 { width: 8.33333%; padding-bottom: 33.33333%; }
  .aux-t-tile-1-4 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-1-4 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-1-4 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-2-4 { width: 16.66667%; padding-bottom: 33.33333%; }
  .aux-t-tile-2-4 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-2-4 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-2-4 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-3-4 { width: 25%; padding-bottom: 33.33333%; }
  .aux-t-tile-3-4 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-3-4 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-3-4 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-4-4 { width: 33.33333%; padding-bottom: 33.33333%; }
  .aux-t-tile-4-4 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-4-4 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-4-4 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-5-4 { width: 41.66667%; padding-bottom: 33.33333%; }
  .aux-t-tile-5-4 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-5-4 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-5-4 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-6-4 { width: 50%; padding-bottom: 33.33333%; }
  .aux-t-tile-6-4 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-6-4 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-6-4 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-7-4 { width: 58.33333%; padding-bottom: 33.33333%; }
  .aux-t-tile-7-4 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-7-4 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-7-4 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-8-4 { width: 66.66667%; padding-bottom: 33.33333%; }
  .aux-t-tile-8-4 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-8-4 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-8-4 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-9-4 { width: 75%; padding-bottom: 33.33333%; }
  .aux-t-tile-9-4 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-9-4 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-9-4 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-10-4 { width: 83.33333%; padding-bottom: 33.33333%; }
  .aux-t-tile-10-4 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-tile-sg-10-4 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-10-4 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-11-4 { width: 91.66667%; padding-bottom: 33.33333%; }
  .aux-t-tile-11-4 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-tile-sg-11-4 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-11-4 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-12-4 { width: 100%; padding-bottom: 33.33333%; }
  .aux-t-tile-12-4 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-tile-sg-12-4 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-t-tile-lg-12-4 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-t-tile-1-5 { width: 8.33333%; padding-bottom: 41.66667%; }
  .aux-t-tile-1-5 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-1-5 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-1-5 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-2-5 { width: 16.66667%; padding-bottom: 41.66667%; }
  .aux-t-tile-2-5 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-2-5 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-2-5 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-3-5 { width: 25%; padding-bottom: 41.66667%; }
  .aux-t-tile-3-5 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-3-5 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-3-5 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-4-5 { width: 33.33333%; padding-bottom: 41.66667%; }
  .aux-t-tile-4-5 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-4-5 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-4-5 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-5-5 { width: 41.66667%; padding-bottom: 41.66667%; }
  .aux-t-tile-5-5 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-5-5 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-5-5 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-6-5 { width: 50%; padding-bottom: 41.66667%; }
  .aux-t-tile-6-5 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-6-5 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-6-5 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-7-5 { width: 58.33333%; padding-bottom: 41.66667%; }
  .aux-t-tile-7-5 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-7-5 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-7-5 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-8-5 { width: 66.66667%; padding-bottom: 41.66667%; }
  .aux-t-tile-8-5 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-8-5 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-8-5 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-9-5 { width: 75%; padding-bottom: 41.66667%; }
  .aux-t-tile-9-5 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-9-5 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-9-5 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-10-5 { width: 83.33333%; padding-bottom: 41.66667%; }
  .aux-t-tile-10-5 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-10-5 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-10-5 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-11-5 { width: 91.66667%; padding-bottom: 41.66667%; }
  .aux-t-tile-11-5 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-tile-sg-11-5 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-11-5 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-12-5 { width: 100%; padding-bottom: 41.66667%; }
  .aux-t-tile-12-5 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-tile-sg-12-5 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-t-tile-lg-12-5 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-t-tile-1-6 { width: 8.33333%; padding-bottom: 50%; }
  .aux-t-tile-1-6 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-1-6 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-1-6 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-2-6 { width: 16.66667%; padding-bottom: 50%; }
  .aux-t-tile-2-6 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-2-6 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-2-6 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-3-6 { width: 25%; padding-bottom: 50%; }
  .aux-t-tile-3-6 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-3-6 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-3-6 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-4-6 { width: 33.33333%; padding-bottom: 50%; }
  .aux-t-tile-4-6 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-4-6 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-4-6 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-5-6 { width: 41.66667%; padding-bottom: 50%; }
  .aux-t-tile-5-6 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-5-6 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-5-6 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-6-6 { width: 50%; padding-bottom: 50%; }
  .aux-t-tile-6-6 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-6-6 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-6-6 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-7-6 { width: 58.33333%; padding-bottom: 50%; }
  .aux-t-tile-7-6 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-7-6 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-7-6 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-8-6 { width: 66.66667%; padding-bottom: 50%; }
  .aux-t-tile-8-6 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-8-6 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-8-6 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-9-6 { width: 75%; padding-bottom: 50%; }
  .aux-t-tile-9-6 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-9-6 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-9-6 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-10-6 { width: 83.33333%; padding-bottom: 50%; }
  .aux-t-tile-10-6 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-10-6 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-10-6 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-11-6 { width: 91.66667%; padding-bottom: 50%; }
  .aux-t-tile-11-6 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-11-6 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-11-6 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-12-6 { width: 100%; padding-bottom: 50%; }
  .aux-t-tile-12-6 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-tile-sg-12-6 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-t-tile-lg-12-6 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-t-tile-1-7 { width: 8.33333%; padding-bottom: 58.33333%; }
  .aux-t-tile-1-7 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-tile-sg-1-7 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-1-7 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-2-7 { width: 16.66667%; padding-bottom: 58.33333%; }
  .aux-t-tile-2-7 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-2-7 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-2-7 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-3-7 { width: 25%; padding-bottom: 58.33333%; }
  .aux-t-tile-3-7 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-3-7 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-3-7 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-4-7 { width: 33.33333%; padding-bottom: 58.33333%; }
  .aux-t-tile-4-7 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-4-7 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-4-7 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-5-7 { width: 41.66667%; padding-bottom: 58.33333%; }
  .aux-t-tile-5-7 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-5-7 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-5-7 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-6-7 { width: 50%; padding-bottom: 58.33333%; }
  .aux-t-tile-6-7 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-6-7 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-6-7 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-7-7 { width: 58.33333%; padding-bottom: 58.33333%; }
  .aux-t-tile-7-7 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-7-7 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-7-7 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-8-7 { width: 66.66667%; padding-bottom: 58.33333%; }
  .aux-t-tile-8-7 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-8-7 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-8-7 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-9-7 { width: 75%; padding-bottom: 58.33333%; }
  .aux-t-tile-9-7 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-9-7 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-9-7 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-10-7 { width: 83.33333%; padding-bottom: 58.33333%; }
  .aux-t-tile-10-7 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-10-7 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-10-7 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-11-7 { width: 91.66667%; padding-bottom: 58.33333%; }
  .aux-t-tile-11-7 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-11-7 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-11-7 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-12-7 { width: 100%; padding-bottom: 58.33333%; }
  .aux-t-tile-12-7 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-tile-sg-12-7 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-t-tile-lg-12-7 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-t-tile-1-8 { width: 8.33333%; padding-bottom: 66.66667%; }
  .aux-t-tile-1-8 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-tile-sg-1-8 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-1-8 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-2-8 { width: 16.66667%; padding-bottom: 66.66667%; }
  .aux-t-tile-2-8 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-tile-sg-2-8 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-2-8 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-3-8 { width: 25%; padding-bottom: 66.66667%; }
  .aux-t-tile-3-8 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-3-8 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-3-8 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-4-8 { width: 33.33333%; padding-bottom: 66.66667%; }
  .aux-t-tile-4-8 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-4-8 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-4-8 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-5-8 { width: 41.66667%; padding-bottom: 66.66667%; }
  .aux-t-tile-5-8 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-5-8 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-5-8 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-6-8 { width: 50%; padding-bottom: 66.66667%; }
  .aux-t-tile-6-8 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-6-8 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-6-8 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-7-8 { width: 58.33333%; padding-bottom: 66.66667%; }
  .aux-t-tile-7-8 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-7-8 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-7-8 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-8-8 { width: 66.66667%; padding-bottom: 66.66667%; }
  .aux-t-tile-8-8 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-8-8 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-8-8 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-9-8 { width: 75%; padding-bottom: 66.66667%; }
  .aux-t-tile-9-8 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-9-8 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-9-8 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-10-8 { width: 83.33333%; padding-bottom: 66.66667%; }
  .aux-t-tile-10-8 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-10-8 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-10-8 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-11-8 { width: 91.66667%; padding-bottom: 66.66667%; }
  .aux-t-tile-11-8 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-11-8 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-11-8 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-12-8 { width: 100%; padding-bottom: 66.66667%; }
  .aux-t-tile-12-8 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-tile-sg-12-8 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-t-tile-lg-12-8 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-t-tile-1-9 { width: 8.33333%; padding-bottom: 75%; }
  .aux-t-tile-1-9 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-tile-sg-1-9 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-1-9 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-2-9 { width: 16.66667%; padding-bottom: 75%; }
  .aux-t-tile-2-9 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-tile-sg-2-9 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-2-9 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-3-9 { width: 25%; padding-bottom: 75%; }
  .aux-t-tile-3-9 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-tile-sg-3-9 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-3-9 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-4-9 { width: 33.33333%; padding-bottom: 75%; }
  .aux-t-tile-4-9 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-4-9 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-4-9 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-5-9 { width: 41.66667%; padding-bottom: 75%; }
  .aux-t-tile-5-9 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-5-9 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-5-9 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-6-9 { width: 50%; padding-bottom: 75%; }
  .aux-t-tile-6-9 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-6-9 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-6-9 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-7-9 { width: 58.33333%; padding-bottom: 75%; }
  .aux-t-tile-7-9 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-7-9 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-7-9 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-8-9 { width: 66.66667%; padding-bottom: 75%; }
  .aux-t-tile-8-9 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-8-9 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-8-9 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-9-9 { width: 75%; padding-bottom: 75%; }
  .aux-t-tile-9-9 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-9-9 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-9-9 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-10-9 { width: 83.33333%; padding-bottom: 75%; }
  .aux-t-tile-10-9 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-10-9 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-10-9 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-11-9 { width: 91.66667%; padding-bottom: 75%; }
  .aux-t-tile-11-9 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-11-9 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-11-9 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-12-9 { width: 100%; padding-bottom: 75%; }
  .aux-t-tile-12-9 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-tile-sg-12-9 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-t-tile-lg-12-9 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-t-tile-1-10 { width: 8.33333%; padding-bottom: 83.33333%; }
  .aux-t-tile-1-10 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-t-tile-sg-1-10 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-1-10 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-2-10 { width: 16.66667%; padding-bottom: 83.33333%; }
  .aux-t-tile-2-10 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-tile-sg-2-10 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-2-10 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-3-10 { width: 25%; padding-bottom: 83.33333%; }
  .aux-t-tile-3-10 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-tile-sg-3-10 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-3-10 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-4-10 { width: 33.33333%; padding-bottom: 83.33333%; }
  .aux-t-tile-4-10 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-tile-sg-4-10 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-4-10 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-5-10 { width: 41.66667%; padding-bottom: 83.33333%; }
  .aux-t-tile-5-10 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-5-10 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-5-10 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-6-10 { width: 50%; padding-bottom: 83.33333%; }
  .aux-t-tile-6-10 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-6-10 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-6-10 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-7-10 { width: 58.33333%; padding-bottom: 83.33333%; }
  .aux-t-tile-7-10 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-7-10 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-7-10 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-8-10 { width: 66.66667%; padding-bottom: 83.33333%; }
  .aux-t-tile-8-10 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-8-10 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-8-10 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-9-10 { width: 75%; padding-bottom: 83.33333%; }
  .aux-t-tile-9-10 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-9-10 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-9-10 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-10-10 { width: 83.33333%; padding-bottom: 83.33333%; }
  .aux-t-tile-10-10 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-10-10 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-10-10 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-11-10 { width: 91.66667%; padding-bottom: 83.33333%; }
  .aux-t-tile-11-10 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-11-10 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-11-10 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-12-10 { width: 100%; padding-bottom: 83.33333%; }
  .aux-t-tile-12-10 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-tile-sg-12-10 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-t-tile-lg-12-10 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-t-tile-1-11 { width: 8.33333%; padding-bottom: 91.66667%; }
  .aux-t-tile-1-11 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-t-tile-sg-1-11 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-1-11 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-2-11 { width: 16.66667%; padding-bottom: 91.66667%; }
  .aux-t-tile-2-11 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-t-tile-sg-2-11 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-2-11 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-3-11 { width: 25%; padding-bottom: 91.66667%; }
  .aux-t-tile-3-11 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-tile-sg-3-11 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-3-11 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-4-11 { width: 33.33333%; padding-bottom: 91.66667%; }
  .aux-t-tile-4-11 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-tile-sg-4-11 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-4-11 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-5-11 { width: 41.66667%; padding-bottom: 91.66667%; }
  .aux-t-tile-5-11 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-tile-sg-5-11 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-5-11 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-6-11 { width: 50%; padding-bottom: 91.66667%; }
  .aux-t-tile-6-11 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-6-11 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-6-11 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-7-11 { width: 58.33333%; padding-bottom: 91.66667%; }
  .aux-t-tile-7-11 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-7-11 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-7-11 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-8-11 { width: 66.66667%; padding-bottom: 91.66667%; }
  .aux-t-tile-8-11 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-8-11 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-8-11 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-9-11 { width: 75%; padding-bottom: 91.66667%; }
  .aux-t-tile-9-11 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-9-11 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-9-11 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-10-11 { width: 83.33333%; padding-bottom: 91.66667%; }
  .aux-t-tile-10-11 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-10-11 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-10-11 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-11-11 { width: 91.66667%; padding-bottom: 91.66667%; }
  .aux-t-tile-11-11 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-11-11 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-11-11 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-12-11 { width: 100%; padding-bottom: 91.66667%; }
  .aux-t-tile-12-11 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-tile-sg-12-11 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-t-tile-lg-12-11 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-t-tile-1-12 { width: 8.33333%; padding-bottom: 100%; }
  .aux-t-tile-1-12 .aux-keep-aspect { height: 0; padding-bottom: 191.66667%; }
  .aux-t-tile-sg-1-12 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-1-12 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-2-12 { width: 16.66667%; padding-bottom: 100%; }
  .aux-t-tile-2-12 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-t-tile-sg-2-12 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-2-12 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-3-12 { width: 25%; padding-bottom: 100%; }
  .aux-t-tile-3-12 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-t-tile-sg-3-12 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-3-12 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-4-12 { width: 33.33333%; padding-bottom: 100%; }
  .aux-t-tile-4-12 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-tile-sg-4-12 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-4-12 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-5-12 { width: 41.66667%; padding-bottom: 100%; }
  .aux-t-tile-5-12 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-tile-sg-5-12 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-5-12 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-6-12 { width: 50%; padding-bottom: 100%; }
  .aux-t-tile-6-12 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-tile-sg-6-12 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-6-12 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-7-12 { width: 58.33333%; padding-bottom: 100%; }
  .aux-t-tile-7-12 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-tile-sg-7-12 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-7-12 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-8-12 { width: 66.66667%; padding-bottom: 100%; }
  .aux-t-tile-8-12 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-tile-sg-8-12 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-8-12 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-9-12 { width: 75%; padding-bottom: 100%; }
  .aux-t-tile-9-12 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-tile-sg-9-12 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-9-12 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-10-12 { width: 83.33333%; padding-bottom: 100%; }
  .aux-t-tile-10-12 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-tile-sg-10-12 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-10-12 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-11-12 { width: 91.66667%; padding-bottom: 100%; }
  .aux-t-tile-11-12 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-tile-sg-11-12 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-11-12 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-t-tile-12-12 { width: 100%; padding-bottom: 100%; }
  .aux-t-tile-12-12 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-tile-sg-12-12 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-t-tile-lg-12-12 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; } }
@media screen and (max-width: 767px) { .aux-m-tile-1-1 { width: 8.33333%; padding-bottom: 8.33333%; }
  .aux-m-tile-1-1 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-1-1 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-1-1 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-2-1 { width: 16.66667%; padding-bottom: 8.33333%; }
  .aux-m-tile-2-1 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-2-1 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-2-1 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-3-1 { width: 25%; padding-bottom: 8.33333%; }
  .aux-m-tile-3-1 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-3-1 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-3-1 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-4-1 { width: 33.33333%; padding-bottom: 8.33333%; }
  .aux-m-tile-4-1 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-4-1 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-4-1 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-5-1 { width: 41.66667%; padding-bottom: 8.33333%; }
  .aux-m-tile-5-1 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-5-1 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-5-1 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-6-1 { width: 50%; padding-bottom: 8.33333%; }
  .aux-m-tile-6-1 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-6-1 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-6-1 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-7-1 { width: 58.33333%; padding-bottom: 8.33333%; }
  .aux-m-tile-7-1 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-tile-sg-7-1 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-7-1 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-8-1 { width: 66.66667%; padding-bottom: 8.33333%; }
  .aux-m-tile-8-1 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-tile-sg-8-1 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-8-1 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-9-1 { width: 75%; padding-bottom: 8.33333%; }
  .aux-m-tile-9-1 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-tile-sg-9-1 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-9-1 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-10-1 { width: 83.33333%; padding-bottom: 8.33333%; }
  .aux-m-tile-10-1 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-m-tile-sg-10-1 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-10-1 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-11-1 { width: 91.66667%; padding-bottom: 8.33333%; }
  .aux-m-tile-11-1 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-m-tile-sg-11-1 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-11-1 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-12-1 { width: 100%; padding-bottom: 8.33333%; }
  .aux-m-tile-12-1 .aux-keep-aspect { height: 0; padding-bottom: 8.33333%; }
  .aux-m-tile-sg-12-1 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 8.33333%; margin: 0 1px; }
  .aux-m-tile-lg-12-1 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 8.33333%; margin: 0 15px; }
  .aux-m-tile-1-2 { width: 8.33333%; padding-bottom: 16.66667%; }
  .aux-m-tile-1-2 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-1-2 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-1-2 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-2-2 { width: 16.66667%; padding-bottom: 16.66667%; }
  .aux-m-tile-2-2 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-2-2 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-2-2 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-3-2 { width: 25%; padding-bottom: 16.66667%; }
  .aux-m-tile-3-2 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-3-2 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-3-2 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-4-2 { width: 33.33333%; padding-bottom: 16.66667%; }
  .aux-m-tile-4-2 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-4-2 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-4-2 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-5-2 { width: 41.66667%; padding-bottom: 16.66667%; }
  .aux-m-tile-5-2 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-5-2 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-5-2 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-6-2 { width: 50%; padding-bottom: 16.66667%; }
  .aux-m-tile-6-2 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-6-2 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-6-2 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-7-2 { width: 58.33333%; padding-bottom: 16.66667%; }
  .aux-m-tile-7-2 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-7-2 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-7-2 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-8-2 { width: 66.66667%; padding-bottom: 16.66667%; }
  .aux-m-tile-8-2 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-tile-sg-8-2 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-8-2 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-9-2 { width: 75%; padding-bottom: 16.66667%; }
  .aux-m-tile-9-2 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-tile-sg-9-2 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-9-2 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-10-2 { width: 83.33333%; padding-bottom: 16.66667%; }
  .aux-m-tile-10-2 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-tile-sg-10-2 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-10-2 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-11-2 { width: 91.66667%; padding-bottom: 16.66667%; }
  .aux-m-tile-11-2 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-m-tile-sg-11-2 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-11-2 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-12-2 { width: 100%; padding-bottom: 16.66667%; }
  .aux-m-tile-12-2 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-m-tile-sg-12-2 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 16.66667%; margin: 0 1px; }
  .aux-m-tile-lg-12-2 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 16.66667%; margin: 0 15px; }
  .aux-m-tile-1-3 { width: 8.33333%; padding-bottom: 25%; }
  .aux-m-tile-1-3 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-1-3 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-1-3 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-2-3 { width: 16.66667%; padding-bottom: 25%; }
  .aux-m-tile-2-3 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-2-3 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-2-3 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-3-3 { width: 25%; padding-bottom: 25%; }
  .aux-m-tile-3-3 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-3-3 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-3-3 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-4-3 { width: 33.33333%; padding-bottom: 25%; }
  .aux-m-tile-4-3 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-4-3 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-4-3 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-5-3 { width: 41.66667%; padding-bottom: 25%; }
  .aux-m-tile-5-3 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-5-3 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-5-3 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-6-3 { width: 50%; padding-bottom: 25%; }
  .aux-m-tile-6-3 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-6-3 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-6-3 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-7-3 { width: 58.33333%; padding-bottom: 25%; }
  .aux-m-tile-7-3 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-7-3 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-7-3 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-8-3 { width: 66.66667%; padding-bottom: 25%; }
  .aux-m-tile-8-3 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-8-3 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-8-3 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-9-3 { width: 75%; padding-bottom: 25%; }
  .aux-m-tile-9-3 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-tile-sg-9-3 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-9-3 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-10-3 { width: 83.33333%; padding-bottom: 25%; }
  .aux-m-tile-10-3 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-tile-sg-10-3 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-10-3 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-11-3 { width: 91.66667%; padding-bottom: 25%; }
  .aux-m-tile-11-3 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-tile-sg-11-3 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-11-3 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-12-3 { width: 100%; padding-bottom: 25%; }
  .aux-m-tile-12-3 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-m-tile-sg-12-3 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 25%; margin: 0 1px; }
  .aux-m-tile-lg-12-3 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 25%; margin: 0 15px; }
  .aux-m-tile-1-4 { width: 8.33333%; padding-bottom: 33.33333%; }
  .aux-m-tile-1-4 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-1-4 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-1-4 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-2-4 { width: 16.66667%; padding-bottom: 33.33333%; }
  .aux-m-tile-2-4 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-2-4 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-2-4 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-3-4 { width: 25%; padding-bottom: 33.33333%; }
  .aux-m-tile-3-4 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-3-4 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-3-4 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-4-4 { width: 33.33333%; padding-bottom: 33.33333%; }
  .aux-m-tile-4-4 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-4-4 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-4-4 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-5-4 { width: 41.66667%; padding-bottom: 33.33333%; }
  .aux-m-tile-5-4 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-5-4 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-5-4 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-6-4 { width: 50%; padding-bottom: 33.33333%; }
  .aux-m-tile-6-4 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-6-4 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-6-4 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-7-4 { width: 58.33333%; padding-bottom: 33.33333%; }
  .aux-m-tile-7-4 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-7-4 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-7-4 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-8-4 { width: 66.66667%; padding-bottom: 33.33333%; }
  .aux-m-tile-8-4 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-8-4 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-8-4 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-9-4 { width: 75%; padding-bottom: 33.33333%; }
  .aux-m-tile-9-4 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-9-4 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-9-4 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-10-4 { width: 83.33333%; padding-bottom: 33.33333%; }
  .aux-m-tile-10-4 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-tile-sg-10-4 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-10-4 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-11-4 { width: 91.66667%; padding-bottom: 33.33333%; }
  .aux-m-tile-11-4 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-tile-sg-11-4 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-11-4 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-12-4 { width: 100%; padding-bottom: 33.33333%; }
  .aux-m-tile-12-4 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-tile-sg-12-4 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 33.33333%; margin: 0 1px; }
  .aux-m-tile-lg-12-4 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 33.33333%; margin: 0 15px; }
  .aux-m-tile-1-5 { width: 8.33333%; padding-bottom: 41.66667%; }
  .aux-m-tile-1-5 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-1-5 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-1-5 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-2-5 { width: 16.66667%; padding-bottom: 41.66667%; }
  .aux-m-tile-2-5 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-2-5 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-2-5 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-3-5 { width: 25%; padding-bottom: 41.66667%; }
  .aux-m-tile-3-5 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-3-5 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-3-5 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-4-5 { width: 33.33333%; padding-bottom: 41.66667%; }
  .aux-m-tile-4-5 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-4-5 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-4-5 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-5-5 { width: 41.66667%; padding-bottom: 41.66667%; }
  .aux-m-tile-5-5 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-5-5 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-5-5 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-6-5 { width: 50%; padding-bottom: 41.66667%; }
  .aux-m-tile-6-5 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-6-5 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-6-5 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-7-5 { width: 58.33333%; padding-bottom: 41.66667%; }
  .aux-m-tile-7-5 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-7-5 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-7-5 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-8-5 { width: 66.66667%; padding-bottom: 41.66667%; }
  .aux-m-tile-8-5 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-8-5 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-8-5 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-9-5 { width: 75%; padding-bottom: 41.66667%; }
  .aux-m-tile-9-5 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-9-5 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-9-5 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-10-5 { width: 83.33333%; padding-bottom: 41.66667%; }
  .aux-m-tile-10-5 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-10-5 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-10-5 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-11-5 { width: 91.66667%; padding-bottom: 41.66667%; }
  .aux-m-tile-11-5 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-tile-sg-11-5 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-11-5 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-12-5 { width: 100%; padding-bottom: 41.66667%; }
  .aux-m-tile-12-5 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-tile-sg-12-5 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 41.66667%; margin: 0 1px; }
  .aux-m-tile-lg-12-5 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 41.66667%; margin: 0 15px; }
  .aux-m-tile-1-6 { width: 8.33333%; padding-bottom: 50%; }
  .aux-m-tile-1-6 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-1-6 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-1-6 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-2-6 { width: 16.66667%; padding-bottom: 50%; }
  .aux-m-tile-2-6 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-2-6 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-2-6 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-3-6 { width: 25%; padding-bottom: 50%; }
  .aux-m-tile-3-6 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-3-6 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-3-6 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-4-6 { width: 33.33333%; padding-bottom: 50%; }
  .aux-m-tile-4-6 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-4-6 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-4-6 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-5-6 { width: 41.66667%; padding-bottom: 50%; }
  .aux-m-tile-5-6 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-5-6 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-5-6 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-6-6 { width: 50%; padding-bottom: 50%; }
  .aux-m-tile-6-6 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-6-6 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-6-6 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-7-6 { width: 58.33333%; padding-bottom: 50%; }
  .aux-m-tile-7-6 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-7-6 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-7-6 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-8-6 { width: 66.66667%; padding-bottom: 50%; }
  .aux-m-tile-8-6 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-8-6 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-8-6 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-9-6 { width: 75%; padding-bottom: 50%; }
  .aux-m-tile-9-6 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-9-6 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-9-6 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-10-6 { width: 83.33333%; padding-bottom: 50%; }
  .aux-m-tile-10-6 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-10-6 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-10-6 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-11-6 { width: 91.66667%; padding-bottom: 50%; }
  .aux-m-tile-11-6 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-11-6 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-11-6 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-12-6 { width: 100%; padding-bottom: 50%; }
  .aux-m-tile-12-6 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-tile-sg-12-6 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 50%; margin: 0 1px; }
  .aux-m-tile-lg-12-6 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 50%; margin: 0 15px; }
  .aux-m-tile-1-7 { width: 8.33333%; padding-bottom: 58.33333%; }
  .aux-m-tile-1-7 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-tile-sg-1-7 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-1-7 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-2-7 { width: 16.66667%; padding-bottom: 58.33333%; }
  .aux-m-tile-2-7 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-2-7 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-2-7 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-3-7 { width: 25%; padding-bottom: 58.33333%; }
  .aux-m-tile-3-7 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-3-7 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-3-7 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-4-7 { width: 33.33333%; padding-bottom: 58.33333%; }
  .aux-m-tile-4-7 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-4-7 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-4-7 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-5-7 { width: 41.66667%; padding-bottom: 58.33333%; }
  .aux-m-tile-5-7 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-5-7 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-5-7 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-6-7 { width: 50%; padding-bottom: 58.33333%; }
  .aux-m-tile-6-7 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-6-7 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-6-7 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-7-7 { width: 58.33333%; padding-bottom: 58.33333%; }
  .aux-m-tile-7-7 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-7-7 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-7-7 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-8-7 { width: 66.66667%; padding-bottom: 58.33333%; }
  .aux-m-tile-8-7 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-8-7 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-8-7 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-9-7 { width: 75%; padding-bottom: 58.33333%; }
  .aux-m-tile-9-7 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-9-7 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-9-7 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-10-7 { width: 83.33333%; padding-bottom: 58.33333%; }
  .aux-m-tile-10-7 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-10-7 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-10-7 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-11-7 { width: 91.66667%; padding-bottom: 58.33333%; }
  .aux-m-tile-11-7 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-11-7 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-11-7 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-12-7 { width: 100%; padding-bottom: 58.33333%; }
  .aux-m-tile-12-7 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-tile-sg-12-7 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 58.33333%; margin: 0 1px; }
  .aux-m-tile-lg-12-7 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 58.33333%; margin: 0 15px; }
  .aux-m-tile-1-8 { width: 8.33333%; padding-bottom: 66.66667%; }
  .aux-m-tile-1-8 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-tile-sg-1-8 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-1-8 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-2-8 { width: 16.66667%; padding-bottom: 66.66667%; }
  .aux-m-tile-2-8 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-tile-sg-2-8 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-2-8 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-3-8 { width: 25%; padding-bottom: 66.66667%; }
  .aux-m-tile-3-8 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-3-8 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-3-8 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-4-8 { width: 33.33333%; padding-bottom: 66.66667%; }
  .aux-m-tile-4-8 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-4-8 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-4-8 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-5-8 { width: 41.66667%; padding-bottom: 66.66667%; }
  .aux-m-tile-5-8 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-5-8 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-5-8 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-6-8 { width: 50%; padding-bottom: 66.66667%; }
  .aux-m-tile-6-8 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-6-8 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-6-8 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-7-8 { width: 58.33333%; padding-bottom: 66.66667%; }
  .aux-m-tile-7-8 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-7-8 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-7-8 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-8-8 { width: 66.66667%; padding-bottom: 66.66667%; }
  .aux-m-tile-8-8 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-8-8 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-8-8 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-9-8 { width: 75%; padding-bottom: 66.66667%; }
  .aux-m-tile-9-8 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-9-8 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-9-8 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-10-8 { width: 83.33333%; padding-bottom: 66.66667%; }
  .aux-m-tile-10-8 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-10-8 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-10-8 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-11-8 { width: 91.66667%; padding-bottom: 66.66667%; }
  .aux-m-tile-11-8 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-11-8 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-11-8 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-12-8 { width: 100%; padding-bottom: 66.66667%; }
  .aux-m-tile-12-8 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-tile-sg-12-8 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 66.66667%; margin: 0 1px; }
  .aux-m-tile-lg-12-8 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 66.66667%; margin: 0 15px; }
  .aux-m-tile-1-9 { width: 8.33333%; padding-bottom: 75%; }
  .aux-m-tile-1-9 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-tile-sg-1-9 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-1-9 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-2-9 { width: 16.66667%; padding-bottom: 75%; }
  .aux-m-tile-2-9 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-tile-sg-2-9 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-2-9 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-3-9 { width: 25%; padding-bottom: 75%; }
  .aux-m-tile-3-9 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-tile-sg-3-9 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-3-9 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-4-9 { width: 33.33333%; padding-bottom: 75%; }
  .aux-m-tile-4-9 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-4-9 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-4-9 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-5-9 { width: 41.66667%; padding-bottom: 75%; }
  .aux-m-tile-5-9 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-5-9 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-5-9 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-6-9 { width: 50%; padding-bottom: 75%; }
  .aux-m-tile-6-9 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-6-9 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-6-9 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-7-9 { width: 58.33333%; padding-bottom: 75%; }
  .aux-m-tile-7-9 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-7-9 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-7-9 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-8-9 { width: 66.66667%; padding-bottom: 75%; }
  .aux-m-tile-8-9 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-8-9 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-8-9 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-9-9 { width: 75%; padding-bottom: 75%; }
  .aux-m-tile-9-9 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-9-9 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-9-9 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-10-9 { width: 83.33333%; padding-bottom: 75%; }
  .aux-m-tile-10-9 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-10-9 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-10-9 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-11-9 { width: 91.66667%; padding-bottom: 75%; }
  .aux-m-tile-11-9 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-11-9 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-11-9 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-12-9 { width: 100%; padding-bottom: 75%; }
  .aux-m-tile-12-9 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-tile-sg-12-9 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 75%; margin: 0 1px; }
  .aux-m-tile-lg-12-9 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 75%; margin: 0 15px; }
  .aux-m-tile-1-10 { width: 8.33333%; padding-bottom: 83.33333%; }
  .aux-m-tile-1-10 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-m-tile-sg-1-10 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-1-10 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-2-10 { width: 16.66667%; padding-bottom: 83.33333%; }
  .aux-m-tile-2-10 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-tile-sg-2-10 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-2-10 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-3-10 { width: 25%; padding-bottom: 83.33333%; }
  .aux-m-tile-3-10 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-tile-sg-3-10 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-3-10 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-4-10 { width: 33.33333%; padding-bottom: 83.33333%; }
  .aux-m-tile-4-10 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-tile-sg-4-10 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-4-10 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-5-10 { width: 41.66667%; padding-bottom: 83.33333%; }
  .aux-m-tile-5-10 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-5-10 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-5-10 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-6-10 { width: 50%; padding-bottom: 83.33333%; }
  .aux-m-tile-6-10 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-6-10 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-6-10 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-7-10 { width: 58.33333%; padding-bottom: 83.33333%; }
  .aux-m-tile-7-10 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-7-10 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-7-10 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-8-10 { width: 66.66667%; padding-bottom: 83.33333%; }
  .aux-m-tile-8-10 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-8-10 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-8-10 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-9-10 { width: 75%; padding-bottom: 83.33333%; }
  .aux-m-tile-9-10 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-9-10 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-9-10 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-10-10 { width: 83.33333%; padding-bottom: 83.33333%; }
  .aux-m-tile-10-10 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-10-10 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-10-10 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-11-10 { width: 91.66667%; padding-bottom: 83.33333%; }
  .aux-m-tile-11-10 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-11-10 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-11-10 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-12-10 { width: 100%; padding-bottom: 83.33333%; }
  .aux-m-tile-12-10 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-tile-sg-12-10 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 83.33333%; margin: 0 1px; }
  .aux-m-tile-lg-12-10 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 83.33333%; margin: 0 15px; }
  .aux-m-tile-1-11 { width: 8.33333%; padding-bottom: 91.66667%; }
  .aux-m-tile-1-11 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-m-tile-sg-1-11 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-1-11 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-2-11 { width: 16.66667%; padding-bottom: 91.66667%; }
  .aux-m-tile-2-11 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-m-tile-sg-2-11 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-2-11 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-3-11 { width: 25%; padding-bottom: 91.66667%; }
  .aux-m-tile-3-11 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-tile-sg-3-11 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-3-11 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-4-11 { width: 33.33333%; padding-bottom: 91.66667%; }
  .aux-m-tile-4-11 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-tile-sg-4-11 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-4-11 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-5-11 { width: 41.66667%; padding-bottom: 91.66667%; }
  .aux-m-tile-5-11 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-tile-sg-5-11 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-5-11 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-6-11 { width: 50%; padding-bottom: 91.66667%; }
  .aux-m-tile-6-11 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-6-11 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-6-11 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-7-11 { width: 58.33333%; padding-bottom: 91.66667%; }
  .aux-m-tile-7-11 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-7-11 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-7-11 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-8-11 { width: 66.66667%; padding-bottom: 91.66667%; }
  .aux-m-tile-8-11 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-8-11 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-8-11 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-9-11 { width: 75%; padding-bottom: 91.66667%; }
  .aux-m-tile-9-11 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-9-11 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-9-11 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-10-11 { width: 83.33333%; padding-bottom: 91.66667%; }
  .aux-m-tile-10-11 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-10-11 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-10-11 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-11-11 { width: 91.66667%; padding-bottom: 91.66667%; }
  .aux-m-tile-11-11 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-11-11 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-11-11 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-12-11 { width: 100%; padding-bottom: 91.66667%; }
  .aux-m-tile-12-11 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-tile-sg-12-11 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 91.66667%; margin: 0 1px; }
  .aux-m-tile-lg-12-11 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 91.66667%; margin: 0 15px; }
  .aux-m-tile-1-12 { width: 8.33333%; padding-bottom: 100%; }
  .aux-m-tile-1-12 .aux-keep-aspect { height: 0; padding-bottom: 191.66667%; }
  .aux-m-tile-sg-1-12 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-1-12 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-2-12 { width: 16.66667%; padding-bottom: 100%; }
  .aux-m-tile-2-12 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-m-tile-sg-2-12 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-2-12 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-3-12 { width: 25%; padding-bottom: 100%; }
  .aux-m-tile-3-12 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-m-tile-sg-3-12 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-3-12 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-4-12 { width: 33.33333%; padding-bottom: 100%; }
  .aux-m-tile-4-12 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-tile-sg-4-12 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-4-12 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-5-12 { width: 41.66667%; padding-bottom: 100%; }
  .aux-m-tile-5-12 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-tile-sg-5-12 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-5-12 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-6-12 { width: 50%; padding-bottom: 100%; }
  .aux-m-tile-6-12 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-tile-sg-6-12 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-6-12 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-7-12 { width: 58.33333%; padding-bottom: 100%; }
  .aux-m-tile-7-12 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-tile-sg-7-12 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-7-12 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-8-12 { width: 66.66667%; padding-bottom: 100%; }
  .aux-m-tile-8-12 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-tile-sg-8-12 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-8-12 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-9-12 { width: 75%; padding-bottom: 100%; }
  .aux-m-tile-9-12 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-tile-sg-9-12 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-9-12 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-10-12 { width: 83.33333%; padding-bottom: 100%; }
  .aux-m-tile-10-12 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-tile-sg-10-12 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-10-12 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-11-12 { width: 91.66667%; padding-bottom: 100%; }
  .aux-m-tile-11-12 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-tile-sg-11-12 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-11-12 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; }
  .aux-m-tile-12-12 { width: 100%; padding-bottom: 100%; }
  .aux-m-tile-12-12 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-tile-sg-12-12 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: 100%; margin: 0 1px; }
  .aux-m-tile-lg-12-12 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: 100%; margin: 0 15px; } }
/** Generate Big Grid layout classes with 12 columns */
.aux-big-grid-1-1 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-1-1 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-1-1 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-1 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-1 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-2-1 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-2-1 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-1 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-1 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-3-1 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-3-1 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-1 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-1 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-4-1 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-4-1 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-1 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-1 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-5-1 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-5-1 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-1 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-1 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-6-1 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-6-1 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-1 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-1 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-7-1 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-big-grid-sg-7-1 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-1 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-1 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-8-1 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-big-grid-sg-8-1 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-1 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-1 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-9-1 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-big-grid-sg-9-1 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-1 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-1 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-10-1 .aux-keep-aspect { height: 0; padding-bottom: 25%; }

.aux-big-grid-sg-10-1 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-1 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-1 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-11-1 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }

.aux-big-grid-sg-11-1 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-1 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-1 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
.aux-big-grid-12-1 .aux-keep-aspect { height: 0; padding-bottom: 8.33333%; }

.aux-big-grid-sg-12-1 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-1 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-2 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-1-2 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-1-2 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-2 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-2 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-2-2 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-2-2 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-2 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-2 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-3-2 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-3-2 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-2 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-2 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-4-2 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-4-2 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-2 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-2 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-5-2 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-5-2 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-2 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-2 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-6-2 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-6-2 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-2 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-2 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-7-2 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-7-2 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-2 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-2 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-8-2 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-big-grid-sg-8-2 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-2 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-2 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-9-2 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-big-grid-sg-9-2 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-2 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-2 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-10-2 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-big-grid-sg-10-2 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-2 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-2 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-11-2 .aux-keep-aspect { height: 0; padding-bottom: 25%; }

.aux-big-grid-sg-11-2 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-2 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-2 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
.aux-big-grid-12-2 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }

.aux-big-grid-sg-12-2 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-2 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-3 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-1-3 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-1-3 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-3 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-3 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-2-3 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-2-3 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-3 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-3 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-3-3 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-3-3 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-3 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-3 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-4-3 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-4-3 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-3 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-3 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-5-3 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-5-3 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-3 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-3 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-6-3 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-6-3 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-3 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-3 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-7-3 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-7-3 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-3 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-3 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-8-3 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-8-3 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-3 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-3 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-9-3 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-big-grid-sg-9-3 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-3 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-3 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-10-3 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-big-grid-sg-10-3 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-3 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-3 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-11-3 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-big-grid-sg-11-3 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-3 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-3 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
.aux-big-grid-12-3 .aux-keep-aspect { height: 0; padding-bottom: 25%; }

.aux-big-grid-sg-12-3 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-3 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-4 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-1-4 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-1-4 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-4 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-4 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-2-4 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-2-4 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-4 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-4 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-3-4 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-3-4 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-4 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-4 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-4-4 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-4-4 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-4 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-4 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-5-4 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-5-4 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-4 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-4 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-6-4 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-6-4 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-4 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-4 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-7-4 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-7-4 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-4 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-4 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-8-4 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-8-4 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-4 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-4 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-9-4 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-9-4 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-4 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-4 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-10-4 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-big-grid-sg-10-4 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-4 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-4 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-11-4 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-big-grid-sg-11-4 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-4 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-4 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
.aux-big-grid-12-4 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }

.aux-big-grid-sg-12-4 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-4 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-5 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-1-5 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-1-5 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-5 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-5 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-2-5 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-2-5 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-5 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-5 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-3-5 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-3-5 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-5 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-5 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-4-5 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-4-5 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-5 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-5 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-5-5 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-5-5 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-5 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-5 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-6-5 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-6-5 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-5 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-5 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-7-5 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-7-5 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-5 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-5 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-8-5 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-8-5 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-5 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-5 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-9-5 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-9-5 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-5 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-5 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-10-5 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-10-5 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-5 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-5 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-11-5 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-big-grid-sg-11-5 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-5 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-5 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
.aux-big-grid-12-5 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }

.aux-big-grid-sg-12-5 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-5 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-6 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-1-6 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-1-6 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-6 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-6 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-2-6 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-2-6 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-6 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-6 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-3-6 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-3-6 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-6 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-6 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-4-6 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-4-6 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-6 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-6 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-5-6 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-5-6 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-6 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-6 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-6-6 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-6-6 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-6 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-6 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-7-6 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-7-6 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-6 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-6 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-8-6 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-8-6 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-6 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-6 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-9-6 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-9-6 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-6 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-6 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-10-6 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-10-6 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-6 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-6 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-11-6 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-11-6 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-6 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-6 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
.aux-big-grid-12-6 .aux-keep-aspect { height: 0; padding-bottom: 50%; }

.aux-big-grid-sg-12-6 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-6 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-7 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-1-7 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-big-grid-sg-1-7 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-7 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-7 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-2-7 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-2-7 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-7 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-7 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-3-7 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-3-7 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-7 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-7 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-4-7 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-4-7 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-7 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-7 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-5-7 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-5-7 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-7 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-7 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-6-7 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-6-7 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-7 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-7 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-7-7 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-7-7 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-7 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-7 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-8-7 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-8-7 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-7 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-7 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-9-7 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-9-7 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-7 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-7 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-10-7 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-10-7 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-7 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-7 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-11-7 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-11-7 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-7 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-7 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
.aux-big-grid-12-7 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }

.aux-big-grid-sg-12-7 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-7 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-8 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-1-8 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-big-grid-sg-1-8 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-8 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-8 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-2-8 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-big-grid-sg-2-8 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-8 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-8 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-3-8 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-3-8 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-8 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-8 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-4-8 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-4-8 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-8 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-8 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-5-8 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-5-8 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-8 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-8 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-6-8 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-6-8 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-8 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-8 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-7-8 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-7-8 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-8 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-8 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-8-8 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-8-8 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-8 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-8 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-9-8 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-9-8 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-8 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-8 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-10-8 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-10-8 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-8 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-8 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-11-8 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-11-8 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-8 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-8 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
.aux-big-grid-12-8 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }

.aux-big-grid-sg-12-8 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-8 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-9 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-1-9 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-big-grid-sg-1-9 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-9 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-9 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-2-9 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-big-grid-sg-2-9 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-9 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-9 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-3-9 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-big-grid-sg-3-9 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-9 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-9 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-4-9 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-4-9 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-9 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-9 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-5-9 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-5-9 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-9 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-9 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-6-9 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-6-9 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-9 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-9 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-7-9 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-7-9 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-9 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-9 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-8-9 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-8-9 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-9 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-9 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-9-9 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-9-9 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-9 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-9 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-10-9 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-10-9 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-9 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-9 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-11-9 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-11-9 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-9 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-9 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
.aux-big-grid-12-9 .aux-keep-aspect { height: 0; padding-bottom: 75%; }

.aux-big-grid-sg-12-9 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-9 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-10 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-1-10 .aux-keep-aspect { height: 0; padding-bottom: 175%; }

.aux-big-grid-sg-1-10 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-10 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-10 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-2-10 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-big-grid-sg-2-10 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-10 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-10 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-3-10 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-big-grid-sg-3-10 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-10 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-10 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-4-10 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-big-grid-sg-4-10 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-10 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-10 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-5-10 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-5-10 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-10 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-10 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-6-10 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-6-10 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-10 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-10 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-7-10 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-7-10 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-10 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-10 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-8-10 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-8-10 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-10 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-10 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-9-10 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-9-10 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-10 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-10 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-10-10 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-10-10 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-10 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-10 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-11-10 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-11-10 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-10 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-10 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
.aux-big-grid-12-10 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }

.aux-big-grid-sg-12-10 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-10 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-11 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-1-11 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }

.aux-big-grid-sg-1-11 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-11 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-11 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-2-11 .aux-keep-aspect { height: 0; padding-bottom: 175%; }

.aux-big-grid-sg-2-11 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-11 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-11 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-3-11 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-big-grid-sg-3-11 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-11 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-11 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-4-11 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-big-grid-sg-4-11 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-11 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-11 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-5-11 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-big-grid-sg-5-11 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-11 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-11 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-6-11 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-6-11 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-11 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-11 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-7-11 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-7-11 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-11 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-11 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-8-11 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-8-11 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-11 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-11 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-9-11 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-9-11 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-11 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-11 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-10-11 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-10-11 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-11 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-11 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-11-11 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-11-11 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-11 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-11 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
.aux-big-grid-12-11 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }

.aux-big-grid-sg-12-11 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-11 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-1-12 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-1-12 .aux-keep-aspect { height: 0; padding-bottom: 191.66667%; }

.aux-big-grid-sg-1-12 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-1-12 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-2-12 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-2-12 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }

.aux-big-grid-sg-2-12 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-2-12 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-3-12 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-3-12 .aux-keep-aspect { height: 0; padding-bottom: 175%; }

.aux-big-grid-sg-3-12 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-3-12 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-4-12 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-4-12 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }

.aux-big-grid-sg-4-12 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-4-12 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-5-12 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-5-12 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }

.aux-big-grid-sg-5-12 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-5-12 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-6-12 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-6-12 .aux-keep-aspect { height: 0; padding-bottom: 150%; }

.aux-big-grid-sg-6-12 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-6-12 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-7-12 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-7-12 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }

.aux-big-grid-sg-7-12 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-7-12 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-8-12 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-8-12 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }

.aux-big-grid-sg-8-12 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-8-12 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-9-12 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-9-12 .aux-keep-aspect { height: 0; padding-bottom: 125%; }

.aux-big-grid-sg-9-12 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-9-12 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-10-12 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-10-12 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }

.aux-big-grid-sg-10-12 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-10-12 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-11-12 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-11-12 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }

.aux-big-grid-sg-11-12 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-11-12 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

.aux-big-grid-12-12 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
.aux-big-grid-12-12 .aux-keep-aspect { height: 0; padding-bottom: 100%; }

.aux-big-grid-sg-12-12 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }

.aux-big-grid-lg-12-12 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }

@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-t-big-grid-1-1 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-1-1 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-1-1 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-1 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-1 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-2-1 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-2-1 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-1 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-1 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-3-1 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-3-1 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-1 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-1 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-4-1 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-4-1 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-1 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-1 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-5-1 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-5-1 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-1 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-1 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-6-1 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-6-1 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-1 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-1 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-7-1 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-big-grid-sg-7-1 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-1 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-1 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-8-1 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-big-grid-sg-8-1 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-1 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-1 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-9-1 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-big-grid-sg-9-1 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-1 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-1 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-10-1 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-t-big-grid-sg-10-1 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-1 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-1 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-11-1 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-t-big-grid-sg-11-1 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-1 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-1 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-t-big-grid-12-1 .aux-keep-aspect { height: 0; padding-bottom: 8.33333%; }
  .aux-t-big-grid-sg-12-1 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-1 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-2 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-1-2 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-1-2 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-2 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-2 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-2-2 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-2-2 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-2 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-2 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-3-2 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-3-2 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-2 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-2 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-4-2 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-4-2 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-2 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-2 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-5-2 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-5-2 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-2 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-2 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-6-2 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-6-2 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-2 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-2 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-7-2 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-7-2 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-2 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-2 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-8-2 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-big-grid-sg-8-2 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-2 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-2 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-9-2 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-big-grid-sg-9-2 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-2 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-2 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-10-2 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-big-grid-sg-10-2 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-2 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-2 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-11-2 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-t-big-grid-sg-11-2 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-2 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-2 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-t-big-grid-12-2 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-t-big-grid-sg-12-2 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-2 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-3 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-1-3 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-1-3 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-3 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-3 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-2-3 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-2-3 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-3 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-3 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-3-3 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-3-3 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-3 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-3 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-4-3 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-4-3 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-3 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-3 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-5-3 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-5-3 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-3 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-3 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-6-3 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-6-3 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-3 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-3 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-7-3 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-7-3 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-3 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-3 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-8-3 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-8-3 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-3 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-3 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-9-3 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-big-grid-sg-9-3 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-3 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-3 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-10-3 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-big-grid-sg-10-3 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-3 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-3 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-11-3 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-big-grid-sg-11-3 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-3 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-3 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-t-big-grid-12-3 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-t-big-grid-sg-12-3 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-3 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-4 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-1-4 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-1-4 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-4 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-4 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-2-4 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-2-4 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-4 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-4 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-3-4 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-3-4 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-4 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-4 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-4-4 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-4-4 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-4 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-4 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-5-4 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-5-4 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-4 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-4 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-6-4 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-6-4 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-4 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-4 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-7-4 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-7-4 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-4 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-4 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-8-4 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-8-4 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-4 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-4 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-9-4 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-9-4 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-4 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-4 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-10-4 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-big-grid-sg-10-4 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-4 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-4 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-11-4 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-big-grid-sg-11-4 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-4 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-4 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-t-big-grid-12-4 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-t-big-grid-sg-12-4 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-4 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-5 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-1-5 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-1-5 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-5 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-5 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-2-5 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-2-5 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-5 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-5 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-3-5 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-3-5 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-5 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-5 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-4-5 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-4-5 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-5 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-5 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-5-5 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-5-5 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-5 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-5 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-6-5 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-6-5 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-5 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-5 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-7-5 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-7-5 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-5 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-5 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-8-5 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-8-5 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-5 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-5 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-9-5 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-9-5 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-5 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-5 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-10-5 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-10-5 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-5 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-5 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-11-5 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-big-grid-sg-11-5 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-5 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-5 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-t-big-grid-12-5 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-t-big-grid-sg-12-5 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-5 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-6 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-1-6 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-1-6 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-6 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-6 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-2-6 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-2-6 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-6 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-6 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-3-6 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-3-6 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-6 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-6 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-4-6 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-4-6 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-6 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-6 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-5-6 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-5-6 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-6 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-6 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-6-6 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-6-6 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-6 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-6 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-7-6 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-7-6 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-6 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-6 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-8-6 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-8-6 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-6 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-6 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-9-6 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-9-6 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-6 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-6 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-10-6 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-10-6 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-6 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-6 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-11-6 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-11-6 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-6 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-6 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-t-big-grid-12-6 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-t-big-grid-sg-12-6 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-6 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-7 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-1-7 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-big-grid-sg-1-7 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-7 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-7 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-2-7 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-2-7 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-7 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-7 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-3-7 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-3-7 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-7 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-7 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-4-7 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-4-7 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-7 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-7 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-5-7 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-5-7 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-7 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-7 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-6-7 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-6-7 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-7 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-7 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-7-7 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-7-7 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-7 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-7 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-8-7 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-8-7 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-7 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-7 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-9-7 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-9-7 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-7 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-7 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-10-7 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-10-7 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-7 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-7 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-11-7 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-11-7 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-7 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-7 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-t-big-grid-12-7 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-t-big-grid-sg-12-7 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-7 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-8 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-1-8 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-big-grid-sg-1-8 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-8 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-8 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-2-8 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-big-grid-sg-2-8 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-8 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-8 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-3-8 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-3-8 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-8 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-8 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-4-8 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-4-8 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-8 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-8 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-5-8 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-5-8 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-8 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-8 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-6-8 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-6-8 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-8 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-8 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-7-8 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-7-8 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-8 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-8 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-8-8 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-8-8 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-8 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-8 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-9-8 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-9-8 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-8 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-8 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-10-8 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-10-8 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-8 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-8 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-11-8 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-11-8 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-8 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-8 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-t-big-grid-12-8 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-t-big-grid-sg-12-8 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-8 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-9 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-1-9 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-big-grid-sg-1-9 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-9 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-9 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-2-9 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-big-grid-sg-2-9 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-9 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-9 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-3-9 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-big-grid-sg-3-9 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-9 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-9 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-4-9 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-4-9 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-9 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-9 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-5-9 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-5-9 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-9 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-9 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-6-9 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-6-9 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-9 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-9 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-7-9 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-7-9 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-9 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-9 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-8-9 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-8-9 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-9 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-9 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-9-9 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-9-9 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-9 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-9 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-10-9 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-10-9 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-9 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-9 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-11-9 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-11-9 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-9 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-9 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-t-big-grid-12-9 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-t-big-grid-sg-12-9 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-9 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-10 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-1-10 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-t-big-grid-sg-1-10 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-10 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-10 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-2-10 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-big-grid-sg-2-10 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-10 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-10 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-3-10 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-big-grid-sg-3-10 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-10 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-10 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-4-10 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-big-grid-sg-4-10 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-10 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-10 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-5-10 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-5-10 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-10 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-10 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-6-10 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-6-10 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-10 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-10 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-7-10 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-7-10 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-10 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-10 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-8-10 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-8-10 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-10 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-10 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-9-10 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-9-10 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-10 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-10 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-10-10 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-10-10 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-10 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-10 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-11-10 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-11-10 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-10 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-10 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-t-big-grid-12-10 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-t-big-grid-sg-12-10 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-10 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-11 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-1-11 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-t-big-grid-sg-1-11 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-11 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-11 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-2-11 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-t-big-grid-sg-2-11 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-11 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-11 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-3-11 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-big-grid-sg-3-11 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-11 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-11 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-4-11 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-big-grid-sg-4-11 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-11 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-11 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-5-11 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-big-grid-sg-5-11 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-11 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-11 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-6-11 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-6-11 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-11 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-11 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-7-11 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-7-11 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-11 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-11 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-8-11 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-8-11 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-11 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-11 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-9-11 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-9-11 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-11 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-11 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-10-11 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-10-11 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-11 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-11 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-11-11 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-11-11 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-11 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-11 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-t-big-grid-12-11 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-t-big-grid-sg-12-11 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-11 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-1-12 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-1-12 .aux-keep-aspect { height: 0; padding-bottom: 191.66667%; }
  .aux-t-big-grid-sg-1-12 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-1-12 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-2-12 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-2-12 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-t-big-grid-sg-2-12 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-2-12 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-3-12 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-3-12 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-t-big-grid-sg-3-12 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-3-12 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-4-12 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-4-12 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-t-big-grid-sg-4-12 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-4-12 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-5-12 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-5-12 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-t-big-grid-sg-5-12 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-5-12 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-6-12 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-6-12 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-t-big-grid-sg-6-12 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-6-12 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-7-12 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-7-12 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-t-big-grid-sg-7-12 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-7-12 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-8-12 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-8-12 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-t-big-grid-sg-8-12 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-8-12 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-9-12 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-9-12 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-t-big-grid-sg-9-12 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-9-12 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-10-12 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-10-12 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-t-big-grid-sg-10-12 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-10-12 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-11-12 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-11-12 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-t-big-grid-sg-11-12 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-11-12 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-t-big-grid-12-12 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-t-big-grid-12-12 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-t-big-grid-sg-12-12 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-t-big-grid-lg-12-12 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; } }
@media screen and (max-width: 767px) { .aux-m-big-grid-1-1 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-1-1 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-1-1 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-1 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-1 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-2-1 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-2-1 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-1 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-1 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-3-1 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-3-1 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-1 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-1 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-4-1 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-4-1 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-1 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-1 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-5-1 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-5-1 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-1 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-1 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-6-1 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-6-1 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-1 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-1 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-7-1 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-big-grid-sg-7-1 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-1 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-1 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-8-1 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-big-grid-sg-8-1 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-1 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-1 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-9-1 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-big-grid-sg-9-1 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-1 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-1 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-10-1 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-m-big-grid-sg-10-1 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-1 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-1 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-11-1 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-m-big-grid-sg-11-1 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-1 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-1 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 1 * 73% / 12 ); }
  .aux-m-big-grid-12-1 .aux-keep-aspect { height: 0; padding-bottom: 8.33333%; }
  .aux-m-big-grid-sg-12-1 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-1 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 1 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-2 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-1-2 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-1-2 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-2 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-2 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-2-2 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-2-2 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-2 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-2 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-3-2 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-3-2 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-2 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-2 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-4-2 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-4-2 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-2 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-2 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-5-2 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-5-2 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-2 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-2 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-6-2 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-6-2 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-2 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-2 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-7-2 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-7-2 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-2 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-2 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-8-2 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-big-grid-sg-8-2 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-2 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-2 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-9-2 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-big-grid-sg-9-2 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-2 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-2 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-10-2 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-big-grid-sg-10-2 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-2 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-2 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-11-2 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-m-big-grid-sg-11-2 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-2 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-2 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 2 * 73% / 12 ); }
  .aux-m-big-grid-12-2 .aux-keep-aspect { height: 0; padding-bottom: 16.66667%; }
  .aux-m-big-grid-sg-12-2 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-2 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 2 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-3 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-1-3 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-1-3 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-3 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-3 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-2-3 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-2-3 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-3 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-3 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-3-3 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-3-3 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-3 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-3 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-4-3 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-4-3 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-3 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-3 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-5-3 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-5-3 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-3 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-3 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-6-3 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-6-3 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-3 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-3 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-7-3 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-7-3 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-3 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-3 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-8-3 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-8-3 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-3 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-3 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-9-3 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-big-grid-sg-9-3 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-3 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-3 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-10-3 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-big-grid-sg-10-3 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-3 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-3 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-11-3 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-big-grid-sg-11-3 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-3 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-3 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 3 * 73% / 12 ); }
  .aux-m-big-grid-12-3 .aux-keep-aspect { height: 0; padding-bottom: 25%; }
  .aux-m-big-grid-sg-12-3 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-3 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 3 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-4 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-1-4 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-1-4 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-4 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-4 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-2-4 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-2-4 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-4 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-4 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-3-4 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-3-4 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-4 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-4 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-4-4 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-4-4 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-4 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-4 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-5-4 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-5-4 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-4 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-4 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-6-4 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-6-4 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-4 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-4 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-7-4 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-7-4 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-4 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-4 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-8-4 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-8-4 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-4 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-4 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-9-4 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-9-4 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-4 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-4 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-10-4 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-big-grid-sg-10-4 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-4 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-4 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-11-4 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-big-grid-sg-11-4 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-4 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-4 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 4 * 73% / 12 ); }
  .aux-m-big-grid-12-4 .aux-keep-aspect { height: 0; padding-bottom: 33.33333%; }
  .aux-m-big-grid-sg-12-4 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-4 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 4 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-5 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-1-5 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-1-5 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-5 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-5 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-2-5 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-2-5 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-5 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-5 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-3-5 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-3-5 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-5 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-5 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-4-5 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-4-5 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-5 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-5 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-5-5 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-5-5 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-5 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-5 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-6-5 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-6-5 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-5 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-5 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-7-5 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-7-5 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-5 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-5 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-8-5 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-8-5 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-5 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-5 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-9-5 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-9-5 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-5 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-5 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-10-5 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-10-5 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-5 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-5 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-11-5 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-big-grid-sg-11-5 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-5 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-5 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 5 * 73% / 12 ); }
  .aux-m-big-grid-12-5 .aux-keep-aspect { height: 0; padding-bottom: 41.66667%; }
  .aux-m-big-grid-sg-12-5 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-5 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 5 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-6 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-1-6 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-1-6 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-6 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-6 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-2-6 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-2-6 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-6 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-6 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-3-6 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-3-6 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-6 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-6 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-4-6 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-4-6 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-6 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-6 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-5-6 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-5-6 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-6 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-6 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-6-6 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-6-6 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-6 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-6 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-7-6 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-7-6 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-6 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-6 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-8-6 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-8-6 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-6 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-6 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-9-6 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-9-6 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-6 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-6 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-10-6 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-10-6 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-6 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-6 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-11-6 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-11-6 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-6 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-6 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 6 * 73% / 12 ); }
  .aux-m-big-grid-12-6 .aux-keep-aspect { height: 0; padding-bottom: 50%; }
  .aux-m-big-grid-sg-12-6 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-6 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 6 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-7 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-1-7 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-big-grid-sg-1-7 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-7 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-7 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-2-7 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-2-7 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-7 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-7 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-3-7 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-3-7 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-7 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-7 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-4-7 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-4-7 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-7 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-7 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-5-7 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-5-7 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-7 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-7 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-6-7 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-6-7 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-7 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-7 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-7-7 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-7-7 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-7 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-7 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-8-7 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-8-7 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-7 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-7 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-9-7 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-9-7 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-7 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-7 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-10-7 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-10-7 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-7 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-7 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-11-7 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-11-7 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-7 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-7 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 7 * 73% / 12 ); }
  .aux-m-big-grid-12-7 .aux-keep-aspect { height: 0; padding-bottom: 58.33333%; }
  .aux-m-big-grid-sg-12-7 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-7 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 7 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-8 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-1-8 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-big-grid-sg-1-8 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-8 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-8 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-2-8 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-big-grid-sg-2-8 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-8 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-8 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-3-8 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-3-8 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-8 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-8 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-4-8 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-4-8 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-8 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-8 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-5-8 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-5-8 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-8 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-8 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-6-8 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-6-8 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-8 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-8 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-7-8 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-7-8 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-8 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-8 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-8-8 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-8-8 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-8 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-8 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-9-8 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-9-8 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-8 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-8 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-10-8 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-10-8 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-8 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-8 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-11-8 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-11-8 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-8 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-8 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 8 * 73% / 12 ); }
  .aux-m-big-grid-12-8 .aux-keep-aspect { height: 0; padding-bottom: 66.66667%; }
  .aux-m-big-grid-sg-12-8 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-8 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 8 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-9 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-1-9 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-big-grid-sg-1-9 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-9 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-9 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-2-9 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-big-grid-sg-2-9 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-9 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-9 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-3-9 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-big-grid-sg-3-9 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-9 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-9 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-4-9 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-4-9 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-9 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-9 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-5-9 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-5-9 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-9 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-9 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-6-9 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-6-9 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-9 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-9 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-7-9 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-7-9 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-9 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-9 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-8-9 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-8-9 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-9 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-9 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-9-9 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-9-9 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-9 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-9 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-10-9 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-10-9 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-9 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-9 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-11-9 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-11-9 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-9 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-9 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 9 * 73% / 12 ); }
  .aux-m-big-grid-12-9 .aux-keep-aspect { height: 0; padding-bottom: 75%; }
  .aux-m-big-grid-sg-12-9 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-9 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 9 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-10 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-1-10 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-m-big-grid-sg-1-10 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-10 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-10 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-2-10 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-big-grid-sg-2-10 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-10 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-10 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-3-10 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-big-grid-sg-3-10 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-10 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-10 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-4-10 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-big-grid-sg-4-10 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-10 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-10 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-5-10 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-5-10 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-10 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-10 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-6-10 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-6-10 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-10 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-10 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-7-10 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-7-10 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-10 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-10 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-8-10 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-8-10 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-10 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-10 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-9-10 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-9-10 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-10 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-10 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-10-10 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-10-10 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-10 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-10 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-11-10 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-11-10 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-10 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-10 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 10 * 73% / 12 ); }
  .aux-m-big-grid-12-10 .aux-keep-aspect { height: 0; padding-bottom: 83.33333%; }
  .aux-m-big-grid-sg-12-10 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-10 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 10 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-11 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-1-11 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-m-big-grid-sg-1-11 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-11 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-11 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-2-11 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-m-big-grid-sg-2-11 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-11 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-11 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-3-11 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-big-grid-sg-3-11 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-11 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-11 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-4-11 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-big-grid-sg-4-11 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-11 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-11 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-5-11 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-big-grid-sg-5-11 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-11 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-11 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-6-11 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-6-11 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-11 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-11 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-7-11 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-7-11 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-11 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-11 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-8-11 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-8-11 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-11 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-11 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-9-11 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-9-11 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-11 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-11 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-10-11 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-10-11 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-11 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-11 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-11-11 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-11-11 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-11 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-11 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 11 * 73% / 12 ); }
  .aux-m-big-grid-12-11 .aux-keep-aspect { height: 0; padding-bottom: 91.66667%; }
  .aux-m-big-grid-sg-12-11 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-11 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 11 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-1-12 { width: calc( 1 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-1-12 .aux-keep-aspect { height: 0; padding-bottom: 191.66667%; }
  .aux-m-big-grid-sg-1-12 { width: calc( 1 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-1-12 { width: calc( 1 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-2-12 { width: calc( 2 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-2-12 .aux-keep-aspect { height: 0; padding-bottom: 183.33333%; }
  .aux-m-big-grid-sg-2-12 { width: calc( 2 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-2-12 { width: calc( 2 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-3-12 { width: calc( 3 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-3-12 .aux-keep-aspect { height: 0; padding-bottom: 175%; }
  .aux-m-big-grid-sg-3-12 { width: calc( 3 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-3-12 { width: calc( 3 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-4-12 { width: calc( 4 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-4-12 .aux-keep-aspect { height: 0; padding-bottom: 166.66667%; }
  .aux-m-big-grid-sg-4-12 { width: calc( 4 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-4-12 { width: calc( 4 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-5-12 { width: calc( 5 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-5-12 .aux-keep-aspect { height: 0; padding-bottom: 158.33333%; }
  .aux-m-big-grid-sg-5-12 { width: calc( 5 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-5-12 { width: calc( 5 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-6-12 { width: calc( 6 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-6-12 .aux-keep-aspect { height: 0; padding-bottom: 150%; }
  .aux-m-big-grid-sg-6-12 { width: calc( 6 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-6-12 { width: calc( 6 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-7-12 { width: calc( 7 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-7-12 .aux-keep-aspect { height: 0; padding-bottom: 141.66667%; }
  .aux-m-big-grid-sg-7-12 { width: calc( 7 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-7-12 { width: calc( 7 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-8-12 { width: calc( 8 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-8-12 .aux-keep-aspect { height: 0; padding-bottom: 133.33333%; }
  .aux-m-big-grid-sg-8-12 { width: calc( 8 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-8-12 { width: calc( 8 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-9-12 { width: calc( 9 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-9-12 .aux-keep-aspect { height: 0; padding-bottom: 125%; }
  .aux-m-big-grid-sg-9-12 { width: calc( 9 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-9-12 { width: calc( 9 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-10-12 { width: calc( 10 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-10-12 .aux-keep-aspect { height: 0; padding-bottom: 116.66667%; }
  .aux-m-big-grid-sg-10-12 { width: calc( 10 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-10-12 { width: calc( 10 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-11-12 { width: calc( 11 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-11-12 .aux-keep-aspect { height: 0; padding-bottom: 108.33333%; }
  .aux-m-big-grid-sg-11-12 { width: calc( 11 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-11-12 { width: calc( 11 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; }
  .aux-m-big-grid-12-12 { width: calc( 12 * 100% / 12 ); padding-bottom: calc( 12 * 73% / 12 ); }
  .aux-m-big-grid-12-12 .aux-keep-aspect { height: 0; padding-bottom: 100%; }
  .aux-m-big-grid-sg-12-12 { width: calc( 12 * 100% / 12 - 2px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 1px; }
  .aux-m-big-grid-lg-12-12 { width: calc( 12 * 100% / 12 - 30px ); padding-bottom: calc( 12 * 73% / 12 ); margin: 0 15px; } }
.aux-masonry-layout { /* clear fix */ }
.aux-masonry-layout:after { content: ''; display: block; clear: both; }

/** Auxin Bullet Navigation  Example:  <ul class="aux-bullets aux-large aux-mask"> <li class="aux-bullet aux-overlay"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> <li class="aux-bullet"></li> </ul>  */
.aux-bullets, .aux-bullets ul { list-style: none; position: relative; }
.aux-bullets li, .aux-bullets ul li { float: left; }
.aux-bullets::after, .aux-bullets ul::after { content: ""; display: table; clear: both; }
.aux-bullets .aux-bullet, .aux-bullets.aux-overlay .aux-select-overlay { cursor: pointer; width: 13px; height: 13px; border-radius: 50%; position: relative; border: solid 1px #3d3d3d; margin: 0 4px 0 0; box-sizing: border-box; transition: all 300ms; }
.aux-bullets.aux-large .aux-bullet, .aux-bullets.aux-large .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-large .aux-select-overlay { width: 16px; height: 16px; margin: 0 6px 0 0; }
.aux-bullets.aux-small .aux-bullet, .aux-bullets.aux-small .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-small .aux-select-overlay { width: 9px; height: 9px; margin: 0 2px 0 0; }
.aux-bullets.aux-squre .aux-bullet, .aux-bullets.aux-squre .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-squre .aux-select-overlay { border-radius: 0; }
.aux-bullets.aux-fill .aux-bullet, .aux-bullets.aux-fill .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill .aux-select-overlay { border-width: 0; background-color: #d3d3d3; }
.aux-bullets .aux-bullet.aux-selected, .aux-bullets.aux-overlay .aux-selected.aux-select-overlay { background: #3d3d3d; }
.aux-bullets.aux-fill-in { box-shadow: 0 0 0 0 #3d3d3d inset; }
.aux-bullets.aux-fill-in .aux-bullet.aux-selected, .aux-bullets.aux-fill-in .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in .aux-selected.aux-select-overlay { box-shadow: 0 0 0 7px #3d3d3d inset; }
.aux-bullets.aux-fill-in .aux-bullet.aux-selected, .aux-bullets.aux-fill-in .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in .aux-selected.aux-select-overlay { background: transparent; }
.aux-bullets.aux-fill-in.aux-fill .aux-bullet.aux-selected, .aux-bullets.aux-fill-in.aux-fill .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in.aux-fill .aux-selected.aux-select-overlay { background: #d3d3d3; }
.aux-bullets.aux-fill-in.aux-large .aux-bullet.aux-selected, .aux-bullets.aux-fill-in.aux-large .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in.aux-large .aux-selected.aux-select-overlay { box-shadow: 0 0 0 9px #3d3d3d inset; }
.aux-bullets.aux-fill-in.aux-small .aux-bullet.aux-selected, .aux-bullets.aux-fill-in.aux-small .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-fill-in.aux-small .aux-selected.aux-select-overlay { box-shadow: 0 0 0 5px #3d3d3d inset; }
.aux-bullets.aux-overlay .aux-select-overlay { background-color: #3d3d3d; position: absolute; top: 0; z-index: 2; }
.aux-bullets.aux-overlay.aux-large .aux-select-overlay { width: 16px; height: 16px; }
.aux-bullets.aux-overlay.aux-small .aux-select-overlay { width: 9px; height: 9px; }
.aux-bullets.aux-overlay .aux-bullet.aux-selected, .aux-bullets.aux-overlay .aux-selected.aux-select-overlay { background: transparent; }
.aux-bullets.aux-overlay.aux-fill .aux-bullet.aux-selected, .aux-bullets.aux-overlay.aux-fill .aux-selected.aux-select-overlay { background: #d3d3d3; }
.aux-bullets.aux-mask .aux-bullet, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay { transform: translateZ(0); overflow: hidden; border-width: 0; }
.aux-bullets.aux-mask .aux-bullet::before, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::before, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::before, .aux-bullets.aux-mask .aux-bullet::after, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::after { content: ""; display: block; width: 100%; height: 100%; border-radius: inherit; position: absolute; box-sizing: inherit; }
.aux-bullets.aux-mask .aux-bullet::before, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::before, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::before { border: inherit; border-width: 1px; top: 0; left: 0; }
.aux-bullets.aux-mask .aux-bullet::after, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-select-overlay::after { top: 100%; background-color: #3d3d3d; transition: inherit; }
.aux-bullets.aux-mask .aux-bullet.aux-selected, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-selected.aux-select-overlay, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-selected.aux-select-overlay { background: transparent; }
.aux-bullets.aux-mask .aux-bullet.aux-selected::after, .aux-bullets.aux-mask .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask .aux-selected.aux-select-overlay::after { transform: translateY(-100%); }
.aux-bullets.aux-mask.aux-fill .aux-bullet::before, .aux-bullets.aux-mask.aux-fill .aux-bullets.aux-overlay .aux-select-overlay::before, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-fill .aux-select-overlay::before { border: none; }
.aux-bullets.aux-mask.aux-from-left .aux-bullet::after, .aux-bullets.aux-mask.aux-from-left .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-left .aux-select-overlay::after { left: -100%; top: auto; }
.aux-bullets.aux-mask.aux-from-left .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-left .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-left .aux-selected.aux-select-overlay::after { transform: translateX(100%); }
.aux-bullets.aux-mask.aux-from-right .aux-bullet::after, .aux-bullets.aux-mask.aux-from-right .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-right .aux-select-overlay::after { right: -100%; top: auto; }
.aux-bullets.aux-mask.aux-from-right .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-right .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-right .aux-selected.aux-select-overlay::after { transform: translateX(-100%); }
.aux-bullets.aux-mask.aux-from-top .aux-bullet::after, .aux-bullets.aux-mask.aux-from-top .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-top .aux-select-overlay::after { top: -100%; }
.aux-bullets.aux-mask.aux-from-top .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-top .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-top .aux-selected.aux-select-overlay::after { transform: translateY(100%); }
.aux-bullets.aux-mask.aux-from-center .aux-bullet::after, .aux-bullets.aux-mask.aux-from-center .aux-bullets.aux-overlay .aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-center .aux-select-overlay::after { top: 0; transform: scale(0.01); transform-origin: center; }
.aux-bullets.aux-mask.aux-from-center .aux-bullet.aux-selected::after, .aux-bullets.aux-mask.aux-from-center .aux-bullets.aux-overlay .aux-selected.aux-select-overlay::after, .aux-bullets.aux-overlay .aux-bullets.aux-mask.aux-from-center .aux-selected.aux-select-overlay::after { transform: scale(1); }

/** Auxin arrow navigation styles  @Example  <div class="aux-arrow-nav aux-round"> <span class="aux-overlay"></span> <span class="aux-svg-arrow aux-large-right aux-white"></span> </div>  */
.aux-arrow-nav { position: relative; cursor: pointer; transform: translateZ(0); background-color: #3d3d3d; width: 36px; height: 36px; overflow: hidden; }
.aux-arrow-nav.aux-white { background-color: white; }
.aux-arrow-nav.aux-outline { box-shadow: 0 0 0 1px #3d3d3d inset; background-color: transparent; }
.aux-arrow-nav.aux-outline .aux-overlay::after { background-color: #3d3d3d; }
.aux-arrow-nav.aux-outline.aux-white { border-color: white; box-shadow: 0 0 0 1px white inset; }
.aux-arrow-nav.aux-outline.aux-white .aux-overlay::after { background-color: white; }
.aux-arrow-nav.aux-round { border-radius: 50%; width: 73px; height: 73px; }
.aux-arrow-nav.aux-round.aux-small { width: 23px; height: 23px; }
.aux-arrow-nav.aux-round.aux-semi-small { width: 43px; height: 43px; }
.aux-arrow-nav.aux-round.aux-medium { width: 51px; height: 51px; }
.aux-arrow-nav.aux-round.aux-large { width: 119px; height: 119px; }
.aux-arrow-nav.aux-round .aux-overlay { width: 105%; transition-duration: 450ms; }
.aux-arrow-nav.aux-round-left { border-radius: 50% 0 0 50%; }
.aux-arrow-nav.aux-round-right { border-radius: 0 50% 50% 0; }
.aux-arrow-nav.aux-round-top { border-radius: 50% 50% 0 0; }
.aux-arrow-nav.aux-round-bottom { border-radius: 0 0 50% 50%; }
.aux-arrow-nav.aux-small { width: 22px; height: 22px; }
.aux-arrow-nav .aux-svg-arrow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); }
.aux-arrow-nav .aux-overlay { position: absolute; width: 150%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); }
.aux-arrow-nav .aux-overlay::after { position: relative; content: ''; border-radius: 50%; display: block; padding-top: 100%; background-color: #636363; }
.aux-arrow-nav:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
.aux-arrow-nav .aux-hover-arrow { opacity: 0; }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="down"] { transform: translate(-50%, -150%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="up"] { transform: translate(-50%, 50%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="right"] { transform: translate(-150%, -50%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="left"] { transform: translate(50%, -50%); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="plus"], .aux-arrow-nav.aux-hover-slide .aux-hover-arrow[class*="cross"] { transform: translate(-50%, -50%) rotate(-90deg); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="down"] { transform: translate(-50%, 50%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="up"] { transform: translate(-50%, -150%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="right"] { transform: translate(50%, -50%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="left"] { transform: translate(-150%, -50%); }
.aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="plus"], .aux-arrow-nav.aux-hover-slide:hover .aux-svg-arrow[class*="cross"] { transform: translate(-50%, -50%) rotate(90deg); }
.aux-arrow-nav.aux-hover-slide .aux-hover-arrow { transition-duration: 700ms; }
.aux-arrow-nav.aux-hover-fill { transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); }
.aux-arrow-nav.aux-hover-fill:hover { background-color: #636363; }
.aux-arrow-nav.aux-hover-fill:hover.aux-outline { background-color: #3d3d3d; }
.aux-arrow-nav:hover .aux-svg-arrow { opacity: 0; }
.aux-arrow-nav:hover .aux-svg-arrow.aux-no-fade { opacity: 1; }
.aux-arrow-nav:hover .aux-hover-arrow { transform: translate(-50%, -50%) !important; opacity: 1; }

.aux-widget-post-slider .aux-next.aux-mc-arrows, .type-post.format-gallery .aux-next.aux-mc-arrows, .aux-widget-post-slider .aux-prev.aux-mc-arrows, .type-post.format-gallery .aux-prev.aux-mc-arrows { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; }
.aux-widget-post-slider .aux-mc-arrows .aux-arrow-nav, .type-post.format-gallery .aux-mc-arrows .aux-arrow-nav { width: 50px; height: 50px; }
.aux-widget-post-slider .aux-mc-arrows .aux-arrow-nav .aux-overlay::after, .type-post.format-gallery .aux-mc-arrows .aux-arrow-nav .aux-overlay::after { background-color: #F1F1F1; }
.aux-widget-post-slider .aux-next.aux-mc-arrows, .type-post.format-gallery .aux-next.aux-mc-arrows { left: auto; right: 15px; }

/** Load more and read more buttons ------------------------------------------------------------------------------ */
/* Loade more example markup  <div class="aux-load-more"> <svg class="aux-circle" width="100%" height="100%" viewBox="0 0 102 102"> <circle class="aux-stroke-bg" r="50" cx="51" cy="51" fill="none"></circle> <circle class="aux-progress" r="50" cx="51" cy="51" fill="none" transform="rotate(-90 51 51)"></circle> </svg> <div class="aux-label-text"><span class="aux-svg-arrow aux-small-down"></span>MORE</div> <span class="aux-loading-label">LOADING</span> </div>  */
.aux-load-more { cursor: pointer; position: relative; width: 118px; height: 118px; border-radius: 50%; overflow: hidden; }
.aux-load-more svg { position: relative; }
.aux-load-more svg .aux-progress { stroke: #3d3d3d; stroke-width: 1; stroke-dashoffset: 0; stroke-dasharray: 314.1596; }
.aux-load-more svg .aux-progress-bg { stroke: #f0f0f0; stroke-width: 1; }
.aux-load-more svg .aux-stroke-bg { stroke: #f0f0f0; stroke-width: 1; }
.aux-load-more .aux-label-text, .aux-load-more .aux-loading-label { color: #3d3d3d; font-size: 0.8em; text-align: center; position: absolute; top: 0; left: 0; width: 100%; line-height: 118px; transition: opacity 300ms; }
.aux-load-more .aux-label-text .aux-svg-arrow, .aux-load-more .aux-loading-label .aux-svg-arrow { display: inline-block; vertical-align: middle; margin-right: 0.2em; }
.aux-load-more .aux-loading-label { opacity: 0; transition: opacity 300ms 100ms; }
.aux-load-more .aux-label-text .aux-svg-arrow[class*="-h-"] { margin: 0; transition: all 250ms; }
.aux-load-more .aux-overlay { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: width 550ms cubic-bezier(0.77, 0, 0.175, 1); }
.aux-load-more .aux-overlay::after { position: relative; content: ''; border-radius: 50%; display: block; padding-top: 100%; background-color: #f0f0f0; }
.aux-load-more:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
.aux-load-more.aux-active-loading svg .aux-progress { -moz-animation: aux-load-more-stroke-animation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; -webkit-animation: aux-load-more-stroke-animation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; animation: aux-load-more-stroke-animation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
.aux-load-more.aux-active-loading .aux-loading-label { opacity: 1; -moz-animation: aux-loade-more-loading-flash 0.02s 300ms infinite alternate; -webkit-animation: aux-loade-more-loading-flash 0.02s 300ms infinite alternate; animation: aux-loade-more-loading-flash 0.02s 300ms infinite alternate; }
.aux-load-more.aux-active-loading .aux-label-text .aux-svg-arrow[class*="-h-"] { transform: translateY(100%); opacity: 0; }
.aux-load-more.aux-active-loading .aux-label-text { opacity: 0; }
.aux-load-more.aux-active-loading .aux-overlay { width: 0 !important; }

@-moz-keyframes aux-load-more-stroke-animation { 0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -314.1596; }
  100% { stroke-dashoffset: -628.3192; } }
@-webkit-keyframes aux-load-more-stroke-animation { 0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -314.1596; }
  100% { stroke-dashoffset: -628.3192; } }
@keyframes aux-load-more-stroke-animation { 0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -314.1596; }
  100% { stroke-dashoffset: -628.3192; } }
@-moz-keyframes aux-loade-more-loading-flash { 0% { opacity: 1; }
  100% { opacity: 0.5; } }
@-webkit-keyframes aux-loade-more-loading-flash { 0% { opacity: 1; }
  100% { opacity: 0.5; } }
@keyframes aux-loade-more-loading-flash { 0% { opacity: 1; }
  100% { opacity: 0.5; } }
.aux-read-more, .aux-post-nav { display: inline-block; padding: 0.52em 1.3em; border-radius: 50em; background-color: #3d3d3d; color: white; text-decoration: none; font-size: 0.82em; }
.aux-read-more:hover, .aux-post-nav:hover { color: inherit; }
.aux-read-more::after, .aux-post-nav::after { content: '\2192'; font-family: Arial; font-size: 1.1em; display: inline-block; margin-left: 0.4em; }
.aux-read-more.aux-outline, .aux-post-nav.aux-outline { border: solid 1px #3d3d3d; color: #3d3d3d; background-color: transparent; transition: all 350ms ease-in; }
.aux-read-more.aux-arrow-left::before, .aux-post-nav.aux-arrow-left::before { content: '\2190'; margin-right: 0.4em; font-family: Arial; display: inline-block; }
.aux-read-more.aux-arrow-left::after, .aux-post-nav.aux-arrow-left::after { display: none; }
.aux-read-more.aux-disabled, .aux-post-nav.aux-disabled { cursor: default; background-color: #bdbdbd; }
.aux-read-more.aux-disabled.aux-outline, .aux-post-nav.aux-disabled.aux-outline { background-color: transparent; border-color: #bdbdbd; color: #bdbdbd; }
.aux-read-more.aux-outline:hover, .aux-post-nav.aux-outline:hover { background-color: #3d3d3d; color: white; transition: all 350ms ease-out; }

/** Loop loading ------------------------------------------------------------------------------ */
/* loop loading example markup  <div class="aux-loading-loop"> <svg class="aux-circle" width="100%" height="100%" viewBox="0 0 42 42"> <circle class="aux-stroke-bg" r="20" cx="21" cy="21" fill="none"></circle> <circle class="aux-progress" r="20" cx="21" cy="21" fill="none" transform="rotate(-90 21 21)"></circle> </svg> </div>  */
.aux-loading-loop { position: relative; width: 45px; height: 45px; border-radius: 50%; }
.aux-loading-loop svg { position: relative; }
.aux-loading-loop svg .aux-progress { stroke: #3d3d3d; stroke-width: 1; stroke-dashoffset: 0; stroke-dasharray: 125.66384; }
.aux-loading-loop svg .aux-stroke-bg { stroke: #f0f0f0; stroke-width: 1; }
.aux-loading-loop svg .aux-progress { -moz-animation: aux-loop-loading-stroke-animation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; -webkit-animation: aux-loop-loading-stroke-animation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; animation: aux-loop-loading-stroke-animation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }

@-moz-keyframes aux-loop-loading-stroke-animation { 0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -125.66384; }
  100% { stroke-dashoffset: -251.32768; } }
@-webkit-keyframes aux-loop-loading-stroke-animation { 0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -125.66384; }
  100% { stroke-dashoffset: -251.32768; } }
@keyframes aux-loop-loading-stroke-animation { 0% { stroke-dashoffset: 0; }
  50% { stroke-dashoffset: -125.66384; }
  100% { stroke-dashoffset: -251.32768; } }
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="url"], textarea { padding: 1.1em; max-width: 400px; width: 100%; transition: border-color 300ms; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, textarea:focus { border-color: #3D3D3D; }

select:not([multiple]) { -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border-radius: 0; border: solid 1px #BBB; padding: 16px 48px 16px 18px; background-image: url(/wp-content/themes/phlox-pro/css/images/controls/arrows/small-arrow-down.svg); background-repeat: no-repeat; background-position: right center; }
select:not([multiple])::-ms-expand { display: none; }
select:focus:not([multiple]) { outline: none; border-color: #3D3D3D; }
.ie9 select:not([multiple]) { padding-right: 0.5em; background-image: initial; }

input[type="radio"] { -webkit-appearance: none; -ms-appearance: none; -moz-appearance: none; appearance: none; width: 16px; height: 16px; border: solid 1px #3D3D3D; border-radius: 50%; box-shadow: 0 0 0px 2.5px white inset; margin-right: 5px; vertical-align: text-top; transition: background-color 300ms; }
input[type="radio"]:focus { outline: none; }
input[type="radio"]:checked { background-color: #3D3D3D; }

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item:first-of-type { margin-left: 0; }

.aux-checkbox, .wpcf7-form .wpcf7-checkbox input[type="checkbox"] { appearance: none; -moz-appearance: none; -webkit-appearance: none; box-sizing: border-box; display: inline-block !important; width: 13px; height: 13px; background: white; border: 1px solid #3d3d3d; }
.aux-checkbox + label, .aux-checkbox + .wpcf7-list-item-label, .wpcf7-form .wpcf7-checkbox input[type="checkbox"] + label, .wpcf7-form .wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label { cursor: pointer; padding: 0; font-size: 16px; color: #3D3D3D; }
.aux-checkbox:focus, .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:focus { outline: none; }
.aux-checkbox:checked, .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked { background: url(/wp-content/themes/phlox-pro/css/images/svg/checkbox.svg); background-repeat: no-repeat; background-position: center center; background-size: 13px 7px; }
.aux-checkbox:disabled, .wpcf7-form .wpcf7-checkbox input[type="checkbox"]:disabled { background: #EAEAEA; }

label { display: block; margin-bottom: 1em; font-size: 1.1em; color: #3D3D3D; }
label + br { display: none; }

input[type="reset"], input[type="submit"] { padding: 12px 32px; margin-right: 5px; background-color: #3D3D3D; color: white; vertical-align: top; font-size: 0.8125em; font-weight: 600; text-transform: uppercase; }
input[type="reset"]:hover, input[type="submit"]:hover { background-color: #505050; }

input[type="reset"] { background-color: transparent; padding: 11px 32px; border: solid 1px #3D3D3D; color: #3D3D3D; }
input[type="reset"]:hover { background-color: #F1F1F1; }

fieldset { padding: 15px 30px; }

legend { padding: 0 10px; margin-left: -10px; }

.aux-btn-loader { position: relative; }
.aux-btn-loader span { transition: none; opacity: 1; }
.aux-btn-loader svg { opacity: 0; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); }
.aux-btn-loader.aux-svg-progress span { opacity: 0; }
.aux-btn-loader.aux-svg-progress svg { opacity: 1; }

.aux-search-form .aux-search-field { height: 46px; float: left; margin-right: 2px; }
.aux-search-form.aux-iconic-search .aux-search-field { padding-right: 40px; }
.aux-search-form form { display: inline-block; position: relative; }
.aux-search-form .aux-submit-icon-container { position: absolute; color: #BBB; right: 5px; height: 100%; transition: color 300ms; }
.aux-search-form .aux-submit-icon-container::before { position: absolute; width: 100%; top: 50%; vertical-align: middle; display: inline-block; font-size: 1.4em; font-family: "auxin-front"; color: inherit; text-align: center; speak: none; transform: translateY(-50%); }
.aux-search-form .aux-submit-icon-container:hover { color: #3D3D3D; }
.aux-search-form .aux-iconic-search-submit { width: 40px; height: 80px; margin: 0; padding: 0; text-indent: 10em; overflow: hidden; background: transparent; }
.aux-search-form .aux-iconic-search-submit:hover { background: transparent; }
.aux-search-form .aux-search-submit { height: 40px; float: left; }
.aux-search-form .aux-search-submit:hover { background: #505050; }

.aux-dropdown-container:after, .aux-select:after, .aux-dropdown:after { border-top-width: 0.35em; left: -1.5625em; }
.aux-dropdown-container.aux-fill select, .aux-select.aux-fill select, .aux-dropdown.aux-fill select { color: white; border: none; background-color: #3d3d3d; }
.aux-dropdown-container.aux-fill:after, .aux-select.aux-fill:after, .aux-dropdown.aux-fill:after { z-index: 1; -webkit-pointer-events: none; -moz-pointer-events: none; -ms-pointer-events: none; pointer-events: none; border-top-color: white; }
.aux-dropdown-container.aux-large select, .aux-select.aux-large select, .aux-dropdown.aux-large select { padding: 0.875em 1.25em; padding-right: 3.125em; font-size: 110%; }
.aux-dropdown-container select, .aux-select select, .aux-dropdown select { background-image: none; }

.select2-container { box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { box-sizing: border-box; cursor: pointer; display: block; height: 28px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; border-radius: 4px; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; border-top-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; border-radius: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; border-top-left-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

/** Averta Modern Form How to use :  <form class="aux-modern-form"> 	<div class="aux-input-group"> 		<input></input>
		<label></label>
		<div class="aux-modern-form-border"></div>
	</div> </form> */
.wpcf7 .aux-modern-form input[type="text"], .wpcf7 .aux-modern-form input[type="password"], .wpcf7 .aux-modern-form input[type="email"], .wpcf7 .aux-modern-form input[type="tel"], .wpcf7 .aux-modern-form input[type="url"], .wpcf7 .aux-modern-form input[type="date"], .wpcf7 .aux-modern-form textarea { padding: 1.4375em 0; margin-bottom: 0; height: auto; border: none; }
.aux-modern-form#commentform input[type="text"], .aux-modern-form#commentform input[type="password"], .aux-modern-form#commentform input[type="email"], .aux-modern-form#commentform input[type="tel"], .aux-modern-form#commentform input[type="url"], .aux-modern-form#commentform input[type="date"], .aux-modern-form#commentform textarea { padding: 1.4375em 0; margin-bottom: 0; height: auto; border: none; }
.aux-modern-form input[type="text"], .aux-modern-form input[type="password"], .aux-modern-form input[type="email"], .aux-modern-form input[type="tel"], .aux-modern-form input[type="url"], .aux-modern-form input[type="date"], .aux-modern-form textarea { padding: 1.4375em 0; margin-bottom: 0; height: auto; border: none; }
.aux-modern-form .aux-input-group { position: relative; margin-bottom: 50px; }
.aux-modern-form .aux-input-group label { position: absolute; left: 0px; top: 24px; margin-bottom: 0; font-size: 1em; line-height: 23px; transform-origin: top left; transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
.aux-modern-form .aux-input-group .aux-modern-form-border { width: 100%; height: 2px; background-color: #3D3D3D; }
.aux-modern-form .aux-input-group br, .aux-modern-form .aux-input-group p { display: none; }
.aux-modern-form .aux-input-group.aux-focused label { transform: scale(0.75) translateY(-34px); }
.aux-modern-form .aux-input-group.aux-focused .aux-modern-form-border { box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25); }
.aux-modern-form .aux-input-group:last-of-type { margin-bottom: 30px; }
.aux-modern-form input[type="submit"] { padding: 0.9375em 3.125em !important; font-size: 0.875em; line-height: 21px; font-weight: 600; border-radius: 25px; }
.aux-modern-form.aux-light .aux-input-group input[type="text"], .aux-modern-form.aux-light .aux-input-group input[type="password"], .aux-modern-form.aux-light .aux-input-group input[type="email"], .aux-modern-form.aux-light .aux-input-group input[type="tel"], .aux-modern-form.aux-light .aux-input-group input[type="date"], .aux-modern-form.aux-light .aux-input-group textarea, .aux-modern-form.aux-light .aux-input-group label { color: rgba(255, 255, 255, 0.85); }
.aux-modern-form.aux-light .aux-input-group .aux-modern-form-border { background-color: #FFFFFF; }
.aux-modern-form.aux-light .aux-input-group.aux-focused .aux-modern-form-border { box-shadow: 0px 0px 6px 0px rgba(255, 255, 255, 0.65); }
.aux-modern-form.aux-light input[type="submit"] { background-color: #FFFFFF; color: #3D3D3D; }

/*
* <form class="aux-form-inline-three">
* <div class="aux-inline-inputs> <label>Name:</label><input type="text"></div>
* <div class="aux-inline-inputs> <label>Email</label><input type="email"></div>
* <div class="aux-block-inputs> <label>Comment:</label><textarea></div>
* </form>
*/
[class*="aux-form-inline-"] { display: flex; flex-flow: row wrap; }
[class*="aux-form-inline-"] > *:not(.form-submit) { flex-basis: 100%; }
[class*="aux-form-inline-"] .aux-inline-inputs input { width: 100% !important; }
[class*="aux-form-inline-"].aux-form-inline-three { justify-content: space-between; }
[class*="aux-form-inline-"].aux-form-inline-three .aux-inline-inputs { flex-basis: calc(33.333% - 30px); }
@media screen and (max-width: 767px) { .aux-resp [class*="aux-form-inline-"].aux-form-inline-three .aux-inline-inputs { flex-basis: 100%; } }
[class*="aux-form-inline-"].aux-form-inline-two { justify-content: space-between; }
[class*="aux-form-inline-"].aux-form-inline-two .aux-inline-inputs { flex-basis: calc(50% - 30px); }
@media screen and (max-width: 767px) { .aux-resp [class*="aux-form-inline-"].aux-form-inline-two .aux-inline-inputs { flex-basis: 100%; } }

/** Auxin filter list element  Sample markup  <div class="aux-filters aux-cube"> <div class="aux-select-overlay"></div> <ul> <li><a href="#"><span data-select="Minimal">Minimal</span></a></li> <li><a href="#"><span data-select="Portfolio">Portfolio</span></a></li> <li><a href="#"><span data-select="One page">One page</span></a></li> <li><a href="#"><span data-select="Sport">Sport</span></a></li> <li><a href="#"><span data-select="Magazine">Magazine</span></a></li> <li><a href="#"><span data-select="Hotel">Hotel</span></a></li> <li><a href="#"><span data-select="Book Library">Book Library</span></a></li> <li><a href="#"><span data-select="Multipurpose">Multipurpose</span></a></li> <li><a href="#"><span data-select="Gallery">Gallery</span></a></li> </ul> </div> */
.aux-filters ul { list-style: none; }
.aux-filters ul:after { content: ""; display: table; clear: both; }
.aux-filters ul > li { float: left; }
.aux-filters li > a { text-decoration: none; display: block; cursor: point; padding: 0.625em 0.75em; color: #aaa; }
.aux-filters li > a:hover { color: inherit; }
.aux-filters.aux-underline, .aux-filters.aux-slideup { margin-left: -0.75em; }
.aux-filters.aux-bordered li { border: solid 1px #bbb; border-right-width: 0; }
.aux-filters.aux-bordered li:last-child { border-right-width: 1px; }
.aux-filters .aux-selected { color: #3d3d3d; transition: all 300ms; }
.aux-filters.aux-fill .aux-selected li > a { background-color: transparent; }
.aux-filters .aux-select-overlay { display: none; }
.aux-filters.aux-overlay .aux-select-overlay { display: block; position: absolute; border: solid 1px #3d3d3d; border-radius: 20em; box-sizing: border-box; transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); }
.aux-filters.aux-underline li > a > span::after { content: ""; display: block; width: 100%; height: 1px; background: #3d3d3d; margin-top: 0.5em; opacity: 0; transition: all 300ms; transform: translateY(10px); }
.aux-filters.aux-underline .aux-selected span::after { transform: translateY(0); opacity: 1; }
.aux-filters.aux-cube li > a { padding: 0; }
.aux-filters.aux-cube li > a span { transform-style: preserve-3d; transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); padding: 0.625em 0.75em; display: block; }
.aux-filters.aux-cube li > a span::after { content: attr(data-select) ""; display: block; padding: inherit; white-space: nowrap; position: absolute; top: 100%; left: 0; color: white; background: #3d3d3d; transform-origin: 0% 0%; transform: rotateX(-90deg); }
.aux-filters.aux-cube .aux-selected span { transform: rotateX(90deg) translateY(-100%); transform-origin: 50% 0; background: #f9f9f9; }
.aux-filters.aux-slideup li > a { padding-left: 0; padding-right: 0; text-transform: uppercase; }
.aux-filters.aux-slideup li > a span { position: relative; display: block; padding: 0 0.75em; overflow: hidden; text-align: center; color: transparent; }
.aux-filters.aux-slideup li > a span::after, .aux-filters.aux-slideup li > a span::before { content: attr(data-select) ""; display: block; position: absolute; white-space: nowrap; margin: 0 auto; top: 0; color: #3d3d3d; transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1); }
.aux-filters.aux-slideup li > a span::after { top: auto; font-weight: bold; }
.aux-filters.aux-slideup .aux-selected span::before, .aux-filters.aux-slideup .aux-selected span::after { transform: translateY(-100%); }
.aux-filters.aux-underline-anim .aux-select-overlay { border-radius: 0; border-width: 0 0 2px 0; border-color: #3d3d3d; }
.aux-filters.aux-fill li { background: #f9f9f9; }
.aux-filters.aux-fill .aux-selected { color: white; background-color: #3d3d3d; }
.aux-filters.aux-dropdown-filter { margin-bottom: 1em; float: none !important; display: flex; }
.aux-filters.aux-dropdown-filter.aux-center { z-index: 9; justify-content: center; }
.aux-filters.aux-dropdown-filter.aux-center > ul { left: 50%; right: auto; transform: translateY(10px) translateX(-50%); }
.aux-filters.aux-dropdown-filter.aux-center > ul.aux-active { transform: translateY(0) translateX(-50%); }
.aux-filters.aux-dropdown-filter.aux-right { justify-content: flex-end; }
.aux-filters.aux-dropdown-filter.aux-left > ul { left: 0; right: auto; }
.aux-filters.aux-dropdown-filter .aux-filter-by { color: #AAA; font-weight: 600; font-size: 0.875em; text-transform: uppercase; cursor: pointer; }
.aux-filters.aux-dropdown-filter .aux-filter-by .aux-filter-name { color: #3d3d3d; }
.aux-filters.aux-dropdown-filter > ul { position: absolute; right: 0; top: 0; padding: 0.9375em 0; background: #fff; opacity: 0; transform: translateY(10px); box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.1); visibility: hidden; z-index: 9; transition: all 300ms ease-out; }
.aux-filters.aux-dropdown-filter > ul.aux-active { opacity: 1; transform: translateY(0); visibility: visible; }
.aux-filters.aux-dropdown-filter li { float: none; margin: 0 0.9375em; line-height: 190%; }
.aux-filters.aux-dropdown-filter li:hover { background: #3D3D3D; }
.aux-filters.aux-dropdown-filter li:hover > a { color: #FFFFFF; }
.aux-filters.aux-dropdown-filter li > a { position: relative; padding: 0.1875em 1.875em; color: #3D3D3D; text-align: left; font-size: 0.875em; font-weight: 600; text-transform: uppercase; }

.twentytwenty-handle { background: white; -moz-animation: aux-before-after-pulse 1000ms ease-in-out 0s infinite alternate; -webkit-animation: aux-before-after-pulse 1000ms ease-in-out 0s infinite alternate; animation: aux-before-after-pulse 1000ms ease-in-out 0s infinite alternate; }
.twentytwenty-handle:hover { -moz-animation: none; -webkit-animation: none; animation: none; }

.twentytwenty-overlay { display: none; }

@-moz-keyframes aux-before-after-pulse { 0% { box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8), 0 0 0 4px rgba(255, 255, 255, 0.15); }
  100% { box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8), 0 0 0 12px rgba(255, 255, 255, 0.3); } }
@-webkit-keyframes aux-before-after-pulse { 0% { box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8), 0 0 0 4px rgba(255, 255, 255, 0.15); }
  100% { box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8), 0 0 0 12px rgba(255, 255, 255, 0.3); } }
@keyframes aux-before-after-pulse { 0% { box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8), 0 0 0 4px rgba(255, 255, 255, 0.15); }
  100% { box-shadow: 0px 0px 2px rgba(61, 61, 61, 0.8), 0 0 0 12px rgba(255, 255, 255, 0.3); } }
.aux-before-after { position: relative; }
.aux-before-after img:last-child { position: absolute; top: 0; }

.aux-media-image { position: relative; }
.aux-media-image.aux-hidden-overflow { overflow: hidden; }

.aux-ribbon-wrapper { z-index: 5; /* Ribbon 1 */ }
.aux-ribbon-wrapper.aux-corner-ribbon { width: 200px; background: #EA4335; position: absolute; top: 25px; left: -50px; text-align: center; line-height: 50px; letter-spacing: 1px; color: #FFFFFF; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.aux-ribbon-wrapper.aux-corner-ribbon.top-right { top: 25px; right: -50px; left: auto; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.aux-ribbon-wrapper.aux-corner-ribbon.bottom-left { top: auto; bottom: 25px; left: -50px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.aux-ribbon-wrapper.aux-corner-ribbon.bottom-right { top: auto; right: -50px; bottom: 25px; left: auto; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.aux-ribbon-wrapper.aux-simple-ribbon { background: #EA4335; color: #FFFFFF; padding: 7px 50px; position: absolute; top: 25px; left: -1px; }
.aux-ribbon-wrapper.aux-simple-ribbon.top-right { top: 25px; right: -1px; left: auto; }
.aux-ribbon-wrapper.aux-simple-ribbon.bottom-left { top: auto; bottom: 25px; left: -1px; }
.aux-ribbon-wrapper.aux-simple-ribbon.bottom-right { top: auto; right: -1px; bottom: 25px; left: auto; }
.aux-ribbon-wrapper.aux-cross-ribbon { position: absolute; background: #EA4335; top: -15px; padding: 10px; left: 25px; color: #FFFFFF; border-radius: 0 0 2px 2px; }
.aux-ribbon-wrapper.aux-cross-ribbon:before { content: ""; position: absolute; left: -15px; right: 0; top: 0; bottom: 0; width: 0; height: 0; border-bottom: 15px solid #A42F25; border-left: 15px solid transparent !important; }
.aux-ribbon-wrapper.aux-cross-ribbon.top-right { right: 25px; left: auto; }
.aux-ribbon-wrapper.aux-cross-ribbon.top-right:before { left: auto; right: -15px; border-left: 0 !important; border-right: 15px solid transparent !important; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-left { top: auto; bottom: -15px; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-left:before { border-top: 15px solid #A42F25; border-bottom: 0; top: auto; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-right { top: auto; right: 25px; bottom: -15px; left: auto; }
.aux-ribbon-wrapper.aux-cross-ribbon.bottom-right:before { left: auto; right: -15px; border-left: 0 !important; border-right: 15px solid transparent !important; border-top: 15px solid #A42F25; border-bottom: 0; top: auto; }

a.button .aux-icon, button .aux-icon, input[type="submit"] .aux-icon, input[type="reset"] .aux-icon, input[type="button"] .aux-icon, .aux-button .aux-icon { font-size: 1.8em; }

.aux-button-block { display: block; width: 100%; }

.aux-tooltip-socials .auxicon-share::before { display: block; background-image: none; }

.aux-tooltip-socials-container { position: relative; display: inline-block; }
.aux-tooltip-socials-container .aux-tooltip-socials-wrapper { position: absolute; top: -15px; left: 20px; transform: translate3d(-50%, -100%, 0); border-radius: 25px; padding: 12px 17px 10px 13px; opacity: 0; display: none; z-index: 1; }
.aux-tooltip-socials-container .aux-tooltip-socials-wrapper:after { content: ''; position: absolute; left: 50%; }
.aux-tooltip-socials-container .aux-tooltip-social-no-text + .aux-tooltip-socials-wrapper { left: auto; }
.aux-tooltip-socials-container .jssocials-shares { display: table; }
.aux-tooltip-socials-container .jssocials-share { display: table-cell; padding: 0 8px; }
.aux-tooltip-socials-container .jssocials-share:hover { transform: scale(1.2); }
.aux-tooltip-socials-container .jssocials-share-logo { font-size: 1.3em; }
.aux-tooltip-socials-container .aux-tooltip-light + .aux-tooltip-socials-wrapper { background-color: #FFFFFF; border: 1px solid #3D3D3D; }
.aux-tooltip-socials-container .aux-tooltip-light + .aux-tooltip-socials-wrapper:after { height: 8px; width: 8px; bottom: -6px; transform: rotate(45deg); border: 1px solid #3D3D3D; border-width: 0 1px 1px 0; z-index: 10; }
.aux-tooltip-socials-container .aux-tooltip-dark + .aux-tooltip-socials-wrapper { background-color: #3D3D3D; }
.aux-tooltip-socials-container .aux-tooltip-dark + .aux-tooltip-socials-wrapper:after { width: 0; height: 0; border-top: 8px solid #3D3D3D; border-left: 8px solid transparent; border-right: 8px solid transparent; bottom: -8px; }
.aux-tooltip-socials-container .aux-tooltip-dark + .aux-tooltip-socials-wrapper .jssocials-share-link { color: #FFFFFF; }
.aux-tooltip-socials-container.aux-tip-open .aux-tooltip-socials-wrapper { animation: auxShareFadeInDown 1000ms forwards; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); display: inline-block; opacity: 1; }
.aux-tooltip-socials-container.aux-tip-close .aux-tooltip-socials-wrapper { animation: auxShareFadeOutUp 1000ms forwards; animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1); display: inline-block; opacity: 0; }
@keyframes auxShareFadeInDown { from { opacity: 0; top: -25px; }
  to { opacity: 1; top: -15px; } }
@keyframes auxShareFadeOutUp { from { opacity: 1; top: -15px; }
  to { opacity: 0; top: -25px; } }
@media screen and (max-width: 479px) { .aux-resp .aux-tooltip-socials-wrapper { padding: 10px 2px 13px 17px; }
  .aux-resp .jssocials-shares { width: 190px; }
  .aux-resp .jssocials-share { display: block; float: left; } }
#vc_load-inline-editor { display: none; }

.aux-widget-3d-textbox { perspective: 2000px; transform-style: preserve-3d; position: relative; z-index: 0; display: inline; }
.aux-widget-3d-textbox:hover { z-index: 1; }
.aux-widget-3d-textbox .aux-3d-textbox-widget-content { position: absolute; top: 50%; left: 50%; box-shadow: 20px 0 40px rgba(0, 0, 0, 0.16); background-color: rgba(255, 255, 255, 0.9); padding: 20px; }
.aux-widget-3d-textbox .aux-3d-textbox-widget-content .col-title { font-size: 30px; }
.aux-widget-3d-textbox .aux-3d-textbox-widget-content .col-subtitle { font-size: 10px; }
.aux-widget-3d-textbox .aux-wrap-style-box { position: relative; display: block; max-width: 100%; transform-style: preserve-3d; background-size: cover; }
.aux-widget-3d-textbox .aux-wrap-style-box:after { content: ''; display: block; padding-top: 100%; }
.aux-widget-3d-textbox .aux-text-position-top-left .aux-3d-textbox-widget-content { text-align: left; }
.aux-widget-3d-textbox .aux-text-position-top-center .aux-3d-textbox-widget-content { text-align: center; }
.aux-widget-3d-textbox .aux-text-position-top-right .aux-3d-textbox-widget-content { text-align: right; }
.aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content { text-align: left; }
.aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content .col-subtitle { position: absolute; top: 50%; transform: translateY(-50%); margin: 0; }
.aux-widget-3d-textbox .aux-text-position-center-left .aux-3d-textbox-widget-content .col-subtitle { margin-top: 40px; }
.aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content { text-align: center; }
.aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content .col-subtitle { position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); margin: 0; }
.aux-widget-3d-textbox .aux-text-position-center-center .aux-3d-textbox-widget-content .col-subtitle { margin-top: 40px; }
.aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content { text-align: right; }
.aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content .col-subtitle { position: absolute; top: 50%; transform: translateY(-50%); margin: 0; right: 20px; }
.aux-widget-3d-textbox .aux-text-position-center-right .aux-3d-textbox-widget-content .col-subtitle { margin-top: 40px; }
.aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content { text-align: left; }
.aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content .col-subtitle { position: absolute; bottom: 65px; margin: 0; }
.aux-widget-3d-textbox .aux-text-position-bottom-left .aux-3d-textbox-widget-content .col-subtitle { bottom: 40px; }
.aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content { text-align: center; }
.aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content .col-subtitle { position: absolute; bottom: 65px; margin: 0; left: 0; right: 0; }
.aux-widget-3d-textbox .aux-text-position-bottom-center .aux-3d-textbox-widget-content .col-subtitle { bottom: 40px; }
.aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content { text-align: right; }
.aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content .col-title, .aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content .col-subtitle { position: absolute; bottom: 65px; margin: 0; right: 20px; }
.aux-widget-3d-textbox .aux-text-position-bottom-right .aux-3d-textbox-widget-content .col-subtitle { bottom: 40px; }

.master-carousel, .master-carousel-slider { overflow: hidden; position: relative; }

.aux-mc-wrapper { position: relative; }

.aux-mc-item { position: absolute; }

.aux-mc-item img { width: 100%; }

.aux-mc-container, .mc-view-container { position: relative; }

.master-carousel-slider .aux-mc-item { cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab; }
.master-carousel-slider.aux-no-js > .aux-mc-item:first-child { display: block; position: relative; }
.master-carousel-slider.aux-no-js > * { display: none; }

.aux-mc-controls { text-align: center; }
.aux-mc-controls .aux-mc-arrows { display: inline-block; position: relative; cursor: pointer; padding: 15px 5px; }
.aux-mc-controls .aux-next { left: -1px; }
.aux-mc-controls .aux-bullets .aux-bullet, .aux-mc-controls .aux-bullets.aux-overlay .aux-select-overlay { display: inline-block; margin-right: 0.5em; }

.aux-side-control ~ .aux-mc-controls .aux-mc-arrows { position: absolute; top: 50%; transform: translateY(-50%); }
.aux-side-control ~ .aux-mc-controls .aux-next { right: -100px; left: auto; }
.aux-side-control ~ .aux-mc-controls .aux-prev { left: -100px; right: auto; }

.master-carousel.aux-mc-before-init { white-space: nowrap; }
.master-carousel.aux-mc-before-init .aux-carousel-controls { display: none; }
.master-carousel.aux-mc-before-init > .aux-mc-item { position: relative; display: inline-block; vertical-align: top; padding-right: 30px; white-space: normal; }
.master-carousel.aux-mc-before-init[data-columns='1'] > .aux-mc-item { width: 100%; padding-right: 0; }
.master-carousel.aux-mc-before-init[data-columns='2'] > .aux-mc-item { width: 50%; }
.master-carousel.aux-mc-before-init[data-columns='2'] > .aux-mc-item:nth-child(2n+2) { padding-right: 0; }
.master-carousel.aux-mc-before-init[data-columns='3'] > .aux-mc-item { width: 33.33333%; }
.master-carousel.aux-mc-before-init[data-columns='3'] > .aux-mc-item:nth-child(3n+3) { padding-right: 0; }
.master-carousel.aux-mc-before-init[data-columns='4'] > .aux-mc-item { width: 25%; }
.master-carousel.aux-mc-before-init[data-columns='4'] > .aux-mc-item:nth-child(4n+4) { padding-right: 0; }
.master-carousel.aux-mc-before-init[data-columns='5'] > .aux-mc-item { width: 20%; }
.master-carousel.aux-mc-before-init[data-columns='5'] > .aux-mc-item:nth-child(5n+5) { padding-right: 0; }
.master-carousel.aux-mc-before-init[data-columns='6'] > .aux-mc-item { width: 16.66667%; }
.master-carousel.aux-mc-before-init[data-columns='6'] > .aux-mc-item:nth-child(6n+6) { padding-right: 0; }

.aux-pagination { list-style: none; }
.aux-pagination li { float: left; }
.aux-pagination .pagination { margin-bottom: 0; }
.aux-pagination .pagination:after { content: ""; display: table; clear: both; }
.aux-pagination .pagination > li { margin-bottom: 0; }
.aux-pagination li > a, .aux-pagination li > span { text-decoration: none; display: block; border: solid 1px #aaa; border-right-width: 0; color: #3d3d3d; line-height: 35px; text-align: center; font-size: 0.85em; font-weight: 600; padding: 0 15px; transition: all 300ms; }
.aux-pagination li > a:hover { color: white; background-color: #3d3d3d; }
.aux-pagination li:last-child > a { border-right-width: 1px; }
.aux-pagination li.prev a, .aux-pagination li.next a { overflow: hidden; font-size: 0; color: transparent; width: 35px; padding: 0; position: relative; cursor: pointer; }
.aux-pagination li.prev a::after, .aux-pagination li.prev a::before, .aux-pagination li.next a::after, .aux-pagination li.next a::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 300ms; }
.aux-pagination li.prev a::before, .aux-pagination li.next a::before { opacity: 0; }
.aux-pagination li.prev a:hover::after, .aux-pagination li.next a:hover::after { opacity: 0; }
.aux-pagination li.prev a:hover::before, .aux-pagination li.next a:hover::before { opacity: 1; }
.aux-pagination li.next a::after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
.aux-pagination li.prev a::after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
.aux-pagination li.next a::before { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; }
.aux-pagination li.prev a::before { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -722px; }
.aux-pagination li.page { margin-bottom: 0; }
.aux-pagination li.page a, .aux-pagination li.page span { width: 35px; color: #bbb; padding: 0; }
.aux-pagination li.page a:hover { background-color: inherit; color: #3d3d3d; }
.aux-pagination.aux-page-no-border li.page a, .aux-pagination.aux-page-no-border li.page span { border-color: transparent; border-right-width: 1px; }
.aux-pagination.aux-page-no-border li.prev > a { border-right-width: 1px; }
.aux-pagination.aux-round li > a, .aux-pagination.aux-round li > span { border-radius: 20em; margin: 3px; border-right-width: 1px; }
.aux-pagination.aux-round li.page > span, .aux-pagination.aux-round li.page > a, .aux-pagination.aux-round li.prev > span, .aux-pagination.aux-round li.prev > a, .aux-pagination.aux-round li.next > span, .aux-pagination.aux-round li.next > a { border-radius: 50%; width: 37px; height: 37px; }
.aux-pagination.aux-no-border li a, .aux-pagination.aux-no-border li span { border-color: transparent; border-right-width: 1px; }
.aux-pagination.aux-no-border li a:hover, .aux-pagination.aux-page-no-border li a:hover, .aux-pagination.aux-round li a:hover { border-color: #3d3d3d; }
.aux-pagination li.page.active a, .aux-pagination li.page.active span { background-color: #3d3d3d; color: white; border-color: #3d3d3d; }
@media print { .aux-pagination { display: none; } }

/* ---------------- media element ---------------------  */
.mejs-container button { transition: none; }
.mejs-container.aux-player-dark .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay-button { background: url(/wp-content/themes/phlox-pro/css/other/mejs/dark-video-play.svg) no-repeat -30px -30px; width: 72px; height: 48px; margin: -24px 0 0 -36px; }
.mejs-container.aux-player-dark .mejs-overlay:hover .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay:hover .mejs-overlay-button, .mejs-container.aux-player-light .mejs-overlay:hover .mejs-overlay-button { background-position: -30px -118px; }
.mejs-container.aux-player-dark .mejs-controls, .mejs-container.aux-player-light .mejs-controls, .mejs-container.aux-player-light .mejs-controls { -moz-user-select: -moz-none; -ms-user-select: none; -webkit-user-select: none; user-select: none; height: 44px; }
.mejs-container.aux-player-dark .mejs-controls > div, .mejs-container.aux-player-light .mejs-controls > div, .mejs-container.aux-player-light .mejs-controls > div { font-size: 12px; height: 100%; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time, .mejs-container.aux-player-light .mejs-controls .mejs-time, .mejs-container.aux-player-light .mejs-controls .mejs-time { padding: 0; margin: 0 5px; height: auto; line-height: 44px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-currenttime-container, .mejs-container.aux-player-light .mejs-controls .mejs-currenttime-container, .mejs-container.aux-player-light .mejs-controls .mejs-currenttime-container { margin-left: 0; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button { position: relative; width: 44px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button { margin: 0; height: 100%; width: 100%; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail { padding-top: 0; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail:focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail:focus, .mejs-container.aux-player-dark .mejs-controls .mejs-time-rail *:focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail *:focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail:focus, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail *:focus { outline: 0; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail span, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail span, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail span { height: 3px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total { margin: 0 5px; border: solid; border-width: 20px 0; box-sizing: content-box; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float { top: -30px; height: 20px; width: 40px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-current { top: 5px; margin: 0; width: 100%; height: auto; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner { height: auto; top: 18px; left: 14px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button { position: relative; width: 30px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button { margin: 0; width: 100%; height: 100%; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button { position: relative; width: 51px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button { margin: 0; width: 100%; height: 100%; }
.mejs-container.aux-player-dark.mejs-video .mejs-controls, .mejs-container.mejs-video.aux-player-light .mejs-controls, .mejs-container.aux-player-light.mejs-video .mejs-controls { bottom: 20px; left: 20px; right: 20px; width: auto; }
.mejs-container.aux-player-dark.mejs-audio, .mejs-container.mejs-audio.aux-player-light, .mejs-container.aux-player-light.mejs-audio { height: 44px !important; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-slider { height: 100%; width: 44px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-total, .mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total { height: 17px; width: 25px; top: 13px; left: 6px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-current, .mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current { top: 0; height: 17px; }
.mejs-container.aux-player-dark .mejs-controls, .mejs-container.aux-player-light .mejs-controls { background-color: black; color: white; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button button, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button { background: url(/wp-content/themes/phlox-pro/css/other/mejs/dark-player.controls.svg) no-repeat -18px -16px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-playpause-button button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button:hover { background-position: -84px -16px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-pause button, .mejs-container.aux-player-light .mejs-controls .mejs-pause button { background-position: -18px -72px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-pause button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-pause button:hover { background-position: -84px -72px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-total, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total { border-color: black; background-color: #636363; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-loaded { background-color: #aaa; }
.mejs-container.aux-player-dark .mejs-controls .mejs-time-rail .mejs-time-current, .mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-current { background-color: white; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button button, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button { background: url(/wp-content/themes/phlox-pro/css/other/mejs/dark-player.controls.svg) no-repeat -26px -236px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-volume-button button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-volume-button button:hover { background-position: -92px -236px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unmute button, .mejs-container.aux-player-light .mejs-controls .mejs-unmute button { background-position: -26px -280px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unmute button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-unmute button:hover { background-position: -92px -280px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button button, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button { background: url(/wp-content/themes/phlox-pro/css/other/mejs/dark-player.controls.svg) no-repeat -18px -127px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-fullscreen-button button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button:hover { background-position: -84px -127px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unfullscreen button, .mejs-container.aux-player-light .mejs-controls .mejs-unfullscreen button { background-position: -18px -182px; }
.mejs-container.aux-player-dark .mejs-controls .mejs-unfullscreen button:hover, .mejs-container.aux-player-light .mejs-controls .mejs-unfullscreen button:hover { background-position: -84px -182px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-slider, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-slider { height: 100%; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-total, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-total { background: url(/wp-content/themes/phlox-pro/css/other/mejs/dark-player.controls.svg) no-repeat -32px -403px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-current { background: url(/wp-content/themes/phlox-pro/css/other/mejs/dark-player.controls.svg) no-repeat -32px -348px; }
.mejs-container.aux-player-dark.mejs-audio .mejs-controls .mejs-horizontal-volume-current:hover, .mejs-container.mejs-audio.aux-player-light .mejs-controls .mejs-horizontal-volume-current:hover { background-position: -98px -348px; }
.mejs-container.aux-player-light .mejs-overlay-button { background-image: url(/wp-content/themes/phlox-pro/css/other/mejs/light-video-play.svg); }
.mejs-container.aux-player-light .mejs-controls { background-color: white; color: #3D3D3D; }
.mejs-container.aux-player-light .mejs-controls .mejs-time { color: #3D3D3D; }
.mejs-container.aux-player-light .mejs-controls .mejs-playpause-button button { background-image: url(/wp-content/themes/phlox-pro/css/other/mejs/light-player.controls.svg); }
.mejs-container.aux-player-light .mejs-controls .mejs-pause button { background-position: -18px -72px; }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-total { border-color: white; background-color: #DEDEDE; }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-current { background-color: #3D3D3D; }
.mejs-container.aux-player-light .mejs-controls .mejs-volume-button button { background-image: url(/wp-content/themes/phlox-pro/css/other/mejs/light-player.controls.svg); }
.mejs-container.aux-player-light .mejs-controls .mejs-fullscreen-button button { background-image: url(/wp-content/themes/phlox-pro/css/other/mejs/light-player.controls.svg); }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float { border: none; color: white; background: #3D3D3D; }
.mejs-container.aux-player-light .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner { border-top-color: #3D3D3D; }
.mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-total { background-image: url(/wp-content/themes/phlox-pro/css/other/mejs/light-player.controls.svg); }
.mejs-container.aux-player-light.mejs-audio .mejs-controls .mejs-horizontal-volume-current { background-image: url(/wp-content/themes/phlox-pro/css/other/mejs/light-player.controls.svg); }

.wp-playlist { border: 0 !important; padding: 0 !important; margin: 5px -15px !important; }
.wp-playlist .ps__rail-y { right: 15px !important; }
.wp-playlist .wp-playlist-tracks { margin: 0; padding: 0 15px; min-height: 240px; position: relative; overflow: auto; }
.wp-playlist .aux-playlist-background { position: absolute; left: 15px; right: 15px; top: 0; bottom: 0; z-index: 0; background: #3D3D3D; }
.wp-playlist .wp-playlist-item { min-height: 80px; background: #3D3D3D; display: block; padding: 0; border: 0; }
.wp-playlist .wp-playlist-item:after { content: ""; border-bottom: 1px solid #4f4f4f; position: absolute; left: 80px; right: 0; bottom: 0; }
.wp-playlist .wp-playlist-item-title { display: table-cell; vertical-align: middle; padding: 0 20px; }
.wp-playlist .wp-playlist-item-title h4 { color: #FFFFFF; word-break: break-all; font-size: 18px; font-weight: 600; margin: 0; }
.wp-playlist .wp-playlist-caption { position: relative; display: table-cell; width: 80px; height: 80px; }
.wp-playlist .wp-playlist-caption .wp-playlist-item-artist { object-fit: cover; height: 100%; }
.wp-playlist .wp-playlist-caption .wp-playlist-item-length { top: auto; bottom: 0; right: 0; font-family: Roboto, Arial, sans-serif; letter-spacing: 0.5px; font-size: 0.8rem; font-weight: 500; line-height: 0.8rem; color: #FFFFFF; background-color: #1A1A1A; opacity: 0.8; padding: 1px 4px; }
.wp-playlist .wp-playlist-caption:after { content: url(/wp-content/themes/phlox-pro/css/images/svg/play.svg); color: #FFFFFF; position: absolute; left: 46%; top: 50%; line-height: 1; transform: translateY(-50%); }
.wp-playlist .wp-playlist-caption.aux-has-no-thubmnail { background: #2f2f2f; }
.wp-playlist .wp-playlist-caption.aux-has-no-thubmnail .wp-playlist-item-artist { visibility: hidden; }
.wp-playlist .wp-playlist-playing { background: #4f4f4f !important; }
.wp-playlist .wp-playlist-playing .wp-playlist-caption:after { content: url(/wp-content/themes/phlox-pro/css/images/svg/pause.svg); }

.aux-provider-vimeo .mejs-controls { display: none; }

q { quotes: "“" "”" "‘" "’"; font-style: italic; font-size: 1.1em; }

blockquote { border: none; background-color: rgba(0, 0, 0, 0.05); color: inherit; font-style: normal; }

.aux-quote-symbol { position: relative; }
.aux-quote-symbol > p { position: relative; z-index: 1; }
.aux-quote-symbol p:first-child { text-indent: 2em; }
.aux-quote-symbol:before { content: open-quote; position: absolute; top: 12px; left: 23px; display: block; color: #DEDEDE; line-height: 100%; font-size: 5.5em; font-family: Georgia; }
.aux-quote-symbol:after { content: close-quote; color: #DEDEDE; line-height: 100%; font-family: Georgia; visibility: hidden; }

.aux-quote-letter > p::after, .aux-quote-letter > p::before { display: inline; font-size: 1.2em; }
.aux-quote-letter > p::before { content: open-quote; }
.aux-quote-letter > p::after { content: close-quote; }

.aux-elem-quote.aux-float-right, .aux-elem-quote.aux-float-left { width: 33%; margin-bottom: 0; }
@media screen and (max-width: 767px) { .aux-resp .aux-elem-quote.aux-float-right, .aux-resp .aux-elem-quote.aux-float-left { width: 100%; } }
.aux-elem-quote.aux-float-right { margin-left: 1em; }

.aux-pullquote-colorized, .aux-pullquote-normal { border-width: 0 0 0 3px; border-style: solid; font-size: 1.4em; }

.aux-pullquote-colorized { padding-top: 10px; padding-bottom: 10px; border-color: #BBB; background-color: #F3F3F3; }

.aux-pullquote-normal { padding-top: 0; padding-bottom: 0; border-color: #333; background-color: transparent; }

.aux-quote-normal { margin-top: 30px; margin-bottom: 30px; padding-top: 0; padding-bottom: 0; border: none; font-size: 1.35em; background-color: transparent; }

.aux-blockquote-bordered { border: 7px solid #AAA; color: #505050; }

.aux-intro-hero { font-size: 1.5em; padding: 1.2em; margin-top: 1em; margin-bottom: 1em; }

.aux-intro-normal { font-size: 1.22em; margin-bottom: 1em; }

.aux-intro-splitter { margin-top: 1em; margin-bottom: 1em; padding: 1.9em 1.2em; border: 2px solid #505050; border-left-width: 0; border-right-width: 0; line-height: 1.65; font-size: 1.2em; }

/** Burger buttons */
.aux-burger { position: relative; cursor: pointer; }
.aux-burger .mid-line, .aux-burger::before, .aux-burger::after { width: 100%; content: ""; display: block; border-bottom: solid; box-sizing: border-box; border-color: #222; transition: all 300ms; }
.aux-burger::before { border-top: solid; border-bottom: none; border-color: #222; transform-origin: 0 0%; }
.aux-burger::after { bottom: 0; transform-origin: 0 100%; }
.aux-burger.aux-white .mid-line, .aux-burger.aux-white::before, .aux-burger.aux-white::after { border-color: #fff; }
.aux-burger.aux-round-lines .mid-line, .aux-burger.aux-round-lines::before, .aux-burger.aux-round-lines::after { border-radius: 10px; }
.aux-burger[class*="small"] { width: 20px; }
.aux-burger, .aux-burger[class*="medium"] { width: 28px; }
.aux-burger[class*="large"] { width: 34px; }
.aux-burger[class*="lite"] .mid-line, .aux-burger[class*="lite"]::before, .aux-burger[class*="lite"]::after { border-width: 1px; }
.aux-burger[class*="lite"]::after { margin-bottom: 0px !important; }
.aux-burger .mid-line, .aux-burger::before, .aux-burger::after, .aux-burger[class*="regular"] .mid-line, .aux-burger[class*="regular"]::before, .aux-burger[class*="regular"]::after { border-width: 2px; }
.aux-burger::after, .aux-burger[class*="regular"]::after { margin-bottom: 0px !important; }
.aux-burger[class*="thick"] .mid-line, .aux-burger[class*="thick"]::before, .aux-burger[class*="thick"]::after { border-width: 4px; }
.aux-burger[class*="thick"]::after { margin-bottom: 0px !important; }
.aux-burger.aux-lite-small .mid-line { margin: 8.5px 0; }
.aux-burger.aux-lite-small.aux-close .mid-line, .aux-burger.aux-lite-small.aux-close::before, .aux-burger.aux-lite-small.aux-close::after { width: 27.284px; }
.aux-burger.aux-lite-medium .mid-line { margin: 12.5px 0; }
.aux-burger.aux-lite-medium.aux-close .mid-line, .aux-burger.aux-lite-medium.aux-close::before, .aux-burger.aux-lite-medium.aux-close::after { width: 38.5976px; }
.aux-burger.aux-lite-large .mid-line { margin: 15.5px 0; }
.aux-burger.aux-lite-large.aux-close .mid-line, .aux-burger.aux-lite-large.aux-close::before, .aux-burger.aux-lite-large.aux-close::after { width: 47.0828px; }
.aux-burger.aux-regular-small .mid-line { margin: 7px 0; }
.aux-burger.aux-regular-small.aux-close .mid-line, .aux-burger.aux-regular-small.aux-close::before, .aux-burger.aux-regular-small.aux-close::after { width: 26.284px; }
.aux-burger.aux-regular-medium .mid-line { margin: 11px 0; }
.aux-burger.aux-regular-medium.aux-close .mid-line, .aux-burger.aux-regular-medium.aux-close::before, .aux-burger.aux-regular-medium.aux-close::after { width: 37.5976px; }
.aux-burger.aux-regular-large .mid-line { margin: 14px 0; }
.aux-burger.aux-regular-large.aux-close .mid-line, .aux-burger.aux-regular-large.aux-close::before, .aux-burger.aux-regular-large.aux-close::after { width: 46.0828px; }
.aux-burger.aux-thick-small .mid-line { margin: 4px 0; }
.aux-burger.aux-thick-small.aux-close .mid-line, .aux-burger.aux-thick-small.aux-close::before, .aux-burger.aux-thick-small.aux-close::after { width: 24.284px; }
.aux-burger.aux-thick-medium .mid-line { margin: 8px 0; }
.aux-burger.aux-thick-medium.aux-close .mid-line, .aux-burger.aux-thick-medium.aux-close::before, .aux-burger.aux-thick-medium.aux-close::after { width: 35.5976px; }
.aux-burger.aux-thick-large .mid-line { margin: 11px 0; }
.aux-burger.aux-thick-large.aux-close .mid-line, .aux-burger.aux-thick-large.aux-close::before, .aux-burger.aux-thick-large.aux-close::after { width: 44.0828px; }
.aux-burger:hover::before { transform: translateY(-4px); }
.aux-burger:hover::after { transform: translateY(4px); }
.aux-burger.aux-close::before { transform: rotate(45deg); }
.aux-burger.aux-close .mid-line { width: 0 !important; }
.aux-burger.aux-close::after { transform: rotate(-45deg); }
.aux-burger.aux-custom-burger:after, .aux-burger.aux-custom-burger:before { display: none; }

/** Override Timeline style here */
.aux-timeline .aux-date-label { border-radius: 15px; border: 1px solid #ACACAC; padding: 5px 12px; background-color: #AAA; color: white; font-size: 12px; font-weight: bold; text-transform: uppercase; }
.aux-timeline .post_format-post-format-quote.post { background-color: #333; padding-bottom: 30px; }
.aux-timeline .post_format-post-format-quote.post .entry-main { padding-bottom: 0px; }
.aux-timeline .post_format-post-format-quote.post .entry-main .comments-iconic { font-size: 0.875em; margin-right: 30px; }
.aux-timeline .post_format-post-format-link .entry-meta { margin-top: 1.5em; }
.aux-timeline .entry-main .entry-meta .readmore .aux-read-more:hover { color: #1bb0ce !important; }
.aux-timeline.aux-left::before { left: 37px; }
.aux-timeline.aux-right::before { right: 39px; }
.aux-timeline.aux-center .aux-block:nth-of-type(odd) article { text-align: right; }
.aux-timeline.aux-center .aux-block:nth-of-type(even) article { text-align: left; }
.aux-timeline.aux-center .no-media { margin-top: 0; }

.stacktable { width: 100%; }

.st-head-row { padding-top: 1em; }

.st-head-row.st-head-row-main { font-size: 1.5em; padding-top: 0; }

.st-key { width: 49%; text-align: right; padding-right: 1%; }

.st-val { width: 49%; padding-left: 1%; }

/* RESPONSIVE EXAMPLE */
.stacktable.large-only { display: table; }
@media screen and (max-width: 990px) { .stacktable.large-only { display: none; } }

.stacktable.small-only { display: none; }
@media screen and (max-width: 990px) { .stacktable.small-only { display: table; } }

.aux-counter .aux-counter-number-wrapper { display: flex; font-size: 69px; font-weight: 600; color: #222; line-height: 1; }
.aux-counter .aux-counter-number-prefix { text-align: right; }
.aux-counter .aux-counter-number-prefix, .aux-counter .aux-counter-number-suffix { flex-grow: 1; white-space: pre-wrap; }
.aux-counter .aux-counter-number-suffix { text-align: left; }
.aux-counter .aux-counter-title { text-align: center; font-size: 19px; font-weight: 400; color: #666; line-height: 2.5; }

/*!>>>>>>>>>>>>>>>>>>>> #Ultimate VC Addon elements style <<<<<<<<<<<<<<<<<<<<<< */
.vc_row .aio-icon [class^="auxicon-"]:before, .vc_row .aio-icon [class*=" auxicon-"]:before { line-height: inherit !important; }

.aux-territory .ult_countdown .ult_countdown-row .ult_countdown-section { padding: 0 5%; }

.smile-icon-timeline-wrap .timeline-wrapper { border-radius: 0; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block { border: 1px solid #bbb !important; width: calc(50% - 40px) !important; border-radius: 0; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block .timeline-header { padding: 30px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block.timeline-post-right { margin-left: 80px !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block.timeline-post-right .timeline-dot { left: -46px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-block.timeline-post-left .timeline-dot { right: -48px !important; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-separator-text .sep-text { padding: 5px 12px; border-radius: 15px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-right .ult-timeline-arrow l { border-width: 13px 10px 13px 0; top: -26px; border-right-color: white; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-right .ult-timeline-arrow s { border-color: transparent #bbb !important; border-width: 13px 10px 13px 0; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-left .ult-timeline-arrow l { border-width: 13px 0 13px 10px; top: -26px; border-left-color: white; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-post-left .ult-timeline-arrow s { border-color: transparent #bbb !important; border-width: 13px 0 13px 10px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot, .smile-icon-timeline-wrap .timeline-feature-item .timeline-dot { background-color: white !important; border: solid #ACACAC 1px; border-radius: 50%; width: 14px; height: 14px; }
.smile-icon-timeline-wrap .timeline-wrapper .timeline-dot { top: 36px; }
.smile-icon-timeline-wrap .timeline-feature-item .timeline-dot { top: -10px; }
.smile-icon-timeline-wrap .timeline-feature-item { border: 1px solid #bbb !important; border-radius: 0 !important; }
.smile-icon-timeline-wrap .timeline-feature-item .ult-timeline-arrow l { border-width: 0px 13px 10px 13px; border-bottom-color: white; top: -10px; left: -12px; }
.smile-icon-timeline-wrap .timeline-feature-item .ult-timeline-arrow s { border-color: #bbb transparent !important; border-width: 0px 13px 10px 13px; top: -1px; left: -12px; }

.ult-just-icon-wrapper .bsf_tooltip-inner { -webkit-transition: opacity 800ms ease-out; transition: opacity 800ms ease-out; border-radius: 25px; padding: 12px 17px 12px 13px; background-color: #3d3d3d; font-size: 14px; font-family: inherit; }
.ult-just-icon-wrapper .bsf_tooltip.left .bsf_tooltip-arrow { right: 1px; }
.ult-just-icon-wrapper .bsf_tooltip.right .bsf_tooltip-arrow { left: 1px; }

/*!>>>>>>>>>>>>>>>>>>>> #Woo General Styles <<<<<<<<<<<<<<<<<<<<<< */
.woocommerce-page .woocommerce-tabs .panel { display: none; }

.auxshp-title-heading { font-size: inherit; font-weight: inherit; line-height: inherit; letter-spacing: inherit; text-transform: inherit; margin: 0; }

/*!>>>>>>>>>>>>>>>>>>>> #Custom Entry Styles <<<<<<<<<<<<<<<<<<<<<< */
/** Column view style for post entry content, this style can be used inside carousel, grid and masonry.
// ------------------------------------------------------------------------------ */
.aux-column-post-entry .post, .aux-widget-recent-posts .post, .aux-widget-recent-posts-masonry .post { padding-bottom: 40px; }
.aux-column-post-entry .post .entry-media, .aux-widget-recent-posts .post .entry-media, .aux-widget-recent-posts-masonry .post .entry-media { margin-bottom: 1.4375em; }
.aux-column-post-entry .post .entry-header, .aux-widget-recent-posts .post .entry-header, .aux-widget-recent-posts-masonry .post .entry-header { margin-bottom: 0.5em; }
.aux-column-post-entry .post .entry-title, .aux-widget-recent-posts .post .entry-title, .aux-widget-recent-posts-masonry .post .entry-title { font-size: 1.375em; }
.aux-column-post-entry .post .entry-info, .aux-widget-recent-posts .post .entry-info, .aux-widget-recent-posts-masonry .post .entry-info { margin-bottom: 0.5em; }
.aux-column-post-entry .post .entry-content, .aux-widget-recent-posts .post .entry-content, .aux-widget-recent-posts-masonry .post .entry-content, .aux-column-post-entry .post .comment-body, .aux-widget-recent-posts .post .comment-body, .aux-widget-recent-posts-masonry .post .comment-body { margin-bottom: 0.5em; }
.aux-column-post-entry .post .entry-main, .aux-widget-recent-posts .post .entry-main, .aux-widget-recent-posts-masonry .post .entry-main { margin-bottom: 0; }
.aux-column-post-entry .post .entry-meta .author, .aux-widget-recent-posts .post .entry-meta .author, .aux-widget-recent-posts-masonry .post .entry-meta .author, .aux-column-post-entry .post .entry-meta .aux-read-more, .aux-widget-recent-posts .post .entry-meta .aux-read-more, .aux-widget-recent-posts-masonry .post .entry-meta .aux-read-more { padding: 0; background: transparent; border: none; border-radius: 0; color: #AAA; font-weight: 500; font-size: 0.875em; }
.aux-column-post-entry .post .entry-meta .author a:hover, .aux-widget-recent-posts .post .entry-meta .author a:hover, .aux-widget-recent-posts-masonry .post .entry-meta .author a:hover, .aux-column-post-entry .post .entry-meta .aux-read-more a:hover, .aux-widget-recent-posts .post .entry-meta .aux-read-more a:hover, .aux-widget-recent-posts-masonry .post .entry-meta .aux-read-more a:hover { color: #1bb0ce; }
.aux-column-post-entry .post .entry-meta .author, .aux-widget-recent-posts .post .entry-meta .author, .aux-widget-recent-posts-masonry .post .entry-meta .author { float: left; }
.aux-column-post-entry .post .entry-meta .author .avatar, .aux-widget-recent-posts .post .entry-meta .author .avatar, .aux-widget-recent-posts-masonry .post .entry-meta .author .avatar { margin-right: 0.5em; vertical-align: middle; width: 27px; height: 27px; border-radius: 50%; }
.aux-column-post-entry .post .readmore, .aux-widget-recent-posts .post .readmore, .aux-widget-recent-posts-masonry .post .readmore { float: left; }
.aux-column-post-entry .post .comments-iconic, .aux-widget-recent-posts .post .comments-iconic, .aux-widget-recent-posts-masonry .post .comments-iconic { display: flex; align-items: center; float: right; font-weight: 500; font-size: 0.875rem; color: #AAA; }
.aux-column-post-entry .post .comments-iconic .auxicon-comment, .aux-widget-recent-posts .post .comments-iconic .auxicon-comment, .aux-widget-recent-posts-masonry .post .comments-iconic .auxicon-comment { vertical-align: middle; line-height: 100%; display: inline-block; }
.aux-column-post-entry .post .comments-iconic .auxicon-comment:before, .aux-widget-recent-posts .post .comments-iconic .auxicon-comment:before, .aux-widget-recent-posts-masonry .post .comments-iconic .auxicon-comment:before { display: block; }
.aux-column-post-entry .post .comments-number, .aux-widget-recent-posts .post .comments-number, .aux-widget-recent-posts-masonry .post .comments-number { position: relative; margin-left: 4px; }
.aux-column-post-entry .column-entry, .aux-widget-recent-posts .column-entry, .aux-widget-recent-posts-masonry .column-entry { transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.aux-column-post-entry .aux-match-height .aux-col, .aux-widget-recent-posts .aux-match-height .aux-col, .aux-widget-recent-posts-masonry .aux-match-height .aux-col { margin-bottom: 14px; transition: all 150ms ease; }
.aux-column-post-entry .aux-match-height .post, .aux-widget-recent-posts .aux-match-height .post, .aux-widget-recent-posts-masonry .aux-match-height .post { height: 100%; }
.aux-column-post-entry .aux-match-height .post .aux-after-content, .aux-widget-recent-posts .aux-match-height .post .aux-after-content, .aux-widget-recent-posts-masonry .aux-match-height .post .aux-after-content { position: absolute; bottom: 0; left: 0; width: 100%; padding-right: inherit; padding-left: inherit; padding-bottom: 0.625em; }
.aux-column-post-entry .aux-match-height .post .entry-meta.aux-before-content:after, .aux-widget-recent-posts .aux-match-height .post .entry-meta.aux-before-content:after, .aux-widget-recent-posts-masonry .aux-match-height .post .entry-meta.aux-before-content:after { content: ""; display: table; clear: both; }
.aux-column-post-entry .aux-no-meta .post, .aux-widget-recent-posts .aux-no-meta .post, .aux-widget-recent-posts-masonry .aux-no-meta .post { padding-bottom: 0; }
.aux-column-post-entry .aux-no-meta .entry-content p, .aux-widget-recent-posts .aux-no-meta .entry-content p, .aux-widget-recent-posts-masonry .aux-no-meta .entry-content p, .aux-column-post-entry .aux-no-meta .comment-body p, .aux-widget-recent-posts .aux-no-meta .comment-body p, .aux-widget-recent-posts-masonry .aux-no-meta .comment-body p { margin-bottom: 0; }
.aux-column-post-entry .aux-border-collapse, .aux-widget-recent-posts .aux-border-collapse, .aux-widget-recent-posts-masonry .aux-border-collapse { margin-left: 0; margin-right: 0; }
.aux-column-post-entry .post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts .post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts-masonry .post.post_format-post-format-link .entry-content a, .aux-column-post-entry .post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts .post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts-masonry .post.post_format-post-format-link .comment-body a { line-height: 150%; }
.aux-column-post-entry .post.post_format-post-format-link .entry-info, .aux-widget-recent-posts .post.post_format-post-format-link .entry-info, .aux-widget-recent-posts-masonry .post.post_format-post-format-link .entry-info { margin-bottom: 0.875em; }
.aux-column-post-entry .aux-entry-boxed .post, .aux-widget-recent-posts .aux-entry-boxed .post, .aux-widget-recent-posts-masonry .aux-entry-boxed .post { background-color: #FFFFFF; box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2); }
.aux-column-post-entry .aux-entry-boxed .post .entry-media, .aux-widget-recent-posts .aux-entry-boxed .post .entry-media, .aux-widget-recent-posts-masonry .aux-entry-boxed .post .entry-media { margin-bottom: 0; }
.aux-column-post-entry .aux-entry-boxed .post .entry-main, .aux-widget-recent-posts .aux-entry-boxed .post .entry-main, .aux-widget-recent-posts-masonry .aux-entry-boxed .post .entry-main { padding: 1.5em 1.8125em 0.625em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote { background-color: #333; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-header, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-header, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-header { margin-bottom: 0px; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-main, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-main, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-main { padding: 0px 0px 0.625em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .author.vcard, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .author.vcard, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .author.vcard { margin-left: 30px; margin-bottom: 1.4375em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .comments-iconic, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .comments-iconic, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-quote .entry-meta .comments-iconic { margin-right: 30px; margin-bottom: 1.4375em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-content a, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-content a, .aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .comment-body a, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .comment-body a { line-height: 150%; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta { margin-top: 1.5em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .author.vcard, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .author.vcard, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .author.vcard { margin-bottom: 1.4375em; }
.aux-column-post-entry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .comments-iconic, .aux-widget-recent-posts .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .comments-iconic, .aux-widget-recent-posts-masonry .aux-entry-boxed .post.post.post_format-post-format-link .entry-meta .comments-iconic { margin-bottom: 1.4375em; }
@media screen and (min-width: 1025px) { .aux-column-post-entry .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col6 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col5 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col4 .format-video .mejs-controls { display: none !important; }
  .aux-column-post-entry .aux-de-col6 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts .aux-de-col6 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts-masonry .aux-de-col6 .format-audio .mejs-controls .mejs-time, .aux-column-post-entry .aux-de-col6 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts .aux-de-col6 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts-masonry .aux-de-col6 .format-audio .mejs-controls .mejs-volume-button, .aux-column-post-entry .aux-de-col5 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts .aux-de-col5 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts-masonry .aux-de-col5 .format-audio .mejs-controls .mejs-time, .aux-column-post-entry .aux-de-col5 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts .aux-de-col5 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts-masonry .aux-de-col5 .format-audio .mejs-controls .mejs-volume-button, .aux-column-post-entry .aux-de-col4 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts .aux-de-col4 .format-audio .mejs-controls .mejs-time, .aux-widget-recent-posts-masonry .aux-de-col4 .format-audio .mejs-controls .mejs-time, .aux-column-post-entry .aux-de-col4 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts .aux-de-col4 .format-audio .mejs-controls .mejs-volume-button, .aux-widget-recent-posts-masonry .aux-de-col4 .format-audio .mejs-controls .mejs-volume-button { display: none; }
  .aux-column-post-entry .aux-de-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-de-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-de-col6 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-de-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-de-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-de-col5 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-de-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-de-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-de-col4 .format-gallery .aux-arrow-nav { width: 33px; height: 33px; }
  .aux-column-post-entry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-right { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
  .aux-column-post-entry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-de-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-de-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-de-col4 .format-gallery .aux-arrow-nav .aux-medium-left { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
  .aux-column-post-entry .aux-row.aux-de-col4:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts .aux-row.aux-de-col4:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-de-col4:not(.aux-grid-table-layout) .entry-title, .aux-column-post-entry .aux-row.aux-de-col5:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts .aux-row.aux-de-col5:not(.aux-grid-table-layout) .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-de-col5:not(.aux-grid-table-layout) .entry-title { font-size: 1.125em; }
  .aux-column-post-entry .aux-row.aux-de-col6 .entry-title, .aux-widget-recent-posts .aux-row.aux-de-col6 .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-de-col6 .entry-title { font-size: 0.9375em; }
  .aux-column-post-entry .aux-de-col6 .author .avatar, .aux-widget-recent-posts .aux-de-col6 .author .avatar, .aux-widget-recent-posts-masonry .aux-de-col6 .author .avatar, .aux-column-post-entry .aux-de-col5 .author .avatar, .aux-widget-recent-posts .aux-de-col5 .author .avatar, .aux-widget-recent-posts-masonry .aux-de-col5 .author .avatar { display: none; } }
@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-column-post-entry .aux-tb-col6 .format-video .mejs-controls, .aux-widget-recent-posts .aux-tb-col6 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-video .mejs-controls, .aux-column-post-entry .aux-tb-col5 .format-video .mejs-controls, .aux-widget-recent-posts .aux-tb-col5 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-video .mejs-controls, .aux-column-post-entry .aux-tb-col4 .format-video .mejs-controls, .aux-widget-recent-posts .aux-tb-col4 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-video .mejs-controls { display: none !important; }
  .aux-column-post-entry .aux-tb-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-tb-col6 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-tb-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-tb-col5 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-gallery .aux-arrow-nav, .aux-column-post-entry .aux-tb-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts .aux-tb-col4 .format-gallery .aux-arrow-nav, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-gallery .aux-arrow-nav { width: 33px; height: 33px; }
  .aux-column-post-entry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-column-post-entry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-right, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-right { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
  .aux-column-post-entry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-tb-col6 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-tb-col5 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-column-post-entry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-left, .aux-widget-recent-posts-masonry .aux-tb-col4 .format-gallery .aux-arrow-nav .aux-medium-left { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
  .aux-column-post-entry .aux-row.aux-tb-col4 .entry-title, .aux-widget-recent-posts .aux-row.aux-tb-col4 .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-tb-col4 .entry-title, .aux-column-post-entry .aux-row.aux-tb-col5 .entry-title, .aux-widget-recent-posts .aux-row.aux-tb-col5 .entry-title, .aux-widget-recent-posts-masonry .aux-row.aux-tb-col5 .entry-title { font-size: 1.125em; }
  .aux-column-post-entry .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col6 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col6 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col5 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col5 .format-video .mejs-controls, .aux-column-post-entry .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts .aux-de-col4 .format-video .mejs-controls, .aux-widget-recent-posts-masonry .aux-de-col4 .format-video .mejs-controls { display: none !important; }
  .aux-column-post-entry .aux-tb-col6 .author .avatar, .aux-widget-recent-posts .aux-tb-col6 .author .avatar, .aux-widget-recent-posts-masonry .aux-tb-col6 .author .avatar, .aux-column-post-entry .aux-tb-col5 .author .avatar, .aux-widget-recent-posts .aux-tb-col5 .author .avatar, .aux-widget-recent-posts-masonry .aux-tb-col5 .author .avatar { display: none; } }

/** Land style for post entry content.
// ------------------------------------------------------------------------------ */
.aux-blog-land-style .hentry .entry-media { width: 47%; float: left; margin-right: 50px; }
.aux-blog-land-style .hentry .entry-main { float: left; width: calc(53% - 50px); }
.aux-blog-land-style .hentry .entry-header { margin-bottom: 0.5em; }
.aux-blog-land-style .hentry .entry-title { font-size: 1.375em; }
.aux-blog-land-style .hentry .entry-info { margin-bottom: 0.5em; }
.aux-blog-land-style .hentry .entry-content, .aux-blog-land-style .hentry .comment-body { margin-bottom: 1em; }
.aux-blog-land-style .hentry .entry-meta { position: absolute; bottom: 3.5625em; width: inherit; }
.aux-blog-land-style .hentry .entry-meta:after { content: ""; display: table; clear: both; }
.aux-blog-land-style .hentry .author, .aux-blog-land-style .hentry .aux-read-more { padding: 0; background: transparent; border: none; border-radius: 0; color: #AAA; font-weight: 500; font-size: 0.875em; }
.aux-blog-land-style .hentry .author a:hover, .aux-blog-land-style .hentry .aux-read-more a:hover { color: #1bb0ce; }
.aux-blog-land-style .hentry .readmore { float: left; }
.aux-blog-land-style .hentry .aux-read-more { position: relative; border: solid 1px #AAA; padding: 0.5625em 1.5625em; }
.aux-blog-land-style .hentry .aux-read-more:hover { background: #3D3D3D; color: white; }
.aux-blog-land-style .hentry .aux-read-more::after { display: none; }
.aux-blog-land-style .hentry .author .avatar { margin-right: 0.5em; vertical-align: middle; width: 27px; height: 27px; border-radius: 50%; }
.aux-blog-land-style .hentry .comments-iconic { display: flex; align-items: center; float: right; margin-top: 3px; font-weight: 500; color: #AAA; font-size: 0.875rem; }
.aux-blog-land-style .hentry .comments-iconic .meta-comment { vertical-align: middle; margin-left: 10px; }
.aux-blog-land-style .hentry .comments-iconic .auxicon-comment { vertical-align: middle; line-height: 100%; display: inline-block; margin-right: 5px; }
.aux-blog-land-style .hentry .comments-iconic .auxicon-comment:before { display: block; }
.aux-blog-land-style .hentry .comments-iconic .comments-number { vertical-align: middle; }
@media screen and (max-width: 1024px) and (min-width: 768px) { .aux-blog-land-style .hentry .entry-media { width: 45%; margin-right: 25px; }
  .aux-blog-land-style .hentry .entry-main { width: calc(55% - 25px); } }
@media screen and (max-width: 767px) { .aux-blog-land-style .hentry .entry-media { width: 100%; }
  .aux-blog-land-style .hentry .entry-main { width: 100%; }
  .aux-blog-land-style .hentry .entry-meta { position: static; margin-top: 30px; } }
.aux-blog-land-style .hentry .post_format-post-format-quote .entry-main { background-color: #333; }
.aux-blog-land-style .hentry .post_format-post-format-quote .comments-iconic { margin-right: 30px; margin-bottom: 1.4375em; }
.aux-blog-land-style .hentry.aux-no-thumb .entry-main { width: 100%; float: none; }
.aux-blog-land-style .hentry.aux-no-thumb .entry-meta { position: static; margin-top: 30px; }

/** Tile view style for post entry content, this style can be used inside carousel, grid and masonry.
// ------------------------------------------------------------------------------ */
.aux-tiles-layout .post.aux-post-tile, .aux-widget-recent-posts-tiles .post.aux-post-tile { float: left; height: 0; overflow: hidden; background: black; text-align: center; }
.aux-tiles-layout .post.aux-post-tile .entry-media, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-media { margin-bottom: 0; }
.aux-tiles-layout .post.aux-post-tile .entry-media:after, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-media:after { content: ''; position: absolute; bottom: 0; left: 0; height: 60%; width: 100%; background: linear-gradient(to top, rgba(0, 0, 0, 0.634) 0%, rgba(0, 0, 0, 0.441) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%); }
.aux-tiles-layout .post.aux-post-tile .entry-main, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-main { position: absolute; bottom: 0; padding: 40px 20px; width: 100%; margin-bottom: 0; z-index: 2; }
.aux-tiles-layout .post.aux-post-tile .entry-header, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-header { margin-bottom: 16px; }
.aux-tiles-layout .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-title, .aux-tiles-layout .post.aux-post-tile .entry-info, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-info { color: white; }
.aux-tiles-layout .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-title { font-size: 1.125em; margin-bottom: 0.5em; }
.aux-tiles-layout .post.aux-post-tile .entry-title > a, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-title > a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.aux-tiles-layout .post.aux-post-tile .entry-info, .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-info { margin-bottom: 0; }
@media screen and (max-width: 767px) { .aux-resp .aux-tiles-layout .post.aux-post-tile .entry-info, .aux-resp .aux-widget-recent-posts-tiles .post.aux-post-tile .entry-info { display: none; } }
.aux-tiles-layout .post.aux-post-tile .aux-media-image img, .aux-widget-recent-posts-tiles .post.aux-post-tile .aux-media-image img { max-width: none; transition: transform 4s; }
.aux-tiles-layout .post.aux-post-tile:hover .aux-media-image img, .aux-widget-recent-posts-tiles .post.aux-post-tile:hover .aux-media-image img { transform: scale(1.04, 1.04); }
.aux-tiles-layout.aux-overlay .post.aux-post-tile .entry-main, .aux-overlay.aux-widget-recent-posts-tiles .post.aux-post-tile .entry-main { position: absolute; top: 50%; transform: translateY(-50%); bottom: auto; padding: 0px 20px; background: transparent; }
.aux-tiles-layout.aux-overlay .post.aux-post-tile .entry-media::after, .aux-overlay.aux-widget-recent-posts-tiles .post.aux-post-tile .entry-media::after { content: ''; position: absolute; top: 0; z-index: 1; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); pointer-events: none; transition: background-color 1.5s; }
.aux-tiles-layout.aux-overlay .post.aux-post-tile:hover .entry-media::after, .aux-overlay.aux-widget-recent-posts-tiles .post.aux-post-tile:hover .entry-media::after { background-color: rgba(0, 0, 0, 0.75); }

/*!>>>>>>>>>>>>>>>>>>>>>>>> #Master Menu <<<<<<<<<<<<<<<<<<<<<<<<<< */
/** Master Menu module scss file */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* Master Menu layout configs */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/** Master Menu base sass file It contains all base styles related to the menu layout  @author Averta [www.averta.net] @package Auxin Framework */
.aux-master-menu { position: relative; list-style: none; display: table; width: 100%; }
.aux-master-menu, .aux-master-menu * { margin: 0; padding: 0; }
.aux-master-menu ul, .aux-master-menu li { list-style: none; }
.aux-master-menu .aux-menu-item, .aux-master-menu .aux-submenu { box-sizing: border-box; }
.aux-master-menu .aux-menu-item > a, .aux-master-menu .aux-submenu > a { text-decoration: none; color: inherit; }

/* -------------------------------------------------------------------- */
/** Menu item style It uses as an item inside root-menu and submenu. */
.aux-master-menu .aux-menu-item { position: relative; display: block; clear: both; width: 100%; box-sizing: content-box; }
.aux-master-menu .aux-menu-item .aux-item-content { position: relative; display: block; }
.aux-master-menu .aux-menu-label { display: block; }
.aux-master-menu .aux-menu-desc { display: block; }
.aux-master-menu .aux-menu-image, .aux-master-menu .aux-menu-icon { display: inline-block; }
.aux-master-menu .aux-menu-image.right, .aux-master-menu .aux-menu-icon.right { float: right; }
.aux-master-menu .aux-menu-image.left, .aux-master-menu .aux-menu-icon.left { float: left; }
.aux-master-menu .aux-menu-image.bottom, .aux-master-menu .aux-menu-image.top, .aux-master-menu .aux-menu-icon.bottom, .aux-master-menu .aux-menu-icon.top { display: block; width: 100%; }
.aux-master-menu .aux-menu-caption { position: absolute; z-index: 122; bottom: 0; display: block; width: 100%; }

/** Submenu style */
.aux-master-menu .aux-submenu { display: none; position: absolute; z-index: 121; }
.aux-master-menu .aux-submenu > .aux-menu-item { min-width: 180px; }
.aux-master-menu .aux-submenu.aux-open { z-index: 170; }
.aux-master-menu .aux-submenu, .aux-master-menu .aux-submenu .aux-right, .aux-master-menu .aux-submenu .aux-temp-right, .rtl .aux-master-menu .aux-left, .rtl .aux-master-menu .aux-temp-left { bottom: auto; left: 100%; right: auto; top: 0; }

.aux-master-menu .aux-submenu .aux-left, .aux-master-menu .aux-submenu .aux-temp-left, .rtl .aux-master-menu .aux-submenu, .rtl .aux-master-menu .aux-right, .rtl .aux-master-menu .aux-temp-right { bottom: auto; left: auto; right: 100%; top: 0; }

.aux-master-menu .aux-submenu .aux-bottom, .aux-master-menu .aux-submenu .aux-temp-bottom, .aux-master-menu.aux-horizontal > .aux-menu-item > .aux-submenu { bottom: auto; left: 0; right: auto; top: 100%; }

.aux-master-menu .aux-submenu .aux-top, .aux-master-menu .aux-submenu .aux-temp-top { bottom: 100%; left: 0; right: auto; top: auto; }

.aux-master-menu .aux-menu-item.aux-fullwidth { position: static; }
.aux-master-menu .aux-menu-item.aux-fullwidth .aux-submenu > .aux-menu-item { clear: none; width: auto; }

/** megamenu styles */
.aux-master-menu .aux-megamenu { width: 100%; }
.aux-master-menu .aux-megamenu.aux-megamenu-1-2 { width: 50%; }
.aux-master-menu .aux-megamenu.aux-megamenu-1-2 { width: 50%; }
.aux-master-menu .aux-megamenu.aux-megamenu-2-3 { width: 66.66%; }
.aux-master-menu .aux-megamenu .aux-menu-row { position: relative; box-sizing: border-box; }
.aux-master-menu .aux-megamenu .aux-menu-row:after, .aux-master-menu .aux-megamenu .aux-menu-row:before { content: ""; display: table; }
.aux-master-menu .aux-megamenu .aux-menu-row:after { clear: both; }
.aux-master-menu .aux-megamenu .aux-menu-column { padding-right: 5px; padding-left: 5px; float: left; box-sizing: border-box; background-clip: content-box; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-1 { width: 100%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-2 { width: 50%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-3 { width: 33.33333%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-2-3 { width: 66.66667%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-4 { width: 25%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-3-4 { width: 75%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-5 { width: 20%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-2-5 { width: 40%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-3-5 { width: 60%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-4-5 { width: 80%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-1-6 { width: 16.66667%; }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-col-5-6 { width: 83.33333%; }
@media screen and (min-width: 1024px) and (max-width: 1199px) { .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-1 { width: 100%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-2 { width: 50%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-3 { width: 33.33333%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-2-3 { width: 66.66667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-4 { width: 25%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-3-4 { width: 75%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-5 { width: 20%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-2-5 { width: 40%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-3-5 { width: 60%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-4-5 { width: 80%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-1-6 { width: 16.66667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-large-5-6 { width: 83.33333%; } }
@media screen and (min-width: 768px) and (max-width: 1023px) { .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-1 { width: 100%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-2 { width: 50%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-3 { width: 33.33333%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-2-3 { width: 66.66667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-4 { width: 25%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-3-4 { width: 75%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-5 { width: 20%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-2-5 { width: 40%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-3-5 { width: 60%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-4-5 { width: 80%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-1-6 { width: 16.66667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-medium-5-6 { width: 83.33333%; } }
@media screen and (max-width: 767px) { .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-1 { width: 100%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-2 { width: 50%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-3 { width: 33.33333%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-2-3 { width: 66.66667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-4 { width: 25%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-3-4 { width: 75%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-5 { width: 20%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-2-5 { width: 40%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-3-5 { width: 60%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-4-5 { width: 80%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-1-6 { width: 16.66667%; }
  .aux-master-menu .aux-megamenu .aux-menu-column.aux-small-5-6 { width: 83.33333%; } }
@media screen and (max-width: 767px) { .aux-master-menu .aux-megamenu .aux-menu-column { width: 100% !important; }
  .aux-master-menu .aux-megamenu .aux-menu-column .aux-hide-mobile { display: none; } }
.aux-master-menu .aux-megamenu .aux-menu-column.aux-column-right { float: right; }
.aux-master-menu .aux-megamenu .aux-menu-column > .aux-menu-row { margin-left: 0; margin-right: 0; }

/* ----------------------------------------------------------------------------------------------- */
/** Megamenu list element */
.aux-megamenu .aux-menu-list .aux-menu-list-container:after, .aux-megamenu .aux-menu-list .aux-menu-list-container:before { content: ""; display: table; }
.aux-megamenu .aux-menu-list .aux-menu-list-container:after { clear: both; }
.aux-megamenu .aux-menu-list > .aux-item-content { text-decoration: none; }
.aux-megamenu .aux-menu-list .aux-menu-sec-text { float: right; color: #FFFFFF; padding: 2px 5px; }

/** Tabs element in megamenu */
.aux-menu-tabs { padding: 0 !important; }
.aux-menu-tabs .aux-menu-tab { position: static; }
.aux-menu-tabs .aux-menu-tab-container { position: absolute; top: 0; right: 0; left: auto; bottom: auto; padding: 0; }
.aux-menu-tabs .aux-menu-tab-container:after, .aux-menu-tabs .aux-menu-tab-container:before { content: ""; display: table; }
.aux-menu-tabs .aux-menu-tab-container:after { clear: both; }
@media screen and (max-width: 767px) { .aux-menu-tabs .aux-menu-tab-container { position: relative; } }

/** Megamenu image element */
.aux-megamenu .aux-menu-image-item > a { text-decoration: none; color: inherit; }

/* -------------------------------------------------------------------- */
.aux-master-menu.aux-horizontal .aux-menu-item { float: left; }
.aux-master-menu.aux-horizontal > .aux-menu-item { clear: none; width: auto; }
.aux-master-menu.aux-horizontal > .aux-menu-item > .aux-submenu { left: 0px; top: 100%; }
.aux-master-menu.aux-horizontal .aux-menu-item.aux-fullwidth-sub { position: static; }
.aux-master-menu.aux-horizontal .aux-menu-item.aux-fullwidth-sub .aux-submenu > .aux-menu-item { clear: none; width: auto; }

.aux-master-menu.aux-align-center { text-align: center; }
.aux-master-menu.aux-align-center > .aux-menu-item { display: inline-block; float: none; text-align: left; }
.aux-master-menu.aux-align-center.aux-narrow .aux-menu-spacer { display: none; }

.aux-master-menu.aux-align-right > .aux-menu-item { float: right; }

/** Vertucal toggle menu style */
.aux-master-menu.aux-toggle.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
.aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu { position: relative; }
.aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-left, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-top, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-right, .aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-bottom { left: auto; right: auto; top: auto; bottom: auto; }
.aux-master-menu.aux-toggle .aux-menu-item > .aux-submenu.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
@media screen and (max-width: 550px) { .aux-master-menu.aux-no-js.aux-horizontal > .aux-menu-item { clear: both; width: 100%; }
  .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu { position: relative; }
  .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-left, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-top, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-right, .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-bottom { left: auto; right: auto; top: auto; bottom: auto; }
  .aux-master-menu.aux-no-js .aux-menu-item > .aux-submenu.aux-horizontal > .aux-menu-item { clear: both; width: 100%; } }

.aux-master-menu.aux-cover .aux-menu-item { position: static; }
.aux-master-menu.aux-cover .aux-menu-item > .aux-submenu { position: absolute; width: 100%; top: 0; background: white; min-height: 100%; }
.aux-master-menu.aux-cover .aux-menu-item > .aux-submenu:after, .aux-master-menu.aux-cover .aux-menu-item > .aux-submenu:before { content: ""; display: table; }
.aux-master-menu.aux-cover .aux-menu-item > .aux-submenu:after { clear: both; }
.aux-master-menu.aux-cover .aux-menu-row { position: static; }

.aux-master-menu.aux-no-js .aux-menu-item:hover > .aux-submenu { display: block; }
.aux-master-menu .aux-menu-item.aux-open > .aux-submenu { display: block; }

/*!
 * Master Menu default skin
 * @author      Averta [averta.net]
 * @package     Axiom Framework
 */
/* ------------------------------------------------------------------------- */
.aux-menu-skin-default.aux-vertical .aux-menu-item > .aux-submenu, .aux-menu-skin-default.aux-horizontal .aux-menu-item > .aux-submenu { display: block; overflow: hidden; height: 0; visibility: hidden; opacity: 0; transition: all 180ms; transform: translateY(20px); }

.aux-menu-skin-default.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-menu-skin-default.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-menu-skin-default.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-menu-skin-default.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { height: auto; overflow: visible; visibility: visible; opacity: 1; transition: all 280ms; transform: none; }

.aux-menu-skin-default.aux-cover .aux-submenu { display: block; opacity: 0; transform: translateX(-100%); transition: all 280ms; }

.aux-menu-skin-default.aux-cover .aux-menu-item.aux-open > .aux-submenu, .aux-menu-skin-default.aux-cover.aux-no-js .aux-menu-item:hover > .aux-submenu { transition: all 280ms; transform: none; opacity: 1; }

/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */
/** Master Menu skin base styles */
.aux-menu-skin-default { font-size: 0.9em; }

.aux-menu-skin-default .aux-item-content:hover .aux-menu-desc { color: blue; }

/** Menu root element style */
.aux-menu-skin-default > .aux-menu-item > .aux-item-content { display: block; padding: 25px 15px; font-size: 0.95em; color: #585858; }
.aux-menu-skin-default > .aux-menu-item.aux-hover > .aux-item-content { background-color: #EEE; color: #333; }
.aux-menu-skin-default.aux-wide > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { display: inline-block; position: relative; width: 6px; height: 6px; border: solid #555; border-width: 2px 0 0 2px; transform: rotate(225deg); transform-origin: 2px 2px; box-sizing: border-box; margin-left: 9px; top: 1px; }
.aux-menu-skin-default.aux-wide > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator { transform: rotate(180deg); border-color: #888; }
.aux-menu-skin-default.aux-narrow > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { display: block; position: absolute; right: 0; top: 0; height: 100%; width: 41px; }
.aux-menu-skin-default.aux-narrow > .aux-menu-item > .aux-item-content > .aux-submenu-indicator::after { position: absolute; content: ""; display: block; width: 12px; height: 12px; border: solid #555; border-width: 2px 0 0 2px; left: 50%; top: 50%; margin-left: -4px; margin-top: -4px; transform: rotate(225deg); transform-origin: 4px 4px; box-sizing: border-box; }
.aux-menu-skin-default.aux-narrow > .aux-menu-item > .aux-item-content > .aux-submenu-indicator:hover::after { border-color: #888; }
.aux-menu-skin-default.aux-narrow > .aux-menu-item.aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(45deg); margin-top: -3.51472px; }

/** Classic submenu items */
.aux-menu-skin-default .aux-submenu > .aux-menu-item > .aux-item-content { font-size: 0.9em; color: #585858; padding: 10px 15px; background-color: white; display: block; position: relative; }
.aux-menu-skin-default .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: white; background-color: #32A7E9; }
.aux-menu-skin-default .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content .aux-submenu-indicator { border-color: white; }

.aux-menu-skin-default.aux-wide .aux-submenu { box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5); }
.aux-menu-skin-default.aux-wide .aux-submenu .aux-submenu-indicator { display: inline-block; position: absolute; width: 6px; height: 6px; border: solid #585858; border-width: 2px 0 0 2px; transform: rotate(135deg); transform-origin: 2px 2px; box-sizing: border-box; top: 45%; right: 14px; }
.aux-menu-skin-default.aux-narrow .aux-submenu > .aux-menu-item > .aux-item-content { display: block; position: relative; }
.aux-menu-skin-default.aux-narrow .aux-submenu { box-shadow: none; }
.aux-menu-skin-default.aux-narrow .aux-submenu .aux-submenu-indicator { display: block; position: absolute; right: 0; top: 0; height: 100%; width: 41px; }
.aux-menu-skin-default.aux-narrow .aux-submenu .aux-submenu-indicator::after { position: absolute; content: ""; display: block; width: 12px; height: 12px; border: solid #555; border-width: 2px 0 0 2px; left: 50%; top: 50%; margin-left: -4px; margin-top: -4px; transform: rotate(225deg); transform-origin: 4px 4px; box-sizing: border-box; }
.aux-menu-skin-default.aux-narrow .aux-submenu .aux-menu-item.aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(45deg); }

/** Megamenu base css style */
.aux-menu-skin-default .aux-megamenu { background-color: white; font-size: 0.9em; }
.aux-menu-skin-default .aux-megamenu .aux-menu-column { padding: 5px 5px; }

/** Megamenu list element style */
.aux-menu-skin-default .aux-megamenu .aux-menu-list .aux-menu-list-container { padding: 10px 0; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list > .aux-item-content { display: block; padding: 10px 20px; font-size: 0.9em; font-weight: 600; color: #333; border: none; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list .aux-menu-list-item .aux-item-content { display: block; padding: 10px 20px; font-size: 0.9em; font-weight: 600; color: #333; border: none; }
.aux-menu-skin-default .aux-megamenu .aux-menu-list .aux-menu-list-item .aux-item-content:hover .aux-menu-desc { color: red; }

.aux-menu-skin-default .aux-menu-image-item { padding: 10px 0; }

.aux-menu-skin-default .aux-menu-tabs .aux-menu-tab > .aux-item-content { padding: 10px 20px; color: #333; font-size: 1em; border: none; }
.aux-menu-skin-default .aux-menu-tabs .aux-menu-tab > .aux-item-content:hover { background-color: #f1f1f1; }
.aux-menu-skin-default .aux-menu-tabs .aux-menu-tab-container { padding: 5px 0; box-shadow: none; }
.aux-menu-skin-default.aux-wide .aux-menu-tabs .aux-menu-item > .aux-item-content > .aux-submenu-indicator { display: inline-block; position: absolute; top: 45%; right: 14px; width: 6px; height: 6px; border: solid #585858; border-width: 2px 0 0 2px; transform: rotate(135deg); transform-origin: 2px 2px; box-sizing: border-box; }
.aux-menu-skin-default.aux-wide .aux-menu-tabs .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator { border-color: white; }
.aux-menu-skin-default.aux-wide .aux-menu-tabs .aux-menu-item.aux-open > .aux-item-content .aux-submenu-indicator { border-color: #888; }

/** Override Master Menu Styles */
.aux-master-menu.aux-horizontal { text-rendering: optimizeSpeed; position: static; }
.aux-master-menu.aux-horizontal > .menu-item { float: none; display: inline-block; vertical-align: top; }

.aux-master-menu .aux-menu-icon { font-size: 130%; vertical-align: middle; line-height: 100%; }
.aux-master-menu .aux-menu-icon.top, .aux-master-menu .aux-menu-icon.bottom { text-align: center; line-height: 100%; }
.aux-master-menu .aux-menu-icon.left, .aux-master-menu .aux-menu-icon.right { float: none !important; word-spacing: 0.3125em; }

.aux-dom-unready .aux-nav-menu-element .aux-master-menu { display: none !important; }

.aux-master-menu .aux-submenu.aux-megamenu { padding: 0; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-label { display: inline-block; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column { padding: 15px 2.5%; position: relative; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column:last-child::after { display: none; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column.aux-title-off > .aux-item-content { display: none; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { line-height: 150%; padding: 15px 0; }
.aux-master-menu .aux-submenu.aux-megamenu .aux-menu-list-container > .aux-menu-list-item > .aux-item-content { padding: 12px 0; }

.aux-master-menu.aux-vertical .aux-menu-item.aux-hover > .aux-submenu, .aux-master-menu.aux-horizontal .aux-menu-item.aux-hover > .aux-submenu { display: block; }

.aux-master-menu.aux-vertical .aux-menu-item > .aux-submenu, .aux-master-menu.aux-horizontal .aux-menu-item > .aux-submenu { opacity: 0; }

.aux-master-menu.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-master-menu.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { opacity: 1; }

.aux-master-menu.aux-fade-nav.aux-vertical .aux-menu-item.aux-hover > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal .aux-menu-item.aux-hover > .aux-submenu { display: block; }

.aux-master-menu.aux-fade-nav.aux-vertical .aux-menu-item > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal .aux-menu-item > .aux-submenu { opacity: 0; transition: opacity 300ms ease-out; }

.aux-master-menu.aux-fade-nav.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-master-menu.aux-fade-nav.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { opacity: 1; }

.aux-master-menu.aux-slide-up-nav.aux-vertical .aux-menu-item.aux-hover > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal .aux-menu-item.aux-hover > .aux-submenu { display: block; }

.aux-master-menu.aux-slide-up-nav.aux-vertical .aux-menu-item > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal .aux-menu-item > .aux-submenu { opacity: 0; transform: translateY(4px); transition: all 250ms ease-out; }

.aux-master-menu.aux-slide-up-nav.aux-vertical .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal .aux-menu-item.aux-open > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-vertical.aux-no-js .aux-menu-item:hover > .aux-submenu, .aux-master-menu.aux-slide-up-nav.aux-horizontal.aux-no-js .aux-menu-item:hover > .aux-submenu { opacity: 1; transform: translateY(0); }

/** Master Menu root item style for Phlox Theme */
.site-header-section nav.aux-master-menu, .aux-elementor-header-menu nav.aux-master-menu { height: 100%; }
.site-header-section nav.aux-master-menu ul, .aux-elementor-header-menu nav.aux-master-menu ul { display: flex; height: 100%; }
.site-header-section nav.aux-master-menu li, .aux-elementor-header-menu nav.aux-master-menu li { display: block; padding: 0.75em 0; font-size: 0.875em; color: #3D3D3D; text-transform: uppercase; white-space: nowrap; align-self: center; }
.site-header-section nav.aux-master-menu li a, .aux-elementor-header-menu nav.aux-master-menu li a { color: inherit; }

.site-header-section .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0 > .aux-item-content { display: block; padding: 0.75em 1.3125em; font-size: 0.875em; color: #3D3D3D; text-transform: uppercase; white-space: nowrap; }
.site-header-section .aux-menu-depth-0 > .aux-item-content .aux-menu-label, .aux-elementor-header-menu .aux-menu-depth-0 > .aux-item-content .aux-menu-label { display: inline-block; text-decoration: inherit; }
.site-header-section .aux-menu-depth-0:first-child > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0:first-child > .aux-item-content { padding-left: 0; }
.site-header-section .aux-menu-depth-0:last-child > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0:last-child > .aux-item-content { padding-right: 0; }
.site-header-section .aux-menu-depth-0.aux-hover > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0.aux-hover > .aux-item-content { color: #AAA; }
.site-header-section .aux-menu-depth-0.current-menu-item, .aux-elementor-header-menu .aux-menu-depth-0.current-menu-item { color: #AAA; font-weight: 600; }

.site-header-section .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0 > .aux-item-content { display: table-cell; padding-top: 0; padding-bottom: 0; vertical-align: middle; cursor: default; }
.site-header-section .aux-menu-depth-0 > a.aux-item-content, .aux-elementor-header-menu .aux-menu-depth-0 > a.aux-item-content { cursor: pointer; }
.site-header-section .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .secondary-bar .aux-fill .aux-menu-depth-0 > .aux-item-content { height: 60px; }
.site-header-section .secondary-bar .aux-start .aux-menu-depth-0:first-child > .aux-item-content, .aux-elementor-header-menu .secondary-bar .aux-start .aux-menu-depth-0:first-child > .aux-item-content { padding-left: 0; }

.site-header-section .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after, .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after { content: ""; display: inline-block; position: relative; width: 3px; height: 3px; left: 1.1875em; vertical-align: middle; border-radius: 50%; background-color: #3D3D3D; transform: translateY(-50%); }
.site-header-section .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item:last-child > .aux-item-content::after, .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item:last-child > .aux-item-content::after { display: none; }
.site-header-section .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 6px; background-position: 0px -687px; margin-left: 0.375em; top: -1px; display: inline-block; position: relative; }
.site-header-section .aux-master-menu.aux-vertical .aux-menu-depth-0 > .aux-item-content, .aux-elementor-header-menu .aux-master-menu.aux-vertical .aux-menu-depth-0 > .aux-item-content { padding: 0.9375em; }
.site-header-section .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; position: absolute; right: -10px; top: 50%; transform: translateY(-50%); }

.site-header-section.aux-header-light .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after, .aux-elementor-header-menu.aux-header-light .aux-master-menu.aux-horizontal.aux-with-splitter > .aux-menu-item > .aux-item-content::after { background-color: #FFFFFF; }
.site-header-section.aux-header-light .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu.aux-header-light .aux-master-menu.aux-horizontal.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 6px; background-position: -178px -687px; display: inline-block !important; }
.site-header-section.aux-header-light .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-elementor-header-menu.aux-header-light .aux-master-menu.aux-vertical.aux-with-indicator > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; }

/** Master Menu classic submenu skin */
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu { padding: 10px 0; font-size: 0.9375rem; color: white; margin-top: -11px; border: solid 1px rgba(255, 255, 255, 0.2); background-color: #3D3D3D; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 15px; margin: 0 10px; min-width: 200px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 10px; background-position: -258px -554px; position: absolute; top: 50%; right: 10px; transform: translateY(-50%); transition: opacity 300ms ease-out; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { background-color: #333; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu { color: #3D3D3D; margin-top: 0; background-color: #F3F3F3; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { background-color: #EAEAEA; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 10px; background-position: -80px -554px; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-vertical.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: solid 1px #BBB; padding-bottom: 20px; margin-bottom: 8px; }

/** Master Menu minimal-center submenu skin */
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu { padding: 14px 0; border-left: solid 1px transparent; box-sizing: content-box; font-size: 0.9375em; text-align: center; color: white; border: solid 1px rgba(255, 255, 255, 0.5); background-color: #3D3D3D; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 14px; min-width: 220px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { vertical-align: middle; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 10px; background-position: -258px -554px; opacity: 0.8; margin-left: 2px; display: inline-block; transition: opacity 300ms ease-out; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator { opacity: 0.6; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu { left: 50%; transform: translateX(-50%); box-sizing: border-box; color: #3D3D3D; border: solid 1px #BBB; background-color: white; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { width: 0; height: 0; border-bottom: 8px solid white; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -8px; left: 50%; z-index: 2; display: block; margin-left: -8px; content: ""; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { top: -10px; z-index: 1; margin-left: -9px; border-width: 9px; border-bottom-color: #BBB; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 10px; background-position: -80px -554px; display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu { transform: none; left: 0; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu::after, .aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu::before, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu::after, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu::before { display: none; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-minimal-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: solid 1px #EAEAEA; padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-vertical.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu { transform: translateY(4px) translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-minimal-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu { transform: translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu { left: 100%; top: 50%; transform: translate(0, -50%); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { top: 50%; left: -4px; transform: rotate(-90deg); }
.aux-master-menu.aux-vertical.aux-skin-minimal-center .aux-menu-depth-0 > .aux-submenu::after { left: -5px; }

/** Master Menu modern submenu skin */
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu { padding: 10px 0; font-size: 12px; color: #F3F3F3; margin-top: -11px; border: solid 1px rgba(255, 255, 255, 0.2); background-color: #3D3D3D; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 15px 20px; min-width: 200px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { float: right; position: relative; top: 5px; display: block; width: 3px; height: 3px; background-color: #F3F3F3; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: #BBB; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-menu-depth-0 > .aux-submenu { color: #3D3D3D; margin-top: 0; background-color: white; border: solid 1px #BBB; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: #BBB; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-menu-depth-0 > .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-color: #3D3D3D; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu { transform: none; left: 0; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu::before, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu::before { display: none; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-vertical.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column::after, .aux-master-menu.aux-horizontal.aux-skin-modern .aux-submenu.aux-megamenu .aux-menu-column::after { content: ''; position: absolute; top: 0; right: 0; display: block; width: 0; height: 100%; border-right: solid 1px #EAEAEA; }

/** Master Menu divided submenu skin */
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu { font-size: 13.5px; color: #3D3D3D; background-color: rgba(255, 255, 255, 0.92); }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item { padding-right: 1px; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 15px 0; margin: 0 20px; min-width: 200px; line-height: 150%; border-bottom: solid 1px #EAEAEA; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; position: absolute; top: 50%; right: 0px; transform: translateY(-50%); transition: opacity 300ms ease-out; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator::after, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator::after { position: absolute; top: 0; left: 0; opacity: 0; z-index: 1; content: ""; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; transition: opacity 300ms ease-out; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item:last-child > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item:last-child > .aux-item-content { border-bottom: none; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover { background-color: #3D3D3D; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { border-bottom-color: transparent; color: white; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator::after, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content > .aux-submenu-indicator::after { opacity: 1; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-vertical.aux-skin-divided .aux-menu-depth-0 > .aux-submenu { color: #3D3D3D; border-top: solid 4px #EAEAEA; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #505050; }
.aux-master-menu.aux-horizontal.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column::after, .aux-master-menu.aux-vertical.aux-skin-divided .aux-submenu.aux-megamenu .aux-menu-column::after { content: ''; position: absolute; top: 0; right: 0; display: block; width: 0; height: 100%; border-right: solid 1px #EAEAEA; }
.aux-master-menu.aux-vertical.aux-skin-divided .aux-menu-depth-0 > .aux-submenu { border-left: solid 4px #EAEAEA; border-top: none !important; }

/** Master Menu classic-center submenu skin */
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu { box-sizing: content-box; font-size: 13.5px; color: #3D3D3D; background-color: white; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 14px; min-width: 220px; line-height: 150%; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; position: absolute; top: 50%; right: 14px; transform: translateY(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { background-color: #EAEAEA; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu { left: 50%; transform: translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu::before, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu::before { width: 0; height: 0; border-bottom: 8px solid white; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; top: -8px; left: 50%; z-index: 2; display: block; margin-left: -8px; content: ""; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu { transform: none; left: 0; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu::before, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu::before { display: none; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column::after, .aux-master-menu.aux-horizontal.aux-skin-classic-center .aux-submenu.aux-megamenu .aux-menu-column::after { content: ''; position: absolute; top: 0; right: 0; display: block; width: 0; height: 100%; border-right: solid 1px #EAEAEA; }
.aux-master-menu.aux-vertical.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0 > .aux-submenu { transform: translateY(4px) translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-classic-center.aux-slide-up-nav .aux-menu-depth-0.aux-open > .aux-submenu { transform: translateX(-50%); }
.aux-master-menu.aux-vertical.aux-skin-classic-center .aux-menu-depth-0 > .aux-submenu { left: 100%; top: 50%; transform: translate(0, -50%); }

/** Master Menu dash-divided submenu skin */
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu { font-size: 13.5px; color: #BBB; background-color: rgba(0, 0, 0, 0.8); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item { padding-right: 1px; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content { position: relative; display: block; padding: 18px 0; margin: 0 18px; min-width: 160px; line-height: 150%; border-bottom: dashed 1px #3D3D3D; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; position: absolute; top: 50%; right: 18px; transform: translateY(-50%); }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: white; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-menu-item:last-child > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-menu-item:last-child > .aux-item-content { border-bottom: none; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #F1F1F1; font-weight: 600; border-bottom-style: dashed !important; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: white; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: solid 1px #3D3D3D; padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu { background-color: rgba(255, 255, 255, 0.92); color: #3D3D3D; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item { padding-right: 1px; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content { border-bottom-color: #BBB; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item > .aux-item-content > .aux-submenu-indicator { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; opacity: 0.6; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu > .aux-menu-item.aux-hover > .aux-item-content { color: black; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; border-bottom-color: #BBB; }
.aux-master-menu.aux-vertical.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-horizontal.aux-skin-dash-divided.aux-light .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: black; }

.aux-fs-popup.aux-fs-menu-layout-left .aux-panel-close { right: calc( 10% - 15px ); top: 100px; border: none; z-index: 5; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu { top: 120px; width: 80%; margin: 0 auto; transform: translateY(0); }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-menu-item { text-align: left; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-menu-item .aux-item-content { padding: 10px 0px; font-size: 1.6875em; line-height: normal; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-menu-item .aux-item-content .aux-submenu-indicator { width: 23px; left: 13px; border-width: 14px 6px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu { padding-left: 22px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu .aux-menu-item:first-child, .aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu .aux-menu-item:last-child { padding: 0; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu .aux-submenu:after { content: ''; position: absolute; left: 0; top: 15px; background-color: #3D3D3D; height: calc( 100% - 31px ); width: 1px; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu > .aux-menu-item { margin: 0; }
.aux-fs-popup.aux-fs-menu-layout-left .aux-fs-menu .aux-master-menu > .aux-menu-item:first-child .aux-item-content { padding-top: 0; }
.aux-fs-popup.aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item .aux-submenu:after { background-color: #FFFFFF; }

/** Master Menu Mobile classic submenu skin */
.aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { display: block; padding: 1.125em 1.0625em; font-size: 0.875em; color: #3D3D3D; line-height: 100%; }
.aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content .aux-menu-label, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content .aux-menu-label { display: inline-block; }
.aux-toggle-menu-bar .aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content, .aux-toggle-menu-bar .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { padding: 1.125em 0; }
.aux-header-light .aux-master-menu.aux-narrow .aux-menu-item > .aux-item-content, .aux-header-light .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-item-content { color: #FFFFFF; }
.aux-master-menu.aux-narrow .aux-submenu-indicator, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu-indicator { display: inline-block; position: absolute; width: 11px; left: unset; top: unset; border: transparent solid; border-width: 20px 13px; cursor: pointer; transform: translate3d(120%, -12px, 0); box-sizing: content-box; }
.aux-toggle-menu-bar .aux-master-menu.aux-narrow .aux-submenu-indicator, .aux-toggle-menu-bar .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu-indicator { right: 0; }
.aux-master-menu.aux-narrow .aux-submenu-indicator::after, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu-indicator::after { transition: all 300ms; }
.aux-master-menu.aux-narrow .aux-open > .aux-item-content .aux-submenu-indicator::after, .aux-master-menu.aux-narrow.aux-skin-classic .aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(0); }
.aux-master-menu.aux-narrow .aux-menu-icon, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-icon { display: none !important; }
.aux-master-menu.aux-narrow .aux-menu-icon.top, .aux-master-menu.aux-narrow .aux-menu-icon.bottom, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-icon.top, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-icon.bottom { display: inline-block; width: auto; }
.aux-master-menu.aux-narrow .aux-submenu, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu { background-color: #F3F3F3; padding-left: 0.75em; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu.aux-megamenu { padding: 0 0.75em; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-narrow .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-master-menu.aux-narrow.aux-skin-classic .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: solid 1px #BBB; padding-bottom: 20px; margin-bottom: 8px; }
.aux-master-menu.aux-narrow .aux-menu-item > .aux-submenu, .aux-master-menu.aux-narrow.aux-skin-classic .aux-menu-item > .aux-submenu { display: block; height: 0; overflow: hidden; }

.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item, .aux-fs-menu .aux-master-menu .aux-menu-item { text-align: center; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-menu-item > .aux-item-content { display: block; padding: 13px 0; font-size: 2.3125em; font-weight: 600; color: #3D3D3D; line-height: 100%; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item > .aux-item-content .aux-menu-label, .aux-fs-menu .aux-master-menu .aux-menu-item > .aux-item-content .aux-menu-label { display: inline-block; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item.aux-open > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-menu-item.aux-open > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu-indicator, .aux-fs-menu .aux-master-menu .aux-submenu-indicator { display: inline-block; position: relative; right: auto; top: 0; left: 5px; width: 30px; height: 0; border: transparent solid; border-width: 20px 5px; margin-left: -44px; vertical-align: text-bottom; transform: translateX(100%); }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-open > .aux-item-content .aux-submenu-indicator::after, .aux-fs-menu .aux-master-menu .aux-open > .aux-item-content .aux-submenu-indicator::after { transform: rotate(0); }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-icon, .aux-fs-menu .aux-master-menu .aux-menu-icon { display: none !important; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-icon.top, .aux-fs-menu .aux-master-menu .aux-menu-icon.top, .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-icon.bottom, .aux-fs-menu .aux-master-menu .aux-menu-icon.bottom { display: inline-block; width: auto; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu, .aux-fs-menu .aux-master-menu .aux-submenu { background-color: transparent; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu > .aux-menu-item:first-child, .aux-fs-menu .aux-master-menu .aux-submenu > .aux-menu-item:first-child { padding-top: 18px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu > .aux-menu-item:last-child, .aux-fs-menu .aux-master-menu .aux-submenu > .aux-menu-item:last-child { padding-bottom: 18px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu > .aux-menu-item:first-child, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu > .aux-menu-item:first-child { padding-top: 12px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu > .aux-menu-item:last-child, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu > .aux-menu-item:last-child { padding-bottom: 12px; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { color: #3D3D3D; font-weight: 600; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu .aux-menu-item.aux-hover > .aux-item-content { color: #AAA; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content, .aux-fs-menu .aux-master-menu .aux-submenu.aux-megamenu .aux-menu-column > .aux-item-content { border-bottom: solid 1px #BBB; padding-bottom: 20px; margin-bottom: 8px; }
.aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item > .aux-item-content, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item > .aux-item-content, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item > .aux-item-content { color: white; }
.aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item.aux-open > .aux-item-content, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item.aux-open > .aux-item-content, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item.aux-open > .aux-item-content { color: #AAA; }
.aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item .aux-submenu-indicator::after, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item .aux-submenu-indicator::after, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item .aux-submenu-indicator::after, .aux-dark .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item .aux-submenu-indicator::before, .aux-dark .aux-fs-menu .aux-master-menu .aux-menu-item .aux-submenu-indicator::before, .aux-fs-menu .aux-dark .aux-master-menu .aux-menu-item .aux-submenu-indicator::before { background-color: white; }
.aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-menu-item > .aux-submenu, .aux-fs-menu .aux-master-menu .aux-menu-item > .aux-submenu { display: block; height: 0; overflow: hidden; }

/*!>>>>>>>>>>>>>>>>>>>>>>>> #Sections <<<<<<<<<<<<<<<<<<<<<<<<<<< */
/** General widget styles */
aside .aux-widget-area { margin-bottom: 0; }
.aux-dark .aux-widget-area, .aux-widget-area.aux-dark { color: white; }

.widget-container.aux-toggle-widget > .aux-toggle-widget-wrapper { overflow: hidden; transition: height 500ms cubic-bezier(0.165, 0.84, 0.44, 1); }
.widget-container.aux-toggle-widget .widget-title { position: relative; }
.widget-container.aux-toggle-widget .widget-title:after { content: ''; position: absolute; top: 4px; right: 0; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; transition: transform 300ms; }
.widget-container.aux-toggle-widget.aux-open .widget-title:after { transform: rotate(90deg); }
.widget-container ul li { margin-bottom: 0; word-break: break-word; }
.widget-container a { color: inherit; }
.widget-container a:hover { color: #1bb0ce; }
.widget-container .entry-badge { display: inline-block; padding: 5px 20px; border-radius: 100em; background: #3d3d3d; color: #ffffff; }

aside .widget-container, .aux-aside .widget-container { margin-top: 4.0625em; font-size: 0.875em; }
aside .widget-container:first-child, .aux-aside .widget-container:first-child { margin-top: 0; }
aside .widget-title, .aux-aside .widget-title { padding: 0 0 1.0625em; margin-bottom: 1.875em; margin-top: 0; border-bottom: 1px #DEDEDE solid; text-transform: uppercase; font-size: 0.75rem; font-weight: normal; letter-spacing: 2px; line-height: 150%; }

.aux-sidebar .aux-widget-area + .aux-widget-area { margin-top: 4.0625em; }

.subfooter.aux-dark .widget-title { color: white; border-bottom: none; font-size: 0.875rem; padding-bottom: 0; margin-bottom: 50px; font-weight: 600 !important; }

.aux-primary .widget-container ul, .aux-primary .widget-container ul li { list-style: none; }

@media screen and (max-width: 479px) { .aux-resp .widget-title { text-align: center; } }
@media screen and (max-width: 767px) { aside .aux-widget-area, .aux-aside .aux-widget-area { margin-top: 2.5em; }
  aside .aux-widget-area:first-child, .aux-aside .aux-widget-area:first-child { margin-top: 0; } }
/** Auxin Testimonial Widget */
.aux-widget-testimonial .aux-testimonial-content > .entry-content, .aux-widget-testimonial .aux-testimonial-content > .comment-body { position: relative; margin-bottom: 0; }
.aux-widget-testimonial .aux-testimonial-infobox { display: table; }
.aux-widget-testimonial .aux-testimonial-infobox .aux-testimonial-image { width: 45px; display: table-cell; }
.aux-widget-testimonial .aux-testimonial-infobox .aux-testimonial-image .img-square { border-radius: 50%; }
.aux-widget-testimonial .aux-testimonial-infobox .aux-testimonial-info { display: table-cell; padding-left: 10px; vertical-align: top; }
.aux-widget-testimonial .aux-testimonial-infobox .col-title { margin-bottom: 0; font-size: 1em; font-weight: 600; }
.aux-widget-testimonial .aux-testimonial-infobox .col-subtitle { font-size: 0.875em; color: #BBB; }
.aux-widget-testimonial, .aux-widget-testimonial .aux-testimonial-content, .aux-widget-testimonial .aux-testimonial-infobox, .aux-widget-testimonial .aux-testimonial-info, .aux-widget-testimonial .col-title, .aux-widget-testimonial .col-subtitle { transition: all 400ms ease; }
.aux-widget-testimonial.aux-testimonial-default .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-default .aux-testimonial-content .comment-body { margin-bottom: 25px; }
.aux-widget-testimonial.aux-testimonial-def-img .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-def-img .aux-testimonial-content .comment-body { margin-bottom: 25px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content { position: relative; margin-bottom: 25px; border-right: 1px solid #BBB; border-top: 1px solid #BBB; border-left: 1px solid #BBB; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content:after, .aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content:before { content: ''; position: absolute; bottom: 0; background-color: #BBB; height: 1px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content:after { width: 55px; left: 0; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content:before { right: 0; width: calc(100%  - 70px); }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .comment-body { padding: 20px; }
.aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .entry-content:after, .aux-widget-testimonial.aux-testimonial-bordered .aux-testimonial-content .comment-body:after { content: ""; position: absolute; bottom: -8px; left: 55px; width: 15px; height: 15px; border-left: 1px solid #BBB; border-bottom: 1px solid #BBB; transform: skewY(-45deg); }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .comment-body { margin-bottom: 15px; padding: 35px 0px 15px 0px; }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .entry-content:before, .aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .comment-body:before { content: '\e178'; position: absolute; top: 0; left: -5px; font-family: "auxin-front"; font-size: 28px; line-height: normal; }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .entry-content:after, .aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-content .comment-body:after { content: ''; position: absolute; bottom: -1px; left: 0; width: 25px; height: 1px; background-color: #3D3D3D; }
.aux-widget-testimonial.aux-testimonial-quote .aux-testimonial-infobox .aux-testimonial-info { padding: 0; }
.aux-widget-testimonial.aux-testimonial-info-top { transform: scaleY(-1); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox { transform: scaleY(-1); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content { border-right: 1px solid #BBB; border-bottom: 1px solid #BBB; border-left: 1px solid #BBB; position: relative; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content:after, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content:before { content: ''; position: absolute; top: 0; width: calc(50% - 10px); height: 1px; background-color: #BBB; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content:after { right: 0; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content:before { left: 0; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .entry-content, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .comment-body { padding: 20px; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .entry-content:before, .aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-content .comment-body:before { content: ""; position: absolute; top: -7px; left: calc(50% - 8px); width: 14px; height: 14px; border-left: 1px solid #BBB; border-top: 1px solid #BBB; transform: rotate(45deg); }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox { display: block; margin-top: 20px; text-align: center; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox .aux-testimonial-image { display: block; margin: 0 auto 7px auto; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-testimonial-infobox .aux-testimonial-info { display: block; padding: 0; }
.aux-widget-testimonial.aux-testimonial-info-top .aux-rating-box { margin-right: auto; margin-left: auto; }
.aux-widget-testimonial.aux-testimonial-image-top { margin-top: 55px; border: solid 1px #EAEAEA; box-shadow: 0 0 30px rgba(0, 0, 0, 0.05); padding: 30px 40px; }
.aux-widget-testimonial.aux-testimonial-image-top .aux-testimonial-infobox { display: block; margin-top: -85px; }
.aux-widget-testimonial.aux-testimonial-image-top .aux-testimonial-image { width: 110px; display: block; margin-bottom: 35px; }
.aux-widget-testimonial.aux-testimonial-image-top .aux-testimonial-info { display: block; padding-left: 0; }
.aux-widget-testimonial.aux-testimonial-image-top .col-title { font-size: 1.75em; }
.aux-widget-testimonial.aux-testimonial-image-top .col-subtitle { font-size: 1em; margin-bottom: 18px; font-weight: 300; color: #3D3D3D; }

/** WP Tag Cloud widget styles */
.widget_tag_cloud .tagcloud > a { display: inline-block; margin-bottom: 5px; padding: 0.8125em 1em; background-color: #F1F1F1; color: #3D3D3D; font-size: 100% !important; line-height: 100%; font-style: italic; }
.widget_tag_cloud .tagcloud > a:hover { background-color: #DEDEDE; }
.aux-dark .widget_tag_cloud .tagcloud > a { background-color: #333 !important; color: white; }
.aux-dark .widget_tag_cloud .tagcloud > a:hover { background-color: black !important; }

.subfooter .widget_tag_cloud .tagcloud > a { background-color: #FDFDFD; }
.subfooter .widget_tag_cloud .tagcloud > a:hover { background-color: #EAEAEA; }

/** WP calendar widget styles */
.widget_calendar table { font-size: 0.875rem; margin: 0; position: relative; border: none; }
.widget_calendar thead { background: transparent; }
.widget_calendar thead tr { border-bottom: solid 1px #BBB; }
.widget_calendar th, .widget_calendar td { padding: 0; width: 14.28571%; border: none; background-color: transparent; text-align: center; line-height: 2.5em; }
.widget_calendar td a { text-decoration: underline; }
.widget_calendar td#today { position: relative; }
.widget_calendar td#today:after { content: ''; position: absolute; top: 50%; left: 50%; display: block; width: 1.875em; height: 1.875em; border: solid 1px #BBB; border-radius: 50%; transform: translate(-50%, -50%); }
.widget_calendar tr:first-child td { padding-top: 5px; }
.widget_calendar tr:first-child th { padding-bottom: 5px; }
.widget_calendar tr:first-child td#today:after { top: calc(50% + 3px); }
.widget_calendar th { color: #BBB; font-weight: normal; }
.widget_calendar caption { padding: 0px 0px 0.9em; line-height: 100%; text-align: left; font-weight: 600; }
.widget_calendar tfoot { position: absolute; top: 0; width: 100%; }
.widget_calendar tfoot, .widget_calendar tfoot td, .widget_calendar tfoot tr { display: block; }
.widget_calendar tfoot td { padding: 0 !important; width: auto; float: right; }
.widget_calendar tfoot td.pad { display: none; }
.widget_calendar tfoot td a { position: relative; width: 20px; height: 20px; display: block; overflow: hidden; text-indent: 100em; }
.widget_calendar tfoot td a:after { content: ''; position: absolute; top: 5px; left: 10px; }
.widget_calendar tfoot td#prev a:after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -761px; }
.widget_calendar tfoot td#next a:after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: 0px -722px; }
.aux-dark .widget_calendar th { color: white; }
.aux-dark .widget_calendar tfoot td#prev a:after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -761px; }
.aux-dark .widget_calendar tfoot td#next a:after { background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 6px; height: 10px; background-position: -178px -722px; }

/** WP categories widget styles */
.widget_categories { text-transform: uppercase; }

/** WP nav menu widget styles */
.widget_nav_menu ul ul { list-style-type: disc; color: #BBB; margin-left: 1em; }

/** WP archive widget styles */
.widget_archive li, .widget_categories li { font-weight: 600; color: #BBB; }
.widget_archive li a, .widget_categories li a { color: #3D3D3D; }
.widget_archive select, .widget_categories select { font-size: 0.875rem; width: 100%; }
.widget_archive label, .widget_categories label { display: none; }
.aux-dark .widget_archive li a, .aux-dark .widget_categories li a { color: white; }
.aux-dark .widget_archive li a:hover, .aux-dark .widget_categories li a:hover { color: #1bb0ce; }
.aux-dark .widget_archive select, .aux-dark .widget_categories select { background-color: transparent !important; background-image: url(/wp-content/themes/phlox-pro/css/images/controls/arrows/small-arrow-down-white.svg); border-color: #BBB; color: white; }

.subfooter .widget_archive select, .subfooter .widget_categories select { background-color: #FDFDFD; }

/** WP recent comments widget styles */
.widget_recent_comments li.recentcomments { padding: 0.8125em 1em; background-color: #F3F3F3; margin-bottom: 0.6em; }
.widget_recent_comments li.recentcomments .comment-author-link { font-weight: 600; }
.aux-dark .widget_recent_comments li.recentcomments { background-color: #333 !important; }

.subfooter .widget_recent_comments li.recentcomments { background-color: #EAEAEA; }

/** WP recent posts widget styles */
.widget_recent_entries ul > li { margin-bottom: 0.7em; font-weight: 600; }
.widget_recent_entries .post-date { display: block; color: #BBB; font-style: italic; font-weight: normal; }

/** WP pages menu widget styles */
.widget_pages ul ul { list-style-type: disc; color: #BBB; margin-left: 1em; }

/** WP recent comments widget styles */
.widget_rss .rss-widget-icon { display: none; }
.widget_rss > ul > li { margin-bottom: 1.875em; padding-bottom: 1.875em; border-bottom: solid 1px #DEDEDE; }
.widget_rss > ul > li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }
.widget_rss > ul > li > a { display: block; font-weight: 600; }
.widget_rss > ul > li .rss-date { display: block; font-style: italic; color: #AAA; font-weight: 500; }
.widget_rss > ul > li cite { display: block; margin-top: 1.875em; color: #888; font-style: italic; font-weight: 600; }
.widget_rss > ul > li > a + cite, .widget_rss > ul > li .rss-date + cite { margin: 0; }

/** Big Grid view style for Recent News content
// ------------------------------------------------------------------------------ */
.aux-big-grid-layout .aux-news-big-grid { float: left; height: 0; overflow: hidden; text-align: left; }
.aux-big-grid-layout .aux-news-big-grid .entry-media { margin-bottom: 0; }
.aux-big-grid-layout .aux-news-big-grid .entry-main { position: absolute; z-index: 2; bottom: 0; width: 100%; padding: 0 30px 25px 30px; margin-bottom: 0; background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41NSIvPjxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(30%, rgba(0, 0, 0, 0.55)), color-stop(60%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0))); background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%); background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%); background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%); }
.aux-big-grid-layout .aux-news-big-grid .entry-header { margin-bottom: 0.4375em; }
.aux-big-grid-layout .aux-news-big-grid .entry-info { margin-bottom: 0; color: #FFFFFF; }
.aux-big-grid-layout .aux-news-big-grid .entry-title { margin-bottom: 0.5em; font-size: 1.125em; color: #FFFFFF; }
.aux-big-grid-layout .aux-news-big-grid .entry-info { margin-bottom: 0; font-style: italic; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-tax { margin-left: 0px; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-tax a { color: #1bb0ce; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-tax a:before { display: none; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-author { display: none; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-author:before { content: ""; position: relative; top: -1px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0 0.6em; vertical-align: middle; background-color: #FFFFFF; }
.aux-big-grid-layout .aux-news-big-grid .entry-info .entry-date:before { content: ""; position: relative; top: -1px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0 0.6em; vertical-align: middle; background-color: #FFFFFF; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-1 .entry-main { padding: 0 30px 25px 30px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-1 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-1 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-2 .entry-main { padding: 0 30px 25px 30px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-2 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-2 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-3 .entry-main { padding: 0 30px 25px 30px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-3 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-3 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-4 .entry-main { padding: 0 30px 25px 30px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-4 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-4 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-5 .entry-main { padding: 0 30px 25px 30px; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-5 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-5 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-6 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-7 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-8 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-9 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-10 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-11 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-main { padding: 0 50px 45px 50px; }
@media screen and (max-width: 767px) { .aux-resp .aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-main { padding: 0 30px 25px 30px; } }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-info .entry-author { display: inline-block; }
.aux-big-grid-layout .aux-news-big-grid.aux-big-grid-6-12 .entry-title { font-size: 1.625em; }
.aux-big-grid-layout .aux-news-big-grid .aux-media-image img { max-width: none; transition: transform 4s; }
.aux-big-grid-layout .aux-news-big-grid:hover .aux-media-image img { transform: scale(1.04, 1.04); }
.aux-big-grid-layout .aux-news-big-grid.aux-title-limit .entry-title { overflow: hidden; max-height: 3.375em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: -o-ellipsis-lastline; }
.aux-big-grid-layout.aux-overlay .aux-news-big-grid .entry-main { position: absolute; top: 50%; transform: translateY(-50%); bottom: auto; padding: 0px 20px; background: transparent; }
.aux-big-grid-layout.aux-overlay .aux-news-big-grid .entry-media::after { content: ''; position: absolute; top: 0; z-index: 1; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.25); pointer-events: none; transition: background-color 1.5s; }
.aux-big-grid-layout.aux-overlay .aux-news-big-grid:hover .entry-media::after { background-color: rgba(0, 0, 0, 0.75); }

/** Auxin tabs widget styles */
.widget-tabs .widget-inner { overflow: visible; }
.widget-tabs ul > li { list-style: none; }
.widget-tabs ul { margin: 0; }
.widget-tabs .tabs { display: table; table-layout: fixed; margin: 0; width: 100%; padding-left: 0; padding-right: 0; }
.widget-tabs .tabs li { display: table-cell; position: relative; top: 2px; padding: 0.8em; border: solid #BBB; border-width: 1px 0 1px 1px; color: #BBB; text-align: center; vertical-align: middle; cursor: pointer; }
.widget-tabs .tabs li > a:hover { color: inherit; }
.widget-tabs .tabs li.active { border-bottom: none; color: inherit; }
.widget-tabs .tabs li:last-child { border-right-width: 1px; }
.widget-tabs .tabs-content { border: 1px solid #BBB; border-top: none; padding: 2.1875em 1.375em; }
.widget-tabs .tabs-content > li { line-height: inherit; }
.widget-tabs .tabs-content p { margin-bottom: 0; }
.widget-tabs .tabs-content .entry-editor:focus { outline: none; }
.aux-dom-unready .widget-tabs .tabs-content > li { display: none; }
.aux-dom-unready .widget-tabs .tabs-content > li:first-child { display: block; }
.widget-tabs.aux-stripe .tabs-content { border-width: 1px 0 0 0; }
.widget-tabs.aux-fill .tabs-content { padding-right: 0; padding-left: 0; }

/** WP Popular Posts Widget */
.popular-posts .wpp-list .wpp-list-items { padding: 1.25em 0; border-bottom: 1px solid #EAEAEA; position: relative; display: flex; }
.popular-posts .wpp-list .wpp-list-items .wpp-item-img { width: 33.5%; max-width: 80px; flex-shrink: 0; margin-right: 15px; }
.popular-posts .wpp-list .wpp-list-items .wpp-item-img img { width: 100%; height: auto; }
.popular-posts .wpp-list .wpp-list-items .wpp-post-meta .entry-title { text-decoration: none; font-weight: 600; font-size: 0.875rem; vertical-align: top; margin: 0; padding: 0; word-break: break-word; }
.popular-posts .wpp-list .wpp-list-items .wpp-post-meta .wpp-stats { color: #BBB; font-weight: 400; font-style: italic; }
.popular-posts .wpp-list .wpp-list-items:last-child { border: none; }
.popular-posts .wpp-list .wpp-list-items:first-child { padding-top: 0; }

/** WP recent blog posts widget styles */
.aux-widget-recent-post-widget > article { padding: 1.5625em 0; border-bottom: 1px solid #e0e0e0; }
.aux-widget-recent-post-widget > article:after { content: ""; display: table; clear: both; }
.aux-widget-recent-post-widget > article:first-of-type { padding-top: 0; }
.aux-widget-recent-post-widget > article:last-child { padding-bottom: 0; border: none; }
.aux-widget-recent-post-widget .entry-media { float: left; width: 33.5%; max-width: 80px; }
.aux-widget-recent-post-widget .entry-media + div { margin-left: 33.5%; padding-left: 1em; }
.aux-widget-recent-post-widget .entry-title { margin-bottom: 0.1em; margin-top: 0; font-size: inherit; line-height: 1.3; font-weight: 600; }
.aux-widget-recent-post-widget .entry-media + .content { float: left; width: 66.5%; padding-left: 15px; }
.aux-widget-recent-post-widget .entry-content time, .aux-widget-recent-post-widget .comment-body time { color: #BBB; font-style: italic; font-size: inherit; }
.aux-widget-recent-post-widget .entry-content > p, .aux-widget-recent-post-widget .comment-body > p { margin-bottom: 0; }

.subfooter .aux-widget-recent-post-widget .entry-media { width: 22.5%; }
.subfooter .aux-widget-recent-post-widget .entry-media + div { margin-left: 22.5%; }

/** WP recent blog posts widget styles */
.aux-widget-recent-posts .master-carousel.aux-grid-carousel-modern-layout .aux-mc-item .entry-meta:after { content: ""; display: table; clear: both; }
.aux-widget-recent-posts .master-carousel.aux-grid-carousel-modern-layout .aux-mc-item footer { position: relative; margin-top: 15px; transform: none; }
.aux-widget-recent-posts .master-carousel .aux-mc-item .entry-content, .aux-widget-recent-posts .master-carousel .aux-mc-item .comment-body { margin-bottom: 2em; }
.aux-widget-recent-posts .master-carousel .aux-mc-item > article { position: static; height: 100%; }
.aux-widget-recent-posts .master-carousel .aux-mc-item footer { position: absolute; bottom: 0px; width: 100%; transform: translateY(-100%); }
@media screen and (max-width: 767px) { .aux-widget-recent-posts .aux-mc-controls .aux-bullets { display: none; } }
.aux-widget-recent-posts .aux-grid-table-layout > .aux-col { border-color: #BBB; margin: 0; background-size: cover; padding-top: 45px; padding-right: 50px; padding-left: 50px; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-border-collapse > .aux-col { padding-bottom: 2.5em; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col { transition: background-color 200ms ease-in-out; transition: background-image 2000ms ease-in-out; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .column-entry, .aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .column-entry span, .aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .column-entry a, .aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover > .aux-col:hover .entry-meta .author a { color: #FFFFFF; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover .column-entry a:hover { text-decoration: underline; }
.aux-widget-recent-posts .aux-grid-table-layout.aux-has-bghover.aux-entry-boxed .column-entry { background-color: transparent; box-shadow: none; }
.aux-widget-recent-posts .aux-grid-table-layout .column-entry, .aux-widget-recent-posts .aux-grid-table-layout .column-entry a, .aux-widget-recent-posts .aux-grid-table-layout .column-entry span { transition: color 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.aux-widget-recent-posts .aux-grid-table-layout .entry-content, .aux-widget-recent-posts .aux-grid-table-layout .comment-body { font-weight: 500; }
.aux-widget-recent-posts .aux-grid-table-layout .entry-info { font-style: italic; }
.aux-widget-recent-posts .aux-grid-table-layout .entry-info + .entry-header { margin-top: 20px; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-col:hover .entry-main, .aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-mc-item:hover .entry-main { top: -80px; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-col:hover .aux-attachment, .aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-mc-item:hover .aux-attachment { transform: scale(1.03); }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-main { position: relative; top: -100px; width: 80%; min-height: 142px; margin: 0 auto; background-color: #FFF; box-shadow: 20px 0px 40px 0px rgba(0, 0, 0, 0.06); padding: 1.875em 2.5em; transition: top 1100ms cubic-bezier(0.19, 1, 0.22, 1); }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-media-frame { overflow: hidden; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .aux-media-frame .aux-attachment { transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1); }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-info { font-size: 0.75em; color: #AAA; font-weight: 500; margin-bottom: 0; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-header { margin-bottom: 0; }
.aux-widget-recent-posts .aux-grid-carousel-modern-layout .entry-title { overflow: hidden; max-height: 66px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: -o-ellipsis-lastline; font-size: 1.3125em; }
.aux-widget-recent-posts .aux-flip-box .entry-main { display: flex; flex-flow: column wrap; }
.aux-widget-recent-posts .aux-flip-box .aux-flip-back { position: absolute; top: 0; bottom: 0; right: 0; left: 0; backface-visibility: hidden; transform: rotateY(180deg); }
.aux-widget-recent-posts .aux-flip-box .aux-flip-back .entry-main { justify-content: space-evenly; height: 100%; }
.aux-widget-recent-posts .aux-flip-box .aux-flip-front { position: relative; backface-visibility: hidden; z-index: 2; transform: rotateY(0deg); }
.aux-widget-recent-posts .aux-flip-box .column-entry { position: relative; padding-bottom: 0; transform-style: preserve-3d; transition: transform 850ms cubic-bezier(0.77, 0, 0.175, 1); transform: perspective(1000px); }
.aux-widget-recent-posts .aux-flip-box .column-entry .entry-meta { position: static; }
.aux-widget-recent-posts .aux-flip-box .aux-col:hover .column-entry { transform: rotateY(180deg); }

/** recent blog posts tiles styles */
.aux-widget-recent-posts-tiles.aux-carousel { position: relative; }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-media:after { background: linear-gradient(to top, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0) 100%); }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-info { color: #333; }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-author:before { background-color: #333; }
.aux-widget-recent-posts-tiles .aux-tile-light .post.aux-post-tile .entry-tax > a:before { background-color: #333; }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-main { background: rgba(224, 224, 224, 0.6); }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-title, .aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-info { color: #333; }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-author:before { background-color: #333; }
.aux-widget-recent-posts-tiles .aux-tile-light-overlay .post.aux-post-tile .entry-tax > a:before { background-color: #333; }
.aux-widget-recent-posts-tiles .aux-mc-arrows { position: absolute; top: 50%; transform: translateY(-50%); }
.aux-widget-recent-posts-tiles .aux-prev { left: 0; }
.aux-widget-recent-posts-tiles .aux-next { right: 0; left: auto; }

/** recent blog posts land element styles */
/** Auxin timeline recent posts widget styles */
.aux-widget-recent-posts-timeline .aux-block > .hentry:not(.has-post-thumbnail)::after, .aux-widget-recent-posts-timeline .aux-block > .hentry.format-audio::after { top: 15px !important; }
.aux-widget-recent-posts-timeline .aux-block > .hentry:not(.has-post-thumbnail)::before, .aux-widget-recent-posts-timeline .aux-block > .hentry.format-audio::before { top: 8px !important; }

/** WP recent blog posts widget masonry */
.aux-widget-recent-posts-masonry .post.column-entry { padding-bottom: 1.4375em; }
.aux-widget-recent-posts-masonry .post.column-entry.post.post_format-post-format-link { padding-bottom: 0px; }
.aux-widget-recent-posts-masonry .post.column-entry.post.post_format-post-format-quote { padding-bottom: 0px; }

/** WP recent blog posts widget styles */
.aux-widget-popular-posts-widget .widget-tabs .tabs-content { padding-top: 2em; }
.aux-widget-popular-posts-widget .widget-tabs .tabs li { padding: 1em 0; }
.aux-widget-popular-posts-widget .widget-tabs .tabs li:not(.active) { background-color: #F9F9F9; color: #AAA; }
.aux-dark .aux-widget-popular-posts-widget .widget-tabs .tabs li:not(.active) { color: #BBB; background-color: #333; }
.aux-widget-popular-posts-widget .tabs-content > li > article { margin-bottom: 1.5625em; }
.aux-widget-popular-posts-widget .tabs-content > li > article:after { content: ""; display: table; clear: both; }
.aux-widget-popular-posts-widget .tabs-content > li > article:last-child { margin-bottom: 0; }
.aux-widget-popular-posts-widget .entry-media { float: left; width: 33.5%; max-width: 80px; margin-right: 1em; }
.aux-widget-popular-posts-widget .entry-title { margin-bottom: 0.1em; margin-top: 0; font-size: inherit; line-height: 1.3; }
.aux-widget-popular-posts-widget .entry-media + section { float: left; width: 66.5%; padding-left: 15px; }
.aux-widget-popular-posts-widget .entry-content time, .aux-widget-popular-posts-widget .comment-body time { color: #BBB; font-style: italic; font-size: inherit; }

/** Auxin text widget styles */
.aux-widget-text .aux-text-color-light { color: #FFFFFF; }
.aux-widget-text .aux-text-color-dark { color: #3D3D3D; }
.aux-widget-text .aux-text-widget-bg-tile { background-repeat: repeat; }
.aux-widget-text .aux-text-widget-bg-cover { background: no-repeat center center; background-size: cover; }
.aux-widget-text .aux-text-widget-bg-center { background-repeat: no-repeat; background-position: center center; }
.aux-widget-text .aux-text-widget-bg-fixed { background: no-repeat; background-attachment: fixed; background-position: center center; background-size: cover; }
.aux-widget-text .aux-text-center { text-align: center; }
.aux-widget-text .aux-text-right { text-align: right; }
.aux-widget-text .aux-text-left { text-align: left; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-text-resp-left { text-align: left !important; } }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-text-resp-right { text-align: right !important; } }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-text-resp-center { text-align: center !important; } }
.aux-widget-text .aux-ico-shape-circle, .aux-widget-text .aux-ico-shape-circle img { border-radius: 50%; }
.aux-widget-text .aux-ico-shape-semi-circle, .aux-widget-text .aux-ico-shape-semi-circle img { border-radius: 45%; }
.aux-widget-text .aux-ico-shape-round-rect, .aux-widget-text .aux-ico-shape-round-rect img { border-radius: 7%; }
.aux-widget-text .aux-ico-shape-fill, .aux-widget-text .aux-ico-shape-fill img { width: 100%; }
.aux-widget-text .aux-ico-shape-cross-rect { position: relative; }
.aux-widget-text .aux-ico-shape-cross-rect:after, .aux-widget-text .aux-ico-shape-cross-rect:before { content: ''; position: absolute; display: block; width: 100%; height: 100%; }
.aux-widget-text .aux-ico-shape-cross-rect:after { top: 50%; left: -1px; transform: translateY(-50%); padding: 25px 0px; border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0; }
.aux-widget-text .aux-ico-shape-cross-rect:before { left: 50%; bottom: -1px; transform: translateX(-50%); padding: 0 25px; border-top: 1px solid #e0e0e0; border-bottom: 1px solid #e0e0e0; }
.aux-widget-text .aux-ico { display: inline-block; line-height: 100%; }
.aux-widget-text .aux-ico::before { vertical-align: top; }
.aux-widget-text .aux-ico-box { display: table; margin: 0 auto; }
.aux-widget-text .aux-ico-small { padding: 35px; }
.aux-widget-text .aux-ico-small.aux-ico-clear { padding: 25px; }
.aux-widget-text .aux-ico-small .aux-ico { font-size: 2.5em; }
.aux-widget-text .aux-ico-medium { padding: 40px; }
.aux-widget-text .aux-ico-medium.aux-ico-clear { padding: 30px; }
.aux-widget-text .aux-ico-medium .aux-ico { font-size: 3.125em; }
.aux-widget-text .aux-ico-large { padding: 45px; }
.aux-widget-text .aux-ico-large.aux-ico-clear { padding: 35px; }
.aux-widget-text .aux-ico-large .aux-ico { font-size: 3.75em; }
.aux-widget-text .aux-ico-x-large { padding: 50px; }
.aux-widget-text .aux-ico-x-large.aux-ico-clear { padding: 40px; }
.aux-widget-text .aux-ico-x-large .aux-ico { font-size: 4.375em; }
.aux-widget-text .aux-img-box:not(.aux-ico-shape-default) { position: relative; display: block; max-width: 100%; }
.aux-widget-text .aux-text-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.aux-widget-text .aux-border-shape-tail { display: inline-block; width: 0; height: 0; border: 17.5px solid gray; border-top-width: 15px; border-bottom-width: 15px; border-right-color: transparent; border-left-color: transparent; border-bottom-color: transparent; display: block; margin: 0 auto; }
.aux-widget-text .aux-border-shape-wave svg { display: block; }
.aux-widget-text .entry-content h1, .aux-widget-text .comment-body h1, .aux-widget-text .entry-content h2, .aux-widget-text .comment-body h2, .aux-widget-text .entry-content h3, .aux-widget-text .comment-body h3, .aux-widget-text .entry-content h4, .aux-widget-text .comment-body h4, .aux-widget-text .entry-content h5, .aux-widget-text .comment-body h5, .aux-widget-text .entry-content h6, .aux-widget-text .comment-body h6 { font-weight: 400; }
.aux-widget-text .aux-wrap-style-outline, .aux-widget-text .aux-wrap-style-simple, .aux-widget-text .aux-wrap-style-box { position: relative; }
.aux-widget-text .aux-wrap-style-outline { border: 1px solid #BBB; }
.aux-widget-text .aux-wrap-style-outline .aux-text-widget-content, .aux-widget-text .aux-wrap-style-box .aux-text-widget-content { padding-right: 2.1875em; padding-left: 2.1875em; }
.aux-widget-text .aux-text-fill-header .aux-text-widget-header { padding: 3.125em 0; }
.aux-widget-text .aux-text-fill-header .aux-text-widget-content { padding-top: 2.8125em; }
.aux-widget-text .aux-text-img-header .aux-text-widget-header { padding: 3.125em 0; }
.aux-widget-text .aux-text-img-header .aux-text-widget-content { padding-top: 2.8125em; }
.aux-widget-text .aux-text-no-content .aux-text-widget-content { padding-top: 1.25em; padding-bottom: 4.375em; }
.aux-widget-text .aux-text-widget-header, .aux-widget-text .aux-text-widget-content { position: relative; z-index: 1; word-break: break-word; }
.aux-widget-text .aux-text-widget-header { flex-shrink: 0; padding: 3.125em 0 0 0; }
.aux-widget-text .aux-text-widget-content { padding: 2.25em 0 3.125em; }
.aux-widget-text .aux-text-widget-content .col-title { line-height: 1; margin-bottom: 0; }
.aux-widget-text .aux-text-widget-content .col-subtitle { color: #aaa; font-weight: 400; font-size: 0.9375em; margin: 14px 0 10px 0; }
.aux-widget-text .aux-text-widget-content .widget-content { margin-top: 12px; }
.aux-widget-text .aux-text-widget-content .widget-content p { margin-bottom: 0; }
.aux-widget-text .aux-text-widget-content .widget-content ul { list-style: inherit; }
.aux-widget-text .aux-text-widget-content .widget-content ul li { list-style: inherit; }
.aux-widget-text .aux-text-widget-content .aux-button { margin: 23px 0 0 0; }
.aux-widget-text .aux-ico-pos-left, .aux-widget-text .aux-ico-pos-right { display: flex; align-items: center; }
.aux-widget-text .aux-ico-pos-left.aux-text-header-fix, .aux-widget-text .aux-ico-pos-right.aux-text-header-fix { overflow: hidden; }
.aux-widget-text .aux-ico-pos-left.aux-text-header-fix .aux-text-widget-header:after, .aux-widget-text .aux-ico-pos-right.aux-text-header-fix .aux-text-widget-header:after { content: ''; position: absolute; width: 100%; height: 100%; left: 0; background: inherit; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-header-fix .aux-text-widget-header:after, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-header-fix .aux-text-widget-header:after { display: none; } }
.aux-widget-text .aux-ico-pos-left.aux-text-img-header, .aux-widget-text .aux-ico-pos-right.aux-text-img-header { display: table; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-img-header, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-img-header { display: block; } }
.aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-header, .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-header { display: table-cell; float: none; width: 40%; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-header, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-header { display: block; width: auto; padding-top: 60.5%; } }
.aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-content, .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-content { display: table-cell; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left.aux-text-img-header .aux-text-widget-content, .aux-resp .aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-content { display: block; } }
.aux-widget-text .aux-ico-pos-left.aux-text-padding-fix .aux-text-widget-header, .aux-widget-text .aux-ico-pos-right.aux-text-padding-fix .aux-text-widget-header { padding: 2.5em 1.125em; }
.aux-widget-text .aux-ico-pos-left.aux-text-padding-fix .aux-text-widget-content, .aux-widget-text .aux-ico-pos-right.aux-text-padding-fix .aux-text-widget-content { padding: 3.9375em 3.125em; }
.aux-widget-text .aux-ico-pos-left .aux-text-widget-header, .aux-widget-text .aux-ico-pos-right .aux-text-widget-header { padding: 2.5em 2.5em; max-width: 50%; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left .aux-text-widget-header, .aux-resp .aux-widget-text .aux-ico-pos-right .aux-text-widget-header { float: none; margin: 0 auto; max-width: none; } }
.aux-widget-text .aux-ico-pos-left .aux-text-widget-content, .aux-widget-text .aux-ico-pos-right .aux-text-widget-content { padding: 2.5em; display: table; vertical-align: top; }
.aux-widget-text .aux-ico-pos-left .aux-text-widget-content:after, .aux-widget-text .aux-ico-pos-right .aux-text-widget-content:after { content: ""; display: table; clear: both; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left .aux-text-widget-content, .aux-resp .aux-widget-text .aux-ico-pos-right .aux-text-widget-content { padding: 2.25em 2.1875em 3.125em 2.1875em; } }
.aux-widget-text .aux-ico-pos-right.aux-text-img-header { direction: rtl; }
.aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-header { direction: rtl; }
.aux-widget-text .aux-ico-pos-right.aux-text-img-header .aux-text-widget-content { direction: ltr; }
.aux-widget-text .aux-ico-pos-right .aux-text-widget-header { order: 1; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-right .aux-text-widget-header { margin: 0; } }
.aux-widget-text .aux-ico-pos-left .aux-text-widget-header { order: 0; }
@media screen and (max-width: 1023px) { .aux-resp .aux-widget-text .aux-ico-pos-left .aux-text-widget-header { margin: 0; } }

/** Auxin Staff Elemenmt */
.aux-widget-staff.aux-wrap-style-outline { border: 1px solid #BBB; padding: 1.25em; }
.aux-widget-staff.aux-wrap-style-box .aux-staff-content { padding: 0px 15px; }
.aux-widget-staff .aux-staff-container { display: flex; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-top { flex-direction: column; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-bottom { flex-direction: column-reverse; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right, .aux-widget-staff .aux-staff-container.aux-staff-pos-left { align-items: center; }
@media screen and (max-width: 767px) { .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-right, .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-left { flex-direction: column; } }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-header, .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-header { max-width: 50%; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-content, .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-content { padding: 0 30px; flex: 1; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-footer, .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-footer { border: none; padding: 0; }
@media screen and (max-width: 479px) { .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-right .aux-staff-footer, .aux-resp .aux-widget-staff .aux-staff-container.aux-staff-pos-left .aux-staff-footer { margin-bottom: 30px; } }
.aux-widget-staff .aux-staff-container.aux-staff-pos-right { flex-direction: row-reverse; }
.aux-widget-staff .aux-staff-container.aux-staff-pos-left { flex-direction: row; }
.aux-widget-staff .aux-staff-text-center { text-align: center; }
.aux-widget-staff .aux-staff-text-center .aux-social-list { display: block; text-align: center; }
.aux-widget-staff .aux-staff-text-center .aux-social-list > li { display: inline-block; float: none; }
.aux-widget-staff .aux-staff-text-center .aux-vertical .aux-social-list > li { display: table; margin: 0 auto; }
.aux-widget-staff .aux-staff-text-center .aux-staff-header { text-align: center; }
.aux-widget-staff .aux-staff-text-right { text-align: right; }
.aux-widget-staff .aux-staff-text-right .aux-social-list > li { float: right; }
.aux-widget-staff .aux-staff-text-right .aux-staff-header { text-align: right; }
.aux-widget-staff .aux-staff-text-left { text-align: left; }
.aux-widget-staff .aux-staff-text-left .aux-staff-header { text-align: left; }
.aux-widget-staff .aux-staff-text-light { color: #FFFFFF; }
.aux-widget-staff .aux-staff-text-dark { color: #3D3D3D; }
.aux-widget-staff .aux-staff-border { border: 1px solid; }
.aux-widget-staff .aux-staff-header.aux-staff-img-circle img { border-radius: 50%; }
.aux-widget-staff .aux-staff-header.aux-staff-img-semi-circle img { border-radius: 45%; }
.aux-widget-staff .aux-staff-header.aux-staff-img-round-rect img { border-radius: 7%; }
.aux-widget-staff .aux-staff-content .col-title { margin: 30px 0px 17px 0px; }
.aux-widget-staff .aux-staff-content .col-subtitle { font-size: 0.875em; color: #AAA; font-weight: 400; font-style: italic; margin-bottom: 11px; letter-spacing: 0; }
.aux-widget-staff .aux-staff-content .entry-content, .aux-widget-staff .aux-staff-content .comment-body { margin-bottom: 14px; }
.aux-widget-staff .aux-staff-footer { border-top: 1px solid #e0e0e0; padding: 19px 0px; }
.aux-widget-staff .aux-staff-footer .aux-social-list { padding-left: 0; padding-right: 0; }
.aux-widget-staff .aux-staff-footer .aux-social-list a { text-align: left; }

.aux-social-list { margin: 0; display: inline-block; line-height: 0; }
.aux-social-list:after { content: ""; display: table; clear: both; }
.aux-social-list li { margin: 0; font-size: 28px; line-height: 100%; }
.aux-social-list.aux-light li a { color: #fff; }
.aux-social-list a { display: table-cell; vertical-align: middle; width: 26px; height: 26px; text-align: center; color: inherit; line-height: 100%; transition: color 300ms; }
.aux-social-list a:hover { background: none; color: #1bb0ce; }
.aux-social-list a span { line-height: 80%; display: block; }
.aux-social-list li a { text-decoration: none !important; }
.aux-social-list li a.vk { font-size: 120%; }
.aux-extra-large > .aux-social-list li { font-size: 1.7rem; }
.aux-extra-large > .aux-social-list a { width: 35px; height: 35px; }
.aux-large > .aux-social-list li { font-size: 1.25rem; }
.aux-large > .aux-social-list a { width: 30px; height: 30px; }
.aux-medium > .aux-social-list li { font-size: 1.122rem; }
.aux-small > .aux-social-list li { font-size: 1rem; }
.aux-small > .aux-social-list a { width: 25px; height: 25px; }
.aux-horizontal > .aux-social-list { display: block; }
.aux-horizontal > .aux-social-list > li { float: left; }
.aux-social-list.aux-square li { padding: 0.25em 0.25em 0.15em 0.35em; line-height: 1; border: 1px solid #ddd; }
.aux-social-list.aux-round li { padding: 0.25em 0.3em 0.15em 0.35em; line-height: 1; border-radius: 50%; border: 1px solid #ddd; }
.aux-social-list.aux-outline li { font-size: 17px; }
.aux-brand-color > .aux-social-list .facebook { color: #3b5998; }
.aux-brand-color > .aux-social-list .twitter { color: #00aced; }
.aux-brand-color > .aux-social-list .googleplus { color: #dd4b39; }
.aux-brand-color > .aux-social-list .pinterest { color: #cb2027; }
.aux-brand-color > .aux-social-list .instagram { color: #262626; }
.aux-brand-color > .aux-social-list .linkedin { color: #007bb6; }
.aux-brand-color > .aux-social-list .dribbble { color: #ea4c89; }
.aux-brand-color > .aux-social-list .youtube { color: #bb0000; }
.aux-brand-color > .aux-social-list .vimeo { color: #aad450; }
.aux-brand-color > .aux-social-list .flickr { color: #ff0084; }
.aux-brand-color > .aux-social-list .digg { color: #486ca3; }
.aux-brand-color > .aux-social-list .stumbleupon { color: #EB4823; }
.aux-brand-color > .aux-social-list .lastfm { color: #d21309; }
.aux-brand-color > .aux-social-list .tumblr { color: #32506d; }
.aux-brand-color > .aux-social-list .vk { color: #45668e; }
.aux-brand-color > .aux-social-list .skype { color: #00aff0; }
.aux-brand-color > .aux-social-list .delicious { color: #222; }
.aux-brand-color > .aux-social-list .telegram { color: #0088cc; }
.aux-brand-color > .aux-social-list .rss { color: #f26522; }
.aux-brand-color-hover > .aux-social-list .facebook:hover { color: #3b5998; }
.aux-brand-color-hover > .aux-social-list .twitter:hover { color: #00aced; }
.aux-brand-color-hover > .aux-social-list .googleplus:hover { color: #dd4b39; }
.aux-brand-color-hover > .aux-social-list .pinterest:hover { color: #cb2027; }
.aux-brand-color-hover > .aux-social-list .instagram:hover { color: #262626; }
.aux-brand-color-hover > .aux-social-list .linkedin:hover { color: #007bb6; }
.aux-brand-color-hover > .aux-social-list .dribbble:hover { color: #ea4c89; }
.aux-brand-color-hover > .aux-social-list .youtube:hover { color: #bb0000; }
.aux-brand-color-hover > .aux-social-list .vimeo:hover { color: #aad450; }
.aux-brand-color-hover > .aux-social-list .flickr:hover { color: #ff0084; }
.aux-brand-color-hover > .aux-social-list .digg:hover { color: #486ca3; }
.aux-brand-color-hover > .aux-social-list .stumbleupon:hover { color: #EB4823; }
.aux-brand-color-hover > .aux-social-list .lastfm:hover { color: #d21309; }
.aux-brand-color-hover > .aux-social-list .tumblr:hover { color: #32506d; }
.aux-brand-color-hover > .aux-social-list .vk:hover { color: #45668e; }
.aux-brand-color-hover > .aux-social-list .skype:hover { color: #00aff0; }
.aux-brand-color-hover > .aux-social-list .delicious:hover { color: #222; }
.aux-brand-color-hover > .aux-social-list .telegram:hover { color: #0088cc; }
.aux-brand-color-hover > .aux-social-list .rss:hover { color: #f26522; }

/** contact element and submit comment form styles */
.aux-contact-form input[type="text"], #commentform input[type="text"], .aux-contact-form input[type="email"], #commentform input[type="email"], .aux-contact-form input[type="password"], #commentform input[type="password"], .aux-contact-form input[type="tel"], #commentform input[type="tel"], .aux-contact-form input[type="url"], #commentform input[type="url"], .aux-contact-form input[type="date"], #commentform input[type="date"], .aux-contact-form textarea, #commentform textarea, .c_form input[type="text"], .c_form input[type="email"], .c_form input[type="password"], .c_form input[type="tel"], .c_form input[type="url"], .c_form input[type="date"], .c_form textarea, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="password"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="date"], .wpcf7 textarea { display: block; width: 100%; height: 46px; max-width: none; margin-bottom: 1.875em; padding: 0.9375em; }
.aux-contact-form input[type="text"]:focus, #commentform input[type="text"]:focus, .aux-contact-form input[type="email"]:focus, #commentform input[type="email"]:focus, .aux-contact-form input[type="password"]:focus, #commentform input[type="password"]:focus, .aux-contact-form input[type="tel"]:focus, #commentform input[type="tel"]:focus, .aux-contact-form input[type="url"]:focus, #commentform input[type="url"]:focus, .aux-contact-form input[type="date"]:focus, #commentform input[type="date"]:focus, .aux-contact-form textarea:focus, #commentform textarea:focus, .c_form input[type="text"]:focus, .c_form input[type="email"]:focus, .c_form input[type="password"]:focus, .c_form input[type="tel"]:focus, .c_form input[type="url"]:focus, .c_form input[type="date"]:focus, .c_form textarea:focus, .wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="password"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="url"]:focus, .wpcf7 input[type="date"]:focus, .wpcf7 textarea:focus { border-color: #3D3D3D; }
.aux-contact-form input[type="text"]:-moz-placeholder, #commentform input[type="text"]:-moz-placeholder, .aux-contact-form input[type="email"]:-moz-placeholder, #commentform input[type="email"]:-moz-placeholder, .aux-contact-form input[type="password"]:-moz-placeholder, #commentform input[type="password"]:-moz-placeholder, .aux-contact-form input[type="tel"]:-moz-placeholder, #commentform input[type="tel"]:-moz-placeholder, .aux-contact-form input[type="url"]:-moz-placeholder, #commentform input[type="url"]:-moz-placeholder, .aux-contact-form input[type="date"]:-moz-placeholder, #commentform input[type="date"]:-moz-placeholder, .aux-contact-form textarea:-moz-placeholder, #commentform textarea:-moz-placeholder, .c_form input[type="text"]:-moz-placeholder, .c_form input[type="email"]:-moz-placeholder, .c_form input[type="password"]:-moz-placeholder, .c_form input[type="tel"]:-moz-placeholder, .c_form input[type="url"]:-moz-placeholder, .c_form input[type="date"]:-moz-placeholder, .c_form textarea:-moz-placeholder, .wpcf7 input[type="text"]:-moz-placeholder, .wpcf7 input[type="email"]:-moz-placeholder, .wpcf7 input[type="password"]:-moz-placeholder, .wpcf7 input[type="tel"]:-moz-placeholder, .wpcf7 input[type="url"]:-moz-placeholder, .wpcf7 input[type="date"]:-moz-placeholder, .wpcf7 textarea:-moz-placeholder { font-style: italic; }
.aux-contact-form input[type="text"]::-moz-placeholder, #commentform input[type="text"]::-moz-placeholder, .aux-contact-form input[type="email"]::-moz-placeholder, #commentform input[type="email"]::-moz-placeholder, .aux-contact-form input[type="password"]::-moz-placeholder, #commentform input[type="password"]::-moz-placeholder, .aux-contact-form input[type="tel"]::-moz-placeholder, #commentform input[type="tel"]::-moz-placeholder, .aux-contact-form input[type="url"]::-moz-placeholder, #commentform input[type="url"]::-moz-placeholder, .aux-contact-form input[type="date"]::-moz-placeholder, #commentform input[type="date"]::-moz-placeholder, .aux-contact-form textarea::-moz-placeholder, #commentform textarea::-moz-placeholder, .c_form input[type="text"]::-moz-placeholder, .c_form input[type="email"]::-moz-placeholder, .c_form input[type="password"]::-moz-placeholder, .c_form input[type="tel"]::-moz-placeholder, .c_form input[type="url"]::-moz-placeholder, .c_form input[type="date"]::-moz-placeholder, .c_form textarea::-moz-placeholder, .wpcf7 input[type="text"]::-moz-placeholder, .wpcf7 input[type="email"]::-moz-placeholder, .wpcf7 input[type="password"]::-moz-placeholder, .wpcf7 input[type="tel"]::-moz-placeholder, .wpcf7 input[type="url"]::-moz-placeholder, .wpcf7 input[type="date"]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder { font-style: italic; }
.aux-contact-form input[type="text"]:-ms-input-placeholder, #commentform input[type="text"]:-ms-input-placeholder, .aux-contact-form input[type="email"]:-ms-input-placeholder, #commentform input[type="email"]:-ms-input-placeholder, .aux-contact-form input[type="password"]:-ms-input-placeholder, #commentform input[type="password"]:-ms-input-placeholder, .aux-contact-form input[type="tel"]:-ms-input-placeholder, #commentform input[type="tel"]:-ms-input-placeholder, .aux-contact-form input[type="url"]:-ms-input-placeholder, #commentform input[type="url"]:-ms-input-placeholder, .aux-contact-form input[type="date"]:-ms-input-placeholder, #commentform input[type="date"]:-ms-input-placeholder, .aux-contact-form textarea:-ms-input-placeholder, #commentform textarea:-ms-input-placeholder, .c_form input[type="text"]:-ms-input-placeholder, .c_form input[type="email"]:-ms-input-placeholder, .c_form input[type="password"]:-ms-input-placeholder, .c_form input[type="tel"]:-ms-input-placeholder, .c_form input[type="url"]:-ms-input-placeholder, .c_form input[type="date"]:-ms-input-placeholder, .c_form textarea:-ms-input-placeholder, .wpcf7 input[type="text"]:-ms-input-placeholder, .wpcf7 input[type="email"]:-ms-input-placeholder, .wpcf7 input[type="password"]:-ms-input-placeholder, .wpcf7 input[type="tel"]:-ms-input-placeholder, .wpcf7 input[type="url"]:-ms-input-placeholder, .wpcf7 input[type="date"]:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder { font-style: italic; }
.aux-contact-form input[type="text"]::-webkit-input-placeholder, #commentform input[type="text"]::-webkit-input-placeholder, .aux-contact-form input[type="email"]::-webkit-input-placeholder, #commentform input[type="email"]::-webkit-input-placeholder, .aux-contact-form input[type="password"]::-webkit-input-placeholder, #commentform input[type="password"]::-webkit-input-placeholder, .aux-contact-form input[type="tel"]::-webkit-input-placeholder, #commentform input[type="tel"]::-webkit-input-placeholder, .aux-contact-form input[type="url"]::-webkit-input-placeholder, #commentform input[type="url"]::-webkit-input-placeholder, .aux-contact-form input[type="date"]::-webkit-input-placeholder, #commentform input[type="date"]::-webkit-input-placeholder, .aux-contact-form textarea::-webkit-input-placeholder, #commentform textarea::-webkit-input-placeholder, .c_form input[type="text"]::-webkit-input-placeholder, .c_form input[type="email"]::-webkit-input-placeholder, .c_form input[type="password"]::-webkit-input-placeholder, .c_form input[type="tel"]::-webkit-input-placeholder, .c_form input[type="url"]::-webkit-input-placeholder, .c_form input[type="date"]::-webkit-input-placeholder, .c_form textarea::-webkit-input-placeholder, .wpcf7 input[type="text"]::-webkit-input-placeholder, .wpcf7 input[type="email"]::-webkit-input-placeholder, .wpcf7 input[type="password"]::-webkit-input-placeholder, .wpcf7 input[type="tel"]::-webkit-input-placeholder, .wpcf7 input[type="url"]::-webkit-input-placeholder, .wpcf7 input[type="date"]::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder { font-style: italic; }
.aux-contact-form textarea, #commentform textarea, .c_form textarea, .wpcf7 textarea { min-height: 240px; height: auto; max-width: 100%; }
.aux-contact-form input[type="submit"], #commentform input[type="submit"], .c_form input[type="submit"], .wpcf7 input[type="submit"] { padding: 1.25em 3.125em; font-weight: 700; }
.aux-dark .aux-contact-form input[type="text"], .aux-dark #commentform input[type="text"], .aux-dark .aux-contact-form input[type="email"], .aux-dark #commentform input[type="email"], .aux-dark .aux-contact-form input[type="password"], .aux-dark #commentform input[type="password"], .aux-dark .aux-contact-form input[type="tel"], .aux-dark #commentform input[type="tel"], .aux-dark .aux-contact-form input[type="url"], .aux-dark #commentform input[type="url"], .aux-dark .aux-contact-form input[type="date"], .aux-dark #commentform input[type="date"], .aux-dark .aux-contact-form textarea, .aux-dark #commentform textarea, .aux-dark .c_form input[type="text"], .aux-dark .c_form input[type="email"], .aux-dark .c_form input[type="password"], .aux-dark .c_form input[type="tel"], .aux-dark .c_form input[type="url"], .aux-dark .c_form input[type="date"], .aux-dark .c_form textarea, .aux-dark .wpcf7 input[type="text"], .aux-dark .wpcf7 input[type="email"], .aux-dark .wpcf7 input[type="password"], .aux-dark .wpcf7 input[type="tel"], .aux-dark .wpcf7 input[type="url"], .aux-dark .wpcf7 input[type="date"], .aux-dark .wpcf7 textarea { color: inherit; }
.aux-dark .aux-contact-form input[type="text"]:focus, .aux-dark #commentform input[type="text"]:focus, .aux-dark .aux-contact-form input[type="email"]:focus, .aux-dark #commentform input[type="email"]:focus, .aux-dark .aux-contact-form input[type="password"]:focus, .aux-dark #commentform input[type="password"]:focus, .aux-dark .aux-contact-form input[type="tel"]:focus, .aux-dark #commentform input[type="tel"]:focus, .aux-dark .aux-contact-form input[type="url"]:focus, .aux-dark #commentform input[type="url"]:focus, .aux-dark .aux-contact-form input[type="date"]:focus, .aux-dark #commentform input[type="date"]:focus, .aux-dark .aux-contact-form textarea:focus, .aux-dark #commentform textarea:focus, .aux-dark .c_form input[type="text"]:focus, .aux-dark .c_form input[type="email"]:focus, .aux-dark .c_form input[type="password"]:focus, .aux-dark .c_form input[type="tel"]:focus, .aux-dark .c_form input[type="url"]:focus, .aux-dark .c_form input[type="date"]:focus, .aux-dark .c_form textarea:focus, .aux-dark .wpcf7 input[type="text"]:focus, .aux-dark .wpcf7 input[type="email"]:focus, .aux-dark .wpcf7 input[type="password"]:focus, .aux-dark .wpcf7 input[type="tel"]:focus, .aux-dark .wpcf7 input[type="url"]:focus, .aux-dark .wpcf7 input[type="date"]:focus, .aux-dark .wpcf7 textarea:focus { border-color: white; }
.aux-dark .aux-contact-form input[type="submit"], .aux-dark #commentform input[type="submit"], .aux-dark .c_form input[type="submit"], .aux-dark .wpcf7 input[type="submit"] { background-color: #BBB; color: #3D3D3D; }
.aux-dark .aux-contact-form input[type="submit"]:hover, .aux-dark #commentform input[type="submit"]:hover, .aux-dark .c_form input[type="submit"]:hover, .aux-dark .wpcf7 input[type="submit"]:hover { background-color: white; }

aside .aux-contact-form input[type="text"], aside #commentform input[type="text"], aside .aux-contact-form input[type="email"], aside #commentform input[type="email"], aside .aux-contact-form input[type="password"], aside #commentform input[type="password"], aside .aux-contact-form input[type="tel"], aside #commentform input[type="tel"], aside .aux-contact-form input[type="url"], aside #commentform input[type="url"], aside .aux-contact-form input[type="date"], aside #commentform input[type="date"], aside .aux-contact-form textarea, aside #commentform textarea, aside .c_form input[type="text"], aside .c_form input[type="email"], aside .c_form input[type="password"], aside .c_form input[type="tel"], aside .c_form input[type="url"], aside .c_form input[type="date"], aside .c_form textarea, aside .wpcf7 input[type="text"], aside .wpcf7 input[type="email"], aside .wpcf7 input[type="password"], aside .wpcf7 input[type="tel"], aside .wpcf7 input[type="url"], aside .wpcf7 input[type="date"], aside .wpcf7 textarea { margin-bottom: 0.625em; }
aside .aux-contact-form textarea, aside #commentform textarea, aside .c_form textarea, aside .wpcf7 textarea { min-height: 140px; }
aside .aux-contact-form input[type="submit"], aside #commentform input[type="submit"], aside .c_form input[type="submit"], aside .wpcf7 input[type="submit"] { width: 100%; }

/** Auxin contact box element styles */
.aux-widget-contact-box ul { margin: 0; }
.aux-widget-contact-box .aux-map-wrapper { border: solid 1px #BBB; }
.aux-widget-contact-box .aux-map-wrapper + script + ul { margin-top: 1em; }
.aux-widget-contact-box ul + .widget-socials { margin-top: 0.7em; }
.aux-widget-contact-box ul li { margin-bottom: 0.2em; }
.aux-widget-contact-box ul li:after { content: ""; display: table; clear: both; }
.aux-widget-contact-box li > i { font-size: 1.5em; vertical-align: sub; line-height: 100%; float: left; }
.aux-widget-contact-box li > .info-text { margin-left: 2em; display: block; }
.aux-widget-contact-box .aux-contact-details + .aux-map-wrapper, .aux-widget-contact-box .aux-map-wrapper + .aux-contact-details { margin-top: 2.3125em; }

aside .aux-widget-contact-box .aux-contact-details + .aux-map-wrapper, aside .aux-widget-contact-box .aux-map-wrapper + .aux-contact-details { margin-top: 1.25em; }

/** Auxin about widget styles */
.aux-widget-about dl, .aux-widget-about dd, .aux-widget-about dt { margin: 0; }
.aux-widget-about .aux-about-image { margin-bottom: 1.875em; }
.aux-widget-about .aux-style-circle img { border-radius: 50%; }
.aux-widget-about .aux-text-center { text-align: center; }
.aux-widget-about .aux-text-center .aux-social-list li { float: none; display: inline-block; }
.aux-widget-about .aux-about-name, .aux-widget-about .aux-about-skills { font-weight: 600; font-size: 1rem; line-height: 100%; margin-bottom: 0.5em; }
.aux-widget-about .aux-about-skills { font-size: 0.875em; color: #BBB; margin-bottom: 0.8em; }
.aux-widget-about .aux-social-list { margin-top: 0.8em; }

/** Auxin toggle widget styles */
.widget-toggle .widget-inner { overflow: visible; }
.widget-toggle .toggle-header { position: relative; padding: 1.4em; margin: 0; margin-bottom: -1px; border: solid 1px #BBB; font-weight: 500; font-size: inherit; line-height: 100%; }
.widget-toggle .toggle-header::after { content: ''; position: absolute; right: 1.4em; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 16px; height: 8px; background-position: 0px -522px; position: absolute; top: 50%; transform: translateY(-50%); transition: transform 300ms; }
.widget-toggle .active > .toggle-header::after { transform: translateY(-50%) scaleY(-1); }
.widget-toggle .toggle-content { padding: 1.4em; border: solid 1px #BBB; border-width: 0 1px; display: none; }
.widget-toggle .acc-content-wrap { height: 0; overflow: hidden; transition: height 500ms; }
.widget-toggle .acc-content-wrap .toggle-content { display: block; }
.widget-toggle section:last-child .toggle-content { border-bottom-width: 1px; }

/** tweets widget styles */
.tp_recent_tweets { float: none; }
.tp_recent_tweets > ul { margin: 0; }
.tp_recent_tweets > ul:after { content: ""; display: table; clear: both; }
.tp_recent_tweets > ul > li { background-image: none; position: relative; padding: 0; margin-bottom: 1.5625em; padding-left: 2.5em; }
.tp_recent_tweets > ul > li:last-child { margin-bottom: 0; }
.tp_recent_tweets > ul > li::before { content: "\e1bf"; position: absolute; top: 2px; left: 0px; color: #BBB; font-family: "auxin-front"; font-size: 1.6em; line-height: 1; speak: none; -webkit-font-smoothing: antialiased; speak: none; }
.tp_recent_tweets > ul > li a { color: #1bb0ce; font-weight: normal; text-decoration: none; }
.tp_recent_tweets .twitter_time { font-style: italic; font-size: 1em; color: #BBB; }

/** facebook widget styles */
.cff-wrapper #cff .cff-item { padding-top: 45px; padding-bottom: 45px; }
.cff-wrapper #cff .cff-item:first-child { padding-top: 0; }

/** WP and Auxin Search widgets styles */
.widget_aux_search form, .widget_aux_search form .aux-search-field { width: 100%; max-width: none; margin: 0; }
.widget_aux_search form { margin-bottom: -0.4em; }
.widget_aux_search .aux-submit-icon-container { right: 0; }
.aux-dark .widget_aux_search .aux-submit-icon-container:hover { color: white; }
.aux-dark .widget_aux_search .aux-search-field { background-color: transparent !important; color: inherit; }
.aux-dark .widget_aux_search .aux-search-field:focus { border-color: white; }

.subfooter .widget_aux_search .aux-search-field { background-color: #FDFDFD; }

.widget_search form { margin: 0; }
.widget_search .field { width: 100%; }
.widget_search .submit { display: none; }
.aux-dark .widget_search .field { background-color: transparent !important; color: inherit; }
.aux-dark .widget_search .field:focus { border-color: white; }

.subfooter .widget_search .field { background-color: #FDFDFD; }

/** WP recent comments widget styles */
.widget-map img { max-width: none; }

.axi_map_wrapper { width: 100%; }

/** Auxin image shortcode style */
.aux-widget-image .aux-media-hint-frame { display: inline-block; }
.aux-widget-image .aux-media-hint-frame .aux-image-has-secondary img:last-child { position: absolute; top: 0; left: 0; opacity: 0; z-index: 2; transition: opacity 1s; }
.aux-widget-image .aux-media-hint-frame:hover .aux-image-has-secondary img:last-child { opacity: 1; }
.aux-widget-image .aux-media-image { transition: all 300ms ease-out; }
.aux-widget-image .aux-media-image img { display: inline-block; }
.aux-widget-image.aux-alignnone { text-align: center; }
.aux-widget-image.aux-alignleft { float: left; }
.aux-widget-image.aux-alignright { float: right; }

aside .aux-widget-image.aux-alignleft, aside .aux-widget-image.aux-alignright, aside .aux-widget-image.aux-alignnone { float: none; }

/** Auxin image shortcode style */
.aux-widget-before-after img { width: 100%; }
.aux-widget-before-after.aux-alignnone { text-align: center; }
.aux-widget-before-after.aux-alignleft { float: left; }
.aux-widget-before-after.aux-alignright { float: right; }

aside .aux-widget-before-after.aux-alignleft, aside .aux-widget-before-after.aux-alignright, aside .aux-widget-before-after.aux-alignnone { float: none; }

/** Auxin gallery shortcode style */
.pswp__img.pswp__img--placeholder { opacity: 0; }

.aux-lightbox-btn { direction: ltr; }

.aux-gallery figure { float: left; position: relative; margin: 0; margin-top: 0 !important; margin-bottom: 10px; }
.aux-gallery figure img { width: 100%; }
.aux-gallery figure .aux-lightbox-btn { display: block; }
.aux-gallery .aux-tiles-layout figure, .aux-gallery .aux-widget-recent-posts-tiles figure { height: 0; overflow: hidden; position: relative; }
.aux-gallery .aux-frame-ratio { position: relative; }
.object-fit .aux-gallery .aux-frame-ratio img { object-fit: cover; height: 100%; }
.aux-gallery ul.pagination { list-style: none; }

.gallery-caption { position: relative; }

.elementor-editor-active .aux-gallery .aux-gallery-container { height: auto !important; }

.pswp__item .pswp__video { position: absolute; top: 50%; left: 50%; width: 100%; height: 60%; transform: translateY(-50%) translateX(-50%); }

/** Video widget styles */
.widget-video > div { width: 100% !important; }
.widget-video .mejs-container { width: 100% !important; }

aside .aux-widget-video .mejs-container .mejs-controls .mejs-time { display: none; }
aside .aux-widget-video .mejs-overlay-button { display: none; }

/** quote element style. */
aside .aux-widget-quote { font-size: 0.67em; }

/** code element style. */
.aux-widget-code { padding: 0 !important; margin-bottom: 0; }
.aux-widget-code code { text-shadow: none; border-radius: 0; font-size: 1em; overflow: auto; max-height: 800px; line-height: 1.3; }
.aux-widget-code .hljs { padding: 1em; }

/** Auxin latest post slider styles */
.aux-widget-post-slider { position: relative; margin-bottom: 30px; }
.aux-top-post-slider .aux-widget-post-slider { margin-bottom: 0; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-title + .aux-slide-info { margin-top: 0.625em; margin-bottom: 0; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-title h3 { margin: 0; font-size: 1.75em; font-weight: 600; line-height: 150%; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info { font-size: 0.875em; color: #1bb0ce; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a::before { background-color: #1bb0ce !important; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info a:hover { text-decoration: underline; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { position: absolute; top: 50%; left: 50%; margin: 0 auto; padding: 2.8125em 2.5em; text-align: center; background: rgba(255, 255, 255, 0.9); transform: translateY(-50%) translateX(-50%); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-dark-skin .aux-info-container { background-color: rgba(51, 51, 51, 0.9); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-dark-skin .aux-slide-title { color: white; }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-light-skin .aux-slide-media::after, .aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-slide-media::after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.7); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-light-skin .aux-info-container, .aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-info-container { background-color: transparent; padding-left: 0; padding-right: 0; }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-slide-media::after { background-color: rgba(51, 51, 51, 0.6); }
.aux-widget-post-slider .aux-latest-posts-slider.aux-full-dark-skin .aux-slide-title { color: white; }
@media screen and (max-width: 767px) { .aux-resp .aux-widget-post-slider .aux-latest-posts-slider { font-size: 0.72em; }
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { padding: 1.875em 2.5em; } }
@media screen and (max-width: 479px) { .aux-resp .aux-widget-post-slider .aux-latest-posts-slider { font-size: 0.55em; }
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { padding: 1.875em; }
  .aux-resp .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info { display: none; } }
@media screen and (max-width: 767px) { .aux-resp .aux-widget-post-slider .aux-mc-arrows { display: none; } }

.aux-archive-post-slider .aux-widget-post-slider { margin-bottom: 4.0625em; }

aside .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-title h3 { font-size: 0.875em; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 150%; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container { padding: 0.5em; left: 5%; right: 5%; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container .entry-tax { display: none; }
aside .aux-widget-post-slider .aux-latest-posts-slider .aux-info-container .aux-slide-info { margin-top: 0; color: #888; }
aside.aux-dark .aux-slide-title h3 { color: #3D3D3D; }

.aux-widget-related-posts { padding-bottom: 3.125em; }
.aux-widget-related-posts .hentry .entry-title { font-size: 1.25em; line-height: normal; }
.aux-widget-related-posts .entry-tax { font-style: italic; }
.aux-widget-related-posts .widget-title { margin-bottom: 2.1875em; }
.aux-widget-related-posts.aux-center-content .widget-title, .aux-widget-related-posts.aux-center-content .column-entry { text-align: center; }
.aux-widget-related-posts.aux-center-content .entry-main { padding-left: 1em; padding-right: 1em; }

/** FAQ Element */
.aux-widget-faq .aux-filters { position: relative; z-index: 9; }
.aux-widget-faq .aux-filters:after { content: ""; display: table; clear: both; }
.aux-widget-faq .aux-filters.aux-right:not(.aux-dropdown-filter) { display: block; width: 100%; }
.aux-widget-faq .aux-filters.aux-right:not(.aux-dropdown-filter) > ul { display: inline-block; float: right; }
.aux-widget-faq .aux-filters.aux-center:not(.aux-dropdown-filter) { position: relative; left: 50%; display: inline-block; transform: translateX(-50%); }
.aux-widget-faq .aux-filters.aux-center:not(.aux-dropdown-filter) ul { margin-left: auto; }
.aux-widget-faq .widget-title + .aux-filters.aux-right { position: absolute; top: 0; right: 0; }
@media screen and (max-width: 767px) { .aux-resp .aux-widget-faq .widget-title + .aux-filters.aux-right { position: relative; float: none; } }
.aux-widget-faq .aux-isotope-faq { padding-top: 2.5em; }
.aux-widget-faq .aux-isotope-faq:before { content: ''; position: absolute; top: 0; width: 100%; height: 1px; background-color: #e0e0e0; }
.aux-widget-faq .toggle-header { position: relative; padding: 1.2em 1.3em; border: none; font-size: 1.375em; line-height: normal; }
.aux-widget-faq .toggle-header:after { display: none; }
.aux-widget-faq .toggle-content { padding: 0px 1.875em 1.5625em 1.875em; border: none; }
.aux-widget-faq .aux-accordion-simple .aux-faq-item { border: 1px solid #BBB; border-bottom: none; }
.aux-widget-faq .aux-accordion-simple .aux-faq-item:last-of-type { border-bottom: 1px solid #BBB; }
.aux-widget-faq .aux-accordion-simple .aux-faq-item.active .aux-accordion-indicator:after { transform: translateY(-50%) scaleY(-1); }
.aux-widget-faq .aux-accordion-simple .aux-accordion-indicator:after { content: ''; position: absolute; right: 1.3em; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 16px; height: 8px; background-position: 0px -522px; position: absolute; top: 50%; transform: translateY(-50%); transition: transform 300ms; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-faq-item { border-bottom: 1px solid #e0e0e0; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-faq-item:last-of-type { border-bottom: none; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-faq-item.active .aux-accordion-indicator:after { transform: rotate(0); }
.aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator { position: absolute; left: 0; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); }
.aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator:before, .aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator:after { content: ''; position: absolute; left: 0; top: 8px; width: 100%; height: 1px; background-color: #3D3D3D; transition: transform 300ms; }
.aux-widget-faq .aux-accordion-plus-indicator .aux-accordion-indicator:after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-plus-indicator .toggle-header { padding-left: 1.7em; }
.aux-widget-faq .aux-accordion-plus-indicator .toggle-content { padding-left: 2.5em; }
.aux-widget-faq .aux-accordion-border-indicator .aux-faq-item { border-bottom: 1px solid #e0e0e0; }
.aux-widget-faq .aux-accordion-border-indicator .aux-faq-item:last-of-type { border-bottom: none; }
.aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator { position: absolute; left: 0; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); }
.aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator:before, .aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator:after { content: ''; position: absolute; left: 0; top: 8px; width: 100%; height: 1px; background-color: #3D3D3D; transition: transform 300ms; }
.aux-widget-faq .aux-accordion-border-indicator .aux-accordion-indicator:after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-border-indicator .toggle-header { padding-left: 1.7em; }
.aux-widget-faq .aux-accordion-border-indicator .toggle-content { padding-left: 2.5em; }
.aux-widget-faq .aux-accordion-clean-border .aux-faq-item { border-bottom: 1px solid #e0e0e0; }
.aux-widget-faq .aux-accordion-clean-border .aux-faq-item:last-of-type { border-bottom: none; }
.aux-widget-faq .aux-accordion-clean-border .aux-faq-item.active .aux-accordion-indicator:after { transform: rotate(0); }
.aux-widget-faq .aux-accordion-clean-border .toggle-header { padding-left: 1.7em; }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator { position: absolute; left: 0; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); width: 23px; height: 23px; border: 1px solid #3D3D3D; }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator:before, .aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator:after { content: ''; position: absolute; left: 0; top: 8px; width: 100%; height: 1px; background-color: #3D3D3D; transition: transform 300ms; }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator:after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator:before, .aux-widget-faq .aux-accordion-clean-border .aux-accordion-indicator:after { left: 5px; top: 10px; width: 50%; }
.aux-widget-faq .aux-accordion-clean-border .toggle-content { position: relative; padding-left: 2.5em; }
.aux-widget-faq .aux-accordion-clean-border .toggle-content:after { content: ''; position: absolute; left: 8px; top: 5px; display: inline-block; width: 1px; height: calc(100% - 35px); background-color: #e0e0e0; }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator { position: absolute; left: 0; top: 50%; width: 17px; height: 17px; transform: translateY(-50%); width: 23px; height: 23px; border: 1px solid #3D3D3D; }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator:before, .aux-widget-faq .aux-accordion-clean .aux-accordion-indicator:after { content: ''; position: absolute; left: 0; top: 8px; width: 100%; height: 1px; background-color: #3D3D3D; transition: transform 300ms; }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator:after { transform: rotate(90deg); }
.aux-widget-faq .aux-accordion-clean .aux-accordion-indicator:before, .aux-widget-faq .aux-accordion-clean .aux-accordion-indicator:after { left: 5px; top: 10px; width: 50%; }
.aux-widget-faq .aux-accordion-clean .toggle-header { padding: 0.5em 1.3em 0.5em 1.7em; }
.aux-widget-faq .aux-accordion-clean .toggle-content { position: relative; padding: 0.625em 1.875em 0.625em 2.5em; }
.aux-widget-faq .aux-accordion-clean .toggle-content:after { content: ''; position: absolute; top: 15px; left: 8px; display: inline-block; width: 1px; height: calc(100% - 35px); background-color: #BBB; }

/** MailChimp Element Style */
.mc4wp-form input:not([type="submit"]), .mc4wp-form textarea, .mc4wp-form select { padding: 0.8em 1.1em; }
.mc4wp-form input:not([type="submit"]):-moz-placeholder, .mc4wp-form textarea:-moz-placeholder, .mc4wp-form select:-moz-placeholder { font-style: italic; }
.mc4wp-form input:not([type="submit"])::-moz-placeholder, .mc4wp-form textarea::-moz-placeholder, .mc4wp-form select::-moz-placeholder { font-style: italic; }
.mc4wp-form input:not([type="submit"]):-ms-input-placeholder, .mc4wp-form textarea:-ms-input-placeholder, .mc4wp-form select:-ms-input-placeholder { font-style: italic; }
.mc4wp-form input:not([type="submit"])::-webkit-input-placeholder, .mc4wp-form textarea::-webkit-input-placeholder, .mc4wp-form select::-webkit-input-placeholder { font-style: italic; }
.mc4wp-form input[type="submit"] { padding: 16px 32px; display: block; width: 100%; max-width: 400px; }
.mc4wp-form input:not([type="submit"]) { max-width: none; }
.mc4wp-form input[required] { box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.075); }

.mc4wp-form-fields p { margin-bottom: 0; }

/** Star Rating */
.aux-rating-box.aux-star-rating { display: inline-block; position: relative; line-height: 1; font-size: 19px; }
.aux-rating-box.aux-star-rating:before { content: "\2606\2606\2606\2606\2606"; color: #3D3D3D; }
.aux-rating-box.aux-star-rating .aux-star-rating-avg { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; }
.aux-rating-box.aux-star-rating .aux-star-rating-avg:before { content: "\2605\2605\2605\2605\2605"; color: #3D3D3D; }

/** Recent Products Widgets for Free & Pro */
.aux-widget-recent-products .widget-title { margin-bottom: 10px; font-size: 2.375em; line-height: 57px; font-weight: 500; text-align: center; }
.aux-widget-recent-products .widget-subtitle { margin-bottom: 50px; font-size: 1.125em; line-height: 27px; color: #BBB; text-align: center; font-weight: 500; }
.aux-widget-recent-products .aux-recent-product-item { position: relative; }
.aux-widget-recent-products .aux-recent-product-item .woocommerce-product-rating { margin-bottom: 5px; }
.aux-widget-recent-products .aux-recent-product-item .aux-rating-box.aux-star-rating:before { color: #FCCC00; }
.aux-widget-recent-products .aux-recent-product-item .aux-rating-box.aux-star-rating span:before { color: #FCCC00; }
.aux-widget-recent-products .aux-recent-product-item .onsale { position: absolute; right: 35px; top: 20px; width: 60px; height: 60px; background: #E74C3C; border-radius: 50%; font-size: 0.6875em; font-weight: 600; line-height: 60px; text-align: center; text-transform: uppercase; color: #FFFFFF; z-index: 1; }
.aux-widget-recent-products .aux-recent-product-item .woocommerce-loop-product__title, .aux-widget-recent-products .aux-recent-product-item .auxshp-loop-title { margin-top: 30px; font-size: 1.125em; font-weight: 500; line-height: 1.6875em; }
.aux-widget-recent-products .aux-recent-product-item .price { display: block; margin-bottom: 15px; font-size: 1.125em; font-weight: 500; line-height: 1.6875em; }
.aux-widget-recent-products .aux-recent-product-item .price ins { float: left; padding: 0; background-color: transparent; }
.aux-widget-recent-products .aux-recent-product-item .price del { margin-left: 5px; font-size: 14px; line-height: 1.3125em; color: #AAA; }
.aux-widget-recent-products .aux-recent-product-item .button, .aux-widget-recent-products .aux-recent-product-item .added_to_cart { display: inline; background-color: #EAEAEA; border-radius: 20px; padding: 12px 25px; font-size: 0.6875em; font-weight: 600; line-height: 17px; text-transform: uppercase; }

/** Icon list element */
.aux-widget-icon-list .aux-icon-list-items { padding-left: 0; padding-right: 0; margin-bottom: 0; }

.aux-icon-list-items { padding-left: 0; }
.aux-icon-list-items.aux-direction-vertical { display: flex; flex-flow: column wrap; }
.aux-icon-list-items.aux-direction-horizontal { display: flex; flex-flow: row wrap; }

.aux-icon-list-item .aux-list-connector { flex-grow: 1; border-bottom: 1px dotted #bbb; line-height: 0; height: 0; margin-left: 10px; }

.aux-icon-list-description { display: block; width: 100%; }

.aux-icon-list-divider .aux-icon-list-item { position: relative; }
.aux-icon-list-divider.aux-direction-horizontal .aux-icon-list-item { margin-right: 20px; }
.aux-icon-list-divider.aux-direction-horizontal .aux-icon-list-item:after { border-right: 1px solid #ddd; right: -10px; top: 0; height: 100%; content: ""; display: block; position: absolute; z-index: 1; }
.aux-icon-list-divider.aux-direction-default .aux-icon-list-item:not(:last-child):after, .aux-icon-list-divider.aux-direction-vertical .aux-icon-list-item:not(:last-child):after { border-bottom: 1px solid #ddd; left: 0; bottom: 0; width: 100%; content: ""; display: block; position: absolute; z-index: 1; }

.aux-icon-list-item, .aux-icon-list-link { display: flex; }

.aux-icon-list-icon { margin-right: 5px; }

.aux-icon-list-text { margin: 0; }

.aux-icon-list-text2 { margin-left: 10px; }

.aux-widget-modern-heading .aux-widget-inner { max-width: 100%; }

.aux-modern-heading-primary { transition: all 250ms ease-out; }

.aux-modern-heading-secondary { transition: all 250ms ease-out; color: #636363; }
.aux-modern-heading-secondary .aux-head-before + .aux-head-highlight { margin-left: 5px; }
.aux-modern-heading-secondary .aux-head-highlight { transition: all 250ms ease-out; color: #333; }
.aux-modern-heading-secondary .aux-head-highlight + .aux-head-after { margin-left: 5px; }

.aux-modern-heading-divider { transition: all 250ms ease-out; height: 1px; background-color: #BBB; width: 50px; }
.aux-modern-heading-divider + .aux-modern-heading-description { margin-top: 15px; }

/**
* Auxin Countdown
*/
.aux-widget-countdown .aux-countdown-wrapper { position: relative; }
.aux-widget-countdown .aux-countdown-wrapper .aux-countdown-value { font-size: 4.5em; font-weight: bold; }
.aux-widget-countdown .aux-countdown-wrapper .aux-countdown-title { font-size: 0.875em; font-weight: 500; color: #888; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table { display: flex; flex-wrap: wrap; align-items: center; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline .aux-countdown-item, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table .aux-countdown-item { flex: 0 0 auto; padding: 0.9375em 1.875em; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline .aux-countdown-seperator, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table .aux-countdown-seperator { padding: 0.9375em; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-inline-table .aux-countdown-item { flex: 1 0 auto; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table { display: flex; flex-wrap: wrap; align-items: center; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block .aux-countdown-item, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-item { text-align: center; padding: 1.875em; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block .aux-countdown-title, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block .aux-countdown-value, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-title, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-value { display: block; }
.aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-item, .aux-widget-countdown .aux-countdown-wrapper.aux-countdown-block-table .aux-countdown-seperator { flex-basis: 0; flex-grow: 1; text-align: center; }

/** Styles for custom (flesible) label element */
.aux-flex-label-wrap { margin: 0; }

/** quote element style. */
.aux-widget-progressbar .aux-progressbar-title { display: inline-block; }
.aux-widget-progressbar .aux-progressbar-icon { vertical-align: middle; }
.aux-widget-progressbar .aux-progressbar-svg { position: relative; }
.aux-widget-progressbar .aux-progressbar-value { position: absolute; top: 0; transform: translateX(-50%) translateY(-100%); }
.aux-widget-progressbar .aux-outer-background { box-sizing: content-box; background-color: #00000060; }
.aux-widget-progressbar .aux-inner-background { position: relative; background-color: #000; }

.aux-simple-shape-container .aux-widget-container-inner { display: inline-block; }
.aux-simple-shape-container .aux-the-shape { background-color: #eee; max-width: inherit; }

.aux-shpe-type-circle .aux-the-shape { border-radius: 50%; }

.aux-simple-svg-container .aux-widget-container-inner { display: inline-block; }
.aux-simple-svg-container .aux-the-svg { max-width: inherit; }

/** Auxin Logo widget styles */
.aux-widget-logo { display: inline-block; }

/** code element style. */
.aux-widget-accordion .aux-toggle-item { transition: all 400ms ease-out; }
.aux-widget-accordion .aux-toggle-header, .aux-widget-accordion .aux-toggle-content { outline: none; }

/** carousel navigation element style. */
.aux-carousel-navigation { display: flex; }
.aux-carousel-navigation .aux-prev, .aux-carousel-navigation .aux-next { cursor: pointer; }
.aux-carousel-navigation .aux-custom-nav { display: inline-flex; justify-content: center; align-items: center; transition: all 150ms ease-out; }
.aux-carousel-navigation .aux-custom-nav > img { width: 25px; }
.aux-carousel-navigation .aux-custom-nav > span { line-height: 100%; }

/** Modern Search Widget */
.aux-modern-search .aux-search-submit { display: flex; align-items: center; background: transparent; margin: 0; padding: 10px; overflow: visible; }
.aux-modern-search .aux-search-popup { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.98); z-index: 110000; overflow: hidden; transition: all 400ms ease-out; transform: translate3d(0, 0, 1px); }
.aux-modern-search .aux-search-popup > * { z-index: 4; }
.aux-modern-search .aux-search-popup .aux-panel-close { position: absolute; right: 0; width: 30px; height: 30px; border: solid 1px #707070; border-radius: 50%; margin: 15px; padding: 6px; cursor: pointer; z-index: 200; transition: border-color 0.3s ease; }
.aux-modern-search .aux-search-popup .aux-panel-close .aux-cross-symbol { width: 100%; height: 100%; top: 8px; position: relative; }
.aux-modern-search .aux-search-popup .aux-panel-close:hover { border-color: #000; }
@media screen and (max-width: 1024px) { .aux-modern-search .aux-search-popup .aux-panel-close { right: unset; left: calc(50% - 30px); } }
.aux-modern-search .aux-search-popup .aux-search-popup-content { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; }
@media screen and (max-width: 1023px) { .aux-modern-search .aux-search-popup .aux-search-popup-content { padding: 0 35px; } }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-form, .aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-ajax-container { width: 100%; max-width: 1024px; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form { display: flex; margin: 0 auto; align-items: center; justify-content: center; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field { padding: 10px 0px; max-width: none; width: 100%; height: 100%; text-align: left; font-weight: 600; font-size: 28px; border: none; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field:-moz-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field::-moz-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field:-ms-input-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-modern-search .aux-search-popup .aux-search-popup-content form .aux-search-field::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color: #AEAEAE; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-input-form { display: flex; align-items: center; border-bottom: 2px solid #707070; width: 100%; z-index: 2; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-submit-icon-container:before { color: #707070 !important; transition: color 0.3s ease; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-submit-icon-container:hover:before { color: #000 !important; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-search-submit { overflow: inherit; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-submit-icon-container { position: relative; color: #3D3D3D; right: unset; font-size: 22px; }
.aux-modern-search .aux-search-popup .aux-search-popup-content .aux-fill-search-submit { margin: 0 5px 5px 15px; border-radius: 5px; padding: 15px 35px; margin-bottom: 5px; overflow: visible; }
@media screen and (max-width: 479px) { .aux-modern-search .aux-search-popup .aux-search-popup-content { width: 80%; margin-left: auto; margin-right: auto; } }
.aux-modern-search .select2-container { width: 100% !important; min-width: 192px; }
.aux-modern-search .select2-container .select2-selection--single { display: flex; align-items: center; border: none; background-color: transparent; outline: 0; height: auto; }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__arrow { display: flex; align-items: center; justify-content: center; transition: transform 150ms ease-out; top: 50%; transform: translateY(-50%); }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__arrow:before { content: ''; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/symbols.svg); background-repeat: no-repeat; display: block; width: 10px; height: 6px; background-position: 0px -687px; }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__arrow b { display: none; }
.aux-modern-search .select2-container .select2-selection--single .select2-selection__rendered { padding: 12px 50px 12px 24px; color: #3D3D3D !important; font-size: 19px; font-weight: 300; line-height: 23px; }
.aux-modern-search .select2-container .select2-selection--single[aria-expanded=true] { background-color: #F3F3F3; }
.aux-modern-search .select2-container .select2-selection--single[aria-expanded=true] .select2-selection__arrow:before { transform: rotate(180deg); }
.aux-modern-search .aux-search-form-legend { text-align: center; font-size: 11px; text-transform: uppercase; margin-bottom: 50px; }
.aux-search-cats-dropdown { background-color: #F3F3F3; border: none; }
.aux-search-cats-dropdown .select2-results__option { border: none; color: #3D3D3D !important; font-size: 19px; font-weight: 300; line-height: 23px; margin: 8px; padding: 12px 16px; }
.aux-search-cats-dropdown .select2-results__option[aria-selected=true], .aux-search-cats-dropdown .select2-results__option.select2-results__option--highlighted { background-color: #DEDEDE !important; font-weight: 400; }
.aux-modern-search .aux-search-ajax-container { position: relative; width: 100%; }
.aux-modern-search .aux-search-ajax-container .aux-loading-spinner { position: absolute; top: 0; width: 100%; height: 100%; z-index: 2; background-color: #FFF; transition: all 1.2s; }
.aux-modern-search .aux-search-ajax-container .aux-loading-spinner.aux-spinner-hide { opacity: 0; visibility: hidden; }
.aux-modern-search .aux-search-ajax-container .aux-loading-spinner .aux-loading-loop { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output { display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: space-between; padding: 35px 0; max-height: 70vh; overflow: auto; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result { display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: space-between; width: 100%; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result:first-of-type .aux-other-search-result-label { margin-top: 0; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item { width: 32%; margin-top: 20px; padding: 5px; border-radius: 5px; transition: background-color 300ms ease-out; }
@media screen and (max-width: 1023px) { .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item, .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item { width: 49%; } }
@media screen and (max-width: 767px) { .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item, .aux-resp .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item { width: 100%; } }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item:hover, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item:hover { background-color: #F9F9F9; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container { display: flex; color: inherit; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container > img, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container > img { border-radius: 6px; margin-right: 12px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container > img:not([width]), .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container > img:not([width]) { width: 100px; height: 100px; background: red; position: relative; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-container > img:not([width]):after, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-container > img:not([width]):after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #E1E1E1; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-desc, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-desc { display: flex; flex-flow: column wrap; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-title, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-title { color: #333; font-weight: 500; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-item-details, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-item-details { color: #AAA; font-size: 14px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output > .aux-search-item .aux-price, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result > .aux-search-item .aux-price { margin-top: 13px; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result { width: 100%; font-size: 31px; line-height: 44px; color: #888; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result .aux-search-phrase, .aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result .aux-post-type { color: #3D3D3D; text-transform: capitalize; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-empty-result .aux-search-phrase { font-weight: 600; }
.aux-modern-search .aux-search-ajax-container .aux-search-ajax-output .aux-other-search-result-label { width: 100%; margin-top: 58px; margin-bottom: 20px; font-size: 31px; line-height: 44px; color: #888; }

/** Auxin Modern Button widget styles */
.aux-modern-button-wrapper.aux-modern-button-align-left { text-align: left; }
.aux-modern-button-wrapper.aux-modern-button-align-left .aux-modern-button { width: auto; }
.aux-modern-button-wrapper.aux-modern-button-align-right { text-align: right; }
.aux-modern-button-wrapper.aux-modern-button-align-right .aux-modern-button { width: auto; }
.aux-modern-button-wrapper.aux-modern-button-align-center { text-align: center; }
.aux-modern-button-wrapper.aux-modern-button-align-center .aux-modern-button { width: auto; }
.aux-modern-button-wrapper.aux-modern-button-align-justify { text-align: center; }
.aux-modern-button-wrapper.aux-modern-button-align-justify .aux-modern-button { width: 100%; }

.aux-modern-button { display: inline-flex; align-items: center; justify-content: center; flex-flow: row wrap; white-space: nowrap; user-select: none; font-size: 1rem; line-height: 1.5; position: relative; transition: all 150ms ease-in-out; cursor: pointer; }
.aux-modern-button .aux-text { position: relative; transition: inherit; }
.aux-modern-button .aux-overlay { width: 100%; }
.aux-modern-button .aux-overlay:after, .aux-modern-button .aux-overlay:before { transition: all 150ms ease-out; }
.aux-modern-button .aux-icon { position: relative; text-align: center; overflow: hidden; line-height: 0; }
.aux-modern-button .aux-icon:after, .aux-modern-button .aux-icon:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; transition: all 150ms ease-out; }
.aux-modern-button .aux-icon:after { opacity: 0; }
.aux-modern-button .aux-icon i { position: relative; vertical-align: middle; z-index: 1; }
.aux-modern-button.aux-black { color: #FFFFFF; }
.aux-modern-button.aux-black .aux-overlay:after, .aux-modern-button.aux-black .aux-overlay:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.aux-modern-button.aux-black .aux-overlay:before { background-color: #3D3D3D; }
.aux-modern-button.aux-black .aux-overlay:after { opacity: 0; background-color: #292929; }
.aux-modern-button.aux-black:hover .aux-overlay:after { opacity: 1; }
.aux-modern-button.aux-black:hover .aux-icon:after { opacity: 1; }
.aux-modern-button.aux-white { color: #3D3D3D; }
.aux-modern-button.aux-white .aux-overlay:after, .aux-modern-button.aux-white .aux-overlay:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.aux-modern-button.aux-white .aux-overlay:before { background-color: #FFFFFF; }
.aux-modern-button.aux-white .aux-overlay:after { opacity: 0; background-color: #ebebeb; }
.aux-modern-button.aux-white:hover .aux-overlay:after { opacity: 1; }
.aux-modern-button.aux-white:hover .aux-icon:after { opacity: 1; }
.aux-modern-button.aux-info { color: #FFFFFF; }
.aux-modern-button.aux-info .aux-overlay:after, .aux-modern-button.aux-info .aux-overlay:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.aux-modern-button.aux-info .aux-overlay:before { background-color: #5bc0de; }
.aux-modern-button.aux-info .aux-overlay:after { opacity: 0; background-color: #39b3d7; }
.aux-modern-button.aux-info:hover .aux-overlay:after { opacity: 1; }
.aux-modern-button.aux-info:hover .aux-icon:after { opacity: 1; }
.aux-modern-button.aux-success { color: #FFFFFF; }
.aux-modern-button.aux-success .aux-overlay:after, .aux-modern-button.aux-success .aux-overlay:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.aux-modern-button.aux-success .aux-overlay:before { background-color: #5cb85c; }
.aux-modern-button.aux-success .aux-overlay:after { opacity: 0; background-color: #47a447; }
.aux-modern-button.aux-success:hover .aux-overlay:after { opacity: 1; }
.aux-modern-button.aux-success:hover .aux-icon:after { opacity: 1; }
.aux-modern-button.aux-warning { color: #FFFFFF; }
.aux-modern-button.aux-warning .aux-overlay:after, .aux-modern-button.aux-warning .aux-overlay:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.aux-modern-button.aux-warning .aux-overlay:before { background-color: #f0ad4e; }
.aux-modern-button.aux-warning .aux-overlay:after { opacity: 0; background-color: #ed9c28; }
.aux-modern-button.aux-warning:hover .aux-overlay:after { opacity: 1; }
.aux-modern-button.aux-warning:hover .aux-icon:after { opacity: 1; }
.aux-modern-button.aux-caution { color: #FFFFFF; }
.aux-modern-button.aux-caution .aux-overlay:after, .aux-modern-button.aux-caution .aux-overlay:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0; right: 0; }
.aux-modern-button.aux-caution .aux-overlay:before { background-color: #d9534f; }
.aux-modern-button.aux-caution .aux-overlay:after { opacity: 0; background-color: #d2322d; }
.aux-modern-button.aux-caution:hover .aux-overlay:after { opacity: 1; }
.aux-modern-button.aux-caution:hover .aux-icon:after { opacity: 1; }
.aux-modern-button.aux-modern-button-outline.aux-black { color: #3D3D3D; }
.aux-modern-button.aux-modern-button-outline.aux-black .aux-overlay:before, .aux-modern-button.aux-modern-button-outline.aux-black .aux-overlay:after { box-shadow: 0 0 0 1px #3D3D3D inset; }
.aux-modern-button.aux-modern-button-outline.aux-black .aux-overlay:before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-black:hover { color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-black:hover .aux-overlay:after { background-color: #3D3D3D; }
.aux-modern-button.aux-modern-button-outline.aux-white { color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-white .aux-overlay:before, .aux-modern-button.aux-modern-button-outline.aux-white .aux-overlay:after { box-shadow: 0 0 0 1px #FFFFFF inset; }
.aux-modern-button.aux-modern-button-outline.aux-white .aux-overlay:before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-white:hover { color: #3D3D3D; }
.aux-modern-button.aux-modern-button-outline.aux-white:hover .aux-overlay:after { background-color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-info { color: #5bc0de; }
.aux-modern-button.aux-modern-button-outline.aux-info .aux-overlay:before, .aux-modern-button.aux-modern-button-outline.aux-info .aux-overlay:after { box-shadow: 0 0 0 1px #5bc0de inset; }
.aux-modern-button.aux-modern-button-outline.aux-info .aux-overlay:before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-info:hover { color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-info:hover .aux-overlay:after { background-color: #5bc0de; }
.aux-modern-button.aux-modern-button-outline.aux-success { color: #5cb85c; }
.aux-modern-button.aux-modern-button-outline.aux-success .aux-overlay:before, .aux-modern-button.aux-modern-button-outline.aux-success .aux-overlay:after { box-shadow: 0 0 0 1px #5cb85c inset; }
.aux-modern-button.aux-modern-button-outline.aux-success .aux-overlay:before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-success:hover { color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-success:hover .aux-overlay:after { background-color: #5cb85c; }
.aux-modern-button.aux-modern-button-outline.aux-warning { color: #f0ad4e; }
.aux-modern-button.aux-modern-button-outline.aux-warning .aux-overlay:before, .aux-modern-button.aux-modern-button-outline.aux-warning .aux-overlay:after { box-shadow: 0 0 0 1px #f0ad4e inset; }
.aux-modern-button.aux-modern-button-outline.aux-warning .aux-overlay:before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-warning:hover { color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-warning:hover .aux-overlay:after { background-color: #f0ad4e; }
.aux-modern-button.aux-modern-button-outline.aux-caution { color: #d9534f; }
.aux-modern-button.aux-modern-button-outline.aux-caution .aux-overlay:before, .aux-modern-button.aux-modern-button-outline.aux-caution .aux-overlay:after { box-shadow: 0 0 0 1px #d9534f inset; }
.aux-modern-button.aux-modern-button-outline.aux-caution .aux-overlay:before { background-color: transparent; }
.aux-modern-button.aux-modern-button-outline.aux-caution:hover { color: #FFFFFF; }
.aux-modern-button.aux-modern-button-outline.aux-caution:hover .aux-overlay:after { background-color: #d9534f; }
.aux-modern-button.aux-modern-button-round .aux-overlay:before, .aux-modern-button.aux-modern-button-round .aux-overlay:after { border-radius: 5px; }
.aux-modern-button.aux-modern-button-curve .aux-overlay:before, .aux-modern-button.aux-modern-button-curve .aux-overlay:after { border-radius: 100em; /* a large value */ }
.aux-modern-button.aux-modern-button-normal { border-radius: 0; }
.aux-modern-button.aux-modern-button-xs { padding: 8px  15px; font-size: 0.6875em; font-weight: 400; }
.aux-modern-button.aux-modern-button-sm { padding: 9px 18px; font-size: 0.6875em; font-weight: 500; }
.aux-modern-button.aux-modern-button-md { padding: 12px 23px; font-size: 0.75em; font-weight: 500; }
.aux-modern-button.aux-modern-button-lg { padding: 20px 35px; font-size: 0.8125em; font-weight: 700; }
.aux-modern-button.aux-modern-button-xl { padding: 27px 55px; font-size: 0.8125em; font-weight: 700; }
.aux-modern-button.aux-icon-left .aux-icon { margin-right: 5px; }
.aux-modern-button.aux-icon-right { flex-direction: row-reverse; }
.aux-modern-button.aux-icon-right .aux-icon { margin-left: 5px; }
.aux-modern-button.aux-icon-top { flex-direction: column; }
.aux-modern-button.aux-icon-top .aux-icon { margin-bottom: 5px; }
.aux-modern-button.aux-icon-bottom { flex-direction: column-reverse; }
.aux-modern-button.aux-icon-bottom .aux-icon { margin-top: 5px; }

.aux-widget-price-list .aux-icon-list-item { flex-wrap: wrap; align-items: center; }
.aux-widget-price-list .aux-list-item-has-connector { width: 100%; }

/*!>>>>>>>>>>>>>>>>>>>>>>>>> #Pages <<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.hentry { position: relative; min-height: 130px; }
.hentry:after { content: ""; display: table; clear: both; }

.entry-content, .comment-body { overflow-wrap: break-word; word-wrap: break-word; }
.entry-content h1, .comment-body h1 { font-size: 2.7em; }
.entry-content h2, .comment-body h2 { font-size: 2.1em; }
.entry-content pre, .comment-body pre { border: 1px solid #EAEAEA; color: #505050; font-family: Consolas, Monaco, Lucida Console, monospace; font-size: 12px; font-size: 0.857142857rem; line-height: 1.714285714; margin: 24px 0; margin: 1.714285714rem 0; overflow: auto; padding: 24px; padding: 1.714285714rem; }
.entry-content ul, .comment-body ul { list-style: disc outside; padding-left: 1.1em; }
.entry-content ul, .comment-body ul, .entry-content ol, .comment-body ol { margin-top: 0; }
.entry-content ul li, .comment-body ul li, .entry-content ol li, .comment-body ol li { margin: 0; line-height: 190%; }
.entry-content ul ul, .comment-body ul ul, .entry-content ol ul, .comment-body ol ul { margin: 0.5em 0 0.5em 2em; font-size: 1em; }
.entry-content ul ol, .comment-body ul ol, .entry-content ol ol, .comment-body ol ol { margin: 0.5em 0 0.5em 3em; font-size: 1em; }
.entry-content ul ul, .comment-body ul ul, .entry-content ol ul, .comment-body ol ul { list-style: circle; }
.entry-content ul ul ul, .comment-body ul ul ul, .entry-content ol ul ul, .comment-body ol ul ul { list-style: square; }
.entry-content img, .comment-body img { max-width: 100%; }
.entry-content .alignleft, .comment-body .alignleft { margin: 0.5em 1.2em 0.5em 0; }
.entry-content .alignright, .comment-body .alignright { margin: 0.5em 0 0.5em 1.2em; }
.entry-content .aligncenter, .comment-body .aligncenter { margin: 0.5em auto; }
.entry-content .alignnone, .comment-body .alignnone { margin: 0.5em 0; }
.entry-content iframe, .comment-body iframe { margin-bottom: 1em; }

.aux-primary .content .aux-pagination { margin-bottom: 3em; margin-top: 3em; }
.aux-primary .content .aux-pagination:after { content: ""; display: table; clear: both; }

.wp-caption { max-width: 100%; }
.wp-caption.aligncenter { text-align: center; }
.wp-caption.alignright, .wp-caption.alignleft { display: inline-block; }
.wp-caption.alignleft { text-align: left; }
.wp-caption.alignright { text-align: right; }

.wp-caption-text { padding: 10px; margin: 0; background-color: #F3F3F3; text-align: center; font-size: 0.75em; color: #3D3D3D; }

.aux-next-prev-posts { margin-bottom: 4.375em; }
.aux-next-prev-posts:after { content: ""; display: table; clear: both; }
.aux-next-prev-posts .np-prev-section, .aux-next-prev-posts .np-next-section { width: 50%; }
.aux-next-prev-posts .np-prev-section:after, .aux-next-prev-posts .np-next-section:after { content: ""; display: table; clear: both; }
.aux-next-prev-posts .np-prev-section > a:hover, .aux-next-prev-posts .np-next-section > a:hover { overflow: hidden; }
.aux-next-prev-posts .np-prev-section > a:hover .np-nav-text, .aux-next-prev-posts .np-prev-section > a:hover .np-title, .aux-next-prev-posts .np-next-section > a:hover .np-nav-text, .aux-next-prev-posts .np-next-section > a:hover .np-title { text-decoration: underline; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-overlay, .aux-next-prev-posts .np-next-section > a:hover .aux-overlay { position: absolute; width: 105%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0, 0); transition: "all 500ms cubic-bezier(0.77, 0, 0.175, 1)"; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-overlay::after, .aux-next-prev-posts .np-next-section > a:hover .aux-overlay::after { position: relative; content: ''; border-radius: 50%; display: block; padding-top: 100%; background-color: #3D3D3D; }
.aux-next-prev-posts .np-prev-section > a:hover:hover .aux-overlay, .aux-next-prev-posts .np-next-section > a:hover:hover .aux-overlay { transform: translate(-50%, -50%) scale(1, 1); }
.aux-next-prev-posts .np-prev-section > a:hover .aux-svg-arrow, .aux-next-prev-posts .np-next-section > a:hover .aux-svg-arrow { opacity: 0; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-svg-arrow.aux-no-fade, .aux-next-prev-posts .np-next-section > a:hover .aux-svg-arrow.aux-no-fade { opacity: 1; }
.aux-next-prev-posts .np-prev-section > a:hover .aux-hover-arrow, .aux-next-prev-posts .np-next-section > a:hover .aux-hover-arrow { transform: translate(-50%, -50%) !important; opacity: 1; }
.aux-next-prev-posts .np-arrow img { display: inline-block; }
.aux-next-prev-posts .np-nav-text, .aux-next-prev-posts .np-title { transition: all 550ms cubic-bezier(0.25, 0.1, 0.25, 1); }
.aux-next-prev-posts .np-nav-text { font-size: 0.75em; color: #AAA; margin-bottom: 4px; margin-top: 0; }
.aux-next-prev-posts .np-title { font-size: 1.125em; font-weight: 600; white-space: nowrap; min-width: 70%; overflow: hidden; text-overflow: ellipsis; color: #505050; }
.right2-sidebar .aux-next-prev-posts .np-title, .left2-sidebar .aux-next-prev-posts .np-title, .right-left-sidebar .aux-next-prev-posts .np-title, .left-right-sidebar .aux-next-prev-posts .np-title { min-width: 60%; }
.aux-next-prev-posts .np-prev-section { float: left; text-align: left; padding-right: 1em; }
.aux-next-prev-posts .np-prev-section .np-arrow { margin-right: 25px; float: left; }
.aux-next-prev-posts .np-prev-section .aux-arrow-nav { float: left; }
.aux-next-prev-posts .np-prev-section > a:hover .np-nav-text, .aux-next-prev-posts .np-prev-section > a:hover .np-title { transform: translateX(-7px); }
.aux-next-prev-posts .np-next-section { float: right; text-align: right; padding-left: 1em; }
.aux-next-prev-posts .np-next-section .np-arrow { margin-left: 25px; float: right; }
.aux-next-prev-posts .np-next-section .aux-arrow-nav { float: right; }
.aux-next-prev-posts .np-next-section > a:hover .np-nav-text, .aux-next-prev-posts .np-next-section > a:hover .np-title { transform: translateX(7px); }
.aux-next-prev-posts.nav-skin-minimal .np-arrow { margin-top: 4px; }
.aux-next-prev-posts.nav-skin-modern { background-color: #F8F8F8; }
.aux-next-prev-posts.nav-skin-modern > section { padding-top: 0.875em; padding-bottom: 0.875em; }
.aux-next-prev-posts.nav-skin-modern .np-prev-section { padding-left: 3.125em; }
.aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text { padding-left: 3.125em !important; }
.aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text:before { content: ' ' !important; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/leftarrow.svg); width: 30px; height: 13px; margin-top: -2px; }
.aux-next-prev-posts.nav-skin-modern .np-next-section { padding-right: 3.125em; }
.aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text { padding-right: 3.125em !important; }
.aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text:after { content: ' ' !important; background-image: url(/wp-content/themes/phlox-pro/css/images/svg/rightarrow.svg); width: 30px; height: 13px; margin-top: -2px; }
.aux-next-prev-posts.nav-skin-modern .np-nav-text { font-size: 0.75em; text-transform: uppercase; }
.aux-next-prev-posts.nav-skin-modern .np-nav-text:before, .aux-next-prev-posts.nav-skin-modern .np-nav-text:after { top: 50%; transform: translateY(-50%); }
.aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn { text-align: center; }
.aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn svg { width: 14px; height: 14px; }
.aux-next-prev-posts.nav-skin-classic-title, .aux-next-prev-posts.nav-skin-classic, .aux-next-prev-posts.nav-skin-modern { display: table; width: 100%; vertical-align: middle; position: relative; }
.aux-next-prev-posts.nav-skin-classic-title .aux-arrow-nav, .aux-next-prev-posts.nav-skin-classic .aux-arrow-nav, .aux-next-prev-posts.nav-skin-modern .aux-arrow-nav { display: none; }
.aux-next-prev-posts.nav-skin-classic-title > section, .aux-next-prev-posts.nav-skin-classic > section, .aux-next-prev-posts.nav-skin-modern > section { display: table-cell; width: 45%; max-width: 45%; float: none; vertical-align: middle; }
.aux-next-prev-posts.nav-skin-classic-title > section > a, .aux-next-prev-posts.nav-skin-classic > section > a, .aux-next-prev-posts.nav-skin-modern > section > a { position: relative; display: block; padding: 25px 0px; transition: all 550ms cubic-bezier(0.25, 0.1, 0.25, 1); }
.aux-next-prev-posts.nav-skin-classic-title > section > a:hover .np-nav-text, .aux-next-prev-posts.nav-skin-classic-title > section > a:hover .np-title, .aux-next-prev-posts.nav-skin-classic > section > a:hover .np-nav-text, .aux-next-prev-posts.nav-skin-classic > section > a:hover .np-title, .aux-next-prev-posts.nav-skin-modern > section > a:hover .np-nav-text, .aux-next-prev-posts.nav-skin-modern > section > a:hover .np-title { transform: none; }
.aux-next-prev-posts.nav-skin-classic-title > section > a .np-title, .aux-next-prev-posts.nav-skin-classic > section > a .np-title, .aux-next-prev-posts.nav-skin-modern > section > a .np-title { margin-bottom: 0; }
.aux-next-prev-posts.nav-skin-classic-title > section > a .np-nav-text:before, .aux-next-prev-posts.nav-skin-classic-title > section > a .np-nav-text:after, .aux-next-prev-posts.nav-skin-classic > section > a .np-nav-text:before, .aux-next-prev-posts.nav-skin-classic > section > a .np-nav-text:after, .aux-next-prev-posts.nav-skin-modern > section > a .np-nav-text:before, .aux-next-prev-posts.nav-skin-modern > section > a .np-nav-text:after { position: absolute; top: 50%; transform: translateY(-50%); }
.aux-next-prev-posts.nav-skin-classic-title .aux-port-archive-btn, .aux-next-prev-posts.nav-skin-classic .aux-port-archive-btn, .aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn { position: absolute; right: 0; left: 0; top: 50%; width: 10%; margin: 0 auto; transform: translateY(-50%); }
.aux-next-prev-posts.nav-skin-classic-title .aux-port-archive-btn > a, .aux-next-prev-posts.nav-skin-classic .aux-port-archive-btn > a, .aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn > a { display: block; margin-top: -8px; padding: 1.5625em; }
.aux-next-prev-posts.nav-skin-classic-title .aux-port-archive-btn .ico-main-port, .aux-next-prev-posts.nav-skin-classic .aux-port-archive-btn .ico-main-port, .aux-next-prev-posts.nav-skin-modern .aux-port-archive-btn .ico-main-port { fill: #BBB; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section, .aux-next-prev-posts.nav-skin-classic .np-prev-section, .aux-next-prev-posts.nav-skin-modern .np-prev-section { float: left; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section > a:hover, .aux-next-prev-posts.nav-skin-classic .np-prev-section > a:hover, .aux-next-prev-posts.nav-skin-modern .np-prev-section > a:hover { transform: translateX(-7px); }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section > a .np-title, .aux-next-prev-posts.nav-skin-classic .np-prev-section > a .np-title, .aux-next-prev-posts.nav-skin-modern .np-prev-section > a .np-title { padding-left: 1.5625em; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section .np-nav-text, .aux-next-prev-posts.nav-skin-classic .np-prev-section .np-nav-text, .aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text { color: #3D3D3D; padding-left: 2.3125em; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section .np-nav-text:before, .aux-next-prev-posts.nav-skin-classic .np-prev-section .np-nav-text:before, .aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text:before { left: 0; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section, .aux-next-prev-posts.nav-skin-classic .np-next-section, .aux-next-prev-posts.nav-skin-modern .np-next-section { float: right; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section > a:hover, .aux-next-prev-posts.nav-skin-classic .np-next-section > a:hover, .aux-next-prev-posts.nav-skin-modern .np-next-section > a:hover { transform: translateX(7px); }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section > a .np-title, .aux-next-prev-posts.nav-skin-classic .np-next-section > a .np-title, .aux-next-prev-posts.nav-skin-modern .np-next-section > a .np-title { padding-right: 1.5625em; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section .np-nav-text, .aux-next-prev-posts.nav-skin-classic .np-next-section .np-nav-text, .aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text { color: #3D3D3D; padding-right: 2.3125em; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section .np-nav-text:after, .aux-next-prev-posts.nav-skin-classic .np-next-section .np-nav-text:after, .aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text:after { right: 0; }
.aux-next-prev-posts.nav-skin-classic-title .np-nav-text, .aux-next-prev-posts.nav-skin-classic .np-nav-text, .aux-next-prev-posts.nav-skin-modern .np-nav-text { font-weight: 600; color: #505050; }
.aux-next-prev-posts.nav-skin-classic-title .np-next-section .np-nav-text:after, .aux-next-prev-posts.nav-skin-classic .np-next-section .np-nav-text:after, .aux-next-prev-posts.nav-skin-modern .np-next-section .np-nav-text:after { content: '\2192'; margin-left: 0.3em; }
.aux-next-prev-posts.nav-skin-classic-title .np-prev-section .np-nav-text:before, .aux-next-prev-posts.nav-skin-classic .np-prev-section .np-nav-text:before, .aux-next-prev-posts.nav-skin-modern .np-prev-section .np-nav-text:before { content: '\2190'; margin-right: 0.3em; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts > section { padding: 1.5625em 2.0625em; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts > section > a .np-nav-text:before, .aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts > section > a .np-nav-text:after { top: 50%; transform: translateY(-50%); color: #3D3D3D; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts .np-next-section > a .np-nav-text { color: #BBB; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts .np-next-section > a .np-nav-text:after { right: -32px; }
.aux-next-prev-posts.nav-skin-classic-title.aux-next-prev-posts .np-prev-section > a .np-nav-text:before { left: -32px; }
.aux-next-prev-posts.nav-skin-thumb-arrow .np-arrow { border: solid 1px #BBB; }
.aux-next-prev-posts.nav-skin-thumb-arrow .aux-arrow-nav { width: 30px; height: 80px; box-shadow: none; }
.aux-next-prev-posts.nav-skin-thumb-arrow .aux-arrow-nav img { box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06); }
.aux-next-prev-posts.nav-skin-thumb-arrow .np-nav-text { margin-bottom: 4px; padding-top: 8px; }
.aux-next-prev-posts.nav-skin-thumb-arrow.aux-next-prev-posts .np-title { min-width: 55%; max-height: 2.3em; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-arrow { border: none; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .aux-arrow-nav { display: none; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-nav-text { font-weight: 600; color: #505050; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-next-section .np-nav-text:after { content: '\2192'; margin-left: 0.3em; }
.aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-prev-section .np-nav-text:before { content: '\2190'; margin-right: 0.3em; }
.aux-next-prev-posts.nav-skin-boxed-image { display: table; width: 100%; }
.aux-next-prev-posts.nav-skin-boxed-image .aux-arrow-nav { display: none; color: #3D3D3D; }
.aux-next-prev-posts.nav-skin-boxed-image.aux-next-prev-posts > section { display: table-cell; width: 50%; max-width: 50%; float: none; padding: 1.5625em; border: 1px solid #BBB; background-repeat: no-repeat; background-size: cover; background-position: center; }
.aux-next-prev-posts.nav-skin-boxed-image.aux-next-prev-posts .np-title { white-space: normal; margin: 0; color: #3D3D3D; }
.aux-next-prev-posts.nav-skin-boxed-image.aux-next-prev-posts .np-prev-section { border-right: none; }
.aux-next-prev-posts.nav-skin-boxed-image .aux-arrow-nav { display: none; }
.aux-next-prev-posts.nav-skin-boxed-image .np-nav-text { font-weight: 600; color: #505050; }
.aux-next-prev-posts.nav-skin-boxed-image .np-next-section .np-nav-text:after { content: '\2192'; margin-left: 0.3em; }
.aux-next-prev-posts.nav-skin-boxed-image .np-prev-section .np-nav-text:before { content: '\2190'; margin-right: 0.3em; }
.aux-next-prev-posts.nav-skin-boxed-image .np-nav-text { color: #3D3D3D; }
.aux-next-prev-posts.aux-dark-th .np-nav-text, .aux-next-prev-posts.aux-dark-th .np-title { color: #FFFFFF !important; }
.aux-next-prev-posts.aux-dark-th.aux-next-prev-posts > section { border: 1px solid #3D3D3D; }
.aux-next-prev-posts.aux-sticky-nav { margin-bottom: 0; }
.aux-next-prev-posts.aux-sticky-nav .np-prev-section, .aux-next-prev-posts.aux-sticky-nav .np-next-section { position: fixed; z-index: 11200; top: 45%; background-color: #FFFFFF; transition: transform 250ms cubic-bezier(0.165, 0.84, 0.44, 1); }
.aux-next-prev-posts.aux-sticky-nav .np-prev-section .aux-arrow-nav, .aux-next-prev-posts.aux-sticky-nav .np-next-section .aux-arrow-nav { border: solid 1px #BBB; transition: transform 200ms cubic-bezier(0.165, 0.84, 0.44, 1) 200ms; background-color: white; }
.aux-next-prev-posts.aux-sticky-nav .np-prev-section { left: 0; }
.aux-next-prev-posts.aux-sticky-nav .np-next-section { right: 0; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section { box-shadow: 0px 0 0px 1px #BBB; max-width: 375px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb { max-width: 455px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .np-nav-text, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .np-nav-text { padding-top: 20px; margin-bottom: 6px; font-weight: 600; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .np-title, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .np-title { margin-bottom: 0; min-width: 40%; max-height: 1.3em; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .np-arrow, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .np-arrow { border: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover .aux-arrow-nav, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover .aux-arrow-nav { transition-duration: 10ms; transition-delay: 10ms; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover .aux-arrow-nav, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover .aux-arrow-nav { border: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section > a:hover .np-nav-text, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section > a:hover .np-title, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section > a:hover .np-nav-text, .aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section > a:hover .np-title { text-decoration: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section { padding-right: 30px; transform: translateX(-376px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section .aux-arrow-nav { border-left-width: 0; transform: translateX(375px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover { transform: translateX(0); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section:hover .aux-arrow-nav { transform: translateX(10px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb { transform: translateX(-456px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb .aux-arrow-nav { transform: translateX(455px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb .np-arrow { margin-right: 57px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb:hover { transform: translateX(-30px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-prev-section.has-nav-thumb:hover .aux-arrow-nav { transform: translateX(120px); box-shadow: none; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section { padding-left: 30px; transform: translateX(376px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section .aux-arrow-nav { border-right-width: 0; transform: translateX(-375px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover { transform: translateX(0); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section:hover .aux-arrow-nav { transform: translateX(-10px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb { transform: translateX(456px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb .aux-arrow-nav { transform: translateX(-455px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb .np-arrow { margin-left: 57px; }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb:hover { transform: translateX(30px); }
.aux-next-prev-posts.aux-sticky-nav.nav-skin-thumb-arrow .np-next-section.has-nav-thumb:hover .aux-arrow-nav { transform: translateX(-120px); box-shadow: none; }
@media print { .aux-next-prev-posts { display: none; } }

.single .rp4wp-related-posts { margin-top: 3.125em; }
.single .rp4wp-related-posts h3 { font-size: 1.5em; font-weight: 500; }
.single .rp4wp-related-posts ul { float: none; margin: 0 -15px; width: auto; }
.single .rp4wp-related-posts ul:after { content: ""; display: table; clear: both; }
.single .rp4wp-related-posts ul > li { float: left; padding: 0 15px; width: 25%; clear: none; }
.single .rp4wp-related-posts ul > li:nth-child(4n+5) { clear: left; }
.single .rp4wp-related-posts ul > li:nth-child(4n+5), .single .rp4wp-related-posts ul > li:nth-child(4n+6), .single .rp4wp-related-posts ul > li:nth-child(4n+7), .single .rp4wp-related-posts ul > li:nth-child(4n+8) { margin-top: 15px; }
@media screen and (max-width: 900px) { .single .rp4wp-related-posts ul > li { width: 50%; }
  .single .rp4wp-related-posts ul > li:nth-child(2n+3) { clear: left; }
  .single .rp4wp-related-posts ul > li:nth-child(2n+3), .single .rp4wp-related-posts ul > li:nth-child(2n+4) { margin-top: 15px; } }

.aux-related-posts-container { margin-bottom: 4.375em; }
.aux-related-posts-container .rp4wp-related-posts { margin: 0; }

@media screen and (max-width: 1300px) { .aux-resp .aux-next-prev-posts .np-title { font-size: 1.1em; white-space: normal; min-width: 50%; max-height: 2.3em; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-title { min-width: 40%; } }
@media screen and (max-width: 1023px) { .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-arrow img { display: none; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .aux-arrow-nav { width: 40px; height: 40px; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-arrow { margin-top: 20px; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-nav-text { padding-top: 10px; color: #3D3D3D; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-prev-section > a:hover .np-nav-text, .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-prev-section > a:hover .np-title, .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-next-section > a:hover .np-nav-text, .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-next-section > a:hover .np-title { transform: none; }
  .aux-resp .aux-next-prev-posts.aux-sticky-nav { display: none; } }
@media screen and (max-width: 479px) { .aux-resp .aux-next-prev-posts .np-title { display: none; }
  .aux-resp .aux-next-prev-posts .np-nav-text { margin: 0; }
  .aux-resp .aux-next-prev-posts.nav-skin-minimal .np-arrow { margin-top: 0; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-nav-text { font-weight: 600; color: #505050; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-next-section .np-nav-text:after { content: '\2192'; margin-left: 0.3em; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-prev-section .np-nav-text:before { content: '\2190'; margin-right: 0.3em; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow .np-nav-text { padding-top: 30px; }
  .aux-resp .aux-next-prev-posts.nav-skin-thumb-arrow.no-arrow .np-nav-text { padding-top: 0; } }
.single .post-password-form { text-align: center; }
.single .post-password-form input[type="password"] { margin-left: auto; margin-right: auto; }
.single .post-password-form > p:last-child { margin-top: 1.5em; }

.page-links > a, .page-links .aux-page-current { border: 1px solid #AAA; padding: 3px 0; width: 32px; display: inline-block; text-align: center; }
.page-links > a { color: #AAA; }
.page-links .aux-page-current { background-color: #3D3D3D; }
.page-links .aux-page-current, .page-links .aux-page-current a { color: #FFFFFF; }

.entry-header.aux-visually-hide { position: absolute !important; }

.hentry .entry-content, .hentry .comment-body { margin-bottom: 3.125em; }
.hentry.aux-has-pb .entry-content, .hentry.aux-has-pb .comment-body { margin-bottom: 0; }
.hentry .entry-format { display: none; }
.hentry .entry-media { margin-bottom: 3.5625em; }
.hentry .entry-main { margin-bottom: 4.375em; }
.hentry .entry-title { position: relative; margin: 0; color: #3D3D3D; font-weight: 600; font-size: 2.3em; line-height: 150%; word-break: break-word; }
.hentry .entry-header { position: relative; display: block; height: auto; margin-bottom: 1.3em; }
.hentry .entry-post-format { float: right; }
.hentry .entry-post-format .aux-post-format-icon { position: relative; display: inline-block; vertical-align: middle; }
.hentry .entry-post-format .aux-post-format-icon > i { font-size: 25px; position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
.aux-has-sidebar .aux-primary .hentry .entry-title { font-size: 1.75em; }

.entry-info .wpulike.aux-wpulike-single::before, .entry-info .wpulike.aux-wpulike-news::before, .hentry .entry-info [class^="entry-"] ~ [class^="entry-"]:before, .aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a::after, .hentry .entry-info .entry-tax a::after { content: "" !important; position: relative; top: 0; display: inline-block; width: 3px; height: 3px; border-radius: 50%; margin: 0 10px; vertical-align: middle; background-color: #BBB; }

.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info > div, .hentry .entry-info > div { display: inline-block; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-date, .hentry .entry-info .entry-date { display: inline; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a, .hentry .entry-info .entry-tax a { color: inherit; display: inline-block; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a:hover, .hentry .entry-info .entry-tax a:hover { color: #1bb0ce; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax a:last-child::after, .hentry .entry-info .entry-tax a:last-child::after { display: none; }
.aux-widget-post-slider .aux-latest-posts-slider .aux-slide-info .entry-tax.aux-no-sep a:last-child::after, .hentry .entry-info .entry-tax.aux-no-sep a:last-child::after { display: none; }
.hentry .entry-info { margin-bottom: 1.5625em; color: #888; font-size: 0.88em; }
.hentry .entry-info .entry-author .vcard { margin-right: 5px; }
.hentry .entry-info .entry-author + .entry-comments:before { display: none; }
.single-post .hentry .entry-meta { display: flex; align-items: center; position: relative; padding: 3.125em 0; border: solid 1px #DEDEDE; border-width: 1px 0; }
.single-post .hentry .entry-meta:after { content: ""; display: table; clear: both; }
.single-post .hentry .entry-meta .aux-single-post-share { font-size: 14px; order: 3; }
.single-post .hentry .entry-meta .aux-single-post-share .aux-has-text::before { font-family: inherit; content: attr(data-text); font-weight: 500; text-decoration: underline; }
@media print { .single-post .hentry .entry-meta { display: none; } }
.single-post .hentry footer.entry-meta .entry-tax { flex: 1; order: 1; font-style: italic; font-size: 0.875em; color: #AAA; }
.single-post .hentry footer.entry-meta .entry-tax a { color: #3D3D3D; text-decoration: underline; font-weight: 600; }
.single-post .hentry footer.entry-meta .entry-tax a:hover { color: #1bb0ce; }
.single-post .hentry .aux-post-share { position: absolute; top: 50%; transform: translateY(-50%); right: 0; cursor: pointer; }
.single-post .hentry .aux-post-share .widget-socials { display: inline-block; vertical-align: bottom; }
.single-post .hentry .aux-post-share .aux-socials { font-size: 0.875em; font-weight: 600; color: #3D3D3D; }
.single-post .hentry .aux-post-share a:hover { color: #1bb0ce; }
@media screen and (max-width: 767px) { .aux-resp.single-post .hentry .aux-post-share { position: relative; width: 100%; margin-top: 3.125em; text-align: center; transform: none; }
  .aux-resp.single-post .hentry footer.entry-meta { align-items: baseline; padding-top: 1.875em; } }
.hentry.aux-medium-context .entry-content, .hentry.aux-medium-context .comment-body, .hentry.aux-medium-context .entry-info, .hentry.aux-medium-context .entry-header { margin-left: 15%; margin-right: 15%; }
.hentry.aux-medium-context .entry-content > img, .hentry.aux-medium-context .comment-body > img, .hentry.aux-medium-context .entry-content > p > img, .hentry.aux-medium-context .comment-body > p > img, .hentry.aux-medium-context .entry-content > div > img, .hentry.aux-medium-context .comment-body > div > img, .hentry.aux-medium-context .entry-content > section > img, .hentry.aux-medium-context .comment-body > section > img { max-width: 160%; margin-left: -30%; margin-right: -30%; }
.hentry.aux-narrow-context .entry-content, .hentry.aux-narrow-context .comment-body, .hentry.aux-narrow-context .entry-info, .hentry.aux-narrow-context .entry-header { margin-left: 25%; margin-right: 25%; }
.hentry.aux-narrow-context .entry-content > img, .hentry.aux-narrow-context .comment-body > img, .hentry.aux-narrow-context .entry-content > p > img, .hentry.aux-narrow-context .comment-body > p > img, .hentry.aux-narrow-context .entry-content > div > img, .hentry.aux-narrow-context .comment-body > div > img, .hentry.aux-narrow-context .entry-content > section > img, .hentry.aux-narrow-context .comment-body > section > img { max-width: 200%; margin-left: -50%; margin-right: -50%; }

.type-post.format-quote .entry-header { padding: 2em 2em 1.4em; background: #333; color: white; }
.type-post.format-quote .entry-header:before { content: "“"; font-size: 3em; line-height: 10px; top: 14px; left: 0px; position: relative; color: #505050; font-family: sans-serif; font-weight: bold; font-style: normal; }
.type-post.format-quote .entry-header blockquote { padding: 0; background: none; }
.type-post.format-quote .quote-format-excerpt { font-style: italic; font-size: 1.4em; }
.type-post.format-quote .entry-title { margin-bottom: 0; font-size: 1.1625em !important; }
.type-post.format-quote .entry-title, .type-post.format-quote .entry-title a { color: #1bb0ce; }
.type-post.format-quote .entry-title a:hover { text-decoration: underline; }
.type-post.format-quote .link-format-excerpt { display: inline-block; border: 1px solid #1bb0ce; padding: 5px 15px; color: #1bb0ce; }
.type-post.format-quote .readmore { display: none; }

.type-post.format-gallery .entry-media { position: relative; }
.type-post.format-gallery .master-carousel-slider { transition: height 100ms; }

.type-post.format-link .link-format-excerpt { display: inline-block; padding: 0.6875em 0.75em; border: solid 1px #1bb0ce; color: #1bb0ce; line-height: 100%; max-width: 100%; }
.type-post.format-link .link-format-excerpt:hover { background-color: #1bb0ce; color: #FFFFFF; }
.type-post.format-link .readmore { display: none; }

.entry-related .fig-title { margin-bottom: 0; margin-top: 0.5em; }
.entry-related .fig-title a { color: #3D3D3D; }
.entry-related .fig-title a:hover { color: #1bb0ce; }

.entry-author-info { margin-bottom: 3.125em; padding: 0; min-height: 100px; }
.entry-author-info .author-avatar { position: absolute; }
.entry-author-info .author-avatar img { border-radius: 50%; }
.entry-author-info .author-description { display: inline-block; position: relative; margin-left: 8.875em; padding-top: 10px; }
.entry-author-info .author-description dl { position: relative; margin-bottom: 1em; }
.entry-author-info .author-description dt { font-size: 1.1875em; line-height: 1.5em; font-weight: 600; }
.entry-author-info .author-description dt a { color: #3D3D3D; }
.entry-author-info .author-description dd { margin: 0 0 1em 0; }
.entry-author-info .author-description dd span { font-size: 0.875em; font-style: italic; font-weight: 600; color: #BBB; }
.entry-author-info .aux-author-socials.aux-medium li a { font-size: 14px; color: inherit; }
@media screen and (max-width: 479px) { .entry-author-info .author-description { margin-left: 0; }
  .entry-author-info .author-avatar { position: relative; } }
@media print { .entry-author-info { display: none; } }

.aux-user-entry .rp4wp-related-post-image { float: none; display: block; width: 100%; padding: 0; margin-bottom: 1.4375em; max-height: 130px; overflow-y: hidden; }
.aux-user-entry .rp4wp-related-post-content { line-height: 1.5; }
.aux-user-entry .rp4wp-related-post-content > a { display: block; margin-bottom: 1.4375em; color: inherit; font-size: 1.125em; font-weight: 600; }
.aux-user-entry .rp4wp-related-post-content > a:hover { color: #1bb0ce; }

.home.page .content > .hentry > .entry-main { margin-bottom: 0; }

.aux-archive.aux-template-type-side-media .aux-primary .type-post, .aux-search.aux-template-type-side-media .type-post { margin-bottom: 4.375em; }
.aux-archive.aux-template-type-side-media .aux-primary .type-post:after, .aux-search.aux-template-type-side-media .type-post:after { content: ""; display: table; clear: both; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-media, .aux-search.aux-template-type-side-media .entry-media { float: left; width: 35%; margin-bottom: 0; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-title, .aux-search.aux-template-type-side-media .entry-title { font-size: 1.53125em; line-height: 100%; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-title a, .aux-search.aux-template-type-side-media .entry-title a { color: inherit; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-content, .aux-search.aux-template-type-side-media .entry-content, .aux-archive.aux-template-type-side-media .aux-primary .comment-body, .aux-search.aux-template-type-side-media .comment-body { margin-bottom: 1.3em; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-main, .aux-search.aux-template-type-side-media .entry-main { margin-bottom: 0; float: left; width: 100%; }
.aux-archive.aux-template-type-side-media .aux-primary .entry-media + .entry-main, .aux-search.aux-template-type-side-media .entry-media + .entry-main { padding-left: 1.875em; width: 65%; }
@media screen and (max-width: 479px) { .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-media, .aux-search.aux-template-type-side-media .aux-resp .entry-media, .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-main, .aux-search.aux-template-type-side-media .aux-resp .entry-main { float: none; width: 100%; }
  .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-media + .entry-main, .aux-search.aux-template-type-side-media .aux-resp .entry-media + .entry-main { padding: 0; width: 100%; }
  .aux-archive.aux-template-type-side-media .aux-primary .aux-resp .entry-media, .aux-search.aux-template-type-side-media .aux-resp .entry-media { margin-bottom: 2.3em; } }

.aux-archive .type-post .entry-title a { color: inherit; }
.aux-archive .type-post .entry-info { color: #AAA; }
.aux-archive .type-post .entry-info a { color: inherit; }
.aux-archive .type-post .entry-info a:hover { color: #1bb0ce; }
.aux-archive .type-post .aux-media-image.aux-image-mask { max-height: 800px; }
.aux-archive .type-post.sticky .entry-title::before { content: "\e16b"; font-family: "auxin-front"; font-size: 0.74em; speak: none; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-main { border-bottom: 1px solid #EAEAEA; margin-bottom: 2.8125em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-media { margin-bottom: 40px; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-header { margin-bottom: 0.6em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-title { font-size: 1.35em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-info { margin-bottom: 0.9em; font-size: 0.9em; font-weight: 500; text-transform: none; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-info .entry-date::after, .aux-archive.page-template-blog-type-default .aux-primary .entry-info .meta-comment::after, .aux-archive.page-template-blog-type-default .aux-primary .entry-info .author::after { content: ""; position: relative; top: -1px; display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0 0.6em; vertical-align: middle; background-color: #BBB; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-meta { margin-top: 1.5em; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-meta .readmore a { padding: 0; background: transparent; border: none; border-radius: 0; color: #AAA; font-weight: 500; font-size: 0.875em; margin-bottom: 40px; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-meta .readmore a a:hover { color: #1bb0ce; }
.aux-archive.page-template-blog-type-default .aux-primary .entry-content, .aux-archive.page-template-blog-type-default .aux-primary .comment-body { margin-bottom: 0; }
.aux-archive.page-template-type-default .aux-primary .entry-main { margin-bottom: 2.8125em; }
.aux-archive.aux-template-type-1 .aux-primary { text-align: center; }
.aux-archive.aux-template-type-1 .aux-primary .entry-content, .aux-archive.aux-template-type-1 .aux-primary .comment-body { margin-bottom: 0; }
.aux-archive.aux-template-type-1 .aux-primary .entry-header { margin-bottom: 1.1em; }
.aux-archive.aux-template-type-1 .aux-primary .entry-main { position: relative; margin-bottom: 4.0625em; padding-bottom: 70px; }
.aux-archive.aux-template-type-1 .aux-primary .entry-info { position: absolute; bottom: 0px; width: 100%; margin: 0px; padding-top: 26px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.aux-archive.aux-template-type-1 .aux-primary .entry-info::before { content: ""; top: 0; position: absolute; display: block; width: 40%; margin: 0 30%; border-top: solid 1px #DEDEDE; }
.aux-archive.aux-template-type-1 .aux-primary .entry-meta { display: none; }
.aux-archive.aux-template-type-2 .aux-primary .entry-header, .aux-archive.aux-template-type-3 .aux-primary .entry-header, .aux-archive.aux-template-type-4 .aux-primary .entry-header { margin-bottom: 1.1em; }
.aux-archive.aux-template-type-2 .aux-primary .entry-info, .aux-archive.aux-template-type-3 .aux-primary .entry-info, .aux-archive.aux-template-type-4 .aux-primary .entry-info { margin-bottom: 28px; padding-bottom: 28px; border-bottom: solid 1px #DEDEDE; color: #BBB; font-size: 0.9em; font-weight: 500; text-transform: none; }
.aux-archive.aux-template-type-2 .aux-primary .entry-content > p, .aux-archive.aux-template-type-3 .aux-primary .entry-content > p, .aux-archive.aux-template-type-4 .aux-primary .entry-content > p, .aux-archive.aux-template-type-2 .aux-primary .comment-body > p, .aux-archive.aux-template-type-3 .aux-primary .comment-body > p, .aux-archive.aux-template-type-4 .aux-primary .comment-body > p { margin-bottom: 0; }
.aux-archive.aux-template-type-2 .aux-primary .entry-meta, .aux-archive.aux-template-type-3 .aux-primary .entry-meta, .aux-archive.aux-template-type-4 .aux-primary .entry-meta { display: none; }
.aux-archive.aux-template-type-2 .aux-primary .entry-main, .aux-archive.aux-template-type-3 .aux-primary .entry-main, .aux-archive.aux-template-type-4 .aux-primary .entry-main { margin-bottom: 2.8125em; }
.aux-archive.aux-template-type-3 .aux-primary, .aux-archive.aux-template-type-4 .aux-primary { text-align: center; }
.aux-archive.aux-template-type-3 .aux-primary .entry-meta, .aux-archive.aux-template-type-4 .aux-primary .entry-meta { display: block; }
.aux-archive.aux-template-type-3 .aux-primary .entry-meta a, .aux-archive.aux-template-type-4 .aux-primary .entry-meta a { padding: 1.2em 2.2em; text-transform: uppercase; font-weight: 600; }
.aux-archive.aux-template-type-3 .aux-primary .entry-meta a::after, .aux-archive.aux-template-type-4 .aux-primary .entry-meta a::after { display: none; }
.aux-archive.aux-template-type-3 .aux-primary .entry-content, .aux-archive.aux-template-type-4 .aux-primary .entry-content, .aux-archive.aux-template-type-3 .aux-primary .comment-body, .aux-archive.aux-template-type-4 .aux-primary .comment-body { margin-bottom: 3em; }
.aux-archive.aux-template-type-4 .aux-primary .type-post { background-color: white; margin-bottom: 30px; }
.aux-archive.aux-template-type-4 .aux-primary .type-post .entry-media { margin-bottom: 0; }
.aux-archive.aux-template-type-4 .aux-primary .entry-main { margin-bottom: 0; padding: 70px; }
.aux-archive.aux-template-type-4 .aux-primary .entry-info { border: none; padding-bottom: 0; }
.aux-archive.aux-template-type-4 .aux-primary .entry-info::after { content: ""; display: block; height: 1px; background-image: linear-gradient(to right, #dedede 57.14286%, rgba(255, 255, 255, 0) 0%); background-position: top; background-size: 21px 1px; background-repeat: repeat-x; }
.aux-archive.aux-template-type-4 .aux-primary .entry-info::after { margin-top: 30px; }
.aux-archive.aux-template-type-4 .aux-primary .entry-meta a { border-radius: 0; border-color: #AAA; color: #AAA; }
.aux-archive.aux-template-type-10 .aux-primary .entry-media { margin-bottom: 40px; }
.aux-archive.aux-template-type-10 .aux-primary .entry-header { margin-bottom: 0.6em; }
.aux-archive.aux-template-type-10 .aux-primary .entry-title { font-size: 1.35em; }
.aux-archive.aux-template-type-10 .aux-primary .entry-info { margin-bottom: 0.9em; font-size: 0.9em; font-weight: 500; text-transform: none; }
.aux-archive.aux-template-type-10 .aux-primary .entry-meta { margin-top: 1.5em; }
.aux-archive.aux-template-type-10 .aux-primary .entry-meta .readmore a:hover { color: white; }
.aux-archive.aux-template-type-10 .aux-primary .entry-content, .aux-archive.aux-template-type-10 .aux-primary .comment-body { margin-bottom: 0; }

.error404 .aux-primary { width: 100%; }

.not-found { margin: 15% 0; }
.not-found.no-results { margin: 0; }
.not-found .entry-content h2, .not-found .comment-body h2 { margin: 0; line-height: normal; font-weight: 300 !important; font-family: Arial, Helvetica, sans-serif; font-size: 7.5em; }
.not-found .entry-content .entry-title, .not-found .comment-body .entry-title { margin: -5px 0 0 0; font-weight: 500 !important; font-size: 2.2em !important; line-height: 1.1em; }
.not-found button.aux-search-icon { display: none; }
.not-found .aux-404-icon { margin-right: 20px; float: left; background: url(/wp-content/themes/phlox-pro/css/images/svg/404.svg) no-repeat top left; width: 48px; height: 58px; }
.not-found .message404 { margin-top: 5px; line-height: 1.8em; }
.not-found form { margin-bottom: 10px; width: 100%; max-width: 380px; }
.not-found form .aux-search-field { padding: 0 1.5em; height: 56px !important; width: 100%; }
.not-found .aux-back-to-home { color: #3D3D3D; }
@media screen and (max-width: 767px) { .aux-resp .not-found .entry-content h2, .aux-resp .not-found .comment-body h2 { font-size: 6em; }
  .aux-resp .not-found .entry-content .entry-title, .aux-resp .not-found .comment-body .entry-title { font-size: 2em; } }

.aux-search.aux-advanced-search .aux-primary .entry-media { width: 100% !important; margin-bottom: 1.4375em !important; }
.aux-search.aux-advanced-search .aux-primary .entry-media + .entry-main { width: 100%; padding-left: 0; margin-bottom: 0; }
.aux-search.aux-advanced-search .aux-primary .aux-widget-recent-products h4.widget-subtitle { display: none; }
.aux-search.aux-advanced-search .aux-primary .aux-search-from { padding: 0 5px; margin-bottom: 44px; }
.aux-search.aux-advanced-search .aux-primary .aux-search-from span, .aux-search.aux-advanced-search .aux-primary .aux-search-from a { font-size: 18px; font-family: "Raleway"; color: #3D3D3D; text-transform: capitalize; }
.aux-search.aux-advanced-search .aux-primary .aux-show-all-results { float: right; text-decoration: underline; }
.aux-search.aux-advanced-search .aux-primary .aux-widget-recent-posts article { margin: 0; padding: 0; }
.aux-search.aux-template-type-side-media .aux-primary .hentry .entry-main, .aux-search.aux-template-type-side-media .aux-primary .hentry .entry-media { margin-bottom: 3.75em; }
.aux-search.aux-template-type-side-media .aux-primary .hentry::after { content: ""; display: block; width: 120px; margin: 3.75em auto; margin-top: 0; border-bottom: solid 1px #EAEAEA; }
.aux-search.aux-template-type-side-media .aux-primary .hentry:last-of-type::after { border-color: transparent; }
.aux-search .hentry { margin-bottom: 3.75em; }

.aux-comments { position: relative; z-index: 4; margin-bottom: 2.5em; }
@media print { .aux-comments { display: none; } }

.comments-title, .comment-reply-title { font-size: 1.5em; font-weight: 600; position: relative; }

.aux-commentlist { list-style: none; margin-top: 0; margin-bottom: 3.125em; }
.aux-commentlist .children { margin: 0 0 0 95px; padding-top: 1em; }
.aux-commentlist .children > li { padding-top: 2em; }
.aux-commentlist .children > li:first-child { padding-top: 0; padding-bottom: 0; margin-bottom: 0; margin-top: 0; border: none; }
.aux-commentlist cite { font-style: normal; font-weight: 600; font-size: 0.875em; }
.aux-commentlist > li { padding-bottom: 1em; margin-bottom: 1em; }
.aux-commentlist .comment { position: relative; }
.aux-commentlist .comment .comment-author, .aux-commentlist .comment .comment-body, .aux-commentlist .comment .comment-reply-nav { margin-left: 95px; }
.aux-commentlist .comment .fn { padding-right: 13px; }
.aux-commentlist .comment .comment-author cite, .aux-commentlist .comment .comment-author time { display: block; }
.aux-commentlist .comment .comment-author time { margin-bottom: 2px; }
.aux-commentlist .comment .comment-author time a { font-size: 13px; color: #888; font-weight: 500; }
.aux-commentlist .comment .comment-author em { color: red; }
.aux-commentlist .comment .comment-reply-nav a, .aux-commentlist .comment .comment-edit-link { color: #888; font-size: 0.75em; font-weight: 600; }
.aux-commentlist .comment .comment-reply-nav a:hover, .aux-commentlist .comment .comment-edit-link:hover { text-decoration: underline; }
.aux-commentlist .comment .comment-edit-link { position: absolute; top: 25px; right: 0; }
.aux-commentlist .comment .comment-edit-link:hover { text-decoration: underline; }
.aux-commentlist .avatar { float: left; margin-right: 0; border: 3px solid #BBB; }
.aux-commentlist.skin-arrow-links .children { padding-top: 1em; }
.aux-commentlist.skin-arrow-links .children > li { padding-left: 60px; }
.aux-commentlist.skin-arrow-links .children > li:first-child { background: url(/wp-content/themes/phlox-pro/css/images/svg/reply.svg) no-repeat 13px 0; }
@media print { .aux-commentlist { display: none; } }

.bypostauthor > header .fn { background-color: #3D3D3D; color: #FFFFFF; padding: 1px 13px; border-radius: 13px; display: inline-block !important; }

.author-indicator { display: inline-block; font-size: 11px; margin-left: 9px; color: #BBB; vertical-align: middle; }

.aux-comments-navi { height: 20px; margin-top: 1.875em; margin-bottom: 1.875em; }
.aux-comments-navi .comments-pre-page { float: left; }
.aux-comments-navi .comment-next-page { float: right; }
@media print { .aux-comments-navi { display: none; } }

#respond { margin: 0 0 3.125em; max-width: 100%; }
@media print { #respond { display: none; } }

.comment + #respond { border-top: 1px solid #EAEAEA; margin-top: 1.875em; padding-top: 1.875em; }

#commentform textarea { font-size: 1.125em; font-weight: 500; }
#commentform input[type="text"], #commentform input[type="email"], #commentform input[type="url"] { width: 49%; }
@media screen and (max-width: 479px) { .aux-resp #commentform input[type="text"], .aux-resp #commentform input[type="email"], .aux-resp #commentform input[type="url"] { width: 100%; } }
#commentform .aux-form-cookies-consent { margin-bottom: 1em; }
#commentform .aux-form-cookies-consent input { margin-right: 10px; margin-top: 2px; }
#commentform .aux-form-cookies-consent label { font-size: 1em; display: inline; }

#cancel-comment-reply-link { position: absolute; top: 8px; right: 0; color: #BBB; }
#cancel-comment-reply-link:hover { text-decoration: underline; }

.nocomments { margin-bottom: 0; border-top: 1px solid #ddd; padding: 1em 0; font-style: italic; }

@media screen and (max-width: 1920px) { .aux-resp .aux-has-sidebar .aux-commentlist .children .children .children { margin-left: 0; }
  .aux-resp .aux-has-sidebar .aux-commentlist .children .children .children > li:first-child { background-image: none; } }
@media screen and (max-width: 1439px) { .aux-resp .aux-commentlist .children .children { margin-left: 0; }
  .aux-resp .aux-commentlist .children .children > li:first-child { background-image: none; } }
@media screen and (max-width: 1023px) { .aux-resp .aux-commentlist .children { margin-left: 0; }
  .aux-resp .aux-commentlist .children > li { padding-left: 0; } }
@media screen and (max-width: 479px) { .bypostauthor.depth-3 > header .author-indicator, .bypostauthor.depth-3 > header .fn, .bypostauthor.depth-4 > header .author-indicator, .bypostauthor.depth-4 > header .fn, .bypostauthor.depth-5 > header .author-indicator, .bypostauthor.depth-5 > header .fn { font-size: 10px; }
  .aux-commentlist .comment .comment-edit-link { position: relative; top: 0; right: auto; } }
/*
===============================================================
 #CUSTOM CSS
- Please do not edit this file. This file is generated from admin area.
- Every changes here will be overwritten by theme
===============================================================*/
    /* header-logo-width 
=========================*/
.aux-logo-header .aux-logo-anchor{ max-width:80px; }
/* header-logo-max-height-type 
=========================*/
.aux-logo-header .aux-logo-anchor > img { max-height:85px; }
/* site-frame-background-color 
=========================*/
@media screen and (min-width: 700px) { .aux-framed .aux-side-frames, body.aux-framed:after, .aux-framed .aux-side-frames:before, .aux-framed .aux-side-frames:after {background-color:#111111;}}
/* sticky-header-color 
=========================*/
.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section { background-color:#1bb0ce !important; }
/* site-header-container-scaled-height 
=========================*/
.aux-top-sticky .site-header-section.aux-sticky .aux-fill .aux-menu-depth-0 > .aux-item-content, .aux-top-sticky .site-header-section.aux-sticky .aux-header-elements,.aux-elementor-header.aux-sticky .elementor-section-wrap > .elementor-section > .elementor-container { min-height:80px; }
/* site-header-container-height 
=========================*/
.site-header-section .aux-header-elements:not(.aux-vertical-menu-elements), .site-header-section .aux-fill .aux-menu-depth-0 > .aux-item-content { height:85px; }
/* site-transparent-header-bgcolor 
=========================*/
.site-header-section { background-color:#FFFFFF; }
/* site-vertical-menu-background-color 
=========================*/
.aux-vertical-menu-side { background-color:#FFF; }
/* site-header-navigation-item-height 
=========================*/
.site-header-section .aux-middle .aux-menu-depth-0 > .aux-item-content { height:60px; }
/* site-mobile-header-toggle-button-color 
=========================*/
.site-header-section .aux-header .aux-burger:before, .site-header-section .aux-header .aux-burger:after, .site-header-section .aux-header .aux-burger .mid-line { border-color:#3d3d3d; }
/* site-menu-full-screen-background-color 
=========================*/
#fs-menu-search:before { background-color:rgba(255, 255, 255, 0.95); }
/* site-top-header-background-color 
=========================*/
#top-header {background-color:#FFFFFF;}
/* blog-post-share-button-icon-size 
=========================*/
.single-post .aux-single-post-share span::before { font-size:10px; }
/* post-title-bar-overlay-pattern-opacity 
=========================*/
.single-post .aux-overlay-bg-hash::before { opacity:0.15; }
/* page-title-bar-overlay-pattern-opacity 
=========================*/
.page .aux-overlay-bg-hash::before { opacity:0.5; }
/* subfooter-bar-layout-bg-color 
=========================*/
.aux-subfooter-bar { background-color:#fafafa; }
/* subfooter-bar-top-border-color 
=========================*/
.aux-subfooter-bar { border-top:1px solid #EAEAEA; }
/* subfooter-layout-bg-image-position 
=========================*/
.aux-subfooter {background-position:center center;}
/* subfooter-layout-bg-image-size 
=========================*/
.aux-subfooter {background-size:cover;}
/* subfooter-layout-bg-image-repeat 
=========================*/
.aux-subfooter {background-repeat:no-repeat;}
/* subfooter-top-border-color 
=========================*/
.aux-subfooter { border-top:1px solid #EAEAEA; }
/* site-footer-bg-color 
=========================*/
.aux-site-footer {background-color:#1A1A1A;}
/* footer-top-border-color 
=========================*/
.aux-site-footer {border-top:1px solid #EAEAEA;}
/* footer-top-border-width 
=========================*/
.aux-site-footer { border-top-width:1px; }
/* site-secondary-logo-max-height 
=========================*/
.aux-logo-footer .aux-logo-anchor img { max-height:50px; }
/* portfolio-single-share-button-icon-size 
=========================*/
.single-portfolio .aux-single-portfolio-share span::before { font-size:10px; }
/* portfolio-title-bar-overlay-pattern-opacity 
=========================*/
.single-portfolio .aux-overlay-bg-hash::before { opacity:0.5; }
/* portfolio-classic-entry-box-background-color 
=========================*/
.post-type-archive-portfolio .aux-entry-boxed .entry-main { background-color:#FFFFFF; }
/* portfolio-classic-entry-box-border-color 
=========================*/
.post-type-archive-portfolio .aux-entry-boxed .entry-main { border-color:#EAEAEA !important; }
/* portfolio-land-side-background-color 
=========================*/
.post-type-archive-portfolio .aux-item-land .aux-land-side { background-color:#FFFFFF; }
/* portfolio-land-side-border-color 
=========================*/
.post-type-archive-portfolio .aux-item-land .aux-land-side { border-color:#EAEAEA !important; }
.gw-go-col-wrap.gw-go-curr, .gw-go-col-wrap.gw-go-hover {
  z-index: 1 !important; }
.gw-go-col-wrap .gw-go-col {
  border: 1px solid #bbbbbb; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern {
    border: 1px solid #bbbbbb; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-col-inner {
      padding: 56px 60px 14px 60px !important;
      background-color: #ffffff; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header-top {
      margin-bottom: 4.5em; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header {
      text-align: center;
      margin-bottom: 49px; }
      .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header .aux-gw-go-title {
        font-weight: 600; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-hr {
      width: 68px;
      border: 0;
      border-bottom: 2px solid;
      border-bottom-color: #bbbbbb;
      margin: 0 auto; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-body + .aux-gw-go-hr {
      margin: 45px auto 30px auto; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-body > li {
      border: none;
      padding-top: 16px !important;
      padding-bottom: 16px !important; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header-price {
      margin-top: 2.45em;
      font-size: 24px;
      font-weight: 500; }
      .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .aux-gw-go-header-price [data-id="amount"] {
        font-size: 80px; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_modern .gw-go-footer-row-inner .aux-button {
      padding: 18px 52px;
      font-size: inherit; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle {
    border: 1px solid #bbbbbb; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-col-inner {
      padding: 56px 60px 14px 60px !important;
      background-color: #ffffff; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-top {
      margin-bottom: 4.5em; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header {
      text-align: center;
      margin-bottom: 49px; }
      .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header .aux-gw-go-title {
        font-weight: 600; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-hr {
      width: 68px;
      border: 0;
      border-bottom: 2px solid;
      border-bottom-color: #bbbbbb;
      margin: 0 auto; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-body + .aux-gw-go-hr {
      margin: 45px auto 30px auto; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-body > li {
      border: none;
      padding-top: 16px !important;
      padding-bottom: 16px !important; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price {
      width: 143px;
      height: 143px;
      margin: 2.45em auto 0 auto;
      border-radius: 50%;
      color: #ffffff;
      font-size: 24px;
      font-weight: 500; }
      .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price > span[data-id="price"] {
        display: block;
        padding-top: 1.5em; }
      .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price [data-id="amount"] {
        font-size: 80px; }
      .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price .payment {
        display: block;
        margin-top: 10px; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_circle .gw-go-footer-row-inner .aux-button {
      padding: 18px 52px;
      font-size: inherit; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-col-inner {
    padding: 0 !important; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-top {
    padding: 2.8em 1em;
    color: #ffffff; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header {
    text-align: center; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header .aux-gw-go-title {
      font-weight: 600; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-body > li {
    border: none;
    color: #3d3d3d;
    padding: 1.75em 1em 0 1em !important; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-body > li > div:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      margin: 0 auto;
      background-color: #eaeaea;
      margin-top: 1.75em; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-price {
    padding: 1.1em 1em;
    font-size: 24px;
    font-weight: 500;
    background-color: #f3f3f3; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-price [data-id="amount"] {
      font-size: 80px; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_classic .gw-go-footer-row-inner .aux-button {
    padding: 18px 52px;
    font-size: inherit; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-col-inner {
    padding: 0 !important; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-top {
    padding: 8.8em 1em;
    background-color: #f3f3f3; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header {
    text-align: center; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header .aux-gw-go-title {
      font-weight: 600; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-body > li {
    border: none;
    color: #3d3d3d;
    padding: 1.75em !important; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-body > li:nth-child(even) {
      background-color: #f3f3f3; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-price {
    padding: 1.1em 1em;
    font-size: 24px;
    font-weight: 500;
    background-color: #f3f3f3; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-price [data-id="amount"] {
      font-size: 80px; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_start .gw-go-footer-row-inner .aux-button {
    padding: 18px 52px;
    font-size: inherit; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-top {
    padding: 2.7em 1em;
    color: #ffffff;
    background-color: #3d3d3d; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price {
    background-color: #f3f3f3; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-top {
    padding: 2.7em 1em;
    color: #3d3d3d;
    background-color: #ffffff; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price {
    background-color: #3d3d3d;
    color: #ffffff; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-col-inner, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-col-inner {
    padding: 0 !important; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header {
    text-align: center; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header .aux-gw-go-title, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header .aux-gw-go-title {
      font-weight: 600; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-body > li, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-body > li {
    border: none;
    color: #3d3d3d;
    padding: 1.75em 1em !important; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-body > li:nth-child(even), .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-body > li:nth-child(even) {
      background-color: #f3f3f3; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price {
    padding: 1.75em 1em;
    font-size: 24px;
    font-weight: 500; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price > span[data-id="price"], .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price > span[data-id="price"] {
      display: block; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price [data-id="amount"], .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price [data-id="amount"] {
      font-size: 80px; }
    .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price .payment, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .aux-gw-go-header-price .payment {
      margin-top: 10px;
      display: block; }
  .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_normal .gw-go-footer-row-inner .aux-button, .gw-go-col-wrap .gw-go-col.gw-go-auxin_hosting_semi .gw-go-footer-row-inner .aux-button {
    padding: 13px 40px;
    margin-bottom: 0;
    font-size: inherit; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_modern {
  border: none; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_modern .gw-go-col-inner {
    color: #ffffff; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_modern .aux-gw-go-hr {
    border-bottom-color: #ffffff; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle {
  border: none; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle .aux-gw-go-header-price {
    color: #3d3d3d;
    background-color: #ffffff !important; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle .gw-go-col-inner {
    color: #ffffff; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_circle .aux-gw-go-hr {
    border-bottom-color: #ffffff; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_classic {
  border: none; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_classic .gw-go-col-inner {
    color: #ffffff; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_classic .aux-gw-go-header-price {
    opacity: 0.95; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_start {
  border: none !important; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_start .aux-gw-go-header-top {
    visibility: hidden !important;
    opacity: 0 !important; }
  .gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_start .gw-go-body {
    border: 1px solid #bbbbbb;
    z-index: 1 !important; }
.gw-go-col-wrap.gw-go-hover .gw-go-col.gw-go-auxin_hosting_normal .aux-gw-go-header-price {
  background-color: #3d3d3d;
  color: #ffffff !important;
  opacity: 0.95; }

.aux-price-table-container .aux-price-table {
  padding-top: 20px;
  background-color: #f7f7f7;
  text-align: center; }
  .aux-price-table-container .aux-price-table.aux-table-header-section {
    padding: 21px;
    background-color: #303030; }
    .aux-price-table-container .aux-price-table.aux-table-header-section div {
      text-align: center;
      color: #fff; }
      .aux-price-table-container .aux-price-table.aux-table-header-section div.aux-table-header-title {
        font-size: 28px; }
      .aux-price-table-container .aux-price-table.aux-table-header-section div.aux-table-header-description {
        font-size: 14px; }
    .aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon {
      width: 150px;
      height: 150px;
      position: absolute;
      top: 0;
      overflow: hidden; }
      .aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.right {
        right: 0; }
        .aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.right div {
          right: 0;
          transform: translateY(-50%) translateX(-24%) translateX(35px) rotate(45deg); }
      .aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.left {
        left: 0; }
        .aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon.left div {
          left: 0;
          transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg); }
      .aux-price-table-container .aux-price-table.aux-table-header-section .aux-table-header-ribbon div {
        text-align: center;
        width: 200%;
        margin-top: 35px;
        font-size: 13px;
        line-height: 2;
        font-weight: 800;
        text-transform: uppercase;
        background: #000; }
  .aux-price-table-container .aux-price-table.aux-table-price-section .aux-sale-amount {
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 10px; }
  .aux-price-table-container .aux-price-table.aux-table-price-section .aux-price-amount {
    font-size: 28px;
    font-weight: 600; }
  .aux-price-table-container .aux-price-table .aux-table-feature {
    padding: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 20px; }
  .aux-price-table-container .aux-price-table.aux-table-footer-section .aux-table-footer-button a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #818a91;
    color: #fff;
    border-radius: 4px; }
/*!>>>>>>>>>>>>>>>>>>>>>>>>> #Portfolio <<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
.single-portfolio .aux-next-prev-posts:not(.aux-sticky-nav) { margin-top: 1.875em; margin-bottom: 4.375em; }
.single-portfolio .aux-widget-related-posts { margin-top: 1.875em; margin-bottom: 4.375em; padding-bottom: 0; }
.single-portfolio .aux-related-container-more { text-align: center; padding-bottom: 60px; }
.single-portfolio .aux-related-container-more .aux-related-btn-more { padding-top: 25px; padding-bottom: 25px; }

/* full width page styles */
.single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 93%; }
@media screen and (max-width: 1439px) { .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 89%; } }
@media screen and (max-width: 1023px) { .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 45%; } }
@media screen and (max-width: 767px) { .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-main, .single-portfolio.aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-main { width: 100%; } }

.type-portfolio { /* like and share button on sigle portfolio*/ }
.aux-single .type-portfolio .clearfix + .entry-content { margin-top: 20px; }
.type-portfolio.hentry .entry-main { margin-bottom: 10px; }
.type-portfolio .aux-text-color-light { color: #EAEAEA; }
.type-portfolio .aux-text-color-light .entry-meta-data dt { color: #EAEAEA; }
.type-portfolio .aux-text-color-light .entry-meta-data dd { color: #EAEAEA; }
.type-portfolio .aux-text-color-light .entry-meta-data .entry-tax > a { color: #EAEAEA; }
.type-portfolio .aux-text-color-dark { color: #3D3D3D; }
.type-portfolio .aux-text-color-dark .entry-meta-data dt { color: #3D3D3D; }
.type-portfolio .aux-text-color-dark .entry-meta-data dd { color: #3D3D3D; }
.type-portfolio .aux-text-color-dark .entry-meta-data .entry-tax > a { color: #3D3D3D; }
.type-portfolio .entry-meta-data dd { margin-left: 0; word-break: break-all; }
.type-portfolio .entry-meta-data .entry-tax > a:hover { color: #1bb0ce; }
.type-portfolio .entry-meta-data .entry-tax > a::before { content: none; }
.type-portfolio .entry-meta-data .entry-tax > a::after { content: ' , '; }
.type-portfolio .entry-meta-data .entry-tax > a:last-child::after { content: ''; }
.type-portfolio .aux-share-btn, .type-portfolio .aux-like-btn { min-width: 115px; margin-right: 0.5em; padding: 11px 0; font-weight: 700; font-size: 0.9375em; }
.type-portfolio .aux-share-btn .aux-icon, .type-portfolio .aux-like-btn .aux-icon { font-size: 100%; line-height: 80%; vertical-align: middle; }
.type-portfolio .entry-media img { width: 100%; }
.type-portfolio .entry-media.aux-stack .aux-media-image { margin-bottom: 30px; }
.type-portfolio .entry-media.aux-stack .aux-media-image:last-child { margin-bottom: 0; }
.type-portfolio .entry-actions { position: relative; border-top: solid 1px #DEDEDE; border-bottom: solid 1px #DEDEDE; font-weight: 800; padding: 25px 0; }
.type-portfolio .entry-actions:after { content: ""; display: table; clear: both; }
.type-portfolio .entry-actions .aux-single-portfolio-share { font-size: 0.875em; cursor: pointer; display: inline-block; }
.type-portfolio .entry-actions .aux-single-portfolio-share .auxicon-share { display: inline-block; vertical-align: middle; }
.type-portfolio.aux-sticky-side { margin-bottom: 0; }
.type-portfolio.aux-side-right, .type-portfolio.aux-side-left {         /* @media screen and (min-width: 768px ) and (max-width: 1023px ) { @at-root .aux-resp & {
 > .entry-side { width: 35%; } > .entry-main { width: 65%; } > .layout-bg{ width: 35%; transform: translateX(0); z-index: -1; } } } */ }
.type-portfolio.aux-side-right > .entry-main, .type-portfolio.aux-side-left > .entry-main { width: 100%; }
.type-portfolio.aux-side-right > .entry-side, .type-portfolio.aux-side-left > .entry-side { width: 340px; transform: translateY(0); }
.type-portfolio.aux-side-right .entry-side-title > *, .type-portfolio.aux-side-left .entry-side-title > * { font-size: 1.625em; }
.type-portfolio.aux-side-right ~ .layout-bg, .type-portfolio.aux-side-left ~ .layout-bg { position: absolute; top: -70px; width: 40vw; height: calc( 100% + 70px ); z-index: -1; }
@media screen and (max-width: 1023px) { .aux-resp .type-portfolio.aux-side-right ~ .layout-bg, .aux-resp .type-portfolio.aux-side-left ~ .layout-bg { display: none; } }
.type-portfolio.aux-side-right .aux-layout-margin, .type-portfolio.aux-side-left .aux-layout-margin { width: 290px; }
.type-portfolio.aux-side-right { padding-right: 410px; }
.type-portfolio.aux-side-right > .entry-main { float: left; }
.type-portfolio.aux-side-right > .entry-side { float: right; margin-right: -410px; }
.type-portfolio.aux-side-right ~ .layout-bg { right: 340px; transform: translateX(100%); }
.type-portfolio.aux-side-right .entry-side-overview { margin-bottom: 30px; }
.type-portfolio.aux-side-right .entry-meta-data { padding-top: 30px; }
.type-portfolio.aux-side-right ~ .aux-related-container, .type-portfolio.aux-side-right ~ .aux-related-container-more { padding-right: 410px; padding-left: 0; }
.aux-full-container .type-portfolio.aux-side-right > .entry-side { padding-right: 105px; width: 480px; margin-left: -480px; }
.aux-full-container .type-portfolio.aux-side-right > .entry-main { margin-right: 480px; padding-right: 35px; padding-left: 35px; }
@media screen and (max-width: 1023px) { .aux-resp .type-portfolio.aux-side-right > .entry-side { margin-right: 0; }
  .aux-resp .type-portfolio.aux-side-right > .layout-bg { right: 0; }
  .aux-resp .type-portfolio.aux-side-right ~ .aux-related-container, .aux-resp .type-portfolio.aux-side-right ~ .aux-related-container-more { padding-right: 0; } }
.type-portfolio.aux-side-left { padding-left: 410px; }
.type-portfolio.aux-side-left > .entry-main { float: right; }
.type-portfolio.aux-side-left > .entry-side { float: left; margin-left: -410px; }
.type-portfolio.aux-side-left ~ .layout-bg { left: 340px; transform: translateX(-100%); }
.type-portfolio.aux-side-left .entry-side-overview { margin-bottom: 30px; }
.type-portfolio.aux-side-left .entry-meta-data { padding-top: 30px; }
.type-portfolio.aux-side-left ~ .aux-related-container, .type-portfolio.aux-side-left ~ .aux-related-container-more { padding-left: 410px; padding-right: 0; }
.aux-full-container .type-portfolio.aux-side-left > .entry-side { padding-left: 105px; width: 480px; margin-right: -480px; }
.aux-full-container .type-portfolio.aux-side-left > .entry-main { margin-left: 480px; padding-left: 35px; padding-right: 35px; }
@media screen and (max-width: 1023px) { .aux-resp .type-portfolio.aux-side-left > .entry-side { margin-left: 0; }
  .aux-resp .type-portfolio.aux-side-left > .layout-bg { left: 0; }
  .aux-resp .type-portfolio.aux-side-left ~ .aux-related-container-more, .aux-resp .type-portfolio.aux-side-left ~ .aux-related-container { padding-left: 0; } }
@media screen and (max-width: 1023px) { .aux-resp .type-portfolio .entry-side.aux-sticky { position: relative; top: 0 !important; transform: none !important; }
  .aux-resp .type-portfolio .aux-sticky-placeholder { display: none; }
  .aux-resp .type-portfolio.aux-side-left > .entry-side, .aux-resp .type-portfolio.aux-side-left > .entry-main, .aux-resp .type-portfolio.aux-side-right > .entry-side, .aux-resp .type-portfolio.aux-side-right > .entry-main { margin-left: 0; margin-right: 0; padding: 35px 35px 0; width: 100%; float: none; left: 0; }
  .aux-resp .type-portfolio.aux-side-left > .entry-side, .aux-resp .type-portfolio.aux-side-right > .entry-side { margin-bottom: 70px; }
  .aux-resp .type-portfolio.aux-side-left > .entry-side .entry-side-overview, .aux-resp .type-portfolio.aux-side-right > .entry-side .entry-side-overview { margin: 0 0 30px 0 !important; }
  .aux-resp .aux-full-container .type-portfolio.aux-side-left > .entry-side, .aux-resp .aux-full-container .type-portfolio.aux-side-right > .entry-side { padding-right: 35px; padding-left: 35px; } }
@media screen and (max-width: 1023px) { .aux-resp .type-portfolio.aux-side-left, .aux-resp .type-portfolio.aux-side-right { padding-left: 0; padding-right: 0; } }
.type-portfolio.aux-side-bottom .entry-side, .type-portfolio.aux-side-top .entry-side { margin: 35px auto; max-width: 820px; padding: 35px; height: auto !important; }
.type-portfolio.aux-side-bottom .entry-side:after, .type-portfolio.aux-side-top .entry-side:after { content: ""; display: table; clear: both; }
.type-portfolio.aux-side-bottom .entry-side .entry-side-overview, .type-portfolio.aux-side-top .entry-side .entry-side-overview { margin-bottom: 30px; }
@media screen and (max-width: 767px) { .aux-resp .type-portfolio.aux-side-bottom .entry-side, .aux-resp .type-portfolio.aux-side-top .entry-side { padding-right: 0; padding-left: 0; } }
.type-portfolio.aux-side-bottom .entry-side-title > *, .type-portfolio.aux-side-top .entry-side-title > * { font-weight: normal; }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-meta-data-container, .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-normal .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-meta-data-container { width: 245px; }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-overview-container, .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-normal .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-overview-container { margin-bottom: 30px; }
@media screen and (max-width: 767px) { .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-overview-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-overview-container { float: none; width: 100%; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .entry-meta-data-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .entry-meta-data-container { margin-top: 35px; } }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .aux-has-meta-data .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-normal .aux-has-meta-data .entry-meta-data-container { float: left; margin-right: -245px; }
.type-portfolio.aux-side-bottom.aux-side-meta-normal .aux-has-meta-data .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-normal .aux-has-meta-data .entry-overview-container { float: right; margin-left: 245px; padding-left: 35px; }
@media screen and (max-width: 767px) { .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-normal .aux-has-meta-data .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-normal .aux-has-meta-data .entry-overview-container { padding-left: 0; } }
.type-portfolio.aux-side-bottom.aux-side-meta-reverse .aux-has-meta-data .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .aux-has-meta-data .entry-meta-data-container { float: right; margin-left: -245px; }
.type-portfolio.aux-side-bottom.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container, .type-portfolio.aux-side-top.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container { float: left; margin-right: 245px; padding-right: 35px; }
@media screen and (max-width: 767px) { .aux-resp .type-portfolio.aux-side-bottom.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container, .aux-resp .type-portfolio.aux-side-top.aux-side-meta-reverse .aux-has-meta-data .entry-overview-container { padding-right: 0; } }
.type-portfolio.aux-side-bottom.aux-side-meta-down .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-down .entry-meta-data-container { margin-top: 35px; }
.type-portfolio.aux-side-bottom.aux-side-meta-hide .entry-meta-data-container, .type-portfolio.aux-side-top.aux-side-meta-hide .entry-meta-data-container { display: none; }

.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper { margin-bottom: 30px; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-media { float: left; width: 63%; margin-bottom: 0px; vertical-align: top; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .aux-land-side { position: absolute; right: 0; height: 100%; width: 37%; padding: 70px 50px; padding-top: 4%; border: solid 1px #EAEAEA; border-left-width: 0; overflow: hidden; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main { overflow: hidden; height: calc(100% - 30px); }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-header { margin-bottom: 1.875em; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-title { font-size: 1.375em; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-title a { color: inherit; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main .entry-title a:hover { color: #1bb0ce; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta { position: absolute; bottom: 45px; left: 0; width: 100%; padding: 0 50px; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax { float: left; font-size: 0.875em; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a { color: #AAA; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a:hover { color: #1bb0ce; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a::before { content: none; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a::after { content: ' , '; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .portfolio-tax .entry-tax > a:last-child::after { content: ''; }
.list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper footer.entry-meta .comments-iconic { font-size: 0.875em; float: right; }
@media screen and (max-width: 1023px) { .list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .aux-land-side { position: relative; width: 100%; padding: 70px 50px; padding-top: 70px; border-left-width: 1px; border-top-width: 0px; overflow: visible; }
  .list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-media { width: 100%; float: none; }
  .list-portfolio .aux-primary .aux-portfolio-land.aux-single-portfolio-wrapper .entry-main { overflow: visible; height: auto; margin-bottom: 1.875em; } }

.list-portfolio.aux-template-type-default .aux-primary .entry-media { margin-bottom: 30px; }
.list-portfolio.aux-template-type-default .aux-primary .entry-title { font-size: 1.1em; }
.list-portfolio.aux-template-type-default .aux-primary .entry-title a { color: inherit; }
.list-portfolio.aux-template-type-default .aux-primary .entry-title a:hover { color: #1bb0ce; }
.list-portfolio.aux-template-type-default .entry-tax { margin-left: 0; font-style: italic; }
.list-portfolio.aux-template-type-default .entry-tax > a:first-child::before { content: none; }

.hentry .aux-portfolio-columns.aux-tile-lighten .aux-portfolio-item-title, .aux-widget-recent-portfolios .aux-portfolio-columns.aux-tile-lighten .aux-portfolio-item-title { color: #3D3D3D; }
.hentry .aux-portfolio-columns .aux-iso-item .aux-col, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-iso-item .aux-col { padding: 0px; }
.hentry .aux-portfolio-columns .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-media { margin-bottom: 27px; position: relative; }
.hentry .aux-portfolio-columns .entry-title, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-title { /* @TODO: later we should change it to work without !important */ font-size: 1.1em !important; }
.hentry .aux-portfolio-columns .entry-title a, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-title a { color: inherit; }
.hentry .aux-portfolio-columns .entry-title a:hover, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-title a:hover { color: #1bb0ce; }
.hentry .aux-portfolio-columns .entry-header, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-header { margin-bottom: 10px; float: left; max-width: calc(100% - 40px); }
.hentry .aux-portfolio-columns .entry-info, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-info { clear: both; }
.hentry .aux-portfolio-columns .entry-tax, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax { margin-left: 0; font-style: italic; }
.hentry .aux-portfolio-columns .entry-tax > a, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a { color: #AAA; }
.hentry .aux-portfolio-columns .entry-tax > a::before, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a::before { content: none; }
.hentry .aux-portfolio-columns .entry-tax > a::after, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a::after { content: ' , '; }
.hentry .aux-portfolio-columns .entry-tax > a:last-child::after, .aux-widget-recent-portfolios .aux-portfolio-columns .entry-tax > a:last-child::after { content: ''; }
.hentry .aux-portfolio-columns .comments-iconic, .aux-widget-recent-portfolios .aux-portfolio-columns .comments-iconic { font-size: 0.875em; }
.hentry .aux-portfolio-columns .aux-hover-active, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-hover-active { position: relative; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-media { margin-bottom: 0; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-media { margin-bottom: 0; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-header, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-header { float: none; max-width: 100%; margin-bottom: 0; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-info, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-info { font-size: 1em; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-title, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-title { font-size: 1.125em; font-weight: 600; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-title a, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-title a { color: #FFFFFF; }
.hentry .aux-portfolio-columns .aux-item-overlay .entry-title a:hover, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-overlay .entry-title a:hover { color: #1bb0ce; }
.hentry .aux-portfolio-columns .aux-overlay-content, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-overlay-content { position: absolute; top: 0; z-index: 1; width: 100%; text-align: center; padding: 1.5em; position: absolute; top: 50%; transform: translateY(-50%); overflow: hidden; }
.hentry .aux-portfolio-columns .aux-portfolio-item-title, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-portfolio-item-title { color: white; font-size: 1.125em; font-weight: 600; }
.hentry .aux-portfolio-columns .aux-portfolio-overlay-buttons, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-portfolio-overlay-buttons { width: 100%; }
.hentry .aux-portfolio-columns .aux-item-classic .entry-main, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-item-classic .entry-main { margin-bottom: 0; }
.hentry .aux-portfolio-columns .aux-arrow-post-link, .hentry .aux-portfolio-columns .aux-lightbox-btn, .hentry .aux-portfolio-columns .aux-hover-circle-plus, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-arrow-post-link, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-lightbox-btn, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-hover-circle-plus { display: inline-block; }
.hentry .aux-portfolio-columns .aux-lightbox-btn, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-lightbox-btn { margin-right: 5px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-media, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-media { margin-bottom: 0; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-info, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-info { margin-bottom: 10px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-main, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-main { border-top: none; padding: 25px 30px 5px; }
.hentry .aux-portfolio-columns .aux-entry-boxed .entry-main:after, .aux-widget-recent-portfolios .aux-portfolio-columns .aux-entry-boxed .entry-main:after { content: ""; display: table; clear: both; }

/** Auxin recent portfolios */
.aux-widget-recent-portfolios { position: relative; }
.aux-widget-recent-portfolios .aux-isotope-ready .aux-col { margin-top: 0; }
.aux-widget-recent-portfolios.aux-carousel { padding: 0 80px; position: relative; }
.aux-widget-recent-portfolios .aux-filters { position: relative; z-index: 9; }
.aux-widget-recent-portfolios .aux-filters:after { content: ""; display: table; clear: both; }
.aux-widget-recent-portfolios .aux-filters.aux-right:not(.aux-dropdown-filter) { display: block; width: 100%; }
.aux-widget-recent-portfolios .aux-filters.aux-right:not(.aux-dropdown-filter) > ul { display: inline-block; float: right; }
.aux-widget-recent-portfolios .aux-filters.aux-center:not(.aux-dropdown-filter) { position: relative; left: 50%; display: inline-block; transform: translateX(-50%); }
.aux-widget-recent-portfolios .aux-filters.aux-center:not(.aux-dropdown-filter) ul { margin-left: auto; }
.aux-widget-recent-portfolios .widget-title + .aux-filters.aux-right { position: absolute; top: 0; right: 0; }
@media screen and (max-width: 767px) { .aux-resp .aux-widget-recent-portfolios .widget-title + .aux-filters.aux-right { position: relative; float: left; } }
.aux-widget-recent-portfolios .aux-tiles-layout .aux-iso-item { float: left; height: 0; position: relative; overflow: hidden; }
.aux-widget-recent-portfolios .aux-portfolio-columns:not(.aux-tiles-layout) { clear: both; }
.aux-widget-recent-portfolios .aux-portfolio-columns:not(.aux-tiles-layout) .aux-iso-item .hentry { padding: 0; }
.aux-widget-recent-portfolios .aux-isotope-layout { max-height: 500px; }
.aux-widget-recent-portfolios .aux-isotope-layout.aux-isotope-ready { max-height: none; }
.aux-widget-recent-portfolios .aux-mc-arrows { position: absolute; bottom: 50%; transform: translateY(50%); }
.aux-widget-recent-portfolios .aux-prev { left: 0; }
.aux-widget-recent-portfolios .aux-next { right: 0; left: auto; }
.elementor-1318 .elementor-element.elementor-element-e6fda96:not(.elementor-motion-effects-element-type-background), .elementor-1318 .elementor-element.elementor-element-e6fda96 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1318 .elementor-element.elementor-element-e6fda96{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:10px 0px 10px 0px;}.elementor-1318 .elementor-element.elementor-element-e6fda96 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1318 .elementor-element.elementor-element-90e7bf6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1318 .elementor-element.elementor-element-90e7bf6 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1318 .elementor-element.elementor-element-99887e1 .elementor-spacer-inner{height:15px;}.elementor-1318 .elementor-element.elementor-element-58f84d4{text-align:center;}.elementor-1318 .elementor-element.elementor-element-58f84d4 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-1318 .elementor-element.elementor-element-8f8159f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-1318 .elementor-element.elementor-element-8f8159f > .elementor-element-populated{margin:0px 0px 0px 20px;}.elementor-1318 .elementor-element.elementor-element-809d0c1{display:block;text-align:center;width:1000px;max-width:1000px;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-vertical .aux-menu-depth-0 .aux-item-content{display:block;text-align:center;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-depth-0 > .aux-item-content{color:#272727;font-family:"Open Sans", Sans-serif;font-size:11px;font-weight:bold;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-depth-0.aux-hover > .aux-item-content {color:#00B8E6 !important;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-depth-0.aux-hover > .aux-item-content{font-size:11px;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-depth-0.current-menu-item > a{color:#35A9F2;font-family:"Open Sans", Sans-serif;font-weight:bold;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-item.aux-open > .aux-submenu{background-color:#35A9F2;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-item.aux-open > .aux-submenu:hover{background-color:#009DFF;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-submenu .aux-menu-item .aux-item-content{color:#FFFFFF !important;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-submenu .aux-menu-item{font-family:"Open Sans", Sans-serif;font-size:13px;font-weight:bold;}.elementor-1318 .elementor-element.elementor-element-809d0c1 > .elementor-widget-container{margin:0px 10px 0px 0px;padding:26px 0px 0px 0px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-1318 .elementor-element.elementor-element-58f84d4{text-align:center;}.elementor-1318 .elementor-element.elementor-element-8f8159f > .elementor-element-populated{padding:0% 0% 0% 42%;}.elementor-1318 .elementor-element.elementor-element-809d0c1{text-align:left;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-vertical .aux-menu-depth-0 .aux-item-content{text-align:left;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-depth-0 > .aux-item-content{line-height:1.9em;letter-spacing:1px;padding:0px 0px 0px 0px;}.elementor-1318 .elementor-element.elementor-element-809d0c1 .aux-menu-depth-0{margin:0% 0% 0% 0%;}}@media(min-width:768px){.elementor-1318 .elementor-element.elementor-element-90e7bf6{width:25%;}.elementor-1318 .elementor-element.elementor-element-8f8159f{width:83%;}}.elementor-1280 .elementor-element.elementor-element-97fb489:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-97fb489 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-97fb489{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-97fb489 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-0da19cb .elementor-spacer-inner{height:50px;}.elementor-1280 .elementor-element.elementor-element-0ddfbac:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-0ddfbac > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-0ddfbac{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-0ddfbac > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-ff7680f{text-align:center;}.elementor-1280 .elementor-element.elementor-element-76f2944:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-76f2944 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-76f2944{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-76f2944 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-abfffa3 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-53868b1 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-8cefda0:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-8cefda0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-8cefda0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-8cefda0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-702cab1 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-248d2e6 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-8304ed7:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-8304ed7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-8304ed7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-8304ed7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-f0c7f7c .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-dba529f .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-1a682f0:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-1a682f0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-1a682f0{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-1a682f0 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-71c27c1 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-c9328d5 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-ad29f60 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-d75ace8 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-c01b59f > .elementor-container{max-width:1200px;}.elementor-1280 .elementor-element.elementor-element-c01b59f:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-c01b59f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-c01b59f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-c01b59f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-c071695 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1280 .elementor-element.elementor-element-a99c205{text-align:center;}.elementor-1280 .elementor-element.elementor-element-aed04f1 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-48da638 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-1219e94 .elementor-spacer-inner{height:20px;}.elementor-1280 .elementor-element.elementor-element-69f9207 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-6cb680a .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-cdef224 .elementor-spacer-inner{height:20px;}.elementor-1280 .elementor-element.elementor-element-49e8a9e > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-1280 .elementor-element.elementor-element-3d55d64 .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-35a7613 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-dcdc26b .elementor-spacer-inner{height:20px;}.elementor-1280 .elementor-element.elementor-element-b04dbc7 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1280 .elementor-element.elementor-element-dcec5eb .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-c319d15 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-13ff7c6 .elementor-spacer-inner{height:20px;}.elementor-1280 .elementor-element.elementor-element-de16524 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-1280 .elementor-element.elementor-element-2804f2c .elementor-heading-title{color:#1BB0CE;font-family:"Lato", Sans-serif;font-weight:700;}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(4px/2);margin-left:calc(4px/2);}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-4px/2);margin-left:calc(-4px/2);}body.rtl .elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-4px/2);}body:not(.rtl) .elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-4px/2);}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-icon i{font-size:14px;}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-icon svg{width:14px;}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-text{color:#F3F4F8;}.elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-item, .elementor-1280 .elementor-element.elementor-element-d974744 .elementor-icon-list-item a{font-family:"Poppins", Sans-serif;}.elementor-1280 .elementor-element.elementor-element-db24ed3:not(.elementor-motion-effects-element-type-background), .elementor-1280 .elementor-element.elementor-element-db24ed3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#24272E;}.elementor-1280 .elementor-element.elementor-element-db24ed3{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-1280 .elementor-element.elementor-element-db24ed3 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1280 .elementor-element.elementor-element-8dbddbf .elementor-spacer-inner{height:50px;}.elementor-1280 .elementor-element.elementor-element-a965361{text-align:center;}.elementor-1280 .elementor-element.elementor-element-a965361 small{font-family:"Lato", Sans-serif;font-size:16px;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-1280 .elementor-element.elementor-element-49e8a9e{width:24.811%;}.elementor-1280 .elementor-element.elementor-element-b04dbc7{width:25.189%;}}@media(max-width:767px){.elementor-1280 .elementor-element.elementor-element-76f2944{padding:0px 0px 0px 20px;}.elementor-1280 .elementor-element.elementor-element-8cefda0{padding:0px 0px 0px 20px;}.elementor-1280 .elementor-element.elementor-element-8304ed7{padding:0px 0px 0px 20px;}.elementor-1280 .elementor-element.elementor-element-1a682f0{padding:0px 0px 0px 20px;}.elementor-1280 .elementor-element.elementor-element-c071695 > .elementor-element-populated{margin:0px 0px 0px 20px;padding:0px 0px 0px 0px;}.elementor-1280 .elementor-element.elementor-element-cdef224 .elementor-spacer-inner{height:30px;}.elementor-1280 .elementor-element.elementor-element-49e8a9e > .elementor-element-populated{margin:0px 0px 0px 20px;}.elementor-1280 .elementor-element.elementor-element-dcdc26b .elementor-spacer-inner{height:30px;}.elementor-1280 .elementor-element.elementor-element-b04dbc7 > .elementor-element-populated{margin:0px 0px 0px 13px;}.elementor-1280 .elementor-element.elementor-element-13ff7c6 .elementor-spacer-inner{height:30px;}.elementor-1280 .elementor-element.elementor-element-de16524 > .elementor-element-populated{margin:0px 0px 0px 13px;}}/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}