/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-widget-hidden{display:none}.yui3-widget-content{overflow:hidden}.yui3-widget-content-expanded{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%}.yui3-widget-tmp-forcesize{overflow:hidden!important}#yui3-css-stamp.skin-sam-widget-base{display:none}/**
 * Slideshow CSS Bundle
 *
 * @file        slideshow.css
 * @copyright   (C) FastLine Media (www.fastlinemedia.com)
 * @license     http://cdn.fastlinemedia.com/fastlinejs/license.txt
 */
/**
 * @style slideshow
 */

/* Wrapper
--------------------------------------------------------------*/
 
.fl-slideshow {
	color: #8c8d8e;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: normal;
	position: relative;
	word-spacing: normal;
}
.fl-slideshow-content {
	position: relative;
}
.fl-slideshow .yui3-widget-content-expanded {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-ms-box-sizing: content-box;
}
.fl-slideshow.fl-fullscreen-active {
	background: #1c1d1f !important;
}
.fl-slideshow a {
	outline: none;
}

/* Loading Image
--------------------------------------------------------------*/

.fl-loading-image {
	width: 42px;
	height: 42px;
	background: #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* Fullscreen
--------------------------------------------------------------*/

.fl-fullscreen-close-message {
	position: absolute;
	z-index: 1000;
	top:200px;
	width: 100%;
	text-align: center;
}
.fl-fullscreen-close-message span {
	display: inline-block;
	padding: 15px 25px;
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/transparent-bg-dark.png) repeat;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 26px;
}
.fl-fullscreen-active.fl-slideshow {
	margin: 0;
	padding: 0;
}

/* Images
--------------------------------------------------------------*/
 
.fl-slideshow-image {
	overflow: hidden;
	position: relative;
}
.fl-slideshow-image,
.fl-slideshow-image img {
	backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-image img {
	position: absolute;
	z-index: 1;
	-webkit-touch-callout: none;
}
.fl-slideshow-video-button {
	display: block;
	width: 88px;
	height: 60px;
	position: absolute;
	z-index: 2;
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-light.png) -120px -80px no-repeat;
}
.fl-slideshow-video-button:hover {
	background-position: -220px -80px;
}
.fl-slideshow-video {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/transparent-bg-dark.png) repeat;
}
.fl-slideshow-video-wrap {
	top: 45px;
	right: 45px;
	bottom: 45px;
	left: 45px;
	position: fixed;
	z-index: 1001;
}
.fl-slideshow-video iframe {
	border: none;
	display: block;
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1001;
}
.fl-slideshow-video-close {
	position: absolute;
	z-index: 10000;
	left: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-light.png) 0 -80px no-repeat;
}
.fl-slideshow-video-close:hover {
	background-position: -40px -80px;
}

/* Image Transtion Slices
--------------------------------------------------------------*/

.fl-slideshow-transition-slice {
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.fl-slideshow-transition-slice img {
	display: block;
	position: absolute;
}

/* Main Image
--------------------------------------------------------------*/

.fl-slideshow-main-image {
	z-index: 2;
}

/* Frame
--------------------------------------------------------------*/

.fl-slideshow-frame {
	position: relative;
}
.fl-slideshow-frame-content {
	height: 100%;
}
.fl-slideshow-frame.fl-click-action-enabled .fl-slideshow-image-img {
	cursor: pointer;
}

/* Nav
--------------------------------------------------------------*/

.fl-slideshow-main-nav {
	position: relative;
	height: 40px;
}
.fl-slideshow-main-nav.fl-slideshow-overlay {
	left: 0;
	right: 0;
	z-index: 10;
}

/* Nav Buttons
--------------------------------------------------------------*/

.fl-slideshow-nav-buttons {
	text-align: center;
}
.fl-slideshow-nav-buttons-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding-left: 5px;
}
.fl-slideshow-nav-buttons-right {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding-right: 5px;
}
.fl-slideshow-nav a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-light.png);
	vertical-align: middle;
}
.fl-slideshow-nav-count {
	display: inline-block;
	height: 9px;
	line-height: 12px;
	padding: 14px 14px 0px;
}

.fl-slideshow-nav-thumbs { background-position: 0 0; }  
.fl-slideshow-nav-thumbs:hover { background-position: 0 -40px; }    

.fl-slideshow-nav-buy { background-position: -40px 0; } 
.fl-slideshow-nav-buy:hover { background-position: -40px -40px; }

.fl-slideshow-nav-caption { background-position: -80px 0; } 
.fl-slideshow-nav-caption:hover { background-position: -80px -40px; }   
.fl-slideshow-nav-caption-disabled,
.fl-slideshow-nav-caption-disabled:hover { background-position: -80px 0; opacity: 0.35; cursor: default; }

.fl-slideshow-nav-social { background-position: -120px 0; } 
.fl-slideshow-nav-social:hover { background-position: -120px -40px; }   

.fl-slideshow-nav-prev,
.fl-slideshow-nav-prevPage { background-position: -160px 0; }   
.fl-slideshow-nav-prev:hover,
.fl-slideshow-nav-prevPage:hover { background-position: -160px -40px; } 

.fl-slideshow-nav-pause { background-position: -200px 0; }  
.fl-slideshow-nav-pause:hover { background-position: -200px -40px; }    

.fl-slideshow-nav-play { background-position: -240px 0; }   
.fl-slideshow-nav-play:hover { background-position: -240px -40px; } 

.fl-slideshow-nav-next,
.fl-slideshow-nav-nextPage { background-position: -280px 0; }   
.fl-slideshow-nav-next:hover,
.fl-slideshow-nav-nextPage:hover { background-position: -280px -40px; } 

.fl-slideshow-nav-fullscreen { background-position: -320px 0; } 
.fl-slideshow-nav-fullscreen:hover { background-position: -320px -40px; }   

.fl-fullscreen-active .fl-slideshow-nav-fullscreen { background-position: -360px 0; }   
.fl-fullscreen-active .fl-slideshow-nav-fullscreen:hover { background-position: -360px -40px; } 

.fl-slideshow-nav-close { background-position: -400px 0; }  
.fl-slideshow-nav-close:hover { background-position: -400px -40px; }    

/* Image Nav
--------------------------------------------------------------*/

.fl-slideshow-image-nav-left,
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-left a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 7;
	width: 100px;
	height: 55px;
	background: none !important;
}
.fl-slideshow-image-nav-left a {
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/arrows-prev.png) left center no-repeat !important;
}
.fl-slideshow-image-nav-left a:hover {
	background-position: -70px center !important;
}
.fl-slideshow-image-nav-right,
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-right a {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 7;
	width: 100px;
	height: 55px;
	background: none !important;
}
.fl-slideshow-image-nav-right a {
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/arrows-next.png) right center no-repeat !important;
}
.fl-slideshow-image-nav-right a:hover {
	background-position: 30px center !important;
}
.fl-slideshow-image-nav-left .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-left a,
.fl-slideshow-image-nav-right .fl-slideshow-nav-buttons,
.fl-slideshow-image-nav-right a {
	width: 100%;
}   

/* Mouse Nav
--------------------------------------------------------------*/

.fl-slideshow-mouse-nav-prev,
.fl-slideshow-mouse-nav-prev div, 
.fl-slideshow-mouse-nav-prev img  {
	cursor: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/arrow-prev.png), w-resize !important;
}
.fl-slideshow-mouse-nav-next,
.fl-slideshow-mouse-nav-next div, 
.fl-slideshow-mouse-nav-next img {
	cursor: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/arrow-next.png), e-resize !important;
}

/* Thumbs
--------------------------------------------------------------*/
 
.fl-slideshow-thumbs {
	position: relative;
	z-index: 1;
}
.fl-slideshow-thumbs-content {
	height: 100%;
	margin: 0 auto;
	position: relative;
}
.fl-slideshow-thumbs.fl-slideshow-overlay {
	z-index: 9;
}
.fl-slideshow-thumbs-clip {
	overflow: hidden;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-thumbs-pages {
	position: relative;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-thumbs-page {
	position: absolute;
	-webkit-backface-visibility: hidden;
}
.fl-slideshow-thumbs .fl-slideshow-image {
	background: #2e3033;
	border: 1px solid #7d818a;
	float: left;
}
.fl-slideshow-thumbs .fl-slideshow-image-active,
.fl-slideshow-thumbs .fl-slideshow-image:hover {
	border: 1px solid #fff;
}
.fl-slideshow-thumbs img {
	cursor: pointer !important;
}

/* Thumbs Nav
--------------------------------------------------------------*/
 
.fl-slideshow-thumbs-left-nav .fl-slideshow-nav-buttons {
	padding: 0 15px;
}
.fl-slideshow-thumbs-right-nav .fl-slideshow-nav-buttons {
	padding: 0 15px;
}

/* Vertical Thumbs
--------------------------------------------------------------*/
 
.fl-slideshow-vertical-thumbs {
	position: absolute;
	top: 0;
	z-index: 20;
}

/* Caption
--------------------------------------------------------------*/

.fl-slideshow-caption {
	width: 100%;
	z-index: 8;
	color: #fff;
}
.fl-slideshow-caption a {
	color: #fff;
}
.fl-slideshow-caption-content {
	padding: 20px;
}
.fl-slideshow-caption-toggle {
	display: inline-block;
	padding: 0 20px 20px;
}

/* Social
--------------------------------------------------------------*/

.fl-slideshow-social {
	width: 100%;
	z-index: 8;
}
.fl-slideshow-social-content {
	padding: 20px 25px 15px;
}

/* Overlays
--------------------------------------------------------------*/

.fl-slideshow-overlay {
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/transparent-bg-dark.png) repeat;
}
.fl-slideshow-overlay iframe {
	border:none;
}
.fl-slideshow-overlay a {
	display: inline-block;
	vertical-align: top;
}
.fl-slideshow-overlay-close {
	position: absolute;
	z-index: 1000;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-light.png) 0 -80px no-repeat;
}
.fl-slideshow-overlay-close:hover {
	background-position: -40px -80px;
}
.fl-slideshow-caption .fl-slideshow-overlay-close,
.fl-slideshow-social .fl-slideshow-overlay-close {
	width: 30px;
	height: 30px;
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-light.png) -80px -80px no-repeat;
}
.fl-slideshow-caption .fl-slideshow-overlay-close:hover,
.fl-slideshow-social .fl-slideshow-overlay-close:hover {
	background-position: -80px -110px;
}

/* Color - Light
--------------------------------------------------------------*/

/* Wrapper */
.fl-slideshow-light {
	color: #333333;
}
.fl-slideshow-light.fl-fullscreen-active {
	background: #f2f2f2 !important;
}

/* Loading Image */
.fl-slideshow-light .fl-loading-image {
	background: #fff;
}

/* Nav */
.fl-slideshow-light .fl-slideshow-nav a {
	background-image: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-dark.png);
}

/* Video */
.fl-slideshow-light .fl-slideshow-video {
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/transparent-bg-light.png) repeat;
}
.fl-slideshow-light .fl-slideshow-video-close {
	background: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-dark.png) 0 -80px no-repeat;
}
.fl-slideshow-light .fl-slideshow-video-close:hover {
	background-position: -40px -80px;
}

/* Thumbs */
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-frame {
	background: #dadde6;
}
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-image {
	border: 1px solid #737373;
}
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-frame-active .fl-slideshow-image,
.fl-slideshow-light .fl-slideshow-thumbs .fl-slideshow-image:hover {
	border: 1px solid #000;
}

/* Caption */
.fl-slideshow-light .fl-slideshow-caption,
.fl-slideshow-light .fl-slideshow-caption a {
	color: #333;
}

/* Overlays */
.fl-slideshow-light .fl-slideshow-overlay {
	background-image: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/transparent-bg-light.png);
}
.fl-slideshow-light .fl-slideshow-overlay-close {
	background-image: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-dark.png);
}
.fl-slideshow-light .fl-slideshow-caption .fl-slideshow-overlay-close,
.fl-slideshow-light .fl-slideshow-social .fl-slideshow-overlay-close {
	background-image: url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/img/slideshow/icons-dark.png);
}

/* SM Font Icon Overrides
--------------------------------------------------------------*/

/* Nav Buttons */
.fl-slideshow-nav a.sm-fonticon,
.fl-slideshow-nav a.sm-fonticon:hover {
	background-image: none !important;
	height: 24px;
	line-height: 24px;
	margin: 5px 7px;
	text-decoration: none;
	vertical-align: middle;
	width: 24px;
}
.fl-slideshow-nav-count.fonticons-enabled {
	display: inline-block;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	margin: 5px 15px;
	padding: 0;
	vertical-align: middle;
}

/* Video */
.fl-slideshow-video-close.sm-fonticon {
	background-image: none !important;
	height: 16px;
	font-size: 32px;
	line-height: 16px;
	text-decoration: none;
	width: 16px;
}

/* Overlays */
.fl-slideshow-overlay-close.sm-fonticon {
	background-image: none !important;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	width: 25px;
}/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
	.mfp-preloader a {
		color: #cccccc; }
		.mfp-preloader a:hover {
			color: white; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none; }
button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
	.mfp-close:hover, .mfp-close:focus {
		opacity: 1; }
	.mfp-close:active {
		top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
	.mfp-arrow:active {
		margin-top: -54px; }
	.mfp-arrow:hover, .mfp-arrow:focus {
		opacity: 1; }
	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		content: '';
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 35px;
		margin-left: 35px;
		border: medium inset transparent; }
	.mfp-arrow:after, .mfp-arrow .mfp-a {
		border-top-width: 13px;
		border-bottom-width: 13px;
		top: 8px; }
	.mfp-arrow:before, .mfp-arrow .mfp-b {
		border-top-width: 21px;
		border-bottom-width: 21px; }

.mfp-arrow-left {
	left: 0; }
	.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
		border-right: 17px solid white;
		margin-left: 31px; }
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
		margin-left: 25px;
		border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
	right: 0; }
	.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
		border-left: 17px solid white;
		margin-left: 39px; }
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
		border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
	.mfp-iframe-holder .mfp-content {
		line-height: 0;
		width: 100%;
		max-width: 900px; }
	.mfp-iframe-holder .mfp-close {
		top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
	.mfp-iframe-scaler iframe {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: black; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
	.mfp-figure:after {
		content: '';
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		display: block;
		right: 0;
		width: auto;
		height: auto;
		z-index: -1;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
		background: #444444; }
	.mfp-figure small {
		color: #bdbdbd;
		display: block;
		font-size: 12px;
		line-height: 14px; }
	.mfp-figure figure {
		margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
			 * Remove all paddings around the image on small screen
			 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure {
		/* The shadow behind the image */ }
		.mfp-img-mobile .mfp-figure:after {
			top: 0;
			bottom: 0; }
		.mfp-img-mobile .mfp-figure small {
			display: inline;
			margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }

.mfp-ie7 .mfp-img {
	padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
	padding: 0; }
.mfp-ie7 .mfp-content {
	padding-top: 44px; }
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0; }/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-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);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content: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%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face {
  font-family: 'Ultimate-Icons';
  src:
    url(//lappvalleyfarm.com/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.ttf?1ddi1j) format('truetype'),
    url(//lappvalleyfarm.com/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.woff?1ddi1j) format('woff'),
    url(//lappvalleyfarm.com/wp-content/uploads/bb-plugin/icons/ultimate-icons/fonts/Ultimate-Icons.svg?1ddi1j#Ultimate-Icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

.ua-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Ultimate-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ua-icon-google-plus:before {
  content: "\ea82";
}
.ua-icon-facebook22:before {
  content: "\ea81";
}
.ua-icon-basket:before {
  content: "\e900";
}
.ua-icon-briefcase:before {
  content: "\e901";
}
.ua-icon-calendar:before {
  content: "\e902";
}
.ua-icon-chat:before {
  content: "\e903";
}
.ua-icon-clock:before {
  content: "\e904";
}
.ua-icon-desktop:before {
  content: "\e905";
}
.ua-icon-dribbble:before {
  content: "\e906";
}
.ua-icon-edit:before {
  content: "\e907";
}
.ua-icon-envelope:before {
  content: "\e908";
}
.ua-icon-facebook:before {
  content: "\e909";
}
.ua-icon-gears:before {
  content: "\e90a";
}
.ua-icon-global:before {
  content: "\e90b";
}
.ua-icon-globe:before {
  content: "\e90c";
}
.ua-icon-googleplus:before {
  content: "\e90d";
}
.ua-icon-heart:before {
  content: "\e90e";
}
.ua-icon-key:before {
  content: "\e90f";
}
.ua-icon-laptop:before {
  content: "\e910";
}
.ua-icon-linkedin:before {
  content: "\e911";
}
.ua-icon-lock:before {
  content: "\e912";
}
.ua-icon-magnifying-glass:before {
  content: "\e913";
}
.ua-icon-map-pin:before {
  content: "\e914";
}
.ua-icon-map:before {
  content: "\e915";
}
.ua-icon-mobile:before {
  content: "\e916";
}
.ua-icon-newspaper:before {
  content: "\e917";
}
.ua-icon-paperclip:before {
  content: "\e918";
}
.ua-icon-pencil:before {
  content: "\e919";
}
.ua-icon-phone:before {
  content: "\e91a";
}
.ua-icon-picture:before {
  content: "\e91b";
}
.ua-icon-presentation:before {
  content: "\e91c";
}
.ua-icon-printer:before {
  content: "\e91d";
}
.ua-icon-profile-female:before {
  content: "\e91e";
}
.ua-icon-profile-male:before {
  content: "\e91f";
}
.ua-icon-quote:before {
  content: "\e920";
}
.ua-icon-streetsign:before {
  content: "\e921";
}
.ua-icon-tablet:before {
  content: "\e922";
}
.ua-icon-tools-2:before {
  content: "\e923";
}
.ua-icon-tools:before {
  content: "\e924";
}
.ua-icon-tumblr:before {
  content: "\e925";
}
.ua-icon-twitter:before {
  content: "\e926";
}
.ua-icon-video:before {
  content: "\e927";
}
.ua-icon-icon-3-mail-envelope-closed:before {
  content: "\e928";
}
.ua-icon-icon-6-mail-envelope-closed:before {
  content: "\e929";
}
.ua-icon-icon-24-key:before {
  content: "\e92a";
}
.ua-icon-icon-29-information:before {
  content: "\e92b";
}
.ua-icon-icon-111-search:before {
  content: "\e92c";
}
.ua-icon-icon-112-search-plus:before {
  content: "\e92d";
}
.ua-icon-icon-113-search-minus:before {
  content: "\e92e";
}
.ua-icon-icon-114-lock:before {
  content: "\e92f";
}
.ua-icon-icon-116-lock-open:before {
  content: "\e930";
}
.ua-icon-icon-118-lock-rounded:before {
  content: "\e931";
}
.ua-icon-icon-120-lock-rounded-open:before {
  content: "\e932";
}
.ua-icon-icon-121-combination-lock:before {
  content: "\e933";
}
.ua-icon-icon-122-printer:before {
  content: "\e934";
}
.ua-icon-icon-123-printer:before {
  content: "\e935";
}
.ua-icon-icon-124-printer-text:before {
  content: "\e936";
}
.ua-icon-icon-125-printer-text:before {
  content: "\e937";
}
.ua-icon-icon-134-pen:before {
  content: "\e938";
}
.ua-icon-icon-135-pen-angled:before {
  content: "\e939";
}
.ua-icon-icon-145-tag-cord:before {
  content: "\e93a";
}
.ua-icon-icon-146-tag:before {
  content: "\e93b";
}
.ua-icon-icon-3-mail-envelope-closed2:before {
  content: "\e93c";
}
.ua-icon-icon-6-mail-envelope-closed2:before {
  content: "\e93d";
}
.ua-icon-icon-24-key2:before {
  content: "\e93e";
}
.ua-icon-icon-29-information2:before {
  content: "\e93f";
}
.ua-icon-icon-111-search2:before {
  content: "\e940";
}
.ua-icon-icon-112-search-plus2:before {
  content: "\e941";
}
.ua-icon-icon-113-search-minus2:before {
  content: "\e942";
}
.ua-icon-icon-114-lock2:before {
  content: "\e943";
}
.ua-icon-icon-116-lock-open2:before {
  content: "\e944";
}
.ua-icon-icon-118-lock-rounded2:before {
  content: "\e945";
}
.ua-icon-icon-120-lock-rounded-open2:before {
  content: "\e946";
}
.ua-icon-icon-121-combination-lock2:before {
  content: "\e947";
}
.ua-icon-icon-122-printer2:before {
  content: "\e948";
}
.ua-icon-icon-123-printer2:before {
  content: "\e949";
}
.ua-icon-icon-124-printer-text2:before {
  content: "\e94a";
}
.ua-icon-icon-125-printer-text2:before {
  content: "\e94b";
}
.ua-icon-icon-134-pen2:before {
  content: "\e94c";
}
.ua-icon-icon-135-pen-angled2:before {
  content: "\e94d";
}
.ua-icon-icon-145-tag-cord2:before {
  content: "\e94e";
}
.ua-icon-icon-146-tag2:before {
  content: "\e94f";
}
.ua-icon-arrow-down:before {
  content: "\e950";
}
.ua-icon-arrow-left:before {
  content: "\e951";
}
.ua-icon-arrow-right:before {
  content: "\e952";
}
.ua-icon-arrow-up:before {
  content: "\e953";
}
.ua-icon-briefcase2:before {
  content: "\e954";
}
.ua-icon-check:before {
  content: "\e955";
}
.ua-icon-circle-add:before {
  content: "\e956";
}
.ua-icon-circle-check:before {
  content: "\e957";
}
.ua-icon-circle-cross:before {
  content: "\e958";
}
.ua-icon-circle-minus:before {
  content: "\e959";
}
.ua-icon-clock2:before {
  content: "\e95a";
}
.ua-icon-cog:before {
  content: "\e95b";
}
.ua-icon-cross:before {
  content: "\e95c";
}
.ua-icon-disc:before {
  content: "\e95d";
}
.ua-icon-fast-forward:before {
  content: "\e95e";
}
.ua-icon-globe2:before {
  content: "\e95f";
}
.ua-icon-head:before {
  content: "\e960";
}
.ua-icon-heart2:before {
  content: "\e961";
}
.ua-icon-help:before {
  content: "\e962";
}
.ua-icon-lock2:before {
  content: "\e963";
}
.ua-icon-mail:before {
  content: "\e964";
}
.ua-icon-map2:before {
  content: "\e965";
}
.ua-icon-minus:before {
  content: "\e966";
}
.ua-icon-monitor:before {
  content: "\e967";
}
.ua-icon-paper-clip:before {
  content: "\e968";
}
.ua-icon-pause:before {
  content: "\e969";
}
.ua-icon-play:before {
  content: "\e96a";
}
.ua-icon-plus:before {
  content: "\e96b";
}
.ua-icon-printer2:before {
  content: "\e96c";
}
.ua-icon-record:before {
  content: "\e96d";
}
.ua-icon-rewind:before {
  content: "\e96e";
}
.ua-icon-search:before {
  content: "\e96f";
}
.ua-icon-speech-bubble:before {
  content: "\e970";
}
.ua-icon-square-add:before {
  content: "\e971";
}
.ua-icon-square-check:before {
  content: "\e972";
}
.ua-icon-square-cross:before {
  content: "\e973";
}
.ua-icon-square-minus:before {
  content: "\e974";
}
.ua-icon-unlock:before {
  content: "\e975";
}
.ua-icon-zoom-in:before {
  content: "\e976";
}
.ua-icon-zoom-out:before {
  content: "\e977";
}
.ua-icon-alarm:before {
  content: "\e978";
}
.ua-icon-arrow-down-circle:before {
  content: "\e979";
}
.ua-icon-arrow-down2:before {
  content: "\e97a";
}
.ua-icon-arrow-left-circle:before {
  content: "\e97b";
}
.ua-icon-arrow-left2:before {
  content: "\e97c";
}
.ua-icon-arrow-right-circle:before {
  content: "\e97d";
}
.ua-icon-arrow-right2:before {
  content: "\e97e";
}
.ua-icon-arrow-up-circle:before {
  content: "\e97f";
}
.ua-icon-arrow-up2:before {
  content: "\e980";
}
.ua-icon-briefcase3:before {
  content: "\e981";
}
.ua-icon-bubble:before {
  content: "\e982";
}
.ua-icon-calendar-full:before {
  content: "\e983";
}
.ua-icon-camera-video:before {
  content: "\e984";
}
.ua-icon-camera:before {
  content: "\e985";
}
.ua-icon-cart:before {
  content: "\e986";
}
.ua-icon-chart-bars:before {
  content: "\e987";
}
.ua-icon-checkmark-circle:before {
  content: "\e988";
}
.ua-icon-chevron-down-circle:before {
  content: "\e989";
}
.ua-icon-chevron-down:before {
  content: "\e98a";
}
.ua-icon-chevron-left-circle:before {
  content: "\e98b";
}
.ua-icon-chevron-left:before {
  content: "\e98c";
}
.ua-icon-chevron-right-circle:before {
  content: "\e98d";
}
.ua-icon-chevron-right:before {
  content: "\e98e";
}
.ua-icon-chevron-up-circle:before {
  content: "\e98f";
}
.ua-icon-chevron-up:before {
  content: "\e990";
}
.ua-icon-circle-minus2:before {
  content: "\e991";
}
.ua-icon-clock3:before {
  content: "\e992";
}
.ua-icon-cog2:before {
  content: "\e993";
}
.ua-icon-cross-circle:before {
  content: "\e994";
}
.ua-icon-cross2:before {
  content: "\e995";
}
.ua-icon-earth:before {
  content: "\e996";
}
.ua-icon-envelope2:before {
  content: "\e997";
}
.ua-icon-eye:before {
  content: "\e998";
}
.ua-icon-film-play:before {
  content: "\e999";
}
.ua-icon-gift:before {
  content: "\e99a";
}
.ua-icon-heart3:before {
  content: "\e99b";
}
.ua-icon-history:before {
  content: "\e99c";
}
.ua-icon-home:before {
  content: "\e99d";
}
.ua-icon-keyboard:before {
  content: "\e99e";
}
.ua-icon-laptop-phone:before {
  content: "\e99f";
}
.ua-icon-laptop2:before {
  content: "\e9a0";
}
.ua-icon-leaf:before {
  content: "\e9a1";
}
.ua-icon-license:before {
  content: "\e9a2";
}
.ua-icon-location:before {
  content: "\e9a3";
}
.ua-icon-lock3:before {
  content: "\e9a4";
}
.ua-icon-magnifier:before {
  content: "\e9a5";
}
.ua-icon-map-marker:before {
  content: "\e9a6";
}
.ua-icon-map3:before {
  content: "\e9a7";
}
.ua-icon-menu-circle:before {
  content: "\e9a8";
}
.ua-icon-menu:before {
  content: "\e9a9";
}
.ua-icon-mic:before {
  content: "\e9aa";
}
.ua-icon-moon:before {
  content: "\e9ab";
}
.ua-icon-move:before {
  content: "\e9ac";
}
.ua-icon-mustache:before {
  content: "\e9ad";
}
.ua-icon-neutral:before {
  content: "\e9ae";
}
.ua-icon-paperclip2:before {
  content: "\e9af";
}
.ua-icon-paw:before {
  content: "\e9b0";
}
.ua-icon-pencil2:before {
  content: "\e9b1";
}
.ua-icon-phone-handset:before {
  content: "\e9b2";
}
.ua-icon-phone2:before {
  content: "\e9b3";
}
.ua-icon-picture2:before {
  content: "\e9b4";
}
.ua-icon-pie-chart:before {
  content: "\e9b5";
}
.ua-icon-plus-circle:before {
  content: "\e9b6";
}
.ua-icon-printer3:before {
  content: "\e9b7";
}
.ua-icon-question-circle:before {
  content: "\e9b8";
}
.ua-icon-rocket:before {
  content: "\e9b9";
}
.ua-icon-sad:before {
  content: "\e9ba";
}
.ua-icon-screen:before {
  content: "\e9bb";
}
.ua-icon-shirt:before {
  content: "\e9bc";
}
.ua-icon-smartphone:before {
  content: "\e9bd";
}
.ua-icon-smile:before {
  content: "\e9be";
}
.ua-icon-star:before {
  content: "\e9bf";
}
.ua-icon-store:before {
  content: "\e9c0";
}
.ua-icon-sync:before {
  content: "\e9c1";
}
.ua-icon-tablet2:before {
  content: "\e9c2";
}
.ua-icon-tag:before {
  content: "\e9c3";
}
.ua-icon-trash:before {
  content: "\e9c4";
}
.ua-icon-unlink:before {
  content: "\e9c5";
}
.ua-icon-user:before {
  content: "\e9c6";
}
.ua-icon-users:before {
  content: "\e9c7";
}
.ua-icon-px-with-circle:before {
  content: "\e9c8";
}
.ua-icon-px:before {
  content: "\e9c9";
}
.ua-icon-app-store:before {
  content: "\e9ca";
}
.ua-icon-dribbble-with-circle:before {
  content: "\e9cb";
}
.ua-icon-dribbble2:before {
  content: "\e9cc";
}
.ua-icon-facebook-with-circle:before {
  content: "\e9cd";
}
.ua-icon-facebook2:before {
  content: "\e9ce";
}
.ua-icon-flickr-with-circle:before {
  content: "\e9cf";
}
.ua-icon-flickr:before {
  content: "\e9d0";
}
.ua-icon-github-with-circle:before {
  content: "\e9d1";
}
.ua-icon-github:before {
  content: "\e9d2";
}
.ua-icon-google-with-circle:before {
  content: "\e9d3";
}
.ua-icon-google:before {
  content: "\e9d4";
}
.ua-icon-instagram-with-circle:before {
  content: "\e9d5";
}
.ua-icon-instagram:before {
  content: "\e9d6";
}
.ua-icon-linkedin-with-circle:before {
  content: "\e9d7";
}
.ua-icon-linkedin2:before {
  content: "\e9d8";
}
.ua-icon-pinterest-with-circle:before {
  content: "\e9d9";
}
.ua-icon-pinterest:before {
  content: "\e9da";
}
.ua-icon-tripadvisor:before {
  content: "\e9db";
}
.ua-icon-tumblr-with-circle:before {
  content: "\e9dc";
}
.ua-icon-tumblr2:before {
  content: "\e9dd";
}
.ua-icon-twitter-with-circle:before {
  content: "\e9de";
}
.ua-icon-twitter2:before {
  content: "\e9df";
}
.ua-icon-vimeo-with-circle:before {
  content: "\e9e0";
}
.ua-icon-vimeo:before {
  content: "\e9e1";
}
.ua-icon-windows-store:before {
  content: "\e9e2";
}
.ua-icon-yelp:before {
  content: "\e9e3";
}
.ua-icon-youtube-with-circle:before {
  content: "\e9e4";
}
.ua-icon-youtube:before {
  content: "\e9e5";
}
.ua-icon-air:before {
  content: "\e9e6";
}
.ua-icon-arrow-long-down:before {
  content: "\e9e7";
}
.ua-icon-arrow-long-left:before {
  content: "\e9e8";
}
.ua-icon-arrow-long-right:before {
  content: "\e9e9";
}
.ua-icon-arrow-long-up:before {
  content: "\e9ea";
}
.ua-icon-arrow-with-circle-down:before {
  content: "\e9eb";
}
.ua-icon-arrow-with-circle-left:before {
  content: "\e9ec";
}
.ua-icon-arrow-with-circle-right:before {
  content: "\e9ed";
}
.ua-icon-arrow-with-circle-up:before {
  content: "\e9ee";
}
.ua-icon-attachment:before {
  content: "\e9ef";
}
.ua-icon-bar-graph:before {
  content: "\e9f0";
}
.ua-icon-briefcase4:before {
  content: "\e9f1";
}
.ua-icon-browser:before {
  content: "\e9f2";
}
.ua-icon-calculator:before {
  content: "\e9f3";
}
.ua-icon-calendar2:before {
  content: "\e9f4";
}
.ua-icon-camera2:before {
  content: "\e9f5";
}
.ua-icon-chat2:before {
  content: "\e9f6";
}
.ua-icon-check2:before {
  content: "\e9f7";
}
.ua-icon-chevron-down2:before {
  content: "\e9f8";
}
.ua-icon-chevron-left2:before {
  content: "\e9f9";
}
.ua-icon-chevron-right2:before {
  content: "\e9fa";
}
.ua-icon-chevron-small-down:before {
  content: "\e9fb";
}
.ua-icon-chevron-small-left:before {
  content: "\e9fc";
}
.ua-icon-chevron-small-right:before {
  content: "\e9fd";
}
.ua-icon-chevron-small-up:before {
  content: "\e9fe";
}
.ua-icon-chevron-thin-down:before {
  content: "\e9ff";
}
.ua-icon-chevron-thin-left:before {
  content: "\ea00";
}
.ua-icon-chevron-thin-right:before {
  content: "\ea01";
}
.ua-icon-chevron-thin-up:before {
  content: "\ea02";
}
.ua-icon-chevron-up2:before {
  content: "\ea03";
}
.ua-icon-chevron-with-circle-down:before {
  content: "\ea04";
}
.ua-icon-chevron-with-circle-left:before {
  content: "\ea05";
}
.ua-icon-chevron-with-circle-right:before {
  content: "\ea06";
}
.ua-icon-chevron-with-circle-up:before {
  content: "\ea07";
}
.ua-icon-circle-with-cross:before {
  content: "\ea08";
}
.ua-icon-circle-with-minus:before {
  content: "\ea09";
}
.ua-icon-circle-with-plus:before {
  content: "\ea0a";
}
.ua-icon-clock4:before {
  content: "\ea0b";
}
.ua-icon-cog3:before {
  content: "\ea0c";
}
.ua-icon-compass:before {
  content: "\ea0d";
}
.ua-icon-controller-play:before {
  content: "\ea0e";
}
.ua-icon-controller-record:before {
  content: "\ea0f";
}
.ua-icon-controller-stop:before {
  content: "\ea10";
}
.ua-icon-creative-commons-noderivs:before {
  content: "\ea11";
}
.ua-icon-credit-card:before {
  content: "\ea12";
}
.ua-icon-credit:before {
  content: "\ea13";
}
.ua-icon-cross3:before {
  content: "\ea14";
}
.ua-icon-direction:before {
  content: "\ea15";
}
.ua-icon-dot-single:before {
  content: "\ea16";
}
.ua-icon-edit2:before {
  content: "\ea17";
}
.ua-icon-email:before {
  content: "\ea18";
}
.ua-icon-emoji-flirt:before {
  content: "\ea19";
}
.ua-icon-emoji-happy:before {
  content: "\ea1a";
}
.ua-icon-emoji-neutral:before {
  content: "\ea1b";
}
.ua-icon-emoji-sad:before {
  content: "\ea1c";
}
.ua-icon-eye2:before {
  content: "\ea1d";
}
.ua-icon-fingerprint:before {
  content: "\ea1e";
}
.ua-icon-flow-tree:before {
  content: "\ea1f";
}
.ua-icon-gauge:before {
  content: "\ea20";
}
.ua-icon-globe3:before {
  content: "\ea21";
}
.ua-icon-grid:before {
  content: "\ea22";
}
.ua-icon-hair-cross:before {
  content: "\ea23";
}
.ua-icon-heart-outlined:before {
  content: "\ea24";
}
.ua-icon-heart4:before {
  content: "\ea25";
}
.ua-icon-help-with-circle:before {
  content: "\ea26";
}
.ua-icon-help2:before {
  content: "\ea27";
}
.ua-icon-home2:before {
  content: "\ea28";
}
.ua-icon-infinity:before {
  content: "\ea29";
}
.ua-icon-info-with-circle:before {
  content: "\ea2a";
}
.ua-icon-info:before {
  content: "\ea2b";
}
.ua-icon-key2:before {
  content: "\ea2c";
}
.ua-icon-keyboard2:before {
  content: "\ea2d";
}
.ua-icon-landline:before {
  content: "\ea2e";
}
.ua-icon-laptop3:before {
  content: "\ea2f";
}
.ua-icon-lifebuoy:before {
  content: "\ea30";
}
.ua-icon-light-bulb:before {
  content: "\ea31";
}
.ua-icon-location-pin:before {
  content: "\ea32";
}
.ua-icon-lock-open:before {
  content: "\ea33";
}
.ua-icon-lock4:before {
  content: "\ea34";
}
.ua-icon-magnifying-glass2:before {
  content: "\ea35";
}
.ua-icon-mail2:before {
  content: "\ea36";
}
.ua-icon-map4:before {
  content: "\ea37";
}
.ua-icon-medal:before {
  content: "\ea38";
}
.ua-icon-menu2:before {
  content: "\ea39";
}
.ua-icon-message:before {
  content: "\ea3a";
}
.ua-icon-minus2:before {
  content: "\ea3b";
}
.ua-icon-mobile2:before {
  content: "\ea3c";
}
.ua-icon-news:before {
  content: "\ea3d";
}
.ua-icon-phone3:before {
  content: "\ea3e";
}
.ua-icon-plus2:before {
  content: "\ea3f";
}
.ua-icon-quote2:before {
  content: "\ea40";
}
.ua-icon-shopping-basket:before {
  content: "\ea41";
}
.ua-icon-shopping-cart:before {
  content: "\ea42";
}
.ua-icon-squared-minus:before {
  content: "\ea43";
}
.ua-icon-squared-plus:before {
  content: "\ea44";
}
.ua-icon-tablet-mobile-combo:before {
  content: "\ea45";
}
.ua-icon-tablet3:before {
  content: "\ea46";
}
.ua-icon-tools2:before {
  content: "\ea47";
}
.ua-icon-tv:before {
  content: "\ea48";
}
.ua-icon-typing:before {
  content: "\ea49";
}
.ua-icon-user2:before {
  content: "\ea4a";
}
.ua-icon-users2:before {
  content: "\ea4b";
}
.ua-icon-video-camera:before {
  content: "\ea4c";
}
.ua-icon-video2:before {
  content: "\ea4d";
}
.ua-icon-vinyl:before {
  content: "\ea4e";
}
.ua-icon-Home:before {
  content: "\ea4f";
}
.ua-icon-LightBulb:before {
  content: "\ea50";
}
.ua-icon-Anchor:before {
  content: "\ea51";
}
.ua-icon-Feather:before {
  content: "\ea52";
}
.ua-icon-Expand:before {
  content: "\ea53";
}
.ua-icon-Maximize:before {
  content: "\ea54";
}
.ua-icon-Search:before {
  content: "\ea55";
}
.ua-icon-Zoomin:before {
  content: "\ea56";
}
.ua-icon-Zoomout:before {
  content: "\ea57";
}
.ua-icon-Add:before {
  content: "\ea58";
}
.ua-icon-Subtract:before {
  content: "\ea59";
}
.ua-icon-Exclamation:before {
  content: "\ea5a";
}
.ua-icon-Question:before {
  content: "\ea5b";
}
.ua-icon-Close:before {
  content: "\ea5c";
}
.ua-icon-Pause:before {
  content: "\ea5d";
}
.ua-icon-Envelope:before {
  content: "\ea5e";
}
.ua-icon-Compose:before {
  content: "\ea5f";
}
.ua-icon-Newspaper:before {
  content: "\ea60";
}
.ua-icon-Newspaperalt:before {
  content: "\ea61";
}
.ua-icon-Calendar:before {
  content: "\ea62";
}
.ua-icon-Hyperlink:before {
  content: "\ea63";
}
.ua-icon-Trash:before {
  content: "\ea64";
}
.ua-icon-Trashalt:before {
  content: "\ea65";
}
.ua-icon-Grid:before {
  content: "\ea66";
}
.ua-icon-Gridalt:before {
  content: "\ea67";
}
.ua-icon-List:before {
  content: "\ea68";
}
.ua-icon-Calculator:before {
  content: "\ea69";
}
.ua-icon-Windows:before {
  content: "\ea6a";
}
.ua-icon-Browser:before {
  content: "\ea6b";
}
.ua-icon-Alarm:before {
  content: "\ea6c";
}
.ua-icon-Clock:before {
  content: "\ea6d";
}
.ua-icon-Attachment:before {
  content: "\ea6e";
}
.ua-icon-Settings:before {
  content: "\ea6f";
}
.ua-icon-Portfolio:before {
  content: "\ea70";
}
.ua-icon-User:before {
  content: "\ea71";
}
.ua-icon-Users:before {
  content: "\ea72";
}
.ua-icon-Heart:before {
  content: "\ea73";
}
.ua-icon-Chat:before {
  content: "\ea74";
}
.ua-icon-Comments:before {
  content: "\ea75";
}
.ua-icon-Screen:before {
  content: "\ea76";
}
.ua-icon-iPhone:before {
  content: "\ea77";
}
.ua-icon-Instagram:before {
  content: "\ea78";
}
.ua-icon-facebook3:before {
  content: "\ea79";
}
.ua-icon-Delicious:before {
  content: "\ea7a";
}
.ua-icon-GooglePlus:before {
  content: "\ea7b";
}
.ua-icon-Dribbble:before {
  content: "\ea7c";
}
.ua-icon-Pin:before {
  content: "\ea7d";
}
.ua-icon-Pinalt:before {
  content: "\ea7e";
}
.ua-icon-Cloud:before {
  content: "\ea7f";
}
.ua-icon-Circle-Full:before {
  content: "\ea80";
}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

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

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

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

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

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

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

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

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

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

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//lappvalleyfarm.com/wp-content/plugins/bbpowerpack/assets/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

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

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

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

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

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

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
/**
 * Base CSS used by the builder's layout, including rows
 * and columns. Any module specific global CSS should be
 * included in fl-builder-layout-modules.css.
 */

/* Grid
------------------------------------------------------ */

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fl-row:before,
.fl-row:after,
.fl-row-content:before,
.fl-row-content:after,
.fl-col-group:before,
.fl-col-group:after,
.fl-col:before,
.fl-col:after,
.fl-module:not([data-accepts]):before,
.fl-module:not([data-accepts]):after,
.fl-module-content:before,
.fl-module-content:after {
	display: table;
	content: " ";
}
.fl-row:after,
.fl-row-content:after,
.fl-col-group:after,
.fl-col:after,
.fl-module:not([data-accepts]):after,
.fl-module-content:after {
	clear: both;
}
.fl-clear {
	clear: both;
}

/* Rows
------------------------------------------------------ */

.fl-row,
.fl-row-content {
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}
.fl-row-content-wrap {
	position: relative;
}

/* Photo Bg */
.fl-builder-mobile .fl-row-bg-photo .fl-row-content-wrap {
	background-attachment: scroll;
}

/* Video and Embed Code Bg */
.fl-row-bg-video,
.fl-row-bg-video .fl-row-content,
.fl-row-bg-embed,
.fl-row-bg-embed .fl-row-content {
	position: relative;
}

.fl-row-bg-video .fl-bg-video,
.fl-row-bg-embed .fl-bg-embed-code {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.fl-row-bg-video .fl-bg-video video,
.fl-row-bg-embed .fl-bg-embed-code video {
	bottom: 0;
	left: 0px;
	max-width: none;
	position: absolute;
	right: 0;
	top: 0px;
}
.fl-row-bg-video .fl-bg-video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}
.fl-row-bg-video .fl-bg-video iframe,
.fl-row-bg-embed .fl-bg-embed-code iframe {
	pointer-events: none;
	width: 100vw;
  	height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  	max-width: none;
  	min-height: 100vh;
  	min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  	position: absolute;
  	top: 50%;
  	left: 50%;
	-ms-transform: translate(-50%, -50%); /* IE 9 */
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
  	transform: translate(-50%, -50%);
}
.fl-bg-video-fallback {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
}

/* Slideshow Bg */
.fl-row-bg-slideshow,
.fl-row-bg-slideshow .fl-row-content {
	position: relative;
}
.fl-row .fl-bg-slideshow {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.fl-builder-edit .fl-row .fl-bg-slideshow * {
	bottom: 0;
	height: auto !important;
	left: 0;
	position: absolute !important;
	right: 0;
	top: 0;
}

/* Row Bg Overlay */
.fl-row-bg-overlay .fl-row-content-wrap:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-row-bg-overlay .fl-row-content {
	position: relative;
	z-index: 1;
}

/* Full Height Rows */
.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
}
.fl-row-overlap-top .fl-row-content-wrap {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
}
.fl-row-default-height .fl-row-content-wrap,
.fl-row-custom-height .fl-row-content-wrap {
	min-height: 0;
}

.fl-row-default-height .fl-row-content,
.fl-row-full-height .fl-row-content,
.fl-row-custom-height .fl-row-content {
  -webkit-box-flex: 1 1 auto;
  	 -moz-box-flex: 1 1 auto;
  	  -webkit-flex: 1 1 auto;
  		  -ms-flex: 1 1 auto;
  			  flex: 1 1 auto;
}
.fl-row-default-height .fl-row-full-width.fl-row-content,
.fl-row-full-height .fl-row-full-width.fl-row-content,
.fl-row-custom-height .fl-row-full-width.fl-row-content {
	max-width: 100%;
	width: 100%;
}

/* Full height align center */
.fl-row-default-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-center .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-center .fl-row-content-wrap {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

/* Full height align bottom */
.fl-row-default-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-full-height.fl-row-align-bottom .fl-row-content-wrap,
.fl-row-custom-height.fl-row-align-bottom .fl-row-content-wrap {
	-webkit-align-items: flex-end;
	-webkit-justify-content: flex-end;
	-webkit-box-align: end;
	-webkit-box-pack: end;
	-ms-flex-align: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	align-items: flex-end;
}

/* Column Groups
------------------------------------------------------ */
.fl-col-group-equal-height {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.fl-col-group-equal-height.fl-col-group-has-child-loading {
	flex-wrap: nowrap;
}
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
	display: flex;
	flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-col-content {
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	width: 100%;
}
.fl-col-group-equal-height:before,
.fl-col-group-equal-height .fl-col:before,
.fl-col-group-equal-height .fl-col-content:before,
.fl-col-group-equal-height:after,
.fl-col-group-equal-height .fl-col:after,
.fl-col-group-equal-height .fl-col-content:after{
	content: none;
}

/* Equal height align top */
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-top .fl-col-content {
	justify-content: flex-start;
}

/* Equal height align center */
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-center .fl-col-content {
	justify-content: center;
}

/* Equal height align bottom */
.fl-col-group-nested.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content,
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
	justify-content: flex-end;
}

.fl-col-group-equal-height.fl-col-group-align-center .fl-col-group {
	width: 100%;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	float: left;
	min-height: 1px;
}

/* Column Bg Overlay */
.fl-col-bg-overlay .fl-col-content {
	position: relative;
}
.fl-col-bg-overlay .fl-col-content:after {
	border-radius: inherit;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.fl-col-bg-overlay .fl-module {
	position: relative;
	z-index: 2;
}

/* Templates
------------------------------------------------------ */

.single:not(.woocommerce).single-fl-builder-template .fl-content {
	width: 100%;
}

/* Shapes & Patterns
------------------------------------------------------- */
.fl-builder-layer {
	position: absolute;
	top:0;
	left:0;
	right: 0;
	bottom: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.fl-builder-shape-layer {
	z-index: 0;
}
.fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer {
	z-index: 1;
}
.fl-row-bg-overlay .fl-builder-shape-layer.fl-builder-bottom-edge-layer {
	z-index: 2;
}
.fl-row-has-layers .fl-row-content {
	z-index: 1;
}
.fl-row-bg-overlay .fl-row-content {
	z-index: 2;
}

.fl-builder-layer > * {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width: 100%;
}
.fl-builder-layer + .fl-row-content {
	position: relative;
}
.fl-builder-layer .fl-shape {
	fill: #aaa;
	stroke: none;
	stroke-width: 0;
	width:100%;
}
/**
Fix ipad parallax issue on safari
https://core.trac.wordpress.org/ticket/48802
https://core.trac.wordpress.org/ticket/49285
https://github.com/WordPress/gutenberg/issues/17718
*/
@supports (-webkit-touch-callout: inherit) {
  .fl-row.fl-row-bg-parallax .fl-row-content-wrap,
  .fl-row.fl-row-bg-fixed .fl-row-content-wrap {
    background-position: center !important;
    background-attachment: scroll !important;
  }
}

@supports (-webkit-touch-callout: none) {
	.fl-row.fl-row-bg-fixed .fl-row-content-wrap {
		background-position: center !important;
		background-attachment: scroll !important;
	}
}
/**
 * Base CSS used by all (or many) modules. This file should
 * not contain any generic layout CSS that doesn't apply to
 * modules. That belongs in fl-builder-layout.css.
 */

/* Utilities
------------------------------------------------------ */

.fl-clearfix:before,
.fl-clearfix:after {
	display: table;
	content: " ";
}
.fl-clearfix:after {
	clear: both;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

/* Buttons
------------------------------------------------------ */

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px 24px;
	text-decoration: none;
	text-shadow: none;
}
.fl-builder-content .fl-button:hover {
	text-decoration: none;
}
.fl-builder-content .fl-button:active {
	position: relative;
	top: 1px;
}
.fl-builder-content .fl-button-width-full .fl-button {
	display: block;
	text-align: center;
}
.fl-builder-content .fl-button-width-custom .fl-button {
	display: inline-block;
	text-align: center;
	max-width: 100%;
}
.fl-builder-content .fl-button-left {
	text-align: left;
}
.fl-builder-content .fl-button-center {
	text-align: center;
}
.fl-builder-content .fl-button-right {
	text-align: right;
}
.fl-builder-content .fl-button i {
	font-size: 1.3em;
	height: auto;
	margin-right:8px;
	vertical-align: middle;
	width: auto;
}
.fl-builder-content .fl-button i.fl-button-icon-after {
	margin-left: 8px;
	margin-right: 0;
}
.fl-builder-content .fl-button-has-icon .fl-button-text {
	vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.fl-icon-wrap {
	display: inline-block;
}
.fl-icon {
	display: table-cell;
	vertical-align: middle;
}
.fl-icon a {
	text-decoration: none;
}
.fl-icon i {
	float: right;
	height: auto;
	width: auto;
}
.fl-icon i:before {
	border: none !important;
	height: auto;
	width: auto;
}
.fl-icon-text {
	display: table-cell;
	text-align: left;
	padding-left: 15px;
	vertical-align: middle;
}
.fl-icon-text-empty {
	display: none;
}
.fl-icon-text *:last-child {
	margin: 0 !important;
	padding: 0 !important;
}
.fl-icon-text a {
	text-decoration: none;
}
.fl-icon-text span {
	display: block;
}
.fl-icon-text span.mce-edit-focus {
	min-width: 1px;
}

/* Photos
------------------------------------------------------ */

.fl-module img {
	max-width: 100%;
}
.fl-photo {
	line-height: 0;
	position: relative;
}
.fl-photo-align-left {
	text-align: left;
}
.fl-photo-align-center {
	text-align: center;
}
.fl-photo-align-right {
	text-align: right;
}
.fl-photo-content {
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
.fl-photo-img-svg {
	width: 100%;
}
.fl-photo-content img {
	display: inline;
	height: auto;
	max-width: 100%;
}
.fl-photo-crop-circle img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.fl-photo-caption {
	font-size: 13px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fl-photo-caption-below {
	padding-bottom: 20px;
	padding-top: 10px;
}
.fl-photo-caption-hover {
	background: rgba(0,0,0,0.7);
	bottom: 0;
	color: #fff;
	left: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	padding: 10px 15px;
	position: absolute;
	right: 0;
	-webkit-transition:opacity 0.3s ease-in;
	-moz-transition:opacity 0.3s ease-in;
	transition:opacity 0.3s ease-in;
}
.fl-photo-content:hover .fl-photo-caption-hover {
	opacity: 100;
	filter: alpha(opacity = 100);
}

/* Pagination
------------------------------------------------------ */

.fl-builder-pagination,
.fl-builder-pagination-load-more {
	padding: 40px 0;
}
.fl-builder-pagination ul.page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
.fl-builder-pagination li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.fl-builder-pagination li a.page-numbers,
.fl-builder-pagination li span.page-numbers {
	border: 1px solid #e6e6e6;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 0 5px;
}
.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #f5f5f5;
	text-decoration: none;
}

/* Slideshows
------------------------------------------------------ */

.fl-slideshow,
.fl-slideshow * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;

}
.fl-slideshow .fl-slideshow-image img {
	max-width: none !important;
}
.fl-slideshow-social {
	line-height: 0 !important;
}
.fl-slideshow-social * {
	margin: 0 !important;
}

/* Sliders
------------------------------------------------------ */

.fl-builder-content .bx-wrapper .bx-viewport {
	background: transparent;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	left: 0;
}

/* Lightbox
------------------------------------------------------ */

.mfp-wrap button.mfp-arrow,
.mfp-wrap button.mfp-arrow:active,
.mfp-wrap button.mfp-arrow:hover,
.mfp-wrap button.mfp-arrow:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 50%;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	background: transparent !important;
	border: none !important;
	outline: none;
	position: absolute;
	top: 0;
	box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
.admin-bar .mfp-wrap .mfp-close,
.admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
	top: 32px!important;
}
img.mfp-img {
	padding: 0;
}
.mfp-counter {
	display: none;
}

.mfp-wrap .mfp-preloader.fa {
	font-size: 30px;
}

/* Form Fields
------------------------------------------------------ */

.fl-form-field {
	margin-bottom: 15px;
}
.fl-form-field input.fl-form-error {
	border-color: #DD6420;
}
.fl-form-error-message {
	clear: both;
	color: #DD6420;
	display: none;
	padding-top: 8px;
	font-size: 12px;
	font-weight: lighter;
}
.fl-form-button-disabled {
	opacity: 0.5;
}

/* Animations
------------------------------------------------------ */

.fl-animation {
	opacity: 0;
}
body.fl-no-js .fl-animation {
	opacity: 1;
}
.fl-builder-preview .fl-animation,
.fl-builder-edit .fl-animation,
.fl-animated {
	opacity: 1;
}
.fl-animated {
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

/* Button Icon Animation */
.fl-button.fl-button-icon-animation i {
	width: 0 !important;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}
.fl-button.fl-button-icon-animation:hover i {
	opacity: 1! important;
    -ms-filter: "alpha(opacity=100)";
}
.fl-button.fl-button-icon-animation i.fl-button-icon-after {
	margin-left: 0px !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-after {
	margin-left: 10px !important;
}
.fl-button.fl-button-icon-animation i.fl-button-icon-before {
	margin-right: 0 !important;
}
.fl-button.fl-button-icon-animation:hover i.fl-button-icon-before {
	margin-right: 20px !important;
    margin-left: -10px;
}
@media (max-width: 1200px) { /**
 * Styles needed for the large breakpoint.
 */
 }@media (max-width: 992px) { /* Columns
------------------------------------------------------ */

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-medium-reversed {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
}
 }@media (max-width: 767px) { /* Rows
------------------------------------------------------ */

.fl-row-content-wrap {
	background-attachment: scroll !important;
}
.fl-row-bg-parallax .fl-row-content-wrap {
	background-attachment: scroll !important;
	background-position: center center !important;
}

/* Column Groups
------------------------------------------------------ */

/* Equal Heights */
.fl-col-group.fl-col-group-equal-height {
	display: block;
}
.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

/* Reversed Responsive Stacking */
.fl-col-group.fl-col-group-responsive-reversed {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	flex-direction: row-reverse;
}
.fl-col-group.fl-col-group-responsive-reversed .fl-col:not(.fl-col-small-custom-width) {
	flex-basis: 100%;
	width: 100% !important;
}
.fl-col-group.fl-col-group-medium-reversed:not(.fl-col-group-responsive-reversed) {
	display: unset;
	display: unset;
	-webkit-flex-wrap: unset;
	flex-wrap: unset;
	flex-direction: unset;
}

/* Columns
------------------------------------------------------ */

.fl-col {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	width: auto !important;
}
.fl-col-small:not(.fl-col-small-full-width) {
	max-width: 400px;
}
.fl-block-col-resize {
	display:none;
}
/* Rows
------------------------------------------------------ */

.fl-row[data-node] .fl-row-content-wrap {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
.fl-row[data-node] .fl-bg-video,
.fl-row[data-node] .fl-bg-slideshow {
	left: 0;
	right: 0;
}

/* Columns
------------------------------------------------------ */

.fl-col[data-node] .fl-col-content {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
 }@media (min-width: 1201px) {
	html .fl-visible-large:not(.fl-visible-desktop),
	html .fl-visible-medium:not(.fl-visible-desktop),
	html .fl-visible-mobile:not(.fl-visible-desktop) {
		display: none;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
	html .fl-visible-desktop:not(.fl-visible-large),
	html .fl-visible-medium:not(.fl-visible-large),
	html .fl-visible-mobile:not(.fl-visible-large) {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	html .fl-visible-desktop:not(.fl-visible-medium),
	html .fl-visible-large:not(.fl-visible-medium),
	html .fl-visible-mobile:not(.fl-visible-medium) {
		display: none;
	}
}

@media (max-width: 767px) {
	html .fl-visible-desktop:not(.fl-visible-mobile),
	html .fl-visible-large:not(.fl-visible-mobile),
	html .fl-visible-medium:not(.fl-visible-mobile) {
		display: none;
	}
}
.fl-col-content {
	display: flex;
	flex-direction: column;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fl-row-fixed-width {
	max-width: 1300px;
}
.fl-row-content-wrap {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fl-module-content, .fl-module:where(.fl-module:not(:has(> .fl-module-content))) {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.page .fl-post-header, .single-fl-builder-template .fl-post-header { display:none; }




	/* Full Height Rows */
	.fl-node-5d5ac65fa4dbf.fl-row-full-height > .fl-row-content-wrap,
	.fl-node-5d5ac65fa4dbf.fl-row-custom-height > .fl-row-content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.fl-node-5d5ac65fa4dbf.fl-row-full-height > .fl-row-content-wrap {
		min-height: 100vh;
	}
	.fl-node-5d5ac65fa4dbf.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 0;
	}

	.fl-builder-edit .fl-node-5d5ac65fa4dbf.fl-row-full-height > .fl-row-content-wrap {
		min-height: calc( 100vh - 48px );
	}

	/* Full height iPad with portrait orientation. */
	@media all and (width: 768px) and (height: 1024px) and (orientation:portrait){
		.fl-node-5d5ac65fa4dbf.fl-row-full-height > .fl-row-content-wrap {
			min-height: 1024px;
		}
	}
	/* Full height iPad with landscape orientation. */
	@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
		.fl-node-5d5ac65fa4dbf.fl-row-full-height > .fl-row-content-wrap {
			min-height: 768px;
		}
	}
	/* Full height iPhone 5. You can also target devices with aspect ratio. */
	@media screen and (aspect-ratio: 40/71) {
		.fl-node-5d5ac65fa4dbf.fl-row-full-height > .fl-row-content-wrap {
			min-height: 500px;
		}
	}
.fl-node-5d5ac65fa4dbf > .fl-row-content-wrap:after {
	background-color: rgba(63,63,63,0.75);
}
.fl-node-5d5ac65fa4dbf.fl-row-custom-height > .fl-row-content-wrap {
	min-height: 70vh;
}
.fl-node-5d5ac65fa4dbf .fl-row-content {
	max-width: 1366px;
}
@media(max-width: 1200px) {
	.fl-node-5d5ac65fa4dbf.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 60vh;
	}
}
@media(max-width: 767px) {
	.fl-node-5d5ac65fa4dbf.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 300px;
	}
}
 .fl-node-5d5ac65fa4dbf > .fl-row-content-wrap {
	padding-top:80px;
	padding-right:150px;
	padding-bottom:80px;
	padding-left:150px;
}

.fl-builder-content .fl-node-9ja0zoe7ymbw a {
	color: #282828;
}




 .fl-node-9ja0zoe7ymbw > .fl-row-content-wrap {
	margin-top:-100px;
}
@media ( max-width: 1200px ) {
 .fl-node-9ja0zoe7ymbw.fl-row > .fl-row-content-wrap {
	margin-top:-75px;
}
}
@media ( max-width: 992px ) {
 .fl-node-9ja0zoe7ymbw.fl-row > .fl-row-content-wrap {
	margin-top:-75px;
}
}
@media ( max-width: 767px ) {
 .fl-node-9ja0zoe7ymbw.fl-row > .fl-row-content-wrap {
	margin-top:-75px;
}
}





 .fl-node-c1erakdi78wu > .fl-row-content-wrap {
	padding-top:75px;
	padding-bottom:75px;
}
@media ( max-width: 767px ) {
 .fl-node-c1erakdi78wu.fl-row > .fl-row-content-wrap {
	padding-top:0px;
	padding-bottom:0px;
}
}





.fl-node-60a1ce46a27d1 > .fl-row-content-wrap {
	background-color: #a5764c;
}
 .fl-node-60a1ce46a27d1 > .fl-row-content-wrap {
	padding-top:50px;
	padding-bottom:50px;
}
@media ( max-width: 1200px ) {
 .fl-node-60a1ce46a27d1.fl-row > .fl-row-content-wrap {
	padding-top:60px;
	padding-bottom:60px;
}
}
@media ( max-width: 992px ) {
 .fl-node-60a1ce46a27d1.fl-row > .fl-row-content-wrap {
	padding-top:30px;
	padding-bottom:30px;
}
}
@media ( max-width: 767px ) {
 .fl-node-60a1ce46a27d1.fl-row > .fl-row-content-wrap {
	padding-top:0px;
}
}





.fl-node-5e1e31b52ef0a .fl-row-content {
	max-width: 1150px;
}
 .fl-node-5e1e31b52ef0a > .fl-row-content-wrap {
	padding-top:100px;
	padding-bottom:100px;
}
@media ( max-width: 1200px ) {
 .fl-node-5e1e31b52ef0a.fl-row > .fl-row-content-wrap {
	padding-top:60px;
	padding-bottom:60px;
}
}
@media ( max-width: 992px ) {
 .fl-node-5e1e31b52ef0a.fl-row > .fl-row-content-wrap {
	padding-top:30px;
	padding-bottom:30px;
}
}
@media ( max-width: 767px ) {
 .fl-node-5e1e31b52ef0a.fl-row > .fl-row-content-wrap {
	padding-top:30px;
	padding-bottom:30px;
}
}





.fl-node-606b05477a9f9 > .fl-row-content-wrap {
	background-color: #F2F2F2;
}
 .fl-node-606b05477a9f9 > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
@media ( max-width: 992px ) {
 .fl-node-606b05477a9f9.fl-row > .fl-row-content-wrap {
	padding-bottom:0px;
}
}





.fl-node-ep6d8n30qm5c > .fl-row-content-wrap {
	background-color: #F2F2F2;
}
 .fl-node-ep6d8n30qm5c > .fl-row-content-wrap {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
@media ( max-width: 992px ) {
 .fl-node-ep6d8n30qm5c.fl-row > .fl-row-content-wrap {
	padding-bottom:0px;
}
}





.fl-node-606b133a91835 > .fl-row-content-wrap {
	background-image: url(https://advisor-project-template-2.flywheelsites.com/wp-content/uploads/2021/04/image-bg-01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: cover;
}
.fl-node-5d5ac65fa69e2 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5d5ac65fa69e2 *:not(span):not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5ac65fa69e2 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5ac65fa69e2 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-5d5ac65fa69e2 h1,
.fl-builder-content .fl-node-5d5ac65fa69e2 h2,
.fl-builder-content .fl-node-5d5ac65fa69e2 h3,
.fl-builder-content .fl-node-5d5ac65fa69e2 h4,
.fl-builder-content .fl-node-5d5ac65fa69e2 h5,
.fl-builder-content .fl-node-5d5ac65fa69e2 h6,
.fl-builder-content .fl-node-5d5ac65fa69e2 h1 a,
.fl-builder-content .fl-node-5d5ac65fa69e2 h2 a,
.fl-builder-content .fl-node-5d5ac65fa69e2 h3 a,
.fl-builder-content .fl-node-5d5ac65fa69e2 h4 a,
.fl-builder-content .fl-node-5d5ac65fa69e2 h5 a,
.fl-builder-content .fl-node-5d5ac65fa69e2 h6 a {
	color: #ffffff;
}

.fl-node-5d5ac65fa69e2 {
	width: 100%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-5d5ac65fa69e2 {
		width: 100% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-5d5ac65fa69e2 {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}
@media ( max-width: 767px ) {
 .fl-node-5d5ac65fa69e2.fl-col > .fl-col-content {
	margin-right:0px;
	margin-left:0px;
}
}
 .fl-node-5d5ac65fa69e2 > .fl-col-content {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}
@media ( max-width: 767px ) {
 .fl-node-5d5ac65fa69e2.fl-col > .fl-col-content {
	padding-right:0px;
	padding-left:0px;
}
}




.fl-node-5e1e2b123c36f {
	width: 100%;
}
 .fl-node-5e1e2b123c36f > .fl-col-content {
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-left:0px;
}




.fl-node-5e1e31c37048c {
	width: 100%;
}




.fl-node-606ae6ed9ee3a {
	width: 100%;
}




.fl-node-606b05477b993 {
	width: 50%;
}
.fl-node-606b05477b993 > .fl-col-content {
	background-image: url(https://lappvalleyfarm.com/wp-content/uploads/2024/02/lapp-valley-store58.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-606b05477b993 > .fl-col-content {
		min-height: 300px;
	}
}




.fl-node-lpth1n43s25x {
	width: 50%;
}
 .fl-node-lpth1n43s25x > .fl-col-content {
	padding-top:10%;
	padding-right:10%;
	padding-bottom:10%;
	padding-left:10%;
}
@media ( max-width: 1200px ) {
 .fl-node-lpth1n43s25x.fl-col > .fl-col-content {
	padding-top:8%;
	padding-right:8%;
	padding-bottom:8%;
	padding-left:8%;
}
}
@media ( max-width: 767px ) {
 .fl-node-lpth1n43s25x.fl-col > .fl-col-content {
	padding-top:3%;
	padding-right:3%;
	padding-bottom:3%;
	padding-left:3%;
}
}




.fl-node-c1yxnf9gb0pw {
	width: 25%;
}
.fl-node-c1yxnf9gb0pw > .fl-col-content {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-c1yxnf9gb0pw {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-c1yxnf9gb0pw {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-oi7rqz8ceh10 {
	width: 40%;
}
.fl-node-oi7rqz8ceh10 > .fl-col-content {
	background-image: url(https://lappvalleyfarm.com/wp-content/uploads/2024/03/Milk_DSC06393-Edit_scaled.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-oi7rqz8ceh10 > .fl-col-content {
		min-height: 300px;
	}
}




.fl-node-dw1ymqphucn7 {
	width: 50%;
}




.fl-node-0li6wfdr3ja5 {
	width: 60%;
}




.fl-node-606b05477b995 {
	width: 50%;
}
 .fl-node-606b05477b995 > .fl-col-content {
	padding-top:10%;
	padding-right:10%;
	padding-bottom:10%;
	padding-left:10%;
}
@media ( max-width: 1200px ) {
 .fl-node-606b05477b995.fl-col > .fl-col-content {
	padding-top:8%;
	padding-right:8%;
	padding-bottom:8%;
	padding-left:8%;
}
}
@media ( max-width: 767px ) {
 .fl-node-606b05477b995.fl-col > .fl-col-content {
	padding-top:3%;
	padding-right:3%;
	padding-bottom:3%;
	padding-left:3%;
}
}




.fl-node-zpclo716k4fb {
	width: 50%;
}
.fl-node-zpclo716k4fb > .fl-col-content {
	background-image: url(https://lappvalleyfarm.com/wp-content/uploads/2024/02/lapp-valley-store27.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-zpclo716k4fb > .fl-col-content {
		min-height: 300px;
	}
}




.fl-node-j4kot8bn1yz5 {
	width: 25%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-j4kot8bn1yz5 {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-j4kot8bn1yz5 {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-5o916g3psrhi {
	width: 60%;
}
 .fl-node-5o916g3psrhi > .fl-col-content {
	padding-left:50px;
}




.fl-node-biorjnqskpwe {
	width: 50%;
}




.fl-node-ao79lgdvqszh {
	width: 40%;
}
.fl-node-ao79lgdvqszh > .fl-col-content {
	background-image: url(https://lappvalleyfarm.com/wp-content/uploads/2024/03/LVF_DSC06576_scaled.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-ao79lgdvqszh > .fl-col-content {
		min-height: 300px;
	}
}




.fl-node-4tfdnu8avhqy {
	width: 25%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-4tfdnu8avhqy {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-4tfdnu8avhqy {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}




.fl-node-zgilh86fc3ob {
	width: 25%;
}
@media(max-width: 992px) {
	.fl-builder-content .fl-node-zgilh86fc3ob {
		width: 50% !important;
		max-width: none;
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}
@media(max-width: 767px) {
	.fl-builder-content .fl-node-zgilh86fc3ob {
		width: 100% !important;
		max-width: none;
		clear: none;
		float: left;
	}
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-5d5ac73f2b13b.fl-module-heading .fl-heading {
	font-size: 50px;
	text-align: center;
}
@media(max-width: 1200px) {
	.fl-node-5d5ac73f2b13b.fl-module-heading .fl-heading {
		font-size: 50px;
	}
}
@media(max-width: 992px) {
	.fl-node-5d5ac73f2b13b.fl-module-heading .fl-heading {
		font-size: 35px;
	}
}
@media(max-width: 767px) {
	.fl-node-5d5ac73f2b13b.fl-module-heading .fl-heading {
		font-size: 30px;
	}
}
 .fl-node-5d5ac73f2b13b > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-5e1e32246d98a.fl-module-heading .fl-heading {
	text-align: center;
}
 .fl-node-5e1e32246d98a > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-60a818268bcbe.fl-module-heading .fl-heading {
	text-align: center;
}
@media(max-width: 1200px) {
	.fl-node-60a818268bcbe.fl-module-heading .fl-heading {
		font-size: 40px;
	}
}
@media(max-width: 992px) {
	.fl-node-60a818268bcbe.fl-module-heading .fl-heading {
		font-size: 28px;
	}
}
.fl-animated.fl-fade-left {
	animation: fl-fade-left 1s ease;
	-webkit-animation: fl-fade-left 1s ease;
}
@-webkit-keyframes fl-fade-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fl-fade-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.fl-builder-content .fl-node-1y239xilevub a.fl-button,
.fl-builder-content .fl-node-1y239xilevub a.fl-button:visited,
.fl-builder-content .fl-node-1y239xilevub a.fl-button *,
.fl-builder-content .fl-node-1y239xilevub a.fl-button:visited *,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:visited,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button *,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:visited * {
	color: #282828;
}






.fl-builder-content .fl-node-1y239xilevub a.fl-button:hover,
.fl-builder-content .fl-node-1y239xilevub a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-1y239xilevub a.fl-button:hover *,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover span.fl-button-text,
.fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover * {
	color: #282828;
}





.fl-builder-content .fl-node-1y239xilevub .fl-button,
.fl-builder-content .fl-node-1y239xilevub .fl-button * {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}


.fl-node-1y239xilevub a.fl-button {
	width: 240px;
}
.fl-node-1y239xilevub.fl-button-wrap, .fl-node-1y239xilevub .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-1y239xilevub a.fl-button {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.fl-builder-content .fl-node-1y239xilevub a.fl-button, .fl-builder-content .fl-node-1y239xilevub a.fl-button:visited, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:visited {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	border: 1px solid #e6ab00;
	background-color: #f2b705;
}
.fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-builder-content .fl-node-1y239xilevub a.fl-button:focus, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:focus {
	border: 1px solid #cdbeac;
}
.fl-builder-content .fl-node-1y239xilevub a.fl-button, .fl-builder-content .fl-node-1y239xilevub a.fl-button:visited, .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-builder-content .fl-node-1y239xilevub a.fl-button:focus, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:visited, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:focus {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-color: #ff655c;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover, .fl-page .fl-page .fl-builder-content .fl-node-1y239xilevub a.fl-button:hover {
	background-color: #d9cab8;
}
.fl-node-8erlbt6jpki9.fl-module-heading .fl-heading {
	text-align: center;
}
@media(max-width: 1200px) {
	.fl-node-8erlbt6jpki9.fl-module-heading .fl-heading {
		font-size: 40px;
	}
}
@media(max-width: 992px) {
	.fl-node-8erlbt6jpki9.fl-module-heading .fl-heading {
		font-size: 28px;
	}
}
 .fl-node-8erlbt6jpki9 > .fl-module-content {
	margin-right:0px;
	margin-left:0px;
}
/* Clearfix */
.pp-infobox:before,
.pp-infobox:after {
	content: " ";
	display: table;
}

.pp-infobox:after {
	clear: both;
}
.pp-infobox-wrap .pp-infobox-link {
	text-decoration: none;
	display: block;
}

.pp-infobox-title-prefix {
	display: block;
}
.pp-infobox-title-wrapper .pp-infobox-title {
	margin-bottom: 5px;
	margin-top: 0;
}
.pp-infobox-description p {
	margin-bottom: 15px;
}
.pp-infobox-description p:last-of-type {
	margin-bottom: 0 !important;
}
.pp-more-link {
	color: inherit;
	display: block;
	text-decoration: none;
	box-shadow: none;
}
.pp-infobox .pp-more-link {
	display: inline-block;
}
.pp-more-link:hover {
	text-decoration: none;
}
.pp-infobox-icon-inner .dashicons,
.pp-infobox-icon-inner .dashicons-before:before {
	height: auto;
	width: auto;
}

/* Default layout */
.pp-infobox {
	border-width: 0;
	padding: 20px;
	text-align: center;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.pp-infobox-icon {
	border-width: 0;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.pp-infobox-icon-inner {
	display: table;
}
.pp-infobox-icon span {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-image {
	margin: 0 auto 10px;
	text-align: center;
}
.pp-infobox-image img {
	border-width: 0;
	height: 2em;
	width: 2em;
}
.pp-infobox-image a {
	text-decoration: none !important;
	box-shadow: none !important;
	border: none !important;
	outline: none !important;
}

/* Layouts */

/* Layout 1 */
.pp-infobox-wrap .layout-1 {
	text-align: left;
}
.pp-infobox-wrap .layout-1 .pp-heading-wrapper {
	display: table;
	margin-bottom: 5px;
}
.pp-infobox-wrap .layout-1 .pp-icon-wrapper,
.pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-1 .pp-infobox-title-wrapper .pp-infobox-title {
	margin-bottom: 0;
	margin-left: 10px;
}
.pp-infobox-wrap .layout-1 .pp-infobox-title-prefix {
	margin-bottom: 0;
	margin-left: 10px;
}
.pp-infobox-wrap .layout-1 .pp-heading-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-1 .pp-more-link.pp-title-link .pp-infobox-title-wrapper {
	display: block;
}

/* Layout 2 */
.pp-infobox-wrap .layout-2 {
	text-align: right;
}
.pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: table;
	float: right;
	margin-bottom: 5px;
}
.pp-infobox-wrap .layout-2 .pp-icon-wrapper {
	float: right;
}
.pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper,
.pp-infobox-wrap .layout-2 .pp-icon-wrapper {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-2 .pp-infobox-title-wrapper .pp-infobox-title {
	margin-bottom: 0;
	margin-right: 10px;
}
.pp-infobox-wrap .layout-2 .pp-infobox-description {
	clear: both;
}
.pp-infobox-wrap .layout-2 .pp-header-wrapper-inner {
	display: table-cell;
	vertical-align: middle;
}
.pp-infobox-wrap .layout-2 .pp-more-link.pp-title-link .pp-infobox-title-wrapper {
	display: block;
}

.pp-infobox-wrap .layout-2 .pp-infobox-title-prefix {
	margin-bottom: 0;
	margin-right: 10px;
}

/* Layout 3 */
.pp-infobox-wrap .layout-3 {
	text-align: left;
}
.pp-infobox-wrap .layout-3-wrapper {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-shrink: 1;
}
.pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}
.pp-infobox-wrap .layout-3 .pp-heading-wrapper {
	flex: 1;
}

/* Layout 4 */
.pp-infobox-wrap .layout-4 {
	text-align: right;
}
.pp-infobox-wrap .layout-4-wrapper {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
	flex-shrink: 1;
}
.pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}
.pp-infobox-wrap .layout-4 .pp-heading-wrapper {
	flex: 1;
}
@media (max-width: 767px) { /**
 * This file should contain frontend styles that 
 * will be applied to all module instances once
 * the responsive breakpoint has been reached. The
 * responsive breakpoint can be set in the global 
 * settings or individual page settings.
 */ }.fl-col-group-equal-height .fl-node-3sw81tnr74x6,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6 .fl-module-content,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-large,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-medium,
.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-mobile {
	display: none;
}
.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-desktop {
	display: flex;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-3sw81tnr74x6 .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-large {
		display: flex;
	}
}
@media only screen and (max-width: 992px) {
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-medium {
		display: flex;
	}
}
@media only screen and (max-width: 767px) {
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-medium {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-3sw81tnr74x6.fl-visible-mobile {
		display: flex;
	}
}

.fl-node-3sw81tnr74x6 .pp-infobox .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-3sw81tnr74x6 .pp-infobox-title-wrapper .pp-infobox-title {
			margin-top: 10px;
			margin-bottom: 10px;
	}
.fl-node-3sw81tnr74x6 .pp-infobox-title-wrapper .pp-infobox-title a {
	}
.fl-node-3sw81tnr74x6 .pp-infobox-description {
			}
	.fl-node-3sw81tnr74x6 .pp-infobox:hover .pp-infobox-title-prefix {
			}
	.fl-node-3sw81tnr74x6 .pp-infobox:hover .pp-infobox-title {
			}
	.fl-node-3sw81tnr74x6 .pp-infobox:hover .pp-infobox-title a {
			}
	.fl-node-3sw81tnr74x6 .pp-infobox:hover .pp-infobox-description {
			}

	.fl-node-3sw81tnr74x6 .pp-infobox-image {
							text-align: center			}
	.fl-builder-content .fl-node-3sw81tnr74x6 .pp-infobox-image img {
		height: auto;
				max-width: 100%;
					padding: 0px;
			}
		.fl-node-3sw81tnr74x6 .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-3sw81tnr74x6 .pp-infobox-icon-inner span.pp-icon,
.fl-node-3sw81tnr74x6 .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-3sw81tnr74x6 .pp-infobox-wrap .pp-infobox {
			background: #f2f2f2;
				text-align: center;
	}


.fl-node-3sw81tnr74x6 .pp-infobox:hover {
	}


.fl-node-3sw81tnr74x6 .pp-infobox .animated {
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-ms-animation-duration: 500ms;
	animation-duration: 500ms;
}

.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3-wrapper,
.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4-wrapper {
								}


.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: flex;
	align-items: center;
}


	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-1 .pp-infobox-description,
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-2 .pp-infobox-description {
		float: none;
	}
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		margin: 0 auto;
		float: none;
		justify-content: center;
	}
	/*
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
		flex: auto;
	}
	*/


@media only screen and (max-width: 992px) {
	.fl-node-3sw81tnr74x6 .pp-infobox {
				text-align: center;
			}
}

@media only screen and (max-width: 767px) {
	.fl-node-3sw81tnr74x6 .pp-infobox-wrap .pp-infobox {
				text-align: center;
			}
			
					.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}

	@media only screen and (max-width: 480px) {
		.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3-wrapper,
		.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4-wrapper {
			flex-direction: column;
															align-items: center;
													}
	}
.fl-builder-content .fl-node-3sw81tnr74x6 .pp-infobox-image img {
	width: 250px;
}
.fl-node-3sw81tnr74x6 .pp-infobox {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}
.fl-node-3sw81tnr74x6 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq .fl-module-content,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-large,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-medium,
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-mobile {
	display: none;
}
.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-desktop {
	display: flex;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-z6ienrdvm7pq .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-large {
		display: flex;
	}
}
@media only screen and (max-width: 992px) {
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-medium {
		display: flex;
	}
}
@media only screen and (max-width: 767px) {
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-medium {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-z6ienrdvm7pq.fl-visible-mobile {
		display: flex;
	}
}

.fl-node-z6ienrdvm7pq .pp-infobox .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-z6ienrdvm7pq .pp-infobox-title-wrapper .pp-infobox-title {
			margin-top: 10px;
			margin-bottom: 10px;
	}
.fl-node-z6ienrdvm7pq .pp-infobox-title-wrapper .pp-infobox-title a {
	}
.fl-node-z6ienrdvm7pq .pp-infobox-description {
			}
	.fl-node-z6ienrdvm7pq .pp-infobox:hover .pp-infobox-title-prefix {
			}
	.fl-node-z6ienrdvm7pq .pp-infobox:hover .pp-infobox-title {
			}
	.fl-node-z6ienrdvm7pq .pp-infobox:hover .pp-infobox-title a {
			}
	.fl-node-z6ienrdvm7pq .pp-infobox:hover .pp-infobox-description {
			}

	.fl-node-z6ienrdvm7pq .pp-infobox-image {
							text-align: center			}
	.fl-builder-content .fl-node-z6ienrdvm7pq .pp-infobox-image img {
		height: auto;
				max-width: 100%;
					padding: 0px;
			}
		.fl-node-z6ienrdvm7pq .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-z6ienrdvm7pq .pp-infobox-icon-inner span.pp-icon,
.fl-node-z6ienrdvm7pq .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-z6ienrdvm7pq .pp-infobox-wrap .pp-infobox {
			background: #f2f2f2;
				text-align: center;
	}


.fl-node-z6ienrdvm7pq .pp-infobox:hover {
	}


.fl-node-z6ienrdvm7pq .pp-infobox .animated {
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-ms-animation-duration: 500ms;
	animation-duration: 500ms;
}

.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3-wrapper,
.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4-wrapper {
								}


.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: flex;
	align-items: center;
}


	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-1 .pp-infobox-description,
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-2 .pp-infobox-description {
		float: none;
	}
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		margin: 0 auto;
		float: none;
		justify-content: center;
	}
	/*
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
		flex: auto;
	}
	*/


@media only screen and (max-width: 992px) {
	.fl-node-z6ienrdvm7pq .pp-infobox {
				text-align: center;
			}
}

@media only screen and (max-width: 767px) {
	.fl-node-z6ienrdvm7pq .pp-infobox-wrap .pp-infobox {
				text-align: center;
			}
			
					.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}

	@media only screen and (max-width: 480px) {
		.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3-wrapper,
		.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4-wrapper {
			flex-direction: column;
															align-items: center;
													}
	}
.fl-builder-content .fl-node-z6ienrdvm7pq .pp-infobox-image img {
	width: 250px;
}
.fl-node-z6ienrdvm7pq .pp-infobox {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}
.fl-node-z6ienrdvm7pq .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}
.fl-col-group-equal-height .fl-node-k50nov9xur46,
.fl-col-group-equal-height .fl-node-k50nov9xur46 .fl-module-content,
.fl-col-group-equal-height .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-large,
.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-medium,
.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-mobile {
	display: none;
}
.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-desktop {
	display: flex;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-k50nov9xur46 .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-large {
		display: flex;
	}
}
@media only screen and (max-width: 992px) {
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-medium {
		display: flex;
	}
}
@media only screen and (max-width: 767px) {
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-medium {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-k50nov9xur46.fl-visible-mobile {
		display: flex;
	}
}

.fl-node-k50nov9xur46 .pp-infobox .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-k50nov9xur46 .pp-infobox-title-wrapper .pp-infobox-title {
			margin-top: 10px;
			margin-bottom: 10px;
	}
.fl-node-k50nov9xur46 .pp-infobox-title-wrapper .pp-infobox-title a {
	}
.fl-node-k50nov9xur46 .pp-infobox-description {
			}
	.fl-node-k50nov9xur46 .pp-infobox:hover .pp-infobox-title-prefix {
			}
	.fl-node-k50nov9xur46 .pp-infobox:hover .pp-infobox-title {
			}
	.fl-node-k50nov9xur46 .pp-infobox:hover .pp-infobox-title a {
			}
	.fl-node-k50nov9xur46 .pp-infobox:hover .pp-infobox-description {
			}

	.fl-node-k50nov9xur46 .pp-infobox-image {
							text-align: center			}
	.fl-builder-content .fl-node-k50nov9xur46 .pp-infobox-image img {
		height: auto;
				max-width: 100%;
					padding: 0px;
			}
		.fl-node-k50nov9xur46 .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-k50nov9xur46 .pp-infobox-icon-inner span.pp-icon,
.fl-node-k50nov9xur46 .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-k50nov9xur46 .pp-infobox-wrap .pp-infobox {
			background: #f2f2f2;
				text-align: center;
	}


.fl-node-k50nov9xur46 .pp-infobox:hover {
	}


.fl-node-k50nov9xur46 .pp-infobox .animated {
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-ms-animation-duration: 500ms;
	animation-duration: 500ms;
}

.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3-wrapper,
.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4-wrapper {
								}


.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: flex;
	align-items: center;
}


	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-1 .pp-infobox-description,
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-2 .pp-infobox-description {
		float: none;
	}
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		margin: 0 auto;
		float: none;
		justify-content: center;
	}
	/*
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
	.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
		flex: auto;
	}
	*/


@media only screen and (max-width: 992px) {
	.fl-node-k50nov9xur46 .pp-infobox {
				text-align: center;
			}
}

@media only screen and (max-width: 767px) {
	.fl-node-k50nov9xur46 .pp-infobox-wrap .pp-infobox {
				text-align: center;
			}
			
					.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}

	@media only screen and (max-width: 480px) {
		.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3-wrapper,
		.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4-wrapper {
			flex-direction: column;
															align-items: center;
													}
	}
.fl-builder-content .fl-node-k50nov9xur46 .pp-infobox-image img {
	width: 250px;
}
.fl-node-k50nov9xur46 .pp-infobox {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}
.fl-node-k50nov9xur46 .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s .fl-module-content,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap .pp-infobox,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap > .pp-infobox-link,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap > .pp-more-link {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 1;
	min-width: 1px;
	max-width: 100%;
	-webkit-box-flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-large,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-medium,
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-mobile {
	display: none;
}
.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-desktop {
	display: flex;
}
.fl-col-group-equal-height.fl-col-group-align-center .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: center;
}
.fl-col-group-equal-height.fl-col-group-align-top .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-start;
}
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-node-ydhv2fnkqm5s .fl-module-content .pp-infobox-wrap .pp-infobox {
	justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-large {
		display: flex;
	}
}
@media only screen and (max-width: 992px) {
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-medium {
		display: flex;
	}
}
@media only screen and (max-width: 767px) {
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-desktop {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-large {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-medium {
		display: none;
	}
	.fl-col-group-equal-height .fl-node-ydhv2fnkqm5s.fl-visible-mobile {
		display: flex;
	}
}

.fl-node-ydhv2fnkqm5s .pp-infobox .pp-infobox-title-prefix {
		display: none;
				}
.fl-node-ydhv2fnkqm5s .pp-infobox-title-wrapper .pp-infobox-title {
			margin-top: 10px;
			margin-bottom: 10px;
	}
.fl-node-ydhv2fnkqm5s .pp-infobox-title-wrapper .pp-infobox-title a {
	}
.fl-node-ydhv2fnkqm5s .pp-infobox-description {
			}
	.fl-node-ydhv2fnkqm5s .pp-infobox:hover .pp-infobox-title-prefix {
			}
	.fl-node-ydhv2fnkqm5s .pp-infobox:hover .pp-infobox-title {
			}
	.fl-node-ydhv2fnkqm5s .pp-infobox:hover .pp-infobox-title a {
			}
	.fl-node-ydhv2fnkqm5s .pp-infobox:hover .pp-infobox-description {
			}

	.fl-node-ydhv2fnkqm5s .pp-infobox-image {
							text-align: center			}
	.fl-builder-content .fl-node-ydhv2fnkqm5s .pp-infobox-image img {
		height: auto;
				max-width: 100%;
					padding: 0px;
			}
		.fl-node-ydhv2fnkqm5s .pp-infobox:hover .pp-infobox-image img {
			}

.fl-node-ydhv2fnkqm5s .pp-infobox-icon-inner span.pp-icon,
.fl-node-ydhv2fnkqm5s .pp-infobox-image img {
		border-top-left-radius: px;
	border-top-right-radius: px;
	border-bottom-left-radius: px;
	border-bottom-right-radius: px;
	}

.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .pp-infobox {
			background: #f2f2f2;
				text-align: center;
	}


.fl-node-ydhv2fnkqm5s .pp-infobox:hover {
	}


.fl-node-ydhv2fnkqm5s .pp-infobox .animated {
	-webkit-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	-ms-animation-duration: 500ms;
	animation-duration: 500ms;
}

.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3-wrapper,
.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4-wrapper {
								}


.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
	display: flex;
	align-items: center;
}


	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-1 .pp-infobox-description,
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-2 .pp-infobox-description {
		float: none;
	}
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
		margin: 0 auto;
		float: none;
		justify-content: center;
	}
	/*
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
		flex: auto;
	}
	*/


@media only screen and (max-width: 992px) {
	.fl-node-ydhv2fnkqm5s .pp-infobox {
				text-align: center;
			}
}

@media only screen and (max-width: 767px) {
	.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .pp-infobox {
				text-align: center;
			}
			
					.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-1 .pp-infobox-description,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-2 .pp-infobox-description {
				float: none;
				text-align: center;
			}
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-1 .pp-heading-wrapper,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-2 .pp-heading-wrapper {
				margin: 0 auto;
				float: none;
			}
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3 .pp-heading-wrapper,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3 .pp-icon-wrapper,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4 .pp-heading-wrapper,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
				flex: auto;
			}
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3 .layout-3-wrapper,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4 .layout-4-wrapper,
			.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-5 {
				text-align: center;
			}
		
				
}

	@media only screen and (max-width: 480px) {
		.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3-wrapper,
		.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4-wrapper {
			flex-direction: column;
															align-items: center;
													}
	}
.fl-builder-content .fl-node-ydhv2fnkqm5s .pp-infobox-image img {
	width: 250px;
}
.fl-node-ydhv2fnkqm5s .pp-infobox {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-3 .pp-icon-wrapper {
	margin-right: 10px;
}
.fl-node-ydhv2fnkqm5s .pp-infobox-wrap .layout-4 .pp-icon-wrapper {
	margin-left: 10px;
}
 .fl-node-ydhv2fnkqm5s > .fl-module-content {
	margin-right:10px;
	margin-left:10px;
}
.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}

/**
 * Remove bottom margins from the last paragraph
 * in v2+ text editor modules.
 */
.fl-module.fl-rich-text p:last-child {
	margin-bottom: 0;
}
/* Handle overlays in the builder */
.fl-builder-edit .fl-module.fl-rich-text p:not(:has(~ *:not(.fl-block-overlay))) {
	margin-bottom: 0;
}
.fl-builder-content .fl-node-kh9v04fb81xr .fl-rich-text, .fl-builder-content .fl-node-kh9v04fb81xr .fl-rich-text *:not(b, strong) {
	text-align: left;
}
 .fl-node-kh9v04fb81xr > .fl-module-content {
	margin-top:0px;
}
@media ( max-width: 767px ) {
 .fl-node-kh9v04fb81xr.fl-module > .fl-module-content {
	margin-top:20px;
}
}
.fl-row .fl-col .fl-node-e8khp5tczf26 h2.fl-heading a,
.fl-row .fl-col .fl-node-e8khp5tczf26 h2.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-e8khp5tczf26 h2.fl-heading .fl-heading-text *,
.fl-node-e8khp5tczf26 h2.fl-heading .fl-heading-text {
	color: #ffffff;
}
@media(max-width: 767px) {
	.fl-node-e8khp5tczf26.fl-module-heading .fl-heading {
		text-align: center;
	}
}
.fl-row-fixed-width {
	min-width: 1px;
}
.fl-col-group.fl-col-group-responsive-reversed,
.fl-col-group.fl-col-group-responsive-reversed .fl-col,
.fl-col-group.fl-col-group-responsive-reversed .fl-col-content,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
	min-width: 0px;
}
.fl-module-box > .fl-module-pp-image-carousel {
    width: 100%;
    overflow: hidden;
}

.fl-module-box .pp-image-carousel.swiper-fade .swiper-slide {
    width: 100% !important;
}

.compat-field-pp-custom-link .alignleft {
    margin: 0;
}

.pp-image-carousel-wrapper {
	position: relative;
}

.pp-image-carousel,
.pp-image-carousel.swiper-cube {
    position: relative;
    text-align: center;
	overflow: hidden;
	height: 250px;
}

.pp-slides-auto .pp-image-carousel-item {
    width: auto;
}
.pp-slides-auto .pp-image-carousel-item figure.use-as-background .swiper-slide-image {
    width: auto !important;
}
.pp-slides-overflow .pp-image-carousel {
    overflow: visible;
}

.pp-image-carousel-item {
    float: left;
	text-align: center;
	overflow: hidden;
}

.pp-image-carousel-content {
    position: relative;
    text-align: center;
	overflow: hidden;
}

.pp-image-carousel.slider-type-slideshow {
	height: 450px;
}
.pp-image-carousel.slider-type-slideshow .swiper-wrapper {
	align-items: center;
}

.pp-image-carousel.swiper,
.pp-image-carousel.swiper-container {
	width: 100%;
}

/* Overlay */
.pp-image-overlay {
	position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    background-color: hsla(206,7%,54%,.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;
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-bottom {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-top {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.from-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.framed {
    opacity: 0;
}

.pp-image-carousel-item .pp-image-overlay.fade {
    opacity: 0;
}

.pp-image-carousel-item:hover .pp-image-overlay.fade,
.pp-image-carousel-item:focus .pp-image-overlay.fade {
    opacity: 1;
}

.pp-image-carousel-item:not(:hover) .pp-image-overlay.zoom-in {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
}

.pp-image-carousel .pp-carousel-image-container,
.pp-image-carousel-thumbs .pp-image-carousel-thumb {
	background: no-repeat 50%;
    background-size: cover;
    height: 100%;
    position: relative;
}

.pp-carousel-image-container figure.use-as-background {
	display: inline-flex;
	height: 100%;
	justify-content: center;
    align-items: center;
	position: relative;
}
.pp-carousel-image-container figure.use-as-background .swiper-slide-image {
	object-fit: cover;
}
/* some image optimization plugins wrap image in <picture> tag */
.pp-carousel-image-container figure.use-as-background picture.swiper-slide-image {
	width: 100%;
}

/* Pagination **/
.pp-image-carousel-wrapper .swiper-pagination-bullets {
    cursor: default;
}
.pp-image-carousel-wrapper .swiper-pagination-bullet {
	top: 0;
	border: none;
}
.pp-image-carousel-wrapper.pp-nav-outside .swiper-pagination {
    bottom: 0;
}

.pp-image-carousel-wrapper .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.pp-image-carousel.swiper-horizontal>.swiper-pagination-progressbar,
.pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.25);
    position: absolute;
}

.pp-image-carousel .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;
}

.pp-image-carousel-wrapper .pp-swiper-button {
	background-image: none;
	width: auto;
	height: auto;
	line-height: 1;
	position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
	justify-content: center;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    top: 50%;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pp-image-carousel-wrapper .pp-swiper-button:after {
    content: none;
    display: none;
}
.pp-image-carousel-wrapper .pp-swiper-button span {
	display: inline-flex;
}
.pp-image-carousel-wrapper .pp-swiper-button svg {
	height: 25px;
}

.pp-image-carousel-wrapper.pp-nav-outside .pp-swiper-button {
	top: calc(50% - 30px / 2);
}
.pp-image-carousel-wrapper .swiper-button-prev {
	left: 10px;
}
.pp-image-carousel-wrapper .swiper-button-next {
	right: 10px;
}

.pp-thumbnails-swiper .pp-image-carousel-thumb {
	background: no-repeat center;
    background-size: cover;
    height: 100%;
	position: relative;
	cursor: pointer;
}

.pp-thumbs-ratio-11 .pp-image-carousel-thumb {
	padding-bottom: 100%;
}

.pp-thumbs-ratio-43 .pp-image-carousel-thumb {
    padding-bottom: 75%;
}

.pp-thumbs-ratio-169 .pp-image-carousel-thumb {
    padding-bottom: 56.35%;
}

.pp-thumbs-ratio-219 .pp-image-carousel-thumb {
    padding-bottom: 42.8571%
}

.pp-image-overlay .pp-overlay-icon {
    display: inline-block;
}

.pp-image-overlay .pp-overlay-icon span {
    display: block;
    line-height: 1;
}

.pp-image-carousel .swiper-lazy-preloader {
    display: none;
}

.pp-image-carousel .pp-slides-count {
    display: none;
}

.caption-bottom .pp-carousel-image-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    background-color: var(--fl-global-body, #fff);
}
.caption-bottom .pp-image-carousel-item .swiper-slide-inner {
    overflow: hidden;
    margin-bottom: 10px;
}
.caption-bottom .pp-image-carousel-item .swiper-slide-inner img {
    overflow: hidden;
}
.caption-bottom.with-slide-count .pp-image-carousel .pp-caption {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    pointer-events: none;
    text-align: left;
}
.caption-bottom.with-slide-count .pp-image-carousel .pp-slides-count {
    display: inline;
    min-width: 50px;
    text-align: right;
}
.caption-bottom.with-slide-count .pp-image-carousel .swiper-pagination-fraction {
    display: none;
}
.caption-bottom.with-slide-count .pp-image-carousel-wrapper.pp-nav-outside .pp-image-carousel {
    padding-bottom: 0;
}

.fl-node-zu7bojm9aq8h .pp-image-carousel.slider-type-slideshow {
			margin-bottom: 20px;
		}

@media only screen and (max-width: 1200px) {
	}
@media only screen and (max-width: 992px) {
	}
@media only screen and (max-width: 767px) {
	}

.fl-node-zu7bojm9aq8h .pp-image-carousel .pp-carousel-image-container {
	background-size: cover;
}
.fl-node-zu7bojm9aq8h .pp-image-carousel .pp-carousel-image-container figure.use-as-background {
			display: flex;
	}
.fl-node-zu7bojm9aq8h .pp-image-carousel .pp-carousel-image-container figure.use-as-background .swiper-slide-image {
	object-fit: cover;
				width: 100%;
		height: 100%;
		aspect-ratio: auto;
	}
.fl-node-zu7bojm9aq8h .pp-carousel-image-container figure.use-as-background picture.swiper-slide-image img {
			height: 100%;
	}

.fl-node-zu7bojm9aq8h .pp-image-carousel .swiper-pagination-bullet {
	opacity: 1;
			background-color: #ffffff !important;
	        width: 10px;
            height: 10px;
            border-radius: 100px !important;
    	box-shadow: none !important;
	}

.fl-node-zu7bojm9aq8h .pp-image-carousel.swiper-horizontal>.swiper-pagination-progressbar,
.fl-node-zu7bojm9aq8h .pp-image-carousel.swiper-container-horizontal>.swiper-pagination-progressbar {
			background-color: #ffffff !important;
	}

.fl-node-zu7bojm9aq8h .pp-image-carousel .swiper-pagination-bullet:hover,
.fl-node-zu7bojm9aq8h .pp-image-carousel .swiper-pagination-bullet:focus,
.fl-node-zu7bojm9aq8h .pp-image-carousel .swiper-pagination-bullet-active,
.fl-node-zu7bojm9aq8h .pp-image-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
			background-color: #000000 !important;
		opacity: 1;
    box-shadow: none !important;
}


.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button {
		height: 34px;
	width: 34px;
			        padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 13px;
            padding-right: 13px;
    }
.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button svg {
	height: 24px;
}
.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button svg path {
	}

.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button:hover,
.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button:focus {
    	    }

.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button:hover svg path,
.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper .pp-swiper-button:focus svg path {
	}

	.fl-node-zu7bojm9aq8h .pp-image-carousel-wrapper.pp-nav-outside .pp-image-carousel {
		padding-bottom: 30px;
	}


.mfp-zu7bojm9aq8h.mfp-gallery img.mfp-img {
	padding: 40px 0 40px;
}

.mfp-zu7bojm9aq8h .mfp-counter {
	display: block !important;
}

.fl-node-zu7bojm9aq8h .pp-image-overlay {
			background: rgba(0,0,0,.5);
	
		-webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    transition: opacity 0.3s,-webkit-transform 0.3s;
    -o-transition: transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s;
    transition: transform 0.3s,opacity 0.3s,-webkit-transform 0.3s;
}

.fl-node-zu7bojm9aq8h .pp-image-overlay .pp-overlay-icon {
			width: 30px;
	height: 30px;
}

.fl-node-zu7bojm9aq8h .pp-image-overlay .pp-overlay-icon span {
	color: ;
	font-size: 30px;
			}



.fl-node-zu7bojm9aq8h .pp-image-carousel.slider-type-slideshow, .fl-node-zu7bojm9aq8h .pp-image-carousel {
	height: 500px;
}
@media(max-width: 767px) {
	.fl-node-zu7bojm9aq8h .pp-image-carousel.slider-type-slideshow, .fl-node-zu7bojm9aq8h .pp-image-carousel {
		height: 300px;
	}
}
 .fl-node-zu7bojm9aq8h > .fl-module-content {
	margin-left:0px;
}
@media ( max-width: 767px ) {
 .fl-node-zu7bojm9aq8h.fl-module > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
}
}
 .fl-node-askomby7uwrd > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5daf2d4c1bcdd.fl-module-heading .fl-heading {
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}
@media(max-width: 992px) {
	.fl-node-5daf2d4c1bcdd.fl-module-heading .fl-heading {
		font-size: 25px;
	}
}
@media(max-width: 767px) {
	.fl-node-5daf2d4c1bcdd.fl-module-heading .fl-heading {
		font-size: 22px;
	}
}
 .fl-node-5daf2d4c1bcdd > .fl-module-content {
	margin-top:20px;
	margin-bottom:20px;
}
.fl-node-60a1d9eca22ac .fl-separator {
	border-top-width: 2px;
	max-width: 100%;
	margin: auto;
}

			.fl-node-60a1d9eca22ac .fl-separator {
	border-top-color: #5c3d3a;
	border-top-style: solid;
}
 .fl-node-60a1d9eca22ac > .fl-module-content {
	margin-right:0px;
	margin-left:0px;
}
@media ( max-width: 1200px ) {
 .fl-node-60a1d9eca22ac.fl-module > .fl-module-content {
	margin-top:10px;
	margin-bottom:0px;
}
}
.fl-node-60a818e203b95 .fl-separator {
	border-top-width: 3px;
	max-width: 50%;
	margin: auto;
}

			.fl-node-60a818e203b95 .fl-separator {
	border-top-color: #5c3d3a;
	border-top-style: solid;
}
 .fl-node-60a818e203b95 > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-node-60c27cd540fed .fl-separator {
	border-top-width: 2px;
	max-width: 30%;
	margin: auto;
}

			.fl-node-60c27cd540fed .fl-separator {
	border-top-color: #5c3d3a;
	border-top-style: solid;
}
 .fl-node-60c27cd540fed > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}


.fl-builder-content .fl-node-w30efmoqn146 a.fl-button,
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited,
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button *,
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited *,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button *,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited * {
	color: #282828;
}






.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover,
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover *,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover span.fl-button-text,
.fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover * {
	color: #282828;
}





.fl-builder-content .fl-node-w30efmoqn146 .fl-button,
.fl-builder-content .fl-node-w30efmoqn146 .fl-button * {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}


.fl-node-w30efmoqn146 a.fl-button {
	width: 240px;
}
.fl-node-w30efmoqn146.fl-button-wrap, .fl-node-w30efmoqn146 .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button, .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	border: 1px solid #e6ab00;
	background-color: #f2b705;
}
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:focus, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:focus {
	border: 1px solid #cdbeac;
}
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button, .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited, .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:focus, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:visited, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:focus {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-color: #ff655c;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover, .fl-page .fl-page .fl-builder-content .fl-node-w30efmoqn146 a.fl-button:hover {
	background-color: #d9cab8;
}
/* Vertical Align*/
.uabb-list-icon-wrap .uabb-icon-wrap,
.uabb-list-icon-wrap .uabb-list-icon-text {
    display: inline-block;
    vertical-align: middle;
}

.uabb-list-icon-wrap {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uabb-list-icon-text h1.uabb-list-icon-text-heading,
.uabb-list-icon-text h2.uabb-list-icon-text-heading,
.uabb-list-icon-text h3.uabb-list-icon-text-heading,
.uabb-list-icon-text h4.uabb-list-icon-text-heading,
.uabb-list-icon-text h5.uabb-list-icon-text-heading,
.uabb-list-icon-text h6.uabb-list-icon-text-heading {
    padding: 0;
    margin: 0;
}

.fl-module-list-icon .uabb-list-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.uabb-list-icon-text * {
	margin: 0;
}
	/* Global Alignment Css */
	.fl-node-yrafk05dj14p .uabb-imgicon-wrap {
					text-align: ;
			}

	
		/* Icon Css */
		.fl-node-yrafk05dj14p .uabb-icon-wrap .uabb-icon i,
		.fl-node-yrafk05dj14p .uabb-icon-wrap .uabb-icon i:before {

			color: #ffffff			;
			font-size: 20px;
			height: auto;
			width: auto;
			
				line-height: 20px;
				height: 20px;
				width: 20px;
				text-align: center;
			
						
			/* Gradient Style */
					}

		.fl-node-yrafk05dj14p .uabb-icon-wrap .uabb-icon i:before {
			background: none;
		}

		.fl-node-yrafk05dj14p .uabb-icon-wrap .uabb-icon i:hover,
		.fl-node-yrafk05dj14p .uabb-icon-wrap .uabb-icon i:hover:before,
		.fl-node-yrafk05dj14p .uabb-infobox-module-link:hover .uabb-icon-wrap .uabb-icon i,
		.fl-node-yrafk05dj14p .uabb-infobox-module-link:hover .uabb-icon-wrap .uabb-icon i:before {
			

			color: ;

								}

		.fl-node-yrafk05dj14p .uabb-icon-wrap .uabb-icon i:hover:before {
			background: none;
		}
		/* Icon Css End */
		
			@media ( max-width: 992px ) {
			.fl-node-yrafk05dj14p .uabb-imgicon-wrap {
									text-align: ;
							}
		}
		@media ( max-width: 767px ) {
			.fl-node-yrafk05dj14p .uabb-imgicon-wrap {
									text-align: ;
							}
		}
	
.fl-node-yrafk05dj14p .uabb-callout-outter,
.fl-node-yrafk05dj14p .uabb-list-icon-text {
	display: inline-block;
	vertical-align: middle;
}



/* Left */
.fl-node-yrafk05dj14p .uabb-list-icon-wrap:not(:last-child)  {
	margin-bottom: 10px;
}

.fl-node-yrafk05dj14p .uabb-list-icon-wrap .uabb-callout-outter {
		margin-right: 10px;
	}
.fl-node-yrafk05dj14p .uabb-list-icon-wrap .uabb-list-icon-text {
	
	
	width: calc( 100% - 30px  );
	}



?>

.fl-node-yrafk05dj14p .uabb-list-icon {
	-webkit-box-align: flex-start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.fl-node-yrafk05dj14p .uabb-list-icon-wrap {
	-webkit-justify-content: flex-start;
			justify-content: flex-start;
}

.fl-node-yrafk05dj14p .uabb-list-icon .uabb-list-icon-text .uabb-list-icon-text-heading {
			color : #ffffff;
	}


.fl-node-2547nurhbljv .fl-separator {
	border-top-width: 2px;
	max-width: 30%;
	margin: auto;
}

			.fl-node-2547nurhbljv .fl-separator {
	border-top-color: #5c3d3a;
	border-top-style: solid;
}
 .fl-node-2547nurhbljv > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
.fl-builder-content .fl-node-60a818e203b94 .fl-rich-text, .fl-builder-content .fl-node-60a818e203b94 .fl-rich-text *:not(b, strong) {
	text-align: center;
	font-style: italic;
}
 .fl-node-60a818e203b94 > .fl-module-content {
	margin-top:0px;
}
@media ( max-width: 767px ) {
 .fl-node-60a818e203b94.fl-module > .fl-module-content {
	margin-top:0px;
}
}
 .fl-node-dihmvfbz3un2 > .fl-module-content {
	margin-bottom:20px;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl-row-fixed-width {
	min-width: 1px;
}
.fl-col-group.fl-col-group-responsive-reversed,
.fl-col-group.fl-col-group-responsive-reversed .fl-col,
.fl-col-group.fl-col-group-responsive-reversed .fl-col-content,
.fl-col-group-equal-height .fl-col,
.fl-col-group-equal-height .fl-col-content {
	min-width: 0px;
}

.pp-testimonials .sr-only {
	position: absolute !important;
    height: 1px !important;
    width: 1px !important;
    margin: 0 !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
    overflow: hidden !important;
}

.pp-testimonials .owl-carousel button.owl-dot {
	background: none !important;
	border: none !important;
}

/* Grid Layout */
.pp-testimonials-grid-0 .pp-testimonials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pp-testimonials-grid-1 .pp-testimonials {
    grid-template-columns: repeat(1,1fr);
    display: grid;
}

.pp-testimonials-grid-2 .pp-testimonials {
    grid-template-columns: repeat(2,1fr);
    display: grid;
}

.pp-testimonials-grid-3 .pp-testimonials {
    grid-template-columns: repeat(3,1fr);
    display: grid;
}

.pp-testimonials-grid-4 .pp-testimonials {
    grid-template-columns: repeat(4,1fr);
    display: grid;
}

.pp-testimonials-grid-5 .pp-testimonials {
    grid-template-columns: repeat(5,1fr);
    display: grid;
}

.pp-testimonials-grid-6 .pp-testimonials {
    grid-template-columns: repeat(6,1fr);
    display: grid;
}

.pp-masonry-grid .pp-testimonials {
	display: block !important;
}
.pp-masonry-grid .pp-testimonial {
	display: inline-block;
}

/* Default layout */
.fl-module .pp-testimonials-image img {
	border: 0 solid;
	width: 100%;
	margin: 0 auto;
	max-height: 150px;
	max-width: 150px;
}
.fl-module .carousel-enabled .pp-testimonials-image img {
	max-height: 100px;
	max-width: 100px;
}
.pp-testimonials {
	text-align: center;
}
.pp-testimonial {
	padding: 15px;
}
.pp-testimonials-no-heading .pp-testimonials-heading {
	display: none !important;
}
.pp-testimonials h3.pp-testimonials-title {
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 15px;
}
.pp-testimonials h4.pp-testimonials-subtitle {
	margin: 0;
	text-transform: none;
}
.pp-testimonials .pp-content-wrapper {
	background: transparent;
	position: relative;
}
.pp-testimonials .pp-testimonials-content p {
	margin-bottom: 15px;
}
.pp-testimonials .pp-testimonials-content p:last-of-type {
	margin-bottom: 0;
}
.pp-testimonials .pp-vertical-align {
	display: table;
}
.pp-testimonials .pp-vertical-align .pp-title-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.pp-testimonials .pp-arrow-top {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -15px;
	width: 0;
}
.pp-testimonials .pp-arrow-bottom {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid transparent;
	height: 0;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	bottom: -15px;
	width: 0;
}
.pp-testimonials .pp-arrow-left {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid transparent;
	height: 0;
	left: -15px;
	position: absolute;
	top: 30px;
	width: 0;
}

/* Layouts */

/* Layout 1 */
.pp-testimonials .layout-1 {
	text-align: center;
}
.pp-testimonials .layout-1 .pp-testimonials-image img {
	margin-bottom: 20px;
}
.pp-testimonials .layout-1 .pp-testimonials-content p:last-of-type {
	margin-bottom: 15px;
}

/* Layout 2 */
.pp-testimonials .layout-2 {
	text-align: center;
}
.pp-testimonials .layout-2 .pp-testimonials-image {
	display: inline-block;
	margin-right: 25px;
}
.pp-testimonials .layout-2  .pp-vertical-align {
	margin: 0 auto;
}
.pp-testimonials .layout-2 .pp-content-wrapper {
	margin-bottom: 25px;
}

/* Layout 3 */
.pp-testimonials .layout-3 .pp-testimonials-image {
	float: left;
	margin-right: 30px;
	max-width: 150px;
	width: 22%;
}
.pp-testimonials .layout-3 .layout-3-content {
	float: left;
	text-align: left;
	width: 75%;
}
.pp-testimonials .layout-3.carousel-enabled .pp-testimonials-image {
	max-width: 100px;
}
.pp-testimonials .layout-3.carousel-enabled .pp-testimonials-image img {
	width: 100%;
}
.pp-testimonials .layout-3 .pp-testimonials-content p:last-of-type {
	margin-bottom: 15px;
}

/* Layout 4 */
.pp-testimonials .layout-4 {
	position: relative;
	padding-top: 50px;
}
.pp-testimonials .layout-4 .layout-4-content {
	background: #eee;
	padding: 50px;
	position: relative;
	z-index: 9;
}
.pp-testimonials .layout-4 .pp-testimonials-image {
	position: relative;
	z-index: 10;
	position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
}
.pp-testimonials .layout-4 .pp-testimonials-content {
	margin-top: 20px;
}
.pp-testimonials .layout-4 .pp-testimonials-content p:last-of-type {
	margin-bottom: 15px;
}
.pp-testimonials .layout-4-container .bx-wrapper {
	margin-bottom: 0;
}
.pp-testimonials .layout-4-container .bx-pager {
    bottom: 40px;
}
.pp-testimonials .layout-4-container.carousel-enabled .bx-pager {
	bottom: 30px;
}
.pp-testimonials .layout-4.no-image-inner .layout-4-content,
.pp-testimonials .layout-4.carousel-enabled.no-image-inner .layout-4-content {
	padding-top: 50px;
	top: 0;
}

/* Layout 5 */
.pp-testimonials .layout-5 {
	text-align: center;
}
.pp-testimonials .layout-5 .pp-testimonials-image {
	display: inline-block;
	margin-right: 25px;
}
.pp-testimonials .layout-5 .pp-vertical-align {
	margin: 0 auto;
	width: 100%;
}

.pp-testimonials .layout-5 .pp-testimonials-subtitle {
	margin-bottom: 20px;
}

/* Wrappers */
.pp-testimonials-wrap {
	position: relative;
}
.pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial {
	position: absolute;
	top: 0;
	visibility: hidden;
}
.pp-testimonials-wrap.pp-testimonials-slider .pp-testimonial:first-child,
.pp-testimonials-slider .pp-testimonials-loaded .pp-testimonial {
	position: relative;
	visibility: visible;
}
.pp-testimonials-wrap .fa {
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.pp-testimonials-wrap .fa:hover {
	opacity: 1;
}
.pp-testimonials-wrap .pp-arrow-wrapper {
	margin-bottom: 10px;
	text-align: center;
}
.pp-testimonials-wrap .owl-nav {
	display: flex;
	justify-content: center;
}
.pp-testimonials-wrap .owl-nav button {
	box-shadow: none;
	border: 0;
	outline: none;
	line-height: 0;
    margin: 0;
	padding: 0;
	font-size: 20px;
	background-image: none !important;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pp-testimonials-wrap .owl-nav button svg {
	height: 20px;
	box-shadow: none;
	outline: none;
	border-radius: 100%;
}
.pp-testimonials-wrap .owl-nav.position-side button {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pp-testimonials-wrap .owl-nav.position-side button.owl-prev {
	left: -15px;
}
.pp-testimonials-wrap .owl-nav.position-side button.owl-next {
	right: -15px;
}

/* Flexbox */
.pp-testimonials-flexbox .owl-stage {
	display: flex;
}
.pp-testimonials-flexbox .owl-carousel .owl-item {
	display: flex;
    align-items: center;
    flex: 1 0 auto;
    padding: 0 20px;
}
.pp-testimonials-flexbox .pp-testimonial {
	display: flex;
	flex-direction: column;
    align-items: center;
	align-content: center;
	justify-content: center;
    width: 100%;
    height: 100%;
}
.pp-testimonials-flexbox .pp-testimonial .pp-content-wrapper {
	height: auto !important;
}

.pp-testimonials-wrap .owl-carousel.owl-loaded:focus {
	outline: none;
}@media (max-width: 767px) { .pp-testimonials .layout-3 .pp-testimonials-image {
    float: none;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%;
}
.pp-testimonials .layout-3 .layout-3-content {
    float: none;
    text-align: center;
    width: 100% !important;
}
 }
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .pp-arrow-wrapper {
		text-align: center;	}

	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot span {
		opacity: 1;
				background: #999999;
				box-shadow: none;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot.active span,
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot:hover span,
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-theme .owl-dots .owl-dot:focus span {
				background: #999999;
				opacity: 1;
		box-shadow: none;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav {
		justify-content: center;
					}

		.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav.position-bottom {
		gap: 20px;
	}
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav.position-side button.owl-prev {
		left: 20px;
	}
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav.position-side button.owl-next {
		right: 20px;
	}
	
		.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav button {
		width: 30px;
		height: 30px;
	}
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav button svg {
		height: 20px;
	}
	
	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav button {
					}

	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav button svg path {
			}

	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav button:hover {
					}

	.fl-node-7qynklfw95ai .pp-testimonials-wrap .owl-nav button:hover svg path {
			}

	

.fl-node-7qynklfw95ai .pp-testimonial {
	}

	.fl-node-7qynklfw95ai .pp-testimonials .pp-content-wrapper {
		padding: 20px;
	}

	.fl-node-7qynklfw95ai .pp-testimonial.layout-1 .pp-content-wrapper {
			}
	

.fl-node-7qynklfw95ai .pp-testimonials-wrap .pp-testimonials-heading {
	}
.fl-node-7qynklfw95ai .pp-testimonial .pp-title-wrapper .pp-testimonials-name {
			}
.fl-node-7qynklfw95ai .pp-testimonial .pp-title-wrapper .pp-testimonials-designation {
			}

.fl-node-7qynklfw95ai .pp-testimonial .pp-testimonials-title {
							}

.fl-node-7qynklfw95ai .pp-testimonial .pp-testimonials-content {
			}
.fl-node-7qynklfw95ai .pp-testimonial .pp-testimonials-image img {
	max-height: 100px;
	max-width: 100px;
}

.fl-node-7qynklfw95ai.pp-masonry-grid .pp-testimonials {
		column-count: 3;
	}


@media only screen and ( max-width: 1200px ) {
	.fl-node-7qynklfw95ai .pp-testimonials-grid-lg-1 .pp-testimonials {
		grid-template-columns: 100%;
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-lg-2 .pp-testimonials {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-lg-3 .pp-testimonials {
		grid-template-columns: repeat(3,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-lg-4 .pp-testimonials {
		grid-template-columns: repeat(4,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-lg-5 .pp-testimonials {
		grid-template-columns: repeat(5,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-lg-6 .pp-testimonials {
		grid-template-columns: repeat(6,1fr);
		display: grid;
	}
	.fl-node-7qynklfw95ai.pp-masonry-grid .pp-testimonials {
			}

	
	}

@media only screen and ( max-width: 992px ) {
	.fl-node-7qynklfw95ai .pp-testimonials-grid-md-1 .pp-testimonials {
		grid-template-columns: 100%;
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-md-2 .pp-testimonials {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-md-3 .pp-testimonials {
		grid-template-columns: repeat(3,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-md-4 .pp-testimonials {
		grid-template-columns: repeat(4,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-md-5 .pp-testimonials {
		grid-template-columns: repeat(5,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-md-6 .pp-testimonials {
		grid-template-columns: repeat(6,1fr);
		display: grid;
	}
	.fl-node-7qynklfw95ai.pp-masonry-grid .pp-testimonials {
			}

	
	}

@media only screen and ( max-width: 767px ) {
	.fl-node-7qynklfw95ai .pp-testimonials-grid-sm-1 .pp-testimonials {
		grid-template-columns: 100%;
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-sm-2 .pp-testimonials {
		grid-template-columns: repeat(2,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-sm-3 .pp-testimonials {
		grid-template-columns: repeat(3,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-sm-4 .pp-testimonials {
		grid-template-columns: repeat(4,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-sm-5 .pp-testimonials {
		grid-template-columns: repeat(5,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai .pp-testimonials-grid-sm-6 .pp-testimonials {
		grid-template-columns: repeat(6,1fr);
		display: grid;
	}

	.fl-node-7qynklfw95ai.pp-masonry-grid .pp-testimonials {
			}

	
	}
.fl-node-7qynklfw95ai .pp-testimonials-grid .pp-testimonials {
	grid-gap: 20px;
}
.fl-node-7qynklfw95ai .pp-testimonial .pp-testimonials-content {
	line-height: 1.5;
}
 .fl-node-7qynklfw95ai > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
}
.fl-node-60a1dc52d9384 .fl-separator {
	border-top-width: 2px;
	max-width: 100%;
	margin: auto;
}

			.fl-node-60a1dc52d9384 .fl-separator {
	border-top-color: #5c3d3a;
	border-top-style: solid;
}
 .fl-node-60a1dc52d9384 > .fl-module-content {
	margin-right:0px;
	margin-left:0px;
}


.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button,
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited,
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button *,
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited *,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button *,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited * {
	color: #282828;
}






.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover,
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover *,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover span.fl-button-text,
.fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover * {
	color: #282828;
}





.fl-builder-content .fl-node-bvwiyoger8jl .fl-button,
.fl-builder-content .fl-node-bvwiyoger8jl .fl-button * {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}


.fl-node-bvwiyoger8jl a.fl-button {
	width: 240px;
}
.fl-node-bvwiyoger8jl.fl-button-wrap, .fl-node-bvwiyoger8jl .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button, .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	border: 1px solid #e6ab00;
	background-color: #f2b705;
}
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:focus, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:focus {
	border: 1px solid #cdbeac;
}
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button, .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited, .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:focus, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:visited, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:focus {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-color: #ff655c;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover, .fl-page .fl-page .fl-builder-content .fl-node-bvwiyoger8jl a.fl-button:hover {
	background-color: #d9cab8;
}


.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button,
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited,
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button *,
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited *,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button *,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited * {
	color: #282828;
}






.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover,
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover span.fl-button-text,
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover *,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover span.fl-button-text,
.fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover * {
	color: #282828;
}





.fl-builder-content .fl-node-gy2i6ljdpzkn .fl-button,
.fl-builder-content .fl-node-gy2i6ljdpzkn .fl-button * {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}


.fl-node-gy2i6ljdpzkn a.fl-button {
	width: 240px;
}
.fl-node-gy2i6ljdpzkn.fl-button-wrap, .fl-node-gy2i6ljdpzkn .fl-button-wrap {
	text-align: center;
}
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button {
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
}
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button, .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
	border: 1px solid #e6ab00;
	background-color: #f2b705;
}
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:focus, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:focus {
	border: 1px solid #cdbeac;
}
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button, .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited, .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:focus, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:visited, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:focus {
	border-style: none;
	border-width: 0;
	background-clip: border-box;
	border-color: #ff655c;
	border-top-left-radius: 100px;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover, .fl-page .fl-page .fl-builder-content .fl-node-gy2i6ljdpzkn a.fl-button:hover {
	background-color: #d9cab8;
}

/* Start Global CSS */

/* End Global CSS */


/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */

/* End Layout CSS */

/* Equal height Column Bottom Alignment */
.fl-col-group-equal-height.fl-col-group-align-bottom .fl-col-content {
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
          -webkit-box-align: end;
           -webkit-box-pack: end;
              -ms-flex-pack: end;
}

/* H1-H6 Margin Reset in all Modules */
.uabb-module-content h1,
.uabb-module-content h2,
.uabb-module-content h3,
.uabb-module-content h4,
.uabb-module-content h5,
.uabb-module-content h6 {
    margin: 0;
    clear: both;
}

/* Anchor Tag Css */

.fl-module-content a,
.fl-module-content a:hover,
.fl-module-content a:focus {
    text-decoration: none;
}

/* Row Separator CSS */

.uabb-row-separator {
    position: absolute;
    width: 100%;
    left: 0;
}

.uabb-top-row-separator {
    top: 0;
    bottom: auto
}

.uabb-bottom-row-separator {
    top: auto;
    bottom: 0;
}

.fl-builder-content-editing .fl-visible-medium.uabb-row,
.fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
.fl-builder-content-editing .fl-visible-mobile.uabb-row {
    display: none !important;
}

@media (max-width: 992px) {

    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .fl-builder-content-editing .fl-visible-desktop.uabb-row,
    .fl-builder-content-editing .fl-visible-desktop-medium.uabb-row,
    .fl-builder-content-editing .fl-visible-medium.uabb-row {
        display: none !important;
    }

    .fl-builder-content-editing .fl-visible-medium-mobile.uabb-row,
    .fl-builder-content-editing .fl-visible-mobile.uabb-row {
        display: block !important;
    }
}

.fl-responsive-preview-content .fl-builder-content-editing {
    overflow-x: hidden;
    overflow-y: visible;
}

.uabb-row-separator svg {
    width: 100%;
}

.uabb-top-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    top: -1px;
    bottom: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-has-svg svg {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: -1px;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.uabb-bottom-row-separator.uabb-has-svg .uasvg-wave-separator {
    bottom: 0;
}
.uabb-top-row-separator.uabb-has-svg .uasvg-wave-separator {
    top: 0;
}

/**
 *
 *  Svg Triangle Separator
 *  Big Triangle Separator
 *  Big Triangle Left Separator
 *  Svg Half Circle Separator
 *  Curve Center Separator
 *  Waves Separator
 *  Stamp
 *  Grass
 *  Slime
 *  Grass Bend
 *  Wave Slide
 *  Muliple Triangles
 *  Pine Tree
 *  Pine Tree Bend
 *
 ***************************************/
.uabb-bottom-row-separator.uabb-svg-triangle svg,
.uabb-bottom-row-separator.uabb-xlarge-triangle svg,
.uabb-top-row-separator.uabb-xlarge-triangle-left svg,
.uabb-bottom-row-separator.uabb-svg-circle svg,
.uabb-top-row-separator.uabb-slime-separator svg,
.uabb-top-row-separator.uabb-grass-separator svg,
.uabb-top-row-separator.uabb-grass-bend-separator svg,
.uabb-bottom-row-separator.uabb-mul-triangles-separator svg,
.uabb-top-row-separator.uabb-wave-slide-separator svg,
.uabb-top-row-separator.uabb-pine-tree-separator svg,
.uabb-top-row-separator.uabb-pine-tree-bend-separator svg,
.uabb-bottom-row-separator.uabb-stamp-separator svg,
.uabb-bottom-row-separator.uabb-xlarge-circle svg,
.uabb-top-row-separator.uabb-wave-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

/*
 *  Big Triangle
*/
.uabb-bottom-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: scale(1) scaleY(-1) translateX(-50%);
       -moz-transform: scale(1) scaleY(-1) translateX(-50%);
        -ms-transform: scale(1) scaleY(-1) translateX(-50%);
         -o-transform: scale(1) scaleY(-1) translateX(-50%);
            transform: scale(1) scaleY(-1) translateX(-50%);
}

.uabb-top-row-separator.uabb-big-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(1);
       -moz-transform: translateX(-50%) scale(1);
        -ms-transform: translateX(-50%) scale(1);
         -o-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
}

/**
 *
 *  Big Triangle Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-xlarge-triangle-right svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

/**
 *
 *  Curve Left Separator
 *  Curve Right Separator
 *
 ***************************************/
.uabb-top-row-separator.uabb-curve-up-separator svg {
    left: 50%;
     -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-top-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-bottom-row-separator.uabb-curve-down-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}


/**
 *
 *  Tilt Left Separator
 *  Tilt Right Separator
 *
 ***************************************/

.uabb-top-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scale(-1);
       -moz-transform: translateX(-50%) scale(-1);
        -ms-transform: translateX(-50%) scale(-1);
         -o-transform: translateX(-50%) scale(-1);
            transform: translateX(-50%) scale(-1);
}

.uabb-top-row-separator.uabb-tilt-right-separator svg{
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-tilt-left-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.uabb-bottom-row-separator.uabb-tilt-right-separator svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(-1);
       -moz-transform: translateX(-50%) scaleX(-1);
        -ms-transform: translateX(-50%) scaleX(-1);
         -o-transform: translateX(-50%) scaleX(-1);
            transform: translateX(-50%) scaleX(-1);
}

.uabb-top-row-separator.uabb-tilt-left-separator,
.uabb-top-row-separator.uabb-tilt-right-separator {
    top: 0;
}

.uabb-bottom-row-separator.uabb-tilt-left-separator,
.uabb-bottom-row-separator.uabb-tilt-right-separator {
    bottom: 0;
}

/**
 *
 *  Clouds Separator
 *  Multi Triangle
 *  Arrow Inward
 *  Arrow Outward
 *
 ***************************************/

.uabb-top-row-separator.uabb-arrow-outward-separator svg,
.uabb-top-row-separator.uabb-arrow-inward-separator svg,
.uabb-top-row-separator.uabb-cloud-separator svg,
.uabb-top-row-separator.uabb-multi-triangle svg {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(-1);
       -moz-transform: translateX(-50%) scaleY(-1);
        -ms-transform: translateX(-50%) scaleY(-1);
         -o-transform: translateX(-50%) scaleY(-1);
            transform: translateX(-50%) scaleY(-1);
}

.uabb-bottom-row-separator.uabb-multi-triangle svg {
    bottom: -2px;
}

.uabb-row-separator.uabb-round-split:after,
.uabb-row-separator.uabb-round-split:before {
    left: 0;
    width: 50%;
    background: inherit inherit/inherit inherit inherit inherit;
    content: '';
    position: absolute
}


/* Buttons
------------------------------------------------------ */

.uabb-button-wrap a,
.uabb-button-wrap a:visited {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    text-shadow: none;
}

.fl-builder-content .uabb-button:hover {
    text-decoration: none;
}

.fl-builder-content .uabb-button-width-full .uabb-button {
    display: block;
    text-align: center;
}

.uabb-button-width-custom .uabb-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.fl-builder-content .uabb-button-left {
    text-align: left;
}
.fl-builder-content .uabb-button-center {
    text-align: center;
}
.fl-builder-content .uabb-infobox .uabb-button-center,
.fl-builder-content .uabb-modal-action-wrap .uabb-button-center,
.fl-builder-content .uabb-ultb3-box .uabb-button-center,
.fl-builder-content .uabb-slide-down .uabb-button-center,
.fl-builder-content .uabb-blog-post-content .uabb-button-center,
.fl-builder-content .uabb-cta-wrap .uabb-button-center,
.fl-builder-content .fl-module-uabb-off-canvas .uabb-button-wrap .uabb-button-center{ 
     text-align: inherit;
}

.fl-builder-content .uabb-button-right {
    text-align: right;
}

.fl-builder-content .uabb-button i,
.fl-builder-content .uabb-button i:before {
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    width: 1em;
}

.uabb-button .uabb-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-button .uabb-button-icon-before {
    margin-left: 0;
    margin-right: 8px;
}
.uabb-button .uabb-button-icon-no-text {
    margin: 0;
}
.uabb-button-has-icon .uabb-button-text {
    vertical-align: middle;
}

/* Icons
------------------------------------------------------ */

.uabb-icon-wrap {
    display: inline-block;
}
.uabb-icon a {
    text-decoration: none;
}
.uabb-icon i {
    display: block;
}
.uabb-icon i:before {
    border: none !important;
    background: none !important;
}
.uabb-icon-text {
    display: table-cell;
    text-align: left;
    padding-left: 15px;
    vertical-align: middle;
}
.uabb-icon-text *:last-child {
    margin: 0 !important;
    padding: 0 !important;
}
.uabb-icon-text a {
    text-decoration: none;
}

/* Photos
------------------------------------------------------ */

.uabb-photo {
    line-height: 0;
    position: relative;
    z-index: 2;
}
.uabb-photo-align-left {
    text-align: left;
}
.uabb-photo-align-center {
    text-align: center;
}
.uabb-photo-align-right {
    text-align: right;
}
.uabb-photo-content {
    border-radius: 0;
    display: inline-block;
    line-height: 0;
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
.uabb-photo-content img {
    border-radius: inherit;
    display: inline;
    height: auto;
    max-width: 100%;
    width: auto;
}
.fl-builder-content .uabb-photo-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-photo-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.uabb-photo-caption {
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.uabb-photo-caption-below {
    padding-bottom: 20px;
    padding-top: 10px;
}
.uabb-photo-caption-hover {
    background: rgba(0,0,0,0.7);
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity = 0);
    padding: 10px 15px;
    position: absolute;
    right: 0;
    -webkit-transition:visibility 200ms linear;
    -moz-transition:visibility 200ms linear;
    transition:visibility 200ms linear;
}
.uabb-photo-content:hover .uabb-photo-caption-hover {
    opacity: 100;
    visibility: visible;
}

/* Panel & Buttons
------------------------------------------------------ */
.uabb-active-btn {
    background: #1e8cbe;
    border-color: #0074a2;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.6);
    color: white;
}
.fl-builder-bar .fl-builder-add-content-button {
    display: block !important;
    opacity: 1 !important;
}

/* Image Icon Object */
.uabb-imgicon-wrap .uabb-icon {
    display: block;
}
.uabb-imgicon-wrap .uabb-icon i{
    float: none;
}

/* Photo */
.uabb-imgicon-wrap .uabb-image {
    line-height: 0;
    position: relative;
}
.uabb-imgicon-wrap .uabb-image-align-left {
    text-align: left;
}
.uabb-imgicon-wrap .uabb-image-align-center {
    text-align: center;
}
.uabb-imgicon-wrap .uabb-image-align-right {
    text-align: right;
}
.uabb-imgicon-wrap .uabb-image-content {
    display: inline-block;
    border-radius: 0;
    line-height: 0;
    position: relative;
    max-width: 100%;
}
.uabb-imgicon-wrap .uabb-image-content img {
    display: inline;
    height: auto !important;
    max-width: 100%;
    width: auto;
    border-radius: inherit;
    box-shadow: none;
    box-sizing: content-box;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-circle img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.fl-builder-content .uabb-imgicon-wrap .uabb-image-crop-square img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


/* Creative Button
___________________________________________________________________________*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
    position: relative;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;

}

.uabb-creative-button-wrap a:focus {
    text-decoration: none;
    text-shadow: none;
    box-shadow: none;
}

.uabb-creative-button-wrap a .uabb-creative-button-text,
.uabb-creative-button-wrap a .uabb-creative-button-icon,
.uabb-creative-button-wrap a:visited .uabb-creative-button-text,
.uabb-creative-button-wrap a:visited .uabb-creative-button-icon {
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

.uabb-creative-button-wrap a:hover {
    text-decoration: none;
}

.uabb-creative-button-wrap .uabb-creative-button-width-full .uabb-creative-button {
    display: block;
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-width-custom .uabb-creative-button {
    display: inline-block;
    text-align: center;
    max-width: 100%;
}
.uabb-creative-button-wrap .uabb-creative-button-left {
    text-align: left;
}
.uabb-creative-button-wrap .uabb-creative-button-center {
    text-align: center;
}
.uabb-creative-button-wrap .uabb-creative-button-right {
    text-align: right;
}
.uabb-creative-button-wrap .uabb-creative-button i {
    font-size: 1.3em;
    height: auto;
    vertical-align: middle;
    width: auto;
}

.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-after {
    margin-left: 8px;
    margin-right: 0;
}
.uabb-creative-button-wrap .uabb-creative-button .uabb-creative-button-icon-before {
    margin-right: 8px;
    margin-left: 0;
}
.uabb-creative-button-wrap.uabb-creative-button-icon-no-text .uabb-creative-button i {
    margin: 0;
}

.uabb-creative-button-wrap .uabb-creative-button-has-icon .uabb-creative-button-text {
    vertical-align: middle;
}
.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
    padding: 12px 24px;
}

/*  Translate Button styles */

.uabb-creative-button.uabb-creative-transparent-btn {
    background: transparent;
}
.uabb-creative-button.uabb-creative-transparent-btn:after {
    content: '';
    position: absolute;
    z-index: 1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
}

/* transparent-fill-top, transparent-fill-bottom  */
.uabb-transparent-fill-top-btn:after,
.uabb-transparent-fill-bottom-btn:after {
    width: 100%;
    height: 0;
    left: 0;
}

/* transparent-fill-top */
.uabb-transparent-fill-top-btn:after {
    top: 0;
}
/* transparent-fill-bottom */
.uabb-transparent-fill-bottom-btn:after {
    bottom: 0;
}

/* transparent-fill-left, transparent-fill-right */
.uabb-transparent-fill-left-btn:after,
.uabb-transparent-fill-right-btn:after {
    width: 0;
    height: 100%;
    top: 0;
}

/* transparent-fill-left */
.uabb-transparent-fill-left-btn:after {
    left: 0;
}
/* transparent-fill-right */
.uabb-transparent-fill-right-btn:after {
    right: 0;
}


/* transparent-fill-center */
.uabb-transparent-fill-center-btn:after{
    width: 0;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

/*  transparent-fill-diagonal, transparent-fill-horizontal  */
.uabb-transparent-fill-diagonal-btn:after,
.uabb-transparent-fill-horizontal-btn:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
}

/*  transparent-fill-diagonal */
.uabb-transparent-fill-diagonal-btn{
    overflow: hidden;
}
.uabb-transparent-fill-diagonal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
       -moz-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
        -ms-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
         -o-transform: translateX(-50%) translateY(-50%) rotate( 45deg );
            transform: translateX(-50%) translateY(-50%) rotate( 45deg );
}
/* transparent-fill-horizontal */
.uabb-transparent-fill-horizontal-btn:after{
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}


/*  3D Button styles */
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_down-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_up-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_left-btn,
.uabb-creative-button-wrap .uabb-creative-threed-btn.uabb-threed_right-btn {
    -webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}

.perspective {
    -webkit-perspective: 800px;
       -moz-perspective: 800px;
            perspective: 800px;
            margin: 0;
}
.uabb-creative-button.uabb-creative-threed-btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
}

.uabb-creative-button.uabb-creative-threed-btn {
    outline: 1px solid transparent;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

/*  3D Button styles --- Animate to top */
.uabb-creative-threed-btn.uabb-animate_top-btn:after {
    height: 40%;
    left: 0;
    top: -40%;
    width: 100%;
    -webkit-transform-origin: 0% 100%;
       -moz-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: rotateX(90deg);
       -moz-transform: rotateX(90deg);
            transform: rotateX(90deg);
}

/*  3D Button styles --- Animate to bottom */
.uabb-creative-threed-btn.uabb-animate_bottom-btn:after {
    width: 100%;
    height: 40%;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotateX(-90deg);
       -moz-transform: rotateX(-90deg);
        -ms-transform: rotateX(-90deg);
            transform: rotateX(-90deg);
}

/*  3D Button styles --- Animate to Left */
.uabb-creative-threed-btn.uabb-animate_left-btn:after {
    width: 20%;
    height: 100%;
    left: -20%;
    top: 0;
    -webkit-transform-origin: 100% 0%;
       -moz-transform-origin: 100% 0%;
        -ms-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: rotateY(-60deg);
       -moz-transform: rotateY(-60deg);
        -ms-transform: rotateY(-60deg);
            transform: rotateY(-60deg);
}

/*  3D Button styles --- Animate to Right */
.uabb-creative-threed-btn.uabb-animate_right-btn:after {
    width: 20%;
    height: 100%;
    left: 104%;
    top: 0;
    -webkit-transform-origin: 0% 0%;
       -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotateY(120deg);
       -moz-transform: rotateY(120deg);
        -ms-transform: rotateY(120deg);
            transform: rotateY(120deg);
}


/* Animate Top */
.uabb-animate_top-btn:hover{
    -webkit-transform: rotateX(-15deg);
       -moz-transform: rotateX(-15deg);
        -ms-transform: rotateX(-15deg);
         -o-transform: rotateX(-15deg);
            transform: rotateX(-15deg);

}

/* Animate Bottom */
.uabb-animate_bottom-btn:hover{
    -webkit-transform: rotateX(15deg);
       -moz-transform: rotateX(15deg);
        -ms-transform: rotateX(15deg);
         -o-transform: rotateX(15deg);
            transform: rotateX(15deg);

}

/* Animate Left */
.uabb-animate_left-btn:hover{
    -webkit-transform: rotateY(6deg);
       -moz-transform: rotateY(6deg);
        -ms-transform: rotateY(6deg);
         -o-transform: rotateY(6deg);
            transform: rotateY(6deg);
}

/* Animate Right */
.uabb-animate_right-btn:hover{
    -webkit-transform: rotateY(-6deg);
       -moz-transform: rotateY(-6deg);
        -ms-transform: rotateY(-6deg);
         -o-transform: rotateY(-6deg);
            transform: rotateY(-6deg);

}

/*  Flat Button styles  */

/*  Common Classes  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn,
.uabb-creative-flat-btn.uabb-animate_to_left-btn,
.uabb-creative-flat-btn.uabb-animate_from_top-btn,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn {
    overflow: hidden;
    position: relative;
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    bottom: 0;
    height: 100%;
    margin: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.uabb-creative-flat-btn.uabb-animate_to_right-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_to_left-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_top-btn .uabb-button-text,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn .uabb-button-text {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms linear;
       -moz-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
         -o-transition: all 200ms linear;
            transition: all 200ms linear;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
}

/*  Making Icon position center  */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i:before,
.uabb-creative-flat-btn.uabb-animate_to_left-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_top-btn i:before,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*  Common Hover Classes */
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover i {
    left: 0;
}
.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover i,
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover i {
    top: 0;
}

/*  Animate Icon to the right */
.uabb-creative-flat-btn.uabb-animate_to_right-btn i {
    top: 0;
    left: -100%;
}
.uabb-creative-flat-btn.uabb-animate_to_right-btn:hover .uabb-button-text {
    -webkit-transform: translateX(200%);
       -moz-transform: translateX(200%);
        -ms-transform: translateX(200%);
         -o-transform: translateX(200%);
            transform: translateX(200%);
}

/*  Animate Icon to the left */
.uabb-creative-flat-btn.uabb-animate_to_left-btn i {
    top: 0;
    left: 100%;
}

.uabb-creative-flat-btn.uabb-animate_to_left-btn:hover .uabb-button-text {
    -webkit-transform: translateX(-200%);
       -moz-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
         -o-transform: translateX(-200%);
            transform: translateX(-200%);
}


/*  Animate Icon From the Top */
.uabb-creative-flat-btn.uabb-animate_from_top-btn i {
    top: -100%;
    left: 0;
}

.uabb-creative-flat-btn.uabb-animate_from_top-btn:hover .uabb-button-text {
    -webkit-transform: translateY(400px);
       -moz-transform: translateY(400px);
        -ms-transform: translateY(400px);
         -o-transform: translateY(400px);
            transform: translateY(400px);
}

/*  Animate Icon From the Bottom */
.uabb-creative-flat-btn.uabb-animate_from_bottom-btn i {
    top: 100%;
    left: 0;
}

.uabb-creative-flat-btn.uabb-animate_from_bottom-btn:hover .uabb-button-text {
    -webkit-transform: translateY(-400px);
       -moz-transform: translateY(-400px);
        -ms-transform: translateY(-400px);
         -o-transform: translateY(-400px);
            transform: translateY(-400px);
}

/* Media/Video CSS */
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode, 
.uabb-tab-acc-content .mejs-container:not(.mejs-audio), 
.uabb-tab-acc-content .mejs-overlay.load,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode, 
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio), 
.uabb-adv-accordion-content .mejs-overlay.load {
    width: 100% !important;
    height: 100% !important;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio),
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) {
    padding-top: 56.25%;
}
.uabb-tab-acc-content .wp-video, 
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content .wp-video, 
.uabb-adv-accordion-content video.wp-video-shortcode {
    max-width: 100% !important;
}
.uabb-tab-acc-content video.wp-video-shortcode,
.uabb-adv-accordion-content video.wp-video-shortcode {
    position: relative;
}
.uabb-tab-acc-content .mejs-container:not(.mejs-audio) .mejs-mediaelement,
.uabb-adv-accordion-content .mejs-container:not(.mejs-audio) .mejs-mediaelement {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.uabb-tab-acc-content .mejs-overlay-play,
.uabb-adv-accordion-content .mejs-overlay-play {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
}
.fl-row-content-wrap .uabb-row-particles-background,
.uabb-col-particles-background {
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}
/* Theme Button
------------------------------------------------------ */
/*.fl-builder-content a.uabb-button,
.fl-builder-content a.uabb-button:visited,
.fl-builder-content a.uabb-creative-button,
.fl-builder-content a.uabb-creative-button:visited*/

.uabb-creative-button-wrap a,
.uabb-creative-button-wrap a:visited {
		
	
	
	
	}

.uabb-dual-button .uabb-btn,
.uabb-dual-button .uabb-btn:visited {
			
	
	
	}


/* Responsive Js Breakpoint Css */

.uabb-js-breakpoint {
	content:"default";
	display:none;
}
@media screen and (max-width: 992px) {
	.uabb-js-breakpoint {
		content:"992";
	}
}

@media screen and (max-width: 767px) {
	.uabb-js-breakpoint {
		content:"767";
	}
}


																				
					
					
					
																
					
					
					
																							
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																							
					
					
					
																
					
					
					
																
					
					
					
																
					
					
					
																							
					
					
					
																
					
					
					
																
					
					
					
												
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
		
        
        			.fl-node-5d5ac65fa4dbf .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-9ja0zoe7ymbw .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-c1erakdi78wu .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-60a1ce46a27d1 .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-5e1e31b52ef0a .fl-row-content {
				min-width: 0px;
			}
		
        
        
        #honeypot-field-url,.um-form input[type=text].apbct_special_field,.wc_apbct_email_id,input[class*=apbct].apbct_special_field,label[id*=apbct_label_id].apbct_special_field{display:none!important}.apbct-tooltip,.apbct-tooltip--text{border-radius:5px;background:#d3d3d3}.comment-form-cookies-consent{width:100%;overflow:hidden}.apbct-tooltip{display:none;position:inherit;margin-top:5px;left:5px;opacity:.9}.apbct-tooltip--text{position:sticky;padding:10px;width:max-content}.apbct-tooltip--arrow{position:absolute;background:#d3d3d3;width:10px;height:10px;top:-5px;left:10px;transform:rotate(135deg)}.apbct-trusted-text--div{font-size:small!important;display:inline-block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--center{font-size:small!important;display:block;text-align:center;width:100%;margin-bottom:2pc}.apbct-trusted-text--label{font-size:small!important;display:inline-block;text-align:center;width:100%;padding:5px 0}.apbct-trusted-text--label_left{font-size:small!important;display:inline-block;text-align:left;padding:5px 0}.apbct-trusted-text--span{display:inline-block}.apbct-popup-fade:before{content:'';background:#000;position:fixed;left:0;top:0;width:100%;height:100%;opacity:.7;z-index:9999}.apbct-popup{position:fixed;top:20%;left:50%;padding:20px;width:360px;margin-left:-200px;background:#fff;border:1px solid;border-radius:4px;z-index:99999;opacity:1}.apbct-iframe-preloader{width:48px;height:48px;border-radius:50%;position:relative;left:calc(50% - 27px);top:calc(50% - 27px);animation:apbctIframePreloaderRotate 1s linear infinite}.apbct-iframe-preloader-spin{content:"";box-sizing:border-box;position:absolute;inset:0;border-radius:50%;border:6px solid #FFF;animation:apbctIframePreloaderPrixClipFix 2s linear infinite}.apbct-iframe-preloader-text{color:#fff;background:#000;display:block;width:100%;text-align:center;position:absolute;top:60%}.comments-area .comment-list article .comment-author{overflow:visible!important}@keyframes apbctIframePreloaderRotate{100%{transform:rotate(360deg)}}@keyframes apbctIframePreloaderPrixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}100%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}.apbct-check_email_exist-bad_email,.apbct-check_email_exist-good_email,.apbct-check_email_exist-load{z-index:9999;margin:0 6px;transition:none!important;background-size:contain;background-repeat:no-repeat;background-position-x:right;background-position-y:center;cursor:pointer}.apbct-check_email_exist-load{background-size:contain;background-image:url(//lappvalleyfarm.com/wp-content/plugins/cleantalk-spam-protect/css/images/checking_email.gif)}.apbct-check_email_exist-block{position:fixed;display:block}.apbct-check_email_exist-good_email{background-image:url(//lappvalleyfarm.com/wp-content/plugins/cleantalk-spam-protect/css/images/good_email.svg)}.apbct-check_email_exist-bad_email{background-image:url(//lappvalleyfarm.com/wp-content/plugins/cleantalk-spam-protect/css/images/bad_email.svg)}.apbct-check_email_exist-popup_description{display:none;position:fixed;padding:2px;border:1px solid #E5E8ED;border-radius:16px 16px 0;background:#FFF;background-position-x:right;font-size:14px;text-align:center;transition:all 1s ease-out}@media screen and (max-width:782px){.apbct-check_email_exist-popup_description{width:100%}}.ct-encoded-form{display:none}.ct-encoded-form-loader{display:block;width:48px;height:48px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:ct-encoded-form-loader-spin 1s linear infinite;margin:auto}@keyframes ct-encoded-form-loader-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ct-encoded-form-forbidden{display:block;border:1px solid red;padding:10px;background:#fdd;color:red;font-weight:700}.apbct_dog_one,.apbct_dog_three,.apbct_dog_two{animation-duration:1.5s;animation-iteration-count:infinite;animation-name:apbct_dog}.apbct-email-encoder,.apbct-email-encoder--settings_example_encoded{position:relative}.apbct-email-encoder-popup{width:30vw;min-width:400px;font-size:16px}.apbct-email-encoder--popup-header{font-size:16px;color:#333}.apbct-email-encoder-elements_center{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:16px!important;color:#000!important}.top-margin-long{margin-top:5px}.apbct-tooltip{display:none}.apbct-blur{filter:blur(5px);transition:filter 2s}.apbct-email-encoder.no-blur .apbct-blur{filter:none}.apbct-email-encoder-select-whole-email{-webkit-user-select:all;user-select:all}.apbct-email-encoder-got-it-button{all:unset;margin-top:10px;padding:5px 10px;border-radius:5px;background-color:#333;color:#fff;cursor:pointer;transition:background-color .3s}.apbct-ee-animation-wrapper{display:flex;height:60px;justify-content:center;font-size:16px;align-items:center}.apbct_dog{margin:0 5px;color:transparent;text-shadow:0 0 2px #aaa}.apbct_dog_one{animation-delay:0s}.apbct_dog_two{animation-delay:.5s}.apbct_dog_three{animation-delay:1s}@keyframes apbct_dog{0%,100%,75%{scale:100%;color:transparent;text-shadow:0 0 2px #aaa}25%{scale:200%;color:unset;text-shadow:unset}}@media screen and (max-width:782px){.apbct-email-encoder--settings_example_encoded{position:relative;display:block}.apbct-email-encoder-popup{width:20vw;min-width:200px;font-size:16px;top:20%;left:75%}.apbct-email-encoder-elements_center{flex-direction:column!important;text-align:center}}/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.eot);src:url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff2) format("woff2"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.woff) format("woff"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.ttf) format("truetype"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.eot);src:url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff2) format("woff2"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.woff) format("woff"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.ttf) format("truetype"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.eot);src:url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff2) format("woff2"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.woff) format("woff"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.ttf) format("truetype"),url(//lappvalleyfarm.com/wp-content/plugins/bb-plugin/fonts/fontawesome/5.15.4/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}