Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - umrc.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 17 May 2025 16:40:27 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
Keep-Alive: timeout=20
Location: https://mybrio.org/

HTTP Code 301 Moved Permanently

http status code 301 means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - http://mybrio.org/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Sat, 17 May 2025 16:40:28 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 864037
Connection: keep-alive
Keep-Alive: timeout=20
Vary: Accept-Encoding
Vary: Accept-Encoding
Vary: Accept-Encoding
X-Distributor: yes
Link: <https://mybrio.org/wp-json/>; rel="https://api.w.org/"
Link: <https://mybrio.org/wp-json/wp/v2/pages/16>; rel="alternate"; title="JSON"; type="application/json"
Link: <https://mybrio.org/>; rel=shortlink
X-Powered-By: WP Engine
X-Cacheable: bot
Cache-Control: max-age=10800, must-revalidate
Vary: Accept-Encoding
Accept-Ranges: bytes
X-Cache: HIT: 9
X-Cache-Group: bot

HTTP Code 200 OK

http status code 200 is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: umrc.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en-US">
<head>
    <meta charset="UTF-8">
<script type="text/javascript">
/* <![CDATA[ */
 
//----------------------------------------------------------
//------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------
//----------------------------------------------------------

if ( ! gform ) {
	document.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );
	window.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );

	var gform = {
		domLoaded: false,
		scriptsLoaded: false,
		initializeOnLoaded: function( fn ) {
			if ( gform.domLoaded && gform.scriptsLoaded ) {
				fn();
			} else if( ! gform.domLoaded && gform.scriptsLoaded ) {
				window.addEventListener( 'DOMContentLoaded', fn );
			} else {
				document.addEventListener( 'gform_main_scripts_loaded', fn );
			}
		},
		hooks: { action: {}, filter: {} },
		addAction: function( action, callable, priority, tag ) {
			gform.addHook( 'action', action, callable, priority, tag );
		},
		addFilter: function( action, callable, priority, tag ) {
			gform.addHook( 'filter', action, callable, priority, tag );
		},
		doAction: function( action ) {
			gform.doHook( 'action', action, arguments );
		},
		applyFilters: function( action ) {
			return gform.doHook( 'filter', action, arguments );
		},
		removeAction: function( action, tag ) {
			gform.removeHook( 'action', action, tag );
		},
		removeFilter: function( action, priority, tag ) {
			gform.removeHook( 'filter', action, priority, tag );
		},
		addHook: function( hookType, action, callable, priority, tag ) {
			if ( undefined == gform.hooks[hookType][action] ) {
				gform.hooks[hookType][action] = [];
			}
			var hooks = gform.hooks[hookType][action];
			if ( undefined == tag ) {
				tag = action + '_' + hooks.length;
			}
			if( priority == undefined ){
				priority = 10;
			}

			gform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );
		},
		doHook: function( hookType, action, args ) {

			// splice args from object into array and remove first index which is the hook name
			args = Array.prototype.slice.call(args, 1);

			if ( undefined != gform.hooks[hookType][action] ) {
				var hooks = gform.hooks[hookType][action], hook;
				//sort by priority
				hooks.sort(function(a,b){return a["priority"]-b["priority"]});

				hooks.forEach( function( hookItem ) {
					hook = hookItem.callable;

					if(typeof hook != 'function')
						hook = window[hook];
					if ( 'action' == hookType ) {
						hook.apply(null, args);
					} else {
						args[0] = hook.apply(null, args);
					}
				} );
			}
			if ( 'filter'==hookType ) {
				return args[0];
			}
		},
		removeHook: function( hookType, action, priority, tag ) {
			if ( undefined != gform.hooks[hookType][action] ) {
				var hooks = gform.hooks[hookType][action];
				hooks = hooks.filter( function(hook, index, arr) {
					var removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);
					return !removeHook;
				} );
				gform.hooks[hookType][action] = hooks;
			}
		}
	};
}
 
/* ]]> */
</script>

    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />
	<style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style>
	
<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var gtm4wp_datalayer_name = "dataLayer";
	var dataLayer = dataLayer || [];

	const gtm4wp_scrollerscript_debugmode         = false;
	const gtm4wp_scrollerscript_callbacktime      = 100;
	const gtm4wp_scrollerscript_readerlocation    = 150;
	const gtm4wp_scrollerscript_contentelementid  = "content";
	const gtm4wp_scrollerscript_scannertime       = 60;
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com -->
	<!-- This site is optimized with the Yoast SEO plugin v25.1 - https://yoast.com/wordpress/plugins/seo/ -->
	<title>Home Page - Brio Living Services</title>
	<meta name="description" content="At Brio Living Services, from the care we provide to the sense of community we nurture, our mission is to celebrate the lives of seniors." />
	<link rel="canonical" href="https://mybrio.org/" />
	<meta property="og:locale" content="en_US" />
	<meta property="og:type" content="website" />
	<meta property="og:title" content="Home Page - Brio Living Services" />
	<meta property="og:description" content="At Brio Living Services, from the care we provide to the sense of community we nurture, our mission is to celebrate the lives of seniors." />
	<meta property="og:url" content="https://mybrio.org/" />
	<meta property="og:site_name" content="Brio Living Services" />
	<meta property="article:modified_time" content="2025-02-05T17:25:04+00:00" />
	<meta property="og:image" content="https://mybrio.org/wp-content/uploads/2022/03/BLS-1920x1080-1.png" />
	<meta property="og:image:width" content="1920" />
	<meta property="og:image:height" content="1080" />
	<meta property="og:image:type" content="image/png" />
	<meta name="twitter:card" content="summary_large_image" />
	<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebPage","@id":"https://mybrio.org/","url":"https://mybrio.org/","name":"Home Page - Brio Living Services","isPartOf":{"@id":"https://mybrio.org/#website"},"about":{"@id":"https://mybrio.org/#organization"},"datePublished":"2020-06-22T22:32:21+00:00","dateModified":"2025-02-05T17:25:04+00:00","description":"At Brio Living Services, from the care we provide to the sense of community we nurture, our mission is to celebrate the lives of seniors.","breadcrumb":{"@id":"https://mybrio.org/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://mybrio.org/"]}]},{"@type":"BreadcrumbList","@id":"https://mybrio.org/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home"}]},{"@type":"WebSite","@id":"https://mybrio.org/#website","url":"https://mybrio.org/","name":"Brio Living Services","description":"","publisher":{"@id":"https://mybrio.org/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://mybrio.org/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https://mybrio.org/#organization","name":"Brio Living Services","url":"https://mybrio.org/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https://mybrio.org/#/schema/logo/image/","url":"https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1.png","contentUrl":"https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1.png","width":789,"height":300,"caption":"Brio Living Services"},"image":{"@id":"https://mybrio.org/#/schema/logo/image/"}}]}</script>
	<meta name="msvalidate.01" content="00026548C587315C5CF27512FD8A95B7" />
	<!-- / Yoast SEO plugin. -->


<link rel='dns-prefetch' href='//static.addtoany.com' />
<link rel='dns-prefetch' href='//player.vimeo.com' />
<link rel='dns-prefetch' href='//www.googletagmanager.com' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Brio Living Services &raquo; Feed" href="https://mybrio.org/feed/" />

<!-- Google Tag Manager for WordPress by gtm4wp.com -->
<!-- GTM Container placement set to automatic -->
<script data-cfasync="false" data-pagespeed-no-defer>
	var dataLayer_content = {"siteID":1,"siteName":"Brio Living Services","visitorLoginState":"logged-out","visitorIP":"54.211.37.102","pageTitle":"Home Page - Brio Living Services","pagePostType":"frontpage","pagePostType2":"single-page","pagePostAuthor":"umrcph","pagePostTerms":{"meta":{"vcvSourceCssFileUrl":"\/assets-bundles\/71fbcb506fd3a0ea17d647d9491a6d7a.source.css","vcv-be-editor":"fe","vcv-pageContent":"%7B%22elements%22%3A%7B%226ccf5e00%22%3A%7B%22id%22%3A%226ccf5e00%22%2C%22order%22%3A0%2C%22parent%22%3A%22d5d8e64f%22%2C%22tag%22%3A%22rawHtml%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FrawHtml%2FrawHtml%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22rawHtml%22%3A%22%3C!--%20Show%20the%20Roobrik%20widget%20--%3E%5Cn%3Cdiv%20id%3D%5C%22rb_widget_seniorliving_content%5C%22%3E%3C%2Fdiv%3E%5Cn%3Cscript%20type%3D%5C%22text%2Fjavascript%5C%22%3ErbWidget_seniorliving.Show(%5C%22rb_widget_seniorliving_content%5C%22)%3B%3C%2Fscript%3E%5Cn%3C!--%20End%20Roobrik%20widget%20--%3E%22%2C%22customClass%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22306c6260%22%3A%7B%22id%22%3A%22306c6260%22%2C%22order%22%3A12%2C%22parent%22%3A%221aa38b44%22%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%7B%22reverseColumn%22%3Afalse%2C%22disableStacking%22%3Afalse%2C%22responsivenessSettings%22%3Afalse%7D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22rowWidth%22%3A%22boxed%22%2C%22removeSpaces%22%3Afalse%2C%22columnGap%22%3A%2230%22%2C%22fullHeight%22%3Afalse%2C%22metaCustomId%22%3A%22%22%2C%22equalHeight%22%3A%221%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%229fdc13a5%22%3A%7B%22id%22%3A%229fdc13a5%22%2C%22order%22%3A2%2C%22parent%22%3A%227edea01d%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%22%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundColor%22%3A%22rgb(48%2C%2050%2C%2069)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%2215px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2215px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22backgroundColorMixin%3Aall%22%3A%7B%22src%22%3A%22%40if%20%24backgroundColor%20!%3D%20false%20%7B%5Cn%20%20%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%20%20%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%20%20%23%24selector%5Bdata-vce-do-apply*%3D%5C%22background%5C%22%5D%2C%5Cn%20%20%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22background%5C%22%5D%20%7B%5Cn%20%20%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%20%20background-color%3A%20%24backgroundColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22backgroundColor%22%3A%7B%22value%22%3A%22rgb(48%2C%2050%2C%2069)%22%7D%7D%7D%7D%7D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22metaCustomId%22%3A%22cta-top-row%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22aec2c146%22%3A%7B%22id%22%3A%22aec2c146%22%2C%22order%22%3A0%2C%22parent%22%3A%22e82c2cd2%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%22%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22747dec83%22%3A%7B%22id%22%3A%22747dec83%22%2C%22order%22%3A1%2C%22parent%22%3A%222721ba3e%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Fmybrio.org%2Fevents%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22none%22%2C%22shapeColor%22%3A%22%233cb878%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22vcv-ui-icon-feather%20vcv-ui-icon-feather-chevron-down%22%2C%22iconSet%22%3A%22feather%22%7D%2C%22iconColor%22%3A%22%23fff%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22arr-dwn%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22xl%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22lg%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22md%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22sm%22%3A%7B%22display%22%3A%22none%22%7D%2C%22xs%22%3A%7B%22display%22%3A%22none%22%7D%7D%7D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22e82c2cd2%22%3A%7B%22id%22%3A%22e82c2cd2%22%2C%22order%22%3A6%2C%22parent%22%3Afalse%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%7B%22defaultLayoutData%22%3A%5B%22auto%22%2C%22auto%22%5D%2C%22reverseColumn%22%3A%22%22%2C%22disableStacking%22%3A%22%22%2C%22responsivenessSettings%22%3A%22%22%7D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%7D%7D%2C%22rowWidth%22%3A%22stretchedRowAndColumn%22%2C%22removeSpaces%22%3A%221%22%2C%22columnGap%22%3A%220%22%2C%22fullHeight%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22equalHeight%22%3A%22%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%226e1668d2%22%3A%7B%22id%22%3A%226e1668d2%22%2C%22order%22%3A2%2C%22parent%22%3Afalse%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22Intro%20Row%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3A%221%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%5B%5D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%7D%7D%2C%22rowWidth%22%3A%22stretchedRowAndColumn%22%2C%22removeSpaces%22%3A%221%22%2C%22columnGap%22%3A%2230%22%2C%22fullHeight%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22equalHeight%22%3A%22%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%7B%22xl%22%3A%221%22%2C%22lg%22%3A%221%22%2C%22md%22%3A%221%22%2C%22sm%22%3A%221%22%2C%22xs%22%3A%221%22%7D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22b44bad69%22%3A%7B%22id%22%3A%22b44bad69%22%2C%22order%22%3A1%2C%22parent%22%3A%22e82c2cd2%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%22%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22d5d8e64f%22%3A%7B%22id%22%3A%22d5d8e64f%22%2C%22order%22%3A0%2C%22parent%22%3A%22306c6260%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3Afalse%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22accd2634%22%3A%7B%22id%22%3A%22accd2634%22%2C%22order%22%3A0%2C%22parent%22%3A%227b4ceb57%22%2C%22tag%22%3A%22sliderRevolution%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2Fvisualcomposer-assets%2Felements%2FsliderRevolution%2FsliderRevolution%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22source%22%3A%22home-page-1%22%2C%22alignment%22%3A%22center%22%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%7D%7D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%2259f60fba%22%3A%7B%22id%22%3A%2259f60fba%22%2C%22order%22%3A2%2C%22parent%22%3A%220e44a618%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3Afalse%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3Afalse%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%228c24c1b1%22%3A%7B%22id%22%3A%228c24c1b1%22%2C%22order%22%3A1%2C%22parent%22%3A%220e44a618%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3Afalse%2C%22lastInRow%22%3A%7B%22all%22%3Afalse%7D%2C%22firstInRow%22%3A%7B%22all%22%3Afalse%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22c473c5d1%22%3A%7B%22id%22%3A%22c473c5d1%22%2C%22order%22%3A1%2C%22parent%22%3Afalse%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%5B%5D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22rowWidth%22%3A%22stretchedRowAndColumn%22%2C%22removeSpaces%22%3A%22%22%2C%22columnGap%22%3A%2230%22%2C%22fullHeight%22%3A%22%22%2C%22metaCustomId%22%3A%22home-slide%22%2C%22equalHeight%22%3A%22%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%221aa38b44%22%3A%7B%22id%22%3A%221aa38b44%22%2C%22order%22%3A0%2C%22parent%22%3A%2215b996fb%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3Afalse%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3Afalse%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3Afalse%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22metaCustomId%22%3A%22bdy-wdth%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22b08ef216%22%3A%7B%22id%22%3A%22b08ef216%22%2C%22order%22%3A0%2C%22parent%22%3A%22ad3a53ef%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22output%22%3A%22%3Ciframe%20title%3D%5C%22YouTube%20video%20player%5C%22%20src%3D%5C%22https%3A%2F%2Fwww.youtube.com%2Fembed%2FwswMylTjvQM%5C%22%20width%3D%5C%22560%5C%22%20height%3D%5C%22315%5C%22%20frameborder%3D%5C%220%5C%22%20allowfullscreen%3D%5C%22allowfullscreen%5C%22%3E%3C%2Fiframe%3E%22%2C%22darkTextSkin%22%3Afalse%2C%22designOptions%22%3A%5B%5D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%223bef93af%22%3A%7B%22id%22%3A%223bef93af%22%2C%22order%22%3A0%2C%22parent%22%3A%22b44bad69%22%2C%22tag%22%3A%22flipBox%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2Fvisualcomposer-assets%2Felements%2FflipBox%2FflipBox%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22description%22%3A%22%3Ch2%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3ESecrets%20of%20Scotland's%20Highland%3C%2Fspan%3E%3C%2Fh2%3E%22%2C%22hoverDescription%22%3A%22%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EDiscover%20your%20options%20and%20share%20your%20questions!%20Brio%20Living%20Services%20is%20here%20to%20help.%3C%2Fspan%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%221%22%2C%22reverse%22%3A%22%22%2C%22childElementBC%22%3Atrue%2C%22button%22%3A%7B%22id%22%3A%2285a42a8a%22%2C%22order%22%3A%220%22%2C%22parent%22%3A%223bef93af%22%2C%22tag%22%3A%22basicButton%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FbasicButton%2FbasicButton%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22buttonUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Fmybrio.org%2Fbest-senior-living-communities-in-michigan%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22toggleCustomHover%22%3A%221%22%2C%22hoverColor%22%3A%22%23ffffff%22%2C%22hoverBackground%22%3A%22%233e3d3d%22%2C%22buttonText%22%3A%22See%20Options%22%2C%22color%22%3A%22%233e3d3d%22%2C%22background%22%3A%22%23ffffff%22%2C%22shape%22%3A%22round%22%2C%22alignment%22%3A%22center%22%2C%22size%22%3A%22medium%22%2C%22toggleStretchButton%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22buttonElement%22%3A%5B%5D%2C%22shape%22%3A%22square%22%2C%22width%22%3A%22%22%2C%22alignment%22%3A%22left%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginRight%22%3A%2230px%22%2C%22marginLeft%22%3A%2230px%22%7D%7D%7D%7D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%228b79f9c3%22%3A%7B%22id%22%3A%228b79f9c3%22%2C%22order%22%3A0%2C%22parent%22%3A%22a681f4c6%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22output%22%3A%22%3Ch2%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Ca%20href%3D%5C%22https%3A%2F%2Ffoundation.mybrio.org%2F%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3ESEE%20OUR%20FOUNDATION%3C%2Fspan%3E%3C%2Fa%3E%3C%2Fh2%3E%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Ca%20href%3D%5C%22https%3A%2F%2Ffoundation.mybrio.org%2F%5C%22%20data-wplink-edit%3D%5C%22true%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EAs%20faithful%2C%20philanthropic%20stewards%20%3Cbr%20%2F%3Eand%20steadfast%20advocates%20for%20vibrant%20aging%2C%20we%20support%20the%20mission%20of%20%3Cbr%20%2F%3EBrio%20Living%20Services.%3C%2Fspan%3E%3C%2Fa%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%221%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%7D%7D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22top-txt%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22a681f4c6%22%3A%7B%22id%22%3A%22a681f4c6%22%2C%22order%22%3A0%2C%22parent%22%3A%227edea01d%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%22%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundColor%22%3A%22rgb(48%2C%2050%2C%2069)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%2215px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2215px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22backgroundColorMixin%3Aall%22%3A%7B%22src%22%3A%22%40if%20%24backgroundColor%20!%3D%20false%20%7B%5Cn%20%20%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%20%20%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%20%20%23%24selector%5Bdata-vce-do-apply*%3D%5C%22background%5C%22%5D%2C%5Cn%20%20%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22background%5C%22%5D%20%7B%5Cn%20%20%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%20%20background-color%3A%20%24backgroundColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22backgroundColor%22%3A%7B%22value%22%3A%22rgb(48%2C%2050%2C%2069)%22%7D%7D%7D%7D%7D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22metaCustomId%22%3A%22cta-top-row%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22ad3a53ef%22%3A%7B%22id%22%3A%22ad3a53ef%22%2C%22order%22%3A0%2C%22parent%22%3A%220e44a618%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3Afalse%2C%22lastInRow%22%3A%7B%22all%22%3Afalse%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22d8cdbc94%22%3A%7B%22id%22%3A%22d8cdbc94%22%2C%22order%22%3A0%2C%22parent%22%3A%222721ba3e%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22output%22%3A%22%3Ch2%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Ca%20href%3D%5C%22https%3A%2F%2Fmybrio.org%2Fevents%2F%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EUPCOMING%20EVENTS%3C%2Fspan%3E%3C%2Fa%3E%3C%2Fh2%3E%5Cn%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EExciting%20things%20are%20always%20happening%20at%20Brio%20Living%20Services!%20Learn%20more%20about%20our%20events.%C2%A0%3C%2Fspan%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%221%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%7D%7D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%220e44a618%22%3A%7B%22id%22%3A%220e44a618%22%2C%22order%22%3A9%2C%22parent%22%3A%221aa38b44%22%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%7B%22reverseColumn%22%3Afalse%2C%22disableStacking%22%3Afalse%2C%22responsivenessSettings%22%3Afalse%7D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22rowWidth%22%3A%22boxed%22%2C%22removeSpaces%22%3Afalse%2C%22columnGap%22%3A%2230%22%2C%22fullHeight%22%3Afalse%2C%22metaCustomId%22%3A%22%22%2C%22equalHeight%22%3A%221%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%227edea01d%22%3A%7B%22id%22%3A%227edea01d%22%2C%22order%22%3A3%2C%22parent%22%3Afalse%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22CTA%20Row%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%7B%22defaultLayoutData%22%3A%5B%22auto%22%2C%22auto%22%2C%22auto%22%5D%2C%22reverseColumn%22%3A%22%22%2C%22disableStacking%22%3A%22%22%2C%22responsivenessSettings%22%3A%22%22%7D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3Afalse%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3Afalse%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22xl%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%22-40px%22%2C%22marginBottom%22%3A%2230px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22lg%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%22-40px%22%2C%22marginBottom%22%3A%2230px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22md%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%22-40px%22%2C%22marginBottom%22%3A%2230px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22sm%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%22-10px%22%2C%22marginBottom%22%3A%2230px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22xs%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%22-10px%22%2C%22marginBottom%22%3A%2230px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Axl%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingTop%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22-40px%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingRight%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginRight%22%3A%7B%22value%22%3Afalse%7D%2C%22margin%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3Afalse%7D%2C%22padding%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRightColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22device%22%3A%7B%22value%22%3A%22xl%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderColor%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2230px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopColor%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingBottom%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRadius%22%3A%7B%22value%22%3Afalse%7D%7D%7D%2C%22boxModelMixin%3Alg%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingTop%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22-40px%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingRight%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginRight%22%3A%7B%22value%22%3Afalse%7D%2C%22margin%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3Afalse%7D%2C%22padding%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRightColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22device%22%3A%7B%22value%22%3A%22lg%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderColor%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2230px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopColor%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingBottom%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRadius%22%3A%7B%22value%22%3Afalse%7D%7D%7D%2C%22boxModelMixin%3Amd%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingTop%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22-40px%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingRight%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginRight%22%3A%7B%22value%22%3Afalse%7D%2C%22margin%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3Afalse%7D%2C%22padding%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRightColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22device%22%3A%7B%22value%22%3A%22md%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderColor%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2230px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopColor%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingBottom%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRadius%22%3A%7B%22value%22%3Afalse%7D%7D%7D%2C%22boxModelMixin%3Asm%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingTop%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22-10px%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingRight%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginRight%22%3A%7B%22value%22%3Afalse%7D%2C%22margin%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3Afalse%7D%2C%22padding%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRightColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22device%22%3A%7B%22value%22%3A%22sm%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderColor%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2230px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopColor%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingBottom%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRadius%22%3A%7B%22value%22%3Afalse%7D%7D%7D%2C%22boxModelMixin%3Axs%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingTop%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22-10px%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingRight%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginRight%22%3A%7B%22value%22%3Afalse%7D%2C%22margin%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3Afalse%7D%2C%22padding%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRightColor%22%3A%7B%22value%22%3Afalse%7D%2C%22marginLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22device%22%3A%7B%22value%22%3A%22xs%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderColor%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingLeft%22%3A%7B%22value%22%3Afalse%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2230px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopColor%22%3A%7B%22value%22%3Afalse%7D%2C%22paddingBottom%22%3A%7B%22value%22%3Afalse%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3Afalse%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3Afalse%7D%2C%22borderRadius%22%3A%7B%22value%22%3Afalse%7D%7D%7D%7D%7D%2C%22rowWidth%22%3A%22stretchedRowAndColumn%22%2C%22removeSpaces%22%3A%22%22%2C%22columnGap%22%3A%2230%22%2C%22fullHeight%22%3A%22%22%2C%22metaCustomId%22%3A%22cta-top-row%22%2C%22equalHeight%22%3A%221%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%7B%22all%22%3A%221%22%7D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22394038e1%22%3A%7B%22id%22%3A%22394038e1%22%2C%22order%22%3A2%2C%22parent%22%3A%22be6f7e20%22%2C%22tag%22%3A%22videoPopup%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2Fvisualcomposer-assets%2Felements%2FvideoPopup%2FvideoPopup%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22videoSource%22%3A%22youtube%22%2C%22video%22%3A%22%22%2C%22videoUrl%22%3A%22%22%2C%22youtube%22%3A%22%20https%3A%2F%2Fyoutu.be%2FLugWmNuJF2g%22%2C%22vimeo%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22loop%22%3A%22%22%2C%22fullScreen%22%3A%22%22%2C%22controls%22%3A%221%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22xl%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%220px%22%2C%22marginBottom%22%3A%220px%22%7D%2C%22image%22%3A%7B%22ids%22%3A%5B%5D%2C%22urls%22%3A%5B%5D%7D%7D%2C%22lg%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%220px%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22md%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%220px%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22sm%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%220px%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22xs%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginTop%22%3A%220px%22%2C%22marginBottom%22%3A%225px%22%7D%7D%7D%7D%2C%22playIcon%22%3A%7B%22id%22%3A%22b6c66b01%22%2C%22order%22%3A%220%22%2C%22parent%22%3A%22394038e1%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22outlined-circle%22%2C%22shapeColor%22%3A%22rgb(255%2C%20255%2C%20255)%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dripicons%20vcv-ui-icon-dripicons-media-play%22%2C%22iconSet%22%3A%22dripicons%22%7D%2C%22iconColor%22%3A%22%23FFF%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22pauseIcon%22%3A%7B%22id%22%3A%22ea3f84fc%22%2C%22order%22%3A%220%22%2C%22parent%22%3A%22394038e1%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22none%22%2C%22shapeColor%22%3A%22%233cb878%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22fa%20fa-pause%22%2C%22iconSet%22%3A%22fontawesome%22%7D%2C%22iconColor%22%3A%22%23fff%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22childElementBC%22%3Atrue%2C%22elements%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%2215b996fb%22%3A%7B%22id%22%3A%2215b996fb%22%2C%22order%22%3A4%2C%22parent%22%3Afalse%2C%22tag%22%3A%22row%22%2C%22customHeaderTitle%22%3A%22Copy%20Row%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Frow%2Frow%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22layout%22%3A%7B%22reverseColumn%22%3Afalse%2C%22disableStacking%22%3Afalse%2C%22responsivenessSettings%22%3Afalse%7D%2C%22rowOptions%22%3A%5B%22layout%22%2C%22rowWidth%22%2C%22removeSpaces%22%2C%22columnGap%22%2C%22fullHeight%22%2C%22columnPosition%22%2C%22equalHeight%22%2C%22contentPosition%22%5D%2C%22dividers%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3Afalse%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3Afalse%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22rowWidth%22%3A%22boxed%22%2C%22removeSpaces%22%3A%22%22%2C%22columnGap%22%3A%2230%22%2C%22fullHeight%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22equalHeight%22%3A%22%22%2C%22columnPosition%22%3A%22top%22%2C%22contentPosition%22%3A%22top%22%2C%22size%22%3A%22auto%22%2C%22columnBackground%22%3A%5B%5D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%2292beb439%22%3A%7B%22id%22%3A%2292beb439%22%2C%22order%22%3A11%2C%22parent%22%3A%221aa38b44%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22output%22%3A%22%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3EAt%20Brio%20Living%20Services%2C%20from%20the%20care%20we%20provide%20to%20the%20sense%20of%20community%20we%20nurture%2C%20our%20mission%20is%20to%20celebrate%20the%20lives%20of%20older%20adults.%20We%20invite%20you%20to%20join%20in%20the%20celebration%20and%20experience%20for%20yourself%20the%20strong%20bonds%20and%20special%20memories%20that%20residents%20form%20as%20members%20of%20our%20outstanding%20communities.%20We%20offer%20our%20residents%20a%20wide%20range%20of%20%3Ca%20href%3D%5C%22https%3A%2F%2Fmybrio.org%2Fbest-retirement-communities-in-michigan%2F%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%5C%22%3Emaintenance-free%20and%20amenity-rich%20senior%20living%20options%3C%2Fa%3E%2C%20and%20a%20full%20continuum%20of%20care%20should%20needs%20arise%20in%20the%20future.%3C%2Fp%3E%5Cn%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3EIf%20you%20would%20like%20to%20learn%20more%20about%20our%20senior%20living%20communities%20and%20services%20%2F%20request%20a%20brochure%20%2F%20schedule%20a%20tour%20you%20can%20%3Cstrong%3E%3Ca%20href%3D%5C%22https%3A%2F%2Fmybrio.org%2Fbest-senior-living-retirement-communities-in-michigan%2F%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%5C%22%3Econtact%20us%20by%20phone%20or%20email%20by%20visiting%20our%20community%20directory%3C%2Fa%3E.%3C%2Fstrong%3E%3C%2Fp%3E%5Cn%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3EInterested%20in%20joining%20our%20team%3F%20%3Ca%20href%3D%5C%22https%3A%2F%2Fworkforcenow.adp.com%2Fmascsr%2Fdefault%2Fmdf%2Frecruitment%2Frecruitment.html%3Fcid%3D05e15c9e-e5ee-4803-92e1-0bf10bc296a3%26amp%3BccId%3D9200054004208_2%26amp%3Btype%3DJS%26amp%3Blang%3Den_US%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%5C%22%3E%3Cstrong%3E%3Cspan%20style%3D%5C%22color%3A%20%23ff0000%3B%5C%22%3EAPPLY%20NOW!%3C%2Fspan%3E%3C%2Fstrong%3E%3C%2Fa%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22bdy-wdth%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%2255f83bb5%22%3A%7B%22id%22%3A%2255f83bb5%22%2C%22order%22%3A1%2C%22parent%22%3A%22a681f4c6%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Ffoundation.mybrio.org%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%221%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22none%22%2C%22shapeColor%22%3A%22%233cb878%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22vcv-ui-icon-feather%20vcv-ui-icon-feather-chevron-down%22%2C%22iconSet%22%3A%22feather%22%7D%2C%22iconColor%22%3A%22%23fff%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22arr-dwn%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22xl%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22lg%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22md%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22sm%22%3A%7B%22display%22%3A%22none%22%7D%2C%22xs%22%3A%7B%22display%22%3A%22none%22%7D%7D%7D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%222721ba3e%22%3A%7B%22id%22%3A%222721ba3e%22%2C%22order%22%3A1%2C%22parent%22%3A%227edea01d%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%22%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%22%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22dividerPosition%22%3A%22top%22%2C%22gradientAngle%22%3A%2245%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundColor%22%3A%22rgb(48%2C%2050%2C%2069)%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%2215px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%2215px%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22backgroundColorMixin%3Aall%22%3A%7B%22src%22%3A%22%40if%20%24backgroundColor%20!%3D%20false%20%7B%5Cn%20%20%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%20%20%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%20%20%23%24selector%5Bdata-vce-do-apply*%3D%5C%22background%5C%22%5D%2C%5Cn%20%20%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22background%5C%22%5D%20%7B%5Cn%20%20%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%20%20background-color%3A%20%24backgroundColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22backgroundColor%22%3A%7B%22value%22%3A%22rgb(48%2C%2050%2C%2069)%22%7D%7D%7D%7D%7D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22metaCustomId%22%3A%22cta-top-row%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22e17024f6%22%3A%7B%22id%22%3A%22e17024f6%22%2C%22order%22%3A1%2C%22parent%22%3A%229fdc13a5%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Fwww.mybriocareers.org%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22none%22%2C%22shapeColor%22%3A%22%233cb878%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22vcv-ui-icon-feather%20vcv-ui-icon-feather-chevron-down%22%2C%22iconSet%22%3A%22feather%22%7D%2C%22iconColor%22%3A%22%23fff%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22arr-dwn%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22xl%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22lg%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22md%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%2C%22sm%22%3A%7B%22display%22%3A%22none%22%7D%2C%22xs%22%3A%7B%22display%22%3A%22none%22%7D%7D%7D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22463c15cd%22%3A%7B%22id%22%3A%22463c15cd%22%2C%22order%22%3A1%2C%22parent%22%3A%22aec2c146%22%2C%22tag%22%3A%22flipBox%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2Fvisualcomposer-assets%2Felements%2FflipBox%2FflipBox%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22description%22%3A%22%3Ch2%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3ESecrets%20of%20Scotland's%20Highland%3C%2Fspan%3E%3C%2Fh2%3E%22%2C%22hoverDescription%22%3A%22%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EBrio%20Living%20Services%20works%20hard%20to%20ensure%20that%20seniors%20can%20choose%20the%20home%2C%20and%20lifestyle%2C%20that%E2%80%99s%20right%20for%20them.%3C%2Fspan%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%221%22%2C%22reverse%22%3A%22%22%2C%22childElementBC%22%3Atrue%2C%22button%22%3A%7B%22id%22%3A%2285a42a8a%22%2C%22order%22%3A%220%22%2C%22parent%22%3A%22463c15cd%22%2C%22tag%22%3A%22basicButton%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FbasicButton%2FbasicButton%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22buttonUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Fmybrio.org%2Fbest-senior-living-retirement-communities-in-michigan%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22toggleCustomHover%22%3A%221%22%2C%22hoverColor%22%3A%22%23ffffff%22%2C%22hoverBackground%22%3A%22%233e3d3d%22%2C%22buttonText%22%3A%22Explore%20Now%22%2C%22color%22%3A%22%233e3d3d%22%2C%22background%22%3A%22%23ffffff%22%2C%22shape%22%3A%22round%22%2C%22alignment%22%3A%22center%22%2C%22size%22%3A%22medium%22%2C%22toggleStretchButton%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22buttonElement%22%3A%5B%5D%2C%22shape%22%3A%22square%22%2C%22width%22%3A%22%22%2C%22alignment%22%3A%22left%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginRight%22%3A%2230px%22%2C%22marginBottom%22%3A%2215px%22%2C%22marginLeft%22%3A%2230px%22%7D%7D%7D%7D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%227b4ceb57%22%3A%7B%22id%22%3A%227b4ceb57%22%2C%22order%22%3A0%2C%22parent%22%3A%22c473c5d1%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%5B%5D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22016709d2%22%3A%7B%22id%22%3A%22016709d2%22%2C%22order%22%3A4%2C%22parent%22%3A%221aa38b44%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22output%22%3A%22%3Ch1%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3EWelcome%20to%20Brio%20Living%20Services%3C%2Fh1%3E%5Cn%3Ch2%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3EWhere%20Graceful%20Living%20Never%20Gets%20Old%3C%2Fh2%3E%5Cn%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Cspan%20style%3D%5C%22font-size%3A%2016pt%3B%5C%22%3E%3Cstrong%3E%3Ca%20href%3D%5C%22http%3A%2F%2Fwww.MyBrio.org%2FNewBrand%5C%22%3EWhy%20Brio%20Living%20Services%3F%3C%2Fa%3E%20To%20find%20out%2C%20explore%20our%20website%20to%20check%20out%20our%20exciting%20new%20videos!%3C%2Fstrong%3E%3C%2Fspan%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%22%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3Afalse%2C%22marginBottom%22%3A%220px%22%7D%7D%7D%7D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22bdy-wdth%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22df8c45f3%22%3A%7B%22id%22%3A%22df8c45f3%22%2C%22order%22%3A0%2C%22parent%22%3A%2259f60fba%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22output%22%3A%22%3Ciframe%20width%3D%5C%22560%5C%22%20height%3D%5C%22315%5C%22%20src%3D%5C%22https%3A%2F%2Fwww.youtube.com%2Fembed%2FzLGGfIcYXRI%5C%22%20title%3D%5C%22YouTube%20video%20player%5C%22%20frameborder%3D%5C%220%5C%22%20allow%3D%5C%22accelerometer%3B%20autoplay%3B%20clipboard-write%3B%20encrypted-media%3B%20gyroscope%3B%20picture-in-picture%5C%22%20allowfullscreen%3E%3C%2Fiframe%3E%22%2C%22darkTextSkin%22%3Afalse%2C%22designOptions%22%3A%5B%5D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%2298f0bcc5%22%3A%7B%22id%22%3A%2298f0bcc5%22%2C%22order%22%3A0%2C%22parent%22%3A%229fdc13a5%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22output%22%3A%22%3Ch2%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Ca%20href%3D%5C%22https%3A%2F%2Fwww.mybriocareers.org%2F%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EJOIN%20OUR%20TEAM%3C%2Fspan%3E%3C%2Fa%3E%3C%2Fh2%3E%5Cn%3Cp%20style%3D%5C%22text-align%3A%20center%3B%5C%22%3E%3Ca%20href%3D%5C%22https%3A%2F%2Fwww.mybriocareers.org%2F%5C%22%20target%3D%5C%22_blank%5C%22%20rel%3D%5C%22noopener%5C%22%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3ELove%20your%20Career%20at%20Brio%20Living%20Services%20-%20%3C%2Fspan%3E%3Cspan%20style%3D%5C%22color%3A%20%23ffffff%3B%5C%22%3EWorking%20together%20to%20enrich%20the%20lives%20of%20others.%3C%2Fspan%3E%3C%2Fa%3E%3C%2Fp%3E%22%2C%22darkTextSkin%22%3A%221%22%2C%22designOptions%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22marginBottom%22%3A%220px%22%7D%7D%7D%7D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%221b9610c3%22%3A%7B%22id%22%3A%221b9610c3%22%2C%22order%22%3A0%2C%22parent%22%3A%228c24c1b1%22%2C%22tag%22%3A%22textBlock%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FtextBlock%2FtextBlock%2Fpublic%2F%22%2C%22hidden%22%3Afalse%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3Afalse%2C%22output%22%3A%22%3Ciframe%20title%3D%5C%22YouTube%20video%20player%5C%22%20src%3D%5C%22https%3A%2F%2Fwww.youtube.com%2Fembed%2FfR0jqCUI69I%5C%22%20width%3D%5C%22560%5C%22%20height%3D%5C%22315%5C%22%20frameborder%3D%5C%220%5C%22%20allowfullscreen%3D%5C%22allowfullscreen%5C%22%3E%3C%2Fiframe%3E%22%2C%22darkTextSkin%22%3Afalse%2C%22designOptions%22%3A%5B%5D%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22be6f7e20%22%3A%7B%22id%22%3A%22be6f7e20%22%2C%22order%22%3A0%2C%22parent%22%3A%226e1668d2%22%2C%22tag%22%3A%22column%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Fcolumn%2Fcolumn%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22size%22%3A%7B%22all%22%3A%22auto%22%2C%22defaultSize%22%3A%22auto%22%7D%2C%22disableStacking%22%3A%22%22%2C%22lastInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22firstInRow%22%3A%7B%22all%22%3A%221%22%7D%2C%22customClass%22%3A%22%22%2C%22parallax%22%3A%5B%5D%2C%22designOptionsAdvanced%22%3A%7B%22device%22%3A%7B%22xl%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22backgroundZoomReverse%22%3A%22%22%2C%22backgroundZoom%22%3A%2250%22%2C%22dividerPosition%22%3A%22top%22%2C%22backgroundStyle%22%3A%22cover%22%2C%22gradientAngle%22%3A%2245%22%2C%22backgroundZoomSpeed%22%3A%2230%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22backgroundType%22%3A%22imagesSimple%22%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundPosition%22%3A%22center-center%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22images%22%3A%7B%22ids%22%3A%5B%2258%22%5D%2C%22urls%22%3A%5B%7B%22caption%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22thumbnail%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-150x150.png%22%2C%22full%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video.png%22%2C%22medium%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-300x186.png%22%2C%22title%22%3A%22Home%20page%20video%22%2C%22link%22%3A%7B%22relNofollow%22%3A%22%22%2C%22targetBlank%22%3A%221%22%2C%22title%22%3A%22%22%2C%22url%22%3A%22%22%7D%2C%22id%22%3A%2258%22%2C%22large%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-1024x633.png%22%7D%5D%7D%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22paddingTop%22%3A%22300px%22%2C%22paddingBottom%22%3A%22300px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22lg%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22backgroundZoomReverse%22%3A%22%22%2C%22backgroundZoom%22%3A%2250%22%2C%22dividerPosition%22%3A%22top%22%2C%22backgroundStyle%22%3A%22cover%22%2C%22gradientAngle%22%3A%2245%22%2C%22backgroundZoomSpeed%22%3A%2230%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22backgroundType%22%3A%22imagesSimple%22%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundPosition%22%3A%22center-center%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22images%22%3A%7B%22ids%22%3A%5B%2258%22%5D%2C%22urls%22%3A%5B%7B%22caption%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22thumbnail%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-150x150.png%22%2C%22full%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video.png%22%2C%22medium%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-300x186.png%22%2C%22title%22%3A%22Home%20page%20video%22%2C%22link%22%3A%7B%22relNofollow%22%3A%22%22%2C%22targetBlank%22%3A%221%22%2C%22title%22%3A%22%22%2C%22url%22%3A%22%22%7D%2C%22id%22%3A%2258%22%2C%22large%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-1024x633.png%22%7D%5D%7D%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22paddingTop%22%3A%22200px%22%2C%22paddingBottom%22%3A%22200px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22md%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22backgroundZoomReverse%22%3A%22%22%2C%22backgroundZoom%22%3A%2250%22%2C%22dividerPosition%22%3A%22top%22%2C%22backgroundStyle%22%3A%22cover%22%2C%22gradientAngle%22%3A%2245%22%2C%22backgroundZoomSpeed%22%3A%2230%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22backgroundType%22%3A%22imagesSimple%22%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundPosition%22%3A%22center-center%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22images%22%3A%7B%22ids%22%3A%5B%2258%22%5D%2C%22urls%22%3A%5B%7B%22caption%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22thumbnail%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-150x150.png%22%2C%22full%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video.png%22%2C%22medium%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-300x186.png%22%2C%22title%22%3A%22Home%20page%20video%22%2C%22link%22%3A%7B%22relNofollow%22%3A%22%22%2C%22targetBlank%22%3A%221%22%2C%22title%22%3A%22%22%2C%22url%22%3A%22%22%7D%2C%22id%22%3A%2258%22%2C%22large%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-1024x633.png%22%7D%5D%7D%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22paddingTop%22%3A%22150px%22%2C%22paddingBottom%22%3A%22150px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22sm%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22backgroundZoomReverse%22%3A%22%22%2C%22backgroundZoom%22%3A%2250%22%2C%22dividerPosition%22%3A%22top%22%2C%22backgroundStyle%22%3A%22cover%22%2C%22gradientAngle%22%3A%2245%22%2C%22backgroundZoomSpeed%22%3A%2230%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22backgroundType%22%3A%22imagesSimple%22%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundPosition%22%3A%22center-center%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22images%22%3A%7B%22ids%22%3A%5B%2258%22%5D%2C%22urls%22%3A%5B%7B%22caption%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22thumbnail%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-150x150.png%22%2C%22full%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video.png%22%2C%22medium%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-300x186.png%22%2C%22title%22%3A%22Home%20page%20video%22%2C%22link%22%3A%7B%22relNofollow%22%3A%22%22%2C%22targetBlank%22%3A%221%22%2C%22title%22%3A%22%22%2C%22url%22%3A%22%22%7D%2C%22id%22%3A%2258%22%2C%22large%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-1024x633.png%22%7D%5D%7D%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22paddingTop%22%3A%22125px%22%2C%22paddingBottom%22%3A%22125px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%2C%22xs%22%3A%7B%22dividerBackgroundType%22%3A%22color%22%2C%22backgroundZoomReverse%22%3A%22%22%2C%22backgroundZoom%22%3A%2250%22%2C%22dividerPosition%22%3A%22top%22%2C%22backgroundStyle%22%3A%22cover%22%2C%22gradientAngle%22%3A%2245%22%2C%22backgroundZoomSpeed%22%3A%2230%22%2C%22dividerShape%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dividers%20vcv-ui-icon-dividers-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22backgroundType%22%3A%22imagesSimple%22%2C%22dividerFlipHorizontal%22%3A%22horizontally-left%22%2C%22gradientStartColor%22%3A%22rgba(226%2C%20135%2C%20135%2C%200.5)%22%2C%22backgroundPosition%22%3A%22center-center%22%2C%22dividerShapeNew%22%3A%7B%22icon%22%3A%22vcv-ui-icon-divider%20vcv-ui-icon-divider-zigzag%22%2C%22iconSet%22%3A%22all%22%7D%2C%22dividerBackgroundGradientStartColor%22%3A%22rgb(226%2C%20135%2C%20135)%22%2C%22images%22%3A%7B%22ids%22%3A%5B%2258%22%5D%2C%22urls%22%3A%5B%7B%22caption%22%3A%22%22%2C%22alt%22%3A%22%22%2C%22thumbnail%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-150x150.png%22%2C%22full%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video.png%22%2C%22medium%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-300x186.png%22%2C%22title%22%3A%22Home%20page%20video%22%2C%22link%22%3A%7B%22relNofollow%22%3A%22%22%2C%22targetBlank%22%3A%221%22%2C%22title%22%3A%22%22%2C%22url%22%3A%22%22%7D%2C%22id%22%3A%2258%22%2C%22large%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fuploads%2F2020%2F06%2FHome-page-video-1024x633.png%22%7D%5D%7D%2C%22gradientEndColor%22%3A%22rgba(93%2C%2055%2C%20216%2C%200.5)%22%2C%22dividerFlipVertical%22%3A%22vertically-down%22%2C%22dividerBackgroundGradientAngle%22%3A%220%22%2C%22dividerBackgroundColor%22%3A%22%236567df%22%2C%22boxModel%22%3A%7B%22combined%22%3A%22%22%2C%22paddingTop%22%3A%22125px%22%2C%22paddingBottom%22%3A%22125px%22%7D%2C%22dividerBackgroundGradientEndColor%22%3A%22rgb(93%2C%2055%2C%20216)%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxModelMixin%3Axl%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22300px%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22xl%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22300px%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22boxModelMixin%3Alg%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22200px%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22lg%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22200px%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22boxModelMixin%3Amd%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22150px%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22md%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22150px%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22boxModelMixin%3Asm%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22125px%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22sm%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22125px%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%2C%22boxModelMixin%3Axs%22%3A%7B%22src%22%3A%22%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22border%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-width%3A%20%24borderWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20%24borderRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-left-radius%3A%20%24borderBottomLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-right-radius%3A%20%24borderBottomRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-width%3A%20%24borderBottomWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-width%3A%20%24borderLeftWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-width%3A%20%24borderRightWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopLeftRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-left-radius%3A%20%24borderTopLeftRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopRightRadius%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-right-radius%3A%20%24borderTopRightRadius%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-width%3A%20%24borderTopWidth%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-style%3A%20%24borderStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-style%3A%20%24borderTopStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-style%3A%20%24borderRightStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-style%3A%20%24borderBottomStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftStyle%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-style%3A%20%24borderLeftStyle%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-color%3A%20%24borderColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderTopColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-top-color%3A%20%24borderTopColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderRightColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-right-color%3A%20%24borderRightColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderBottomColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-bottom-color%3A%20%24borderBottomColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24borderLeftColor%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-left-color%3A%20%24borderLeftColor%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20.vce-content-background-container%20%7B%5Cn%20%20%20%20%20%20%40if%20%24borderWidth%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20border-radius%3A%20calc(%24borderRadius%20-%20%24borderWidth)%3B%5Cn%20%20%20%20%20%20%7D%20%40else%20%7B%5Cn%20%20%20%20%20%20border-radius%3A%20inherit%3B%5Cn%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22margin%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24margin%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin%3A%20%24margin%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-bottom%3A%20%24marginBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-left%3A%20%24marginLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-right%3A%20%24marginRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24marginTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20margin-top%3A%20%24marginTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22padding%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding%3A%20%24padding%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingBottom%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-bottom%3A%20%24paddingBottom%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%20%20%40if%20%24paddingTop%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20%20%20padding-top%3A%20%24paddingTop%3B%5Cn%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22left-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingLeft%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-left%3A%20%24paddingLeft%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22all%5C%22%5D%2C%5Cn%23%24selector%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%2C%5Cn%23%24selector%20%5Bdata-vce-do-apply*%3D%5C%22right-pad%5C%22%5D%20%7B%5Cn%20%20%26%5Bdata-vce-do-apply*%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%20%20%40media%20(--%24(device)-only)%20%7B%5Cn%20%20%20%20%40if%20%24padding%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24padding%3B%5Cn%20%20%20%20%7D%5Cn%5Cn%20%20%20%20%40if%20%24paddingRight%20!%3D%20false%20%7B%5Cn%20%20%20%20%20%20padding-right%3A%20%24paddingRight%3B%5Cn%20%20%20%20%7D%5Cn%20%20%7D%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22borderRightStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingTop%22%3A%7B%22value%22%3A%22125px%22%7D%2C%22borderTopRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22combined%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginTop%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginRight%22%3A%7B%22value%22%3A%22%22%7D%2C%22margin%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomLeftRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22padding%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRightColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22device%22%3A%7B%22value%22%3A%22xs%22%7D%2C%22borderRightWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomRightRadius%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingLeft%22%3A%7B%22value%22%3A%22%22%7D%2C%22marginBottom%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderBottomStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderTopColor%22%3A%7B%22value%22%3A%22%22%7D%2C%22paddingBottom%22%3A%7B%22value%22%3A%22125px%22%7D%2C%22borderTopWidth%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderLeftStyle%22%3A%7B%22value%22%3A%22%22%7D%2C%22borderRadius%22%3A%7B%22value%22%3A%22%22%7D%7D%7D%7D%7D%2C%22sticky%22%3A%5B%5D%2C%22dividers%22%3A%5B%5D%2C%22boxShadow%22%3A%7B%22device%22%3A%7B%22all%22%3A%7B%22hoverSpreadRadius%22%3A%222%22%2C%22shadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22hoverVerticalOffset%22%3A%220%22%2C%22spreadRadius%22%3A%222%22%2C%22hoverShadowColor%22%3A%22rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22verticalOffset%22%3A%220%22%2C%22boxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%2C%22boxShadowEnable%22%3A%22%22%2C%22hoverBoxShadow%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%2C%22hoverBoxShadowEnable%22%3A%22%22%2C%22hoverHorizontalOffset%22%3A%220%22%2C%22hoverBlurRadius%22%3A%224%22%2C%22horizontalOffset%22%3A%220%22%2C%22blurRadius%22%3A%224%22%7D%7D%2C%22attributeMixins%22%3A%7B%22boxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20box-shadow%3A%20%24boxShadow%3B%5Cn%7D%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22boxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.5)%22%7D%7D%7D%2C%22hoverBoxShadowMixin%3Aall%22%3A%7B%22src%22%3A%22%23%24selector%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%2C%5Cn%23%24selector%20%5Bvce-hover-box-shadow%3D%5C%22%24selector%5C%22%5D%20%7B%5Cn%20%20%26%3Ahover%2C%5Cn%20%20%26%3Afocus%20%7B%5Cn%20%20%20%20box-shadow%3A%20%24hoverBoxShadow%3B%5Cn%20%20%7D%5Cn%7D%5Cn%22%2C%22variables%22%3A%7B%22device%22%3A%7B%22value%22%3A%22all%22%7D%2C%22hoverBoxShadow%22%3A%7B%22value%22%3A%220px%200px%204px%202px%20rgba(85%2C%2085%2C%2085%2C%200.8)%22%7D%7D%7D%7D%7D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%2288ceb8de%22%3A%7B%22id%22%3A%2288ceb8de%22%2C%22order%22%3A1%2C%22parent%22%3A%223bef93af%22%2C%22tag%22%3A%22basicButton%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FbasicButton%2FbasicButton%2Fpublic%2F%22%2C%22hidden%22%3Atrue%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22buttonUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Fmybrio.org%2Fbest-senior-living-communities-in-michigan%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22toggleCustomHover%22%3A%221%22%2C%22hoverColor%22%3A%22%23ffffff%22%2C%22hoverBackground%22%3A%22%233e3d3d%22%2C%22buttonText%22%3A%22See%20Options%22%2C%22color%22%3A%22%233e3d3d%22%2C%22background%22%3A%22%23ffffff%22%2C%22shape%22%3A%22round%22%2C%22alignment%22%3A%22center%22%2C%22size%22%3A%22medium%22%2C%22toggleStretchButton%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22150f9327%22%3A%7B%22id%22%3A%22150f9327%22%2C%22order%22%3A1%2C%22parent%22%3A%22394038e1%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22outlined-circle%22%2C%22shapeColor%22%3A%22rgb(255%2C%20255%2C%20255)%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22vcv-ui-icon-dripicons%20vcv-ui-icon-dripicons-media-play%22%2C%22iconSet%22%3A%22dripicons%22%7D%2C%22iconColor%22%3A%22%23FFF%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%222a6a8d76%22%3A%7B%22id%22%3A%222a6a8d76%22%2C%22order%22%3A11%2C%22parent%22%3A%22394038e1%22%2C%22tag%22%3A%22icon%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2Ficon%2Ficon%2Fpublic%2F%22%2C%22hidden%22%3A%22%22%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22iconUrl%22%3A%7B%22url%22%3A%22%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22size%22%3A%22large%22%2C%22shape%22%3A%22none%22%2C%22shapeColor%22%3A%22%233cb878%22%2C%22toggleCustomHover%22%3A%22%22%2C%22shapeColorHover%22%3A%22%233cb878%22%2C%22iconColorHover%22%3A%22%23fff%22%2C%22iconPicker%22%3A%7B%22icon%22%3A%22fa%20fa-pause%22%2C%22iconSet%22%3A%22fontawesome%22%7D%2C%22iconColor%22%3A%22%23fff%22%2C%22iconAlignment%22%3A%22center%22%2C%22customClass%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22metaCustomId%22%3A%22%22%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%2C%22925ba15f%22%3A%7B%22id%22%3A%22925ba15f%22%2C%22order%22%3A1%2C%22parent%22%3A%22463c15cd%22%2C%22tag%22%3A%22basicButton%22%2C%22customHeaderTitle%22%3A%22%22%2C%22metaAssetsPath%22%3A%22https%3A%2F%2Fmybrio.org%2Fwp-content%2Fplugins%2Fvisualcomposer%2Felements%2FbasicButton%2FbasicButton%2Fpublic%2F%22%2C%22hidden%22%3Atrue%2C%22metaElementAssets%22%3A%5B%5D%2C%22metaIsElementLocked%22%3A%22%22%2C%22buttonUrl%22%3A%7B%22url%22%3A%22https%3A%2F%2Fmybrio.org%2Fbest-senior-living-retirement-communities-in-michigan%2F%22%2C%22title%22%3A%22%22%2C%22targetBlank%22%3A%22%22%2C%22relNofollow%22%3A%22%22%7D%2C%22toggleCustomHover%22%3A%221%22%2C%22hoverColor%22%3A%22%23ffffff%22%2C%22hoverBackground%22%3A%22%233e3d3d%22%2C%22buttonText%22%3A%22Explore%20Now%22%2C%22color%22%3A%22%233e3d3d%22%2C%22background%22%3A%22%23ffffff%22%2C%22shape%22%3A%22round%22%2C%22alignment%22%3A%22center%22%2C%22size%22%3A%22medium%22%2C%22toggleStretchButton%22%3A%22%22%2C%22customClass%22%3A%22%22%2C%22metaCustomId%22%3A%22%22%2C%22designOptions%22%3A%5B%5D%2C%22htmlAttributes%22%3A%5B%22metaCustomId%22%2C%22customClass%22%5D%2C%22customCSS%22%3A%5B%22styleEditor%22%5D%2C%22styleEditor%22%3A%5B%5D%2C%22customAttributes%22%3A%5B%22extraDataAttributes%22%5D%2C%22extraDataAttributes%22%3A%22%22%7D%7D%7D","vcvSourceAssetsFiles":"a:2:{s:9:\"jsBundles\";a:3:{i:0;s:57:\"assetsLibrary\/fullWidth\/dist\/fullWidth.bundle.js?v=45.6.0\";i:1;s:51:\"elements\/flipBox\/flipBox\/public\/dist\/flipBox.min.js\";i:2;s:60:\"elements\/videoPopup\/videoPopup\/public\/dist\/videoPopup.min.js\";}s:10:\"cssBundles\";a:1:{i:0;s:59:\"sharedLibraries\/iconpicker\/dist\/feather.bundle.css?v=45.6.0\";}}","vcvSourceCss":"#cta-top-row{z-index:999}.fullCalendar .fc-header-right span{display:none}#el-7edea01d{z-index:1}#el-a756e3c0 .vce-col .vce-col-inner{min-width:50px}.entry-content ul>li:before{display:none}.dashicons-no-alt:before{color:red}.vce-post-description--meta{display:none!important}.vce-post-description--category{display:none}.vce-video-popup-wrapper-fullscreen{background:rgba(0,0,0,.6)}.arr-dwn{margin-top:-10px}.vce-features--icon .vce-icon-container{position:absolute;top:10%!important}.vce-features--icon{height:1em!important}.vce-features{line-height:1em!important}.evt-vnu{font-family:inherit;min-height:30px!important}","vcvSettingsSourceCustomCss":".vce-post-description--meta{\n\tdisplay:none!important;\n}\n.vce-post-description--category{\n\tdisplay:none;\n}\n.vce-video-popup-wrapper-fullscreen {\n    background: rgba(0,0,0,.6);\n}\n#cta-top-row{\n\tz-index:999;\n}\n.fullCalendar .fc-header-right span{\n\t\tdisplay:none;\n\t}\n\n\/* CTA Top Row *\/\n#el-7edea01d{\n\tz-index:1;\n}\n\n#el-a756e3c0 .vce-col .vce-col-inner{\n\tmin-width:50px;\n\t\n}\n.entry-content ul>li:before {\n\tdisplay:none;\n}\n.dashicons-no-alt::before {\n   color: rgb(255, 0, 0);\n}\n.vce-post-description--meta{\n\tdisplay:none!important;\n}\n.vce-post-description--category{\n\tdisplay:none;\n}\n.vce-video-popup-wrapper-fullscreen {\n    background: rgba(0,0,0,.6);\n}\n.arr-dwn{\n\tmargin-top:-10px;\n}\n.vce-features--icon .vce-icon-container{\n\tposition:absolute;\n\ttop:10%!important;\n}\n.vce-features--icon{\n\theight:1em!important;\n}\n.vce-features{\n\tline-height:1em!important;\n}\n.evt-vnu{\n\tmin-height:30px!important;\n\tfont-family:inherit;\n}","vcv-globalElementsCssData":"a:39:{s:8:\"6ccf5e00\";a:4:{s:3:\"tag\";s:7:\"rawHtml\";s:7:\"baseCss\";s:0:\"\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";}s:8:\"306c6260\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:183:\"@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=\"306c6260\"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}}\";s:9:\"mixinsCss\";s:297:\".vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}\";}s:8:\"9fdc13a5\";a:4:{s:3:\"tag\";s:6:\"column\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";s:13:\"attributesCss\";s:1460:\"#el-9fdc13a5 [data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container,#el-9fdc13a5 [data-vce-do-apply*=border][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container,#el-9fdc13a5[data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container,#el-9fdc13a5[data-vce-do-apply*=border][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container{border-radius:inherit}@media{#el-9fdc13a5 [data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=margin][data-vce-do-apply*=el-9fdc13a5]{margin-bottom:15px}} @media{#el-9fdc13a5 [data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5 [data-vce-do-apply*=background][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=background][data-vce-do-apply*=el-9fdc13a5]{background-color:#303245}} #el-9fdc13a5 [vce-box-shadow=el-9fdc13a5],#el-9fdc13a5[vce-box-shadow=el-9fdc13a5]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-9fdc13a5 [vce-hover-box-shadow=el-9fdc13a5]:focus,#el-9fdc13a5 [vce-hover-box-shadow=el-9fdc13a5]:hover,#el-9fdc13a5[vce-hover-box-shadow=el-9fdc13a5]:focus,#el-9fdc13a5[vce-hover-box-shadow=el-9fdc13a5]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";}s:8:\"aec2c146\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"747dec83\";a:4:{s:3:\"tag\";s:4:\"icon\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:8456:\".vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:\"\";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px}.vce-features--size-small{font-size:24px}.vce-features--size-medium{font-size:32px}.vce-features--size-large{font-size:48px}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)}\";s:13:\"attributesCss\";s:2116:\"@media (max-width:543px){#clone-el-747dec83,#el-747dec83{display:none}} @media (min-width:544px) and (max-width:767px){#clone-el-747dec83,#el-747dec83{display:none}} @media (min-width:768px) and (max-width:991px){#clone-el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83]{margin-bottom:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83]{margin-bottom:0}} @media (min-width:1200px){#clone-el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83]{margin-bottom:0}}\";}s:8:\"e82c2cd2\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:1004:\"@media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=e82c2cd2]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-e82c2cd2 [vce-box-shadow=el-e82c2cd2],#el-e82c2cd2[vce-box-shadow=el-e82c2cd2]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-e82c2cd2 [vce-hover-box-shadow=el-e82c2cd2]:focus,#el-e82c2cd2 [vce-hover-box-shadow=el-e82c2cd2]:hover,#el-e82c2cd2[vce-hover-box-shadow=el-e82c2cd2]:focus,#el-e82c2cd2[vce-hover-box-shadow=el-e82c2cd2]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-e82c2cd2 [data-vce-do-apply*=all][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container,#el-e82c2cd2 [data-vce-do-apply*=border][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container,#el-e82c2cd2[data-vce-do-apply*=all][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container,#el-e82c2cd2[data-vce-do-apply*=border][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container{border-radius:inherit}\";s:9:\"mixinsCss\";s:284:\".vce-row--col-gap-0>.vce-row-content>.vce-col{margin-right:0}.vce-row--col-gap-0>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:0}.rtl .vce-row--col-gap-0>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-left:0;margin-right:0}\";}s:8:\"6e1668d2\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:1007:\"@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=\"6e1668d2\"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-6e1668d2 [vce-box-shadow=el-6e1668d2],#el-6e1668d2[vce-box-shadow=el-6e1668d2]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-6e1668d2 [vce-hover-box-shadow=el-6e1668d2]:focus,#el-6e1668d2 [vce-hover-box-shadow=el-6e1668d2]:hover,#el-6e1668d2[vce-hover-box-shadow=el-6e1668d2]:focus,#el-6e1668d2[vce-hover-box-shadow=el-6e1668d2]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-6e1668d2 [data-vce-do-apply*=all][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container,#el-6e1668d2 [data-vce-do-apply*=border][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container,#el-6e1668d2[data-vce-do-apply*=all][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container,#el-6e1668d2[data-vce-do-apply*=border][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container{border-radius:inherit}\";s:9:\"mixinsCss\";s:297:\".vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}\";}s:8:\"b44bad69\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"d5d8e64f\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"accd2634\";a:4:{s:3:\"tag\";s:16:\"sliderRevolution\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:159:\".vce-slider-revolution--align-left{text-align:left}.vce-slider-revolution--align-center{text-align:center}.vce-slider-revolution--align-right{text-align:right}\";s:13:\"attributesCss\";s:616:\"@media{#clone-el-accd2634 [data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#clone-el-accd2634 [data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634],#clone-el-accd2634[data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#clone-el-accd2634[data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634],#el-accd2634 [data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#el-accd2634 [data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634],#el-accd2634[data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#el-accd2634[data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634]{margin-bottom:0}}\";}s:8:\"59f60fba\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"8c24c1b1\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"c473c5d1\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:562:\"@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=c473c5d1]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-c473c5d1 [vce-box-shadow=el-c473c5d1],#el-c473c5d1[vce-box-shadow=el-c473c5d1]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-c473c5d1 [vce-hover-box-shadow=el-c473c5d1]:focus,#el-c473c5d1 [vce-hover-box-shadow=el-c473c5d1]:hover,#el-c473c5d1[vce-hover-box-shadow=el-c473c5d1]:focus,#el-c473c5d1[vce-hover-box-shadow=el-c473c5d1]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";s:9:\"mixinsCss\";s:297:\".vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}\";}s:8:\"1aa38b44\";a:4:{s:3:\"tag\";s:6:\"column\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";s:13:\"attributesCss\";s:380:\"#el-1aa38b44 [vce-box-shadow=el-1aa38b44],#el-1aa38b44[vce-box-shadow=el-1aa38b44]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-1aa38b44 [vce-hover-box-shadow=el-1aa38b44]:focus,#el-1aa38b44 [vce-hover-box-shadow=el-1aa38b44]:hover,#el-1aa38b44[vce-hover-box-shadow=el-1aa38b44]:focus,#el-1aa38b44[vce-hover-box-shadow=el-1aa38b44]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";}s:8:\"b08ef216\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";}s:8:\"3bef93af\";a:4:{s:3:\"tag\";s:7:\"flipBox\";s:7:\"baseCss\";s:6591:\".vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal} .vce-flip-box-container,.vce-flip-box-container *{box-sizing:border-box}.vce-flip-box-container.vce-flip-box-shape--rounded .vce-flip-box-back,.vce-flip-box-container.vce-flip-box-shape--rounded .vce-flip-box-front{border-radius:10px}.vce-flip-box-container.vce-flip-box-shape--round .vce-flip-box-back,.vce-flip-box-container.vce-flip-box-shape--round .vce-flip-box-front{border-radius:4em}.vce-flip-box-container.vce-flip-box-align--center{text-align:center}.vce-flip-box-container.vce-flip-box-align--right{text-align:right}.vce-flip-box-container.vce-flip-box-align--left{text-align:left}.vce-flip-box-container.vce-flip-box-title-align--center .vce-flip-box-front{text-align:center}.vce-flip-box-container.vce-flip-box-title-align--right .vce-flip-box-front{text-align:right}.vce-flip-box-container.vce-flip-box-title-align--left .vce-flip-box-front{text-align:left}.vce-flip-box-container.vce-flip-box-hover-title-align--center .vce-flip-box-back h2{text-align:center}.vce-flip-box-container.vce-flip-box-hover-title-align--right .vce-flip-box-back h2{text-align:right}.vce-flip-box-container.vce-flip-box-hover-title-align--left .vce-flip-box-back h2{text-align:left}.vce-flip-box{display:inline-block;max-width:100%;position:relative;text-align:center;width:100%}.vce-flip-box a,.vce-flip-box button{will-change:auto}.vce-flip-box h2,.vce-flip-box p{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.vce-flip-box h2{font-size:30px}.vce-flip-box-front h2{margin:0}.vce-flip-box-back h2{margin-bottom:20px}.vce-flip-box p{font-size:14px}.vce-flip-box-inner{display:inline-block;width:100%}.vce-flip-box-back,.vce-flip-box-front{-ms-flex-pack:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;top:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:100%}.vce-flip-box-back-inner,.vce-flip-box-front-inner{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;padding:70px 20px}.vce-flip-box-back-description{margin-bottom:20px}.vce-flip-box-front{background-position:50%;background-size:cover;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.vce-flip-box-back .vce{margin-bottom:0}.vce-flip-box:focus .vce-flip-box-front,.vce-flip-box:hover .vce-flip-box-front{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.vce-flip-box:focus .vce-flip-box-back,.vce-flip-box:hover .vce-flip-box-back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box-front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box-back,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:focus .vce-flip-box-front,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:hover .vce-flip-box-front{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:focus .vce-flip-box-back,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:hover .vce-flip-box-back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.rtl .vce-flip-box,.rtl.vce-flip-box,[dir=rlt] .vce-flip-box,[dir=rlt].vce-flip-box{direction:rtl;unicode-bidi:embed}.ltr .vce-flip-box,.ltr.vce-flip-box,[dir=ltr] .vce-flip-box,[dir=ltr].vce-flip-box{direction:ltr;unicode-bidi:normal}\";s:13:\"attributesCss\";s:635:\"@media{#clone-el-3bef93af [data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#clone-el-3bef93af [data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af],#clone-el-3bef93af[data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#clone-el-3bef93af[data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af],#el-3bef93af [data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#el-3bef93af [data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af],#el-3bef93af[data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#el-3bef93af[data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af]{margin-left:30px;margin-right:30px}}\";s:9:\"mixinsCss\";s:1374:\".vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover{background-color:#3e3d3d;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover){background-color:#fff;color:#3e3d3d}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover{background-color:#e6e6e6;color:#3e3d3d}\";}s:8:\"8b79f9c3\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:13:\"attributesCss\";s:616:\"@media{#clone-el-8b79f9c3 [data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#clone-el-8b79f9c3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3],#clone-el-8b79f9c3[data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#clone-el-8b79f9c3[data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3 [data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3[data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3[data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3]{margin-bottom:0}}\";}s:8:\"a681f4c6\";a:4:{s:3:\"tag\";s:6:\"column\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";s:13:\"attributesCss\";s:1460:\"#el-a681f4c6 [data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container,#el-a681f4c6 [data-vce-do-apply*=border][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container,#el-a681f4c6[data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container,#el-a681f4c6[data-vce-do-apply*=border][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container{border-radius:inherit}@media{#el-a681f4c6 [data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=margin][data-vce-do-apply*=el-a681f4c6]{margin-bottom:15px}} @media{#el-a681f4c6 [data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6 [data-vce-do-apply*=background][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=background][data-vce-do-apply*=el-a681f4c6]{background-color:#303245}} #el-a681f4c6 [vce-box-shadow=el-a681f4c6],#el-a681f4c6[vce-box-shadow=el-a681f4c6]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-a681f4c6 [vce-hover-box-shadow=el-a681f4c6]:focus,#el-a681f4c6 [vce-hover-box-shadow=el-a681f4c6]:hover,#el-a681f4c6[vce-hover-box-shadow=el-a681f4c6]:focus,#el-a681f4c6[vce-hover-box-shadow=el-a681f4c6]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";}s:8:\"ad3a53ef\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"d8cdbc94\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:13:\"attributesCss\";s:616:\"@media{#clone-el-d8cdbc94 [data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#clone-el-d8cdbc94 [data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94],#clone-el-d8cdbc94[data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#clone-el-d8cdbc94[data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94 [data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94 [data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94[data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94[data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94]{margin-bottom:0}}\";}s:8:\"0e44a618\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:183:\"@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=\"0e44a618\"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}}\";s:9:\"mixinsCss\";s:297:\".vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}\";}s:8:\"7edea01d\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:4577:\"@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=\"7edea01d\"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-7edea01d [vce-box-shadow=el-7edea01d],#el-7edea01d[vce-box-shadow=el-7edea01d]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-7edea01d [vce-hover-box-shadow=el-7edea01d]:focus,#el-7edea01d [vce-hover-box-shadow=el-7edea01d]:hover,#el-7edea01d[vce-hover-box-shadow=el-7edea01d]:focus,#el-7edea01d[vce-hover-box-shadow=el-7edea01d]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:1200px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-40px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:992px) and (max-width:1199px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-40px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:768px) and (max-width:991px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-40px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:544px) and (max-width:767px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-10px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (max-width:543px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-10px}}\";s:9:\"mixinsCss\";s:297:\".vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}\";}s:8:\"394038e1\";a:4:{s:3:\"tag\";s:10:\"videoPopup\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:15113:\".vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:\"\";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px}.vce-features--size-small{font-size:24px}.vce-features--size-medium{font-size:32px}.vce-features--size-large{font-size:48px}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)} .vce-video-popup{overflow:hidden}.vce-video-popup-wrapper{max-width:100%;overflow:hidden;position:relative;transition:unset}.vce-video-popup-wrapper .vce-video-popup-video{margin:0;object-fit:contain;width:100%}.vce-video-popup-inner{position:relative}.vce-popup-hidden{bottom:0;height:1px;left:0;opacity:0;position:absolute;visibility:hidden;width:1px;z-index:-1}.vce-video-popup-inner .vce-features--style-none .vce-features--icon{margin:0}[data-vcv-element-disabled=true] .vce-video-popup-inner:after{bottom:0;content:\"\";left:0;position:absolute;right:0;top:0;z-index:999}.vce-video-popup-iframe{margin:0}.vce-video-popup-iframe,.vce-video-popup-wrapper .vce-video-popup-button-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.vce-video-popup-wrapper .vce-video-popup-button{cursor:pointer;left:0;margin:0 auto;opacity:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .2s ease}.vce-video-popup-wrapper .vce-video-popup-button.vce-video-popup-button--play[data-vcv-video-player-controls-visible=true]{opacity:1}.vce-video-popup-wrapper:not([data-vcv-video-player-playing=true]) .vce-video-popup-button.vce-video-popup-button--play{transition:none}.vce-video-popup-wrapper .vce-video-popup-button-wrapper:hover .vce-video-popup-button--pause[data-vcv-video-player-controls-visible=true]{opacity:1}.vce-video-popup-wrapper .vce-video-popup-controls-wrapper{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%}.vce-video-popup-wrapper .vce-video-popup-controls-wrapper[data-vcv-video-player-controls-active=true]{opacity:1}.vce-video-popup-wrapper .vce-video-popup-controls-inner{border-radius:5px;bottom:10px;height:40px;left:12px;padding:0;position:absolute;text-align:left;width:calc(100% - 24px);z-index:11}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause{cursor:pointer;display:none;height:100%;position:absolute;top:0;width:100%;z-index:10}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause .vce-features{opacity:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .2s ease}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause .vce-features .vce{margin-bottom:0}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause:hover .vce-features{opacity:1}.vce-video-popup-wrapper .vce-video-popup-fullscreen-play{cursor:pointer;display:block;height:100%;max-width:100%;position:relative;width:auto;z-index:10}.vce-video-popup-wrapper .vce-video-popup-fullscreen-play .vce-features{opacity:1;position:relative;transition:opacity .2s ease}.vce-video-popup-wrapper .vce-video-popup-fullscreen-play .vce-features .vce{margin-bottom:0}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-fullscreen-play{display:none}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-fullscreen-pause{display:block}.vce-video-popup-wrapper .vce-video-popup-close-button{cursor:pointer;display:none;height:25px;position:absolute;right:5%;top:10%;width:25px;z-index:12}.vce-video-popup-wrapper .vce-video-popup-close-button:after,.vce-video-popup-wrapper .vce-video-popup-close-button:before{background:#8e8e8e;content:\"\";display:block;height:25px;left:calc(50% - 2px);position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:4px}.vce-video-popup-wrapper .vce-video-popup-close-button:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vce-video-popup-wrapper-fullscreen{background:rgba(0,0,0,.9);bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:100000}.vce-video-popup-wrapper-fullscreen .vce-video-popup-video{display:inline-block}.vce-video-popup-wrapper-fullscreen .vce-video-popup-close-button{display:block}.vce-video-popup-wrapper-fullscreen .vce-video-popup-inner{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vce-video-popup-wrapper-fullscreen .vce-video-popup-inner .vce-video-popup-video{height:100%;width:100%}.vce-video-popup-wrapper-fullscreen .vce-video-popup-fullscreen-play{display:none}.vce-video-popup-wrapper .vce-video-popup-controls--pause,.vce-video-popup-wrapper .vce-video-popup-controls--play{cursor:pointer;display:inline-block;height:40px;opacity:.9;position:relative;transition:opacity .2s ease;vertical-align:top;width:40px}.vce-video-popup-wrapper .vce-video-popup-controls--pause:hover,.vce-video-popup-wrapper .vce-video-popup-controls--play:hover{opacity:1}.vce-video-popup-wrapper .vcv-video-popup-element-controls-icon-pause,.vce-video-popup-wrapper .vcv-video-popup-element-controls-icon-play{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-video-popup-wrapper .vce-video-popup-controls--pause{display:none}.vce-video-popup-wrapper .vce-video-popup-video-block{height:56.25vw;margin:0 auto;max-height:100vh;max-width:100vw;opacity:0;pointer-events:none;position:absolute;text-align:center;width:100vw}.vce-video-popup-wrapper .vce-video-popup-video-block iframe{height:100%;margin:0 auto;position:relative;width:100%}.vce-video-popup-wrapper .vce-video-popup-video-block.vce-video-popup-iframe-margin{height:45vw;margin:0 auto;max-height:80vh;max-width:80vw;width:80vw}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-video-block{opacity:1;pointer-events:all;position:relative}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-controls--play{display:none}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-controls--pause{display:inline-block}.vce-video-popup-wrapper .vce-video-popup-timeline-wrapper{display:inline-block;height:40px;position:relative;vertical-align:top;width:calc(100% - 40px)}.vce-video-popup-wrapper .vce-video-popup-timeline-wrapper:before{background:rgba(0,0,0,.2);content:\"\";display:block}.vce-video-popup-wrapper .vce-video-popup-timeline-inner,.vce-video-popup-wrapper .vce-video-popup-timeline-wrapper:before{height:5px;left:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% - 28px)}.vce-video-popup-wrapper .vce-video-popup-timeline-inner{cursor:pointer;overflow:hidden}.vce-video-popup-wrapper .vce-video-popup-timeline{background:hsla(0,0%,100%,.9)}.vce-video-popup-wrapper .vce-video-popup-timeline,.vce-video-popup-wrapper .vce-video-popup-timeline-buffer{height:5px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0}.vce-video-popup-wrapper .vce-video-popup-timeline-buffer{background:hsla(0,0%,100%,.4)}\";s:13:\"attributesCss\";s:3309:\"@media (max-width:543px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:5px;margin-top:0}} @media (min-width:544px) and (max-width:767px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}} @media (min-width:768px) and (max-width:991px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}} @media (min-width:1200px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}}\";}s:8:\"15b996fb\";a:4:{s:3:\"tag\";s:3:\"row\";s:7:\"baseCss\";s:6352:\".vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:\"\";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}\";s:13:\"attributesCss\";s:564:\"@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=\"15b996fb\"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-15b996fb [vce-box-shadow=el-15b996fb],#el-15b996fb[vce-box-shadow=el-15b996fb]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-15b996fb [vce-hover-box-shadow=el-15b996fb]:focus,#el-15b996fb [vce-hover-box-shadow=el-15b996fb]:hover,#el-15b996fb[vce-hover-box-shadow=el-15b996fb]:focus,#el-15b996fb[vce-hover-box-shadow=el-15b996fb]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";s:9:\"mixinsCss\";s:297:\".vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}\";}s:8:\"92beb439\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";}s:8:\"55f83bb5\";a:4:{s:3:\"tag\";s:4:\"icon\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:8456:\".vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:\"\";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px}.vce-features--size-small{font-size:24px}.vce-features--size-medium{font-size:32px}.vce-features--size-large{font-size:48px}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)}\";s:13:\"attributesCss\";s:2116:\"@media (max-width:543px){#clone-el-55f83bb5,#el-55f83bb5{display:none}} @media (min-width:544px) and (max-width:767px){#clone-el-55f83bb5,#el-55f83bb5{display:none}} @media (min-width:768px) and (max-width:991px){#clone-el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5]{margin-bottom:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5]{margin-bottom:0}} @media (min-width:1200px){#clone-el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5]{margin-bottom:0}}\";}s:8:\"2721ba3e\";a:4:{s:3:\"tag\";s:6:\"column\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";s:13:\"attributesCss\";s:1460:\"#el-2721ba3e [data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container,#el-2721ba3e [data-vce-do-apply*=border][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container,#el-2721ba3e[data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container,#el-2721ba3e[data-vce-do-apply*=border][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container{border-radius:inherit}@media{#el-2721ba3e [data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e [data-vce-do-apply*=margin][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=margin][data-vce-do-apply*=el-2721ba3e]{margin-bottom:15px}} @media{#el-2721ba3e [data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e [data-vce-do-apply*=background][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=background][data-vce-do-apply*=el-2721ba3e]{background-color:#303245}} #el-2721ba3e [vce-box-shadow=el-2721ba3e],#el-2721ba3e[vce-box-shadow=el-2721ba3e]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-2721ba3e [vce-hover-box-shadow=el-2721ba3e]:focus,#el-2721ba3e [vce-hover-box-shadow=el-2721ba3e]:hover,#el-2721ba3e[vce-hover-box-shadow=el-2721ba3e]:focus,#el-2721ba3e[vce-hover-box-shadow=el-2721ba3e]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";}s:8:\"e17024f6\";a:4:{s:3:\"tag\";s:4:\"icon\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:8456:\".vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:\"\";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px}.vce-features--size-small{font-size:24px}.vce-features--size-medium{font-size:32px}.vce-features--size-large{font-size:48px}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)}\";s:13:\"attributesCss\";s:2116:\"@media (max-width:543px){#clone-el-e17024f6,#el-e17024f6{display:none}} @media (min-width:544px) and (max-width:767px){#clone-el-e17024f6,#el-e17024f6{display:none}} @media (min-width:768px) and (max-width:991px){#clone-el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6]{margin-bottom:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6]{margin-bottom:0}} @media (min-width:1200px){#clone-el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6]{margin-bottom:0}}\";}s:8:\"463c15cd\";a:4:{s:3:\"tag\";s:7:\"flipBox\";s:7:\"baseCss\";s:6591:\".vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal} .vce-flip-box-container,.vce-flip-box-container *{box-sizing:border-box}.vce-flip-box-container.vce-flip-box-shape--rounded .vce-flip-box-back,.vce-flip-box-container.vce-flip-box-shape--rounded .vce-flip-box-front{border-radius:10px}.vce-flip-box-container.vce-flip-box-shape--round .vce-flip-box-back,.vce-flip-box-container.vce-flip-box-shape--round .vce-flip-box-front{border-radius:4em}.vce-flip-box-container.vce-flip-box-align--center{text-align:center}.vce-flip-box-container.vce-flip-box-align--right{text-align:right}.vce-flip-box-container.vce-flip-box-align--left{text-align:left}.vce-flip-box-container.vce-flip-box-title-align--center .vce-flip-box-front{text-align:center}.vce-flip-box-container.vce-flip-box-title-align--right .vce-flip-box-front{text-align:right}.vce-flip-box-container.vce-flip-box-title-align--left .vce-flip-box-front{text-align:left}.vce-flip-box-container.vce-flip-box-hover-title-align--center .vce-flip-box-back h2{text-align:center}.vce-flip-box-container.vce-flip-box-hover-title-align--right .vce-flip-box-back h2{text-align:right}.vce-flip-box-container.vce-flip-box-hover-title-align--left .vce-flip-box-back h2{text-align:left}.vce-flip-box{display:inline-block;max-width:100%;position:relative;text-align:center;width:100%}.vce-flip-box a,.vce-flip-box button{will-change:auto}.vce-flip-box h2,.vce-flip-box p{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.vce-flip-box h2{font-size:30px}.vce-flip-box-front h2{margin:0}.vce-flip-box-back h2{margin-bottom:20px}.vce-flip-box p{font-size:14px}.vce-flip-box-inner{display:inline-block;width:100%}.vce-flip-box-back,.vce-flip-box-front{-ms-flex-pack:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;top:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:100%}.vce-flip-box-back-inner,.vce-flip-box-front-inner{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;padding:70px 20px}.vce-flip-box-back-description{margin-bottom:20px}.vce-flip-box-front{background-position:50%;background-size:cover;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.vce-flip-box-back .vce{margin-bottom:0}.vce-flip-box:focus .vce-flip-box-front,.vce-flip-box:hover .vce-flip-box-front{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.vce-flip-box:focus .vce-flip-box-back,.vce-flip-box:hover .vce-flip-box-back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box-front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box-back,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:focus .vce-flip-box-front,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:hover .vce-flip-box-front{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:focus .vce-flip-box-back,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:hover .vce-flip-box-back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.rtl .vce-flip-box,.rtl.vce-flip-box,[dir=rlt] .vce-flip-box,[dir=rlt].vce-flip-box{direction:rtl;unicode-bidi:embed}.ltr .vce-flip-box,.ltr.vce-flip-box,[dir=ltr] .vce-flip-box,[dir=ltr].vce-flip-box{direction:ltr;unicode-bidi:normal}\";s:13:\"attributesCss\";s:654:\"@media{#clone-el-463c15cd [data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#clone-el-463c15cd [data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd],#clone-el-463c15cd[data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#clone-el-463c15cd[data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd],#el-463c15cd [data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#el-463c15cd [data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd],#el-463c15cd[data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#el-463c15cd[data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd]{margin-bottom:15px;margin-left:30px;margin-right:30px}}\";s:9:\"mixinsCss\";s:1374:\".vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover{background-color:#3e3d3d;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover){background-color:#fff;color:#3e3d3d}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover{background-color:#e6e6e6;color:#3e3d3d}\";}s:8:\"7b4ceb57\";a:4:{s:3:\"tag\";s:6:\"column\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";}s:8:\"016709d2\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:13:\"attributesCss\";s:616:\"@media{#clone-el-016709d2 [data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#clone-el-016709d2 [data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2],#clone-el-016709d2[data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#clone-el-016709d2[data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2],#el-016709d2 [data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#el-016709d2 [data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2],#el-016709d2[data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#el-016709d2[data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2]{margin-bottom:0}}\";}s:8:\"df8c45f3\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";}s:8:\"98f0bcc5\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:13:\"attributesCss\";s:616:\"@media{#clone-el-98f0bcc5 [data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#clone-el-98f0bcc5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5],#clone-el-98f0bcc5[data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#clone-el-98f0bcc5[data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5 [data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5[data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5[data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5]{margin-bottom:0}}\";}s:8:\"1b9610c3\";a:4:{s:3:\"tag\";s:9:\"textBlock\";s:7:\"baseCss\";s:0:\"\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";}s:8:\"be6f7e20\";a:4:{s:3:\"tag\";s:6:\"column\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:2688:\".vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}\";s:13:\"attributesCss\";s:4418:\"#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:1200px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:300px;padding-top:300px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:992px) and (max-width:1199px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:200px;padding-top:200px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:768px) and (max-width:991px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:150px;padding-top:150px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:544px) and (max-width:767px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:125px;padding-top:125px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (max-width:543px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:125px;padding-top:125px}} #el-be6f7e20 [vce-box-shadow=el-be6f7e20],#el-be6f7e20[vce-box-shadow=el-be6f7e20]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-be6f7e20 [vce-hover-box-shadow=el-be6f7e20]:focus,#el-be6f7e20 [vce-hover-box-shadow=el-be6f7e20]:hover,#el-be6f7e20[vce-hover-box-shadow=el-be6f7e20]:focus,#el-be6f7e20[vce-hover-box-shadow=el-be6f7e20]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}\";}s:8:\"88ceb8de\";a:4:{s:3:\"tag\";s:11:\"basicButton\";s:13:\"attributesCss\";s:0:\"\";s:7:\"baseCss\";s:2833:\".vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal}\";s:9:\"mixinsCss\";s:1374:\".vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover{background-color:#3e3d3d;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover){background-color:#fff;color:#3e3d3d}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover{background-color:#e6e6e6;color:#3e3d3d}\";}s:8:\"150f9327\";a:4:{s:3:\"tag\";s:4:\"icon\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:8456:\".vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:\"\";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px}.vce-features--size-small{font-size:24px}.vce-features--size-medium{font-size:32px}.vce-features--size-large{font-size:48px}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)}\";}s:8:\"2a6a8d76\";a:4:{s:3:\"tag\";s:4:\"icon\";s:13:\"attributesCss\";s:0:\"\";s:9:\"mixinsCss\";s:0:\"\";s:7:\"baseCss\";s:8456:\".vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:\"\";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px}.vce-features--size-small{font-size:24px}.vce-features--size-medium{font-size:32px}.vce-features--size-large{font-size:48px}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)}\";}s:8:\"925ba15f\";a:4:{s:3:\"tag\";s:11:\"basicButton\";s:13:\"attributesCss\";s:0:\"\";s:7:\"baseCss\";s:2833:\".vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal}\";s:9:\"mixinsCss\";s:1374:\".vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover{background-color:#3e3d3d;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover){background-color:#fff;color:#3e3d3d}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover{background-color:#e6e6e6;color:#3e3d3d}\";}}","vcv-settingsLocalJsHead":"","vcv-settingsLocalJsFooter":"","fc_rrule":"","sidebar_position":"none","hide_page_title":"","disable_page_header":"","disable_page_footer":"","eg_sources_html5_mp4":"","eg_sources_youtube":"","eg_sources_vimeo":"","eg_sources_wistia":"","eg_sources_image":"","eg_sources_iframe":"","eg_sources_soundcloud":"","eg_vimeo_ratio":1,"eg_youtube_ratio":1,"eg_wistia_ratio":1,"eg_html5_ratio":1,"eg_soundcloud_ratio":1,"eg_sources_revslider":"","eg_sources_essgrid":"","eg_featured_grid":"","eg_settings_custom_meta_skin":"","eg_settings_custom_meta_element":"","eg_settings_custom_meta_setting":"","eg_settings_custom_meta_style":"","eg_custom_meta_216":"true","eg_votes_count":0}},"browserName":"","browserVersion":"","browserEngineName":"","browserEngineVersion":"","osName":"","osVersion":"","deviceType":"bot","deviceManufacturer":"","deviceModel":""};
	dataLayer.push( dataLayer_content );
</script>
<script data-cfasync="false" data-pagespeed-no-defer>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KN7S43G');
</script>
<!-- End Google Tag Manager for WordPress by gtm4wp.com --><script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.0.3\/svg\/","svgExt":".svg","source":{"wpemoji":"https:\/\/mybrio.org\/wp-includes\/js\/wp-emoji.js?ver=6.7.1","twemoji":"https:\/\/mybrio.org\/wp-includes\/js\/twemoji.js?ver=6.7.1"}};
/**
 * @output wp-includes/js/wp-emoji-loader.js
 */

/**
 * Emoji Settings as exported in PHP via _print_emoji_detection_script().
 * @typedef WPEmojiSettings
 * @type {object}
 * @property {?object} source
 * @property {?string} source.concatemoji
 * @property {?string} source.twemoji
 * @property {?string} source.wpemoji
 * @property {?boolean} DOMReady
 * @property {?Function} readyCallback
 */

/**
 * Support tests.
 * @typedef SupportTests
 * @type {object}
 * @property {?boolean} flag
 * @property {?boolean} emoji
 */

/**
 * IIFE to detect emoji support and load Twemoji if needed.
 *
 * @param {Window} window
 * @param {Document} document
 * @param {WPEmojiSettings} settings
 */
( function wpEmojiLoader( window, document, settings ) {
	if ( typeof Promise === 'undefined' ) {
		return;
	}

	var sessionStorageKey = 'wpEmojiSettingsSupports';
	var tests = [ 'flag', 'emoji' ];

	/**
	 * Checks whether the browser supports offloading to a Worker.
	 *
	 * @since 6.3.0
	 *
	 * @private
	 *
	 * @returns {boolean}
	 */
	function supportsWorkerOffloading() {
		return (
			typeof Worker !== 'undefined' &&
			typeof OffscreenCanvas !== 'undefined' &&
			typeof URL !== 'undefined' &&
			URL.createObjectURL &&
			typeof Blob !== 'undefined'
		);
	}

	/**
	 * @typedef SessionSupportTests
	 * @type {object}
	 * @property {number} timestamp
	 * @property {SupportTests} supportTests
	 */

	/**
	 * Get support tests from session.
	 *
	 * @since 6.3.0
	 *
	 * @private
	 *
	 * @returns {?SupportTests} Support tests, or null if not set or older than 1 week.
	 */
	function getSessionSupportTests() {
		try {
			/** @type {SessionSupportTests} */
			var item = JSON.parse(
				sessionStorage.getItem( sessionStorageKey )
			);
			if (
				typeof item === 'object' &&
				typeof item.timestamp === 'number' &&
				new Date().valueOf() < item.timestamp + 604800 && // Note: Number is a week in seconds.
				typeof item.supportTests === 'object'
			) {
				return item.supportTests;
			}
		} catch ( e ) {}
		return null;
	}

	/**
	 * Persist the supports in session storage.
	 *
	 * @since 6.3.0
	 *
	 * @private
	 *
	 * @param {SupportTests} supportTests Support tests.
	 */
	function setSessionSupportTests( supportTests ) {
		try {
			/** @type {SessionSupportTests} */
			var item = {
				supportTests: supportTests,
				timestamp: new Date().valueOf()
			};

			sessionStorage.setItem(
				sessionStorageKey,
				JSON.stringify( item )
			);
		} catch ( e ) {}
	}

	/**
	 * Checks if two sets of Emoji characters render the same visually.
	 *
	 * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
	 * scope. Everything must be passed by parameters.
	 *
	 * @since 4.9.0
	 *
	 * @private
	 *
	 * @param {CanvasRenderingContext2D} context 2D Context.
	 * @param {string} set1 Set of Emoji to test.
	 * @param {string} set2 Set of Emoji to test.
	 *
	 * @return {boolean} True if the two sets render the same.
	 */
	function emojiSetsRenderIdentically( context, set1, set2 ) {
		// Cleanup from previous test.
		context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
		context.fillText( set1, 0, 0 );
		var rendered1 = new Uint32Array(
			context.getImageData(
				0,
				0,
				context.canvas.width,
				context.canvas.height
			).data
		);

		// Cleanup from previous test.
		context.clearRect( 0, 0, context.canvas.width, context.canvas.height );
		context.fillText( set2, 0, 0 );
		var rendered2 = new Uint32Array(
			context.getImageData(
				0,
				0,
				context.canvas.width,
				context.canvas.height
			).data
		);

		return rendered1.every( function ( rendered2Data, index ) {
			return rendered2Data === rendered2[ index ];
		} );
	}

	/**
	 * Determines if the browser properly renders Emoji that Twemoji can supplement.
	 *
	 * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
	 * scope. Everything must be passed by parameters.
	 *
	 * @since 4.2.0
	 *
	 * @private
	 *
	 * @param {CanvasRenderingContext2D} context 2D Context.
	 * @param {string} type Whether to test for support of "flag" or "emoji".
	 * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification.
	 *
	 * @return {boolean} True if the browser can render emoji, false if it cannot.
	 */
	function browserSupportsEmoji( context, type, emojiSetsRenderIdentically ) {
		var isIdentical;

		switch ( type ) {
			case 'flag':
				/*
				 * Test for Transgender flag compatibility. Added in Unicode 13.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (white flag emoji + transgender symbol).
				 */
				isIdentical = emojiSetsRenderIdentically(
					context,
					'\uD83C\uDFF3\uFE0F\u200D\u26A7\uFE0F', // as a zero-width joiner sequence
					'\uD83C\uDFF3\uFE0F\u200B\u26A7\uFE0F' // separated by a zero-width space
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for UN flag compatibility. This is the least supported of the letter locale flags,
				 * so gives us an easy test for full support.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly ([U] + [N]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					context,
					'\uD83C\uDDFA\uD83C\uDDF3', // as the sequence of two code points
					'\uD83C\uDDFA\u200B\uD83C\uDDF3' // as the two code points separated by a zero-width space
				);

				if ( isIdentical ) {
					return false;
				}

				/*
				 * Test for English flag compatibility. England is a country in the United Kingdom, it
				 * does not have a two letter locale code but rather a five letter sub-division code.
				 *
				 * To test for support, we try to render it, and compare the rendering to how it would look if
				 * the browser doesn't render it correctly (black flag emoji + [G] + [B] + [E] + [N] + [G]).
				 */
				isIdentical = emojiSetsRenderIdentically(
					context,
					// as the flag sequence
					'\uD83C\uDFF4\uDB40\uDC67\uDB40\uDC62\uDB40\uDC65\uDB40\uDC6E\uDB40\uDC67\uDB40\uDC7F',
					// with each code point separated by a zero-width space
					'\uD83C\uDFF4\u200B\uDB40\uDC67\u200B\uDB40\uDC62\u200B\uDB40\uDC65\u200B\uDB40\uDC6E\u200B\uDB40\uDC67\u200B\uDB40\uDC7F'
				);

				return ! isIdentical;
			case 'emoji':
				/*
				 * Four and twenty blackbirds baked in a pie.
				 *
				 * To test for Emoji 15.0 support, try to render a new emoji: Blackbird.
				 *
				 * The Blackbird is a ZWJ sequence combining 🐦 Bird and ⬛ large black square.,
				 *
				 * 0x1F426 (\uD83D\uDC26) == Bird
				 * 0x200D == Zero-Width Joiner (ZWJ) that links the code points for the new emoji or
				 * 0x200B == Zero-Width Space (ZWS) that is rendered for clients not supporting the new emoji.
				 * 0x2B1B == Large Black Square
				 *
				 * When updating this test for future Emoji releases, ensure that individual emoji that make up the
				 * sequence come from older emoji standards.
				 */
				isIdentical = emojiSetsRenderIdentically(
					context,
					'\uD83D\uDC26\u200D\u2B1B', // as the zero-width joiner sequence
					'\uD83D\uDC26\u200B\u2B1B' // separated by a zero-width space
				);

				return ! isIdentical;
		}

		return false;
	}

	/**
	 * Checks emoji support tests.
	 *
	 * This function may be serialized to run in a Worker. Therefore, it cannot refer to variables from the containing
	 * scope. Everything must be passed by parameters.
	 *
	 * @since 6.3.0
	 *
	 * @private
	 *
	 * @param {string[]} tests Tests.
	 * @param {Function} browserSupportsEmoji Reference to browserSupportsEmoji function, needed due to minification.
	 * @param {Function} emojiSetsRenderIdentically Reference to emojiSetsRenderIdentically function, needed due to minification.
	 *
	 * @return {SupportTests} Support tests.
	 */
	function testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically ) {
		var canvas;
		if (
			typeof WorkerGlobalScope !== 'undefined' &&
			self instanceof WorkerGlobalScope
		) {
			canvas = new OffscreenCanvas( 300, 150 ); // Dimensions are default for HTMLCanvasElement.
		} else {
			canvas = document.createElement( 'canvas' );
		}

		var context = canvas.getContext( '2d', { willReadFrequently: true } );

		/*
		 * Chrome on OS X added native emoji rendering in M41. Unfortunately,
		 * it doesn't work when the font is bolder than 500 weight. So, we
		 * check for bold rendering support to avoid invisible emoji in Chrome.
		 */
		context.textBaseline = 'top';
		context.font = '600 32px Arial';

		var supports = {};
		tests.forEach( function ( test ) {
			supports[ test ] = browserSupportsEmoji( context, test, emojiSetsRenderIdentically );
		} );
		return supports;
	}

	/**
	 * Adds a script to the head of the document.
	 *
	 * @ignore
	 *
	 * @since 4.2.0
	 *
	 * @param {string} src The url where the script is located.
	 *
	 * @return {void}
	 */
	function addScript( src ) {
		var script = document.createElement( 'script' );
		script.src = src;
		script.defer = true;
		document.head.appendChild( script );
	}

	settings.supports = {
		everything: true,
		everythingExceptFlag: true
	};

	// Create a promise for DOMContentLoaded since the worker logic may finish after the event has fired.
	var domReadyPromise = new Promise( function ( resolve ) {
		document.addEventListener( 'DOMContentLoaded', resolve, {
			once: true
		} );
	} );

	// Obtain the emoji support from the browser, asynchronously when possible.
	new Promise( function ( resolve ) {
		var supportTests = getSessionSupportTests();
		if ( supportTests ) {
			resolve( supportTests );
			return;
		}

		if ( supportsWorkerOffloading() ) {
			try {
				// Note that the functions are being passed as arguments due to minification.
				var workerScript =
					'postMessage(' +
					testEmojiSupports.toString() +
					'(' +
					[
						JSON.stringify( tests ),
						browserSupportsEmoji.toString(),
						emojiSetsRenderIdentically.toString()
					].join( ',' ) +
					'));';
				var blob = new Blob( [ workerScript ], {
					type: 'text/javascript'
				} );
				var worker = new Worker( URL.createObjectURL( blob ), { name: 'wpTestEmojiSupports' } );
				worker.onmessage = function ( event ) {
					supportTests = event.data;
					setSessionSupportTests( supportTests );
					worker.terminate();
					resolve( supportTests );
				};
				return;
			} catch ( e ) {}
		}

		supportTests = testEmojiSupports( tests, browserSupportsEmoji, emojiSetsRenderIdentically );
		setSessionSupportTests( supportTests );
		resolve( supportTests );
	} )
		// Once the browser emoji support has been obtained from the session, finalize the settings.
		.then( function ( supportTests ) {
			/*
			 * Tests the browser support for flag emojis and other emojis, and adjusts the
			 * support settings accordingly.
			 */
			for ( var test in supportTests ) {
				settings.supports[ test ] = supportTests[ test ];

				settings.supports.everything =
					settings.supports.everything && settings.supports[ test ];

				if ( 'flag' !== test ) {
					settings.supports.everythingExceptFlag =
						settings.supports.everythingExceptFlag &&
						settings.supports[ test ];
				}
			}

			settings.supports.everythingExceptFlag =
				settings.supports.everythingExceptFlag &&
				! settings.supports.flag;

			// Sets DOMReady to false and assigns a ready function to settings.
			settings.DOMReady = false;
			settings.readyCallback = function () {
				settings.DOMReady = true;
			};
		} )
		.then( function () {
			return domReadyPromise;
		} )
		.then( function () {
			// When the browser can not render everything we need to load a polyfill.
			if ( ! settings.supports.everything ) {
				settings.readyCallback();

				var src = settings.source || {};

				if ( src.concatemoji ) {
					addScript( src.concatemoji );
				} else if ( src.wpemoji && src.twemoji ) {
					addScript( src.twemoji );
					addScript( src.wpemoji );
				}
			}
		} );
} )( window, document, window._wpemojiSettings );

/* ]]> */
</script>
<link rel='stylesheet' id='essential-grid-plugin-settings-css' href='https://mybrio.org/wp-content/plugins/essential-grid/public/assets/css/settings.css?ver=3.0.11' type='text/css' media='all' />
<link rel='stylesheet' id='tp-fontello-css' href='https://mybrio.org/wp-content/plugins/essential-grid/public/assets/font/fontello/css/fontello.css?ver=3.0.11' type='text/css' media='all' />
<link rel='stylesheet' id='mojo-sp-css' href='https://mybrio.org/wp-content/plugins/mojoplug-slide-panel/public/css/mojo-sp-public.css?ver=1.1.2' type='text/css' media='all' />
<link rel='stylesheet' id='mojo-sp-style-css' href='https://mybrio.org/wp-content/plugins/mojoplug-slide-panel/public/../style.css?ver=1.1.2' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css' href='https://mybrio.org/wp-includes/css/dashicons.css?ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='rs-plugin-settings-css' href='https://mybrio.org/wp-content/plugins/revslider/public/assets/css/rs6.css?ver=6.3.5' type='text/css' media='all' />
<style id='rs-plugin-settings-inline-css' type='text/css'>
#rs-demo-id {}
#rs-demo-id {}
</style>
<link rel='stylesheet' id='calendarizeit-css' href='https://mybrio.org/wp-content/plugins/calendarize-it/css/frontend.min.css?ver=4.0.8.6' type='text/css' media='all' />
<link rel='stylesheet' id='rhc-last-minue-css' href='https://mybrio.org/wp-content/plugins/calendarize-it/css/last_minute_fixes.css?ver=1.1.1' type='text/css' media='all' />
<link rel='stylesheet' id='rhc-widgets-css' href='https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-accordion-widget/rhc_widgets.css?ver=1.0.1.3' type='text/css' media='all' />
<link rel='stylesheet' id='rhc-taxonomy-list-css' href='https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-taxonomies/css/taxonomy_list.css?ver=1.0.1' type='text/css' media='all' />
<link rel='stylesheet' id='rhc-countdown-css' href='https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-countdown/css/countdown.css?ver=1.0.0.9' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-css' href='https://mybrio.org/wp-content/uploads/maxmegamenu/style.css?ver=5f3b35' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-genericons-css' href='https://mybrio.org/wp-content/plugins/megamenu-pro/icons/genericons/genericons/genericons.css?ver=2.2.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-fontawesome-css' href='https://mybrio.org/wp-content/plugins/megamenu-pro/icons/fontawesome/css/font-awesome.min.css?ver=2.2.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='megamenu-fontawesome5-css' href='https://mybrio.org/wp-content/plugins/megamenu-pro/icons/fontawesome5/css/all.min.css?ver=2.2.9.1' type='text/css' media='all' />
<link rel='stylesheet' id='visualcomposerstarter-font-css' href='https://mybrio.org/wp-content/themes/visual-composer-starter/css/vc-font/visual-composer-starter-font.min.css?ver=3.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='visualcomposerstarter-general-css' href='https://mybrio.org/wp-content/themes/visual-composer-starter/css/styles/style.min.css?ver=3.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='visualcomposerstarter-responsive-css' href='https://mybrio.org/wp-content/themes/visual-composer-starter/css/styles/responsive.min.css?ver=3.4.1' type='text/css' media='all' />
<link rel='stylesheet' id='visualcomposerstarter-style-css' href='https://mybrio.org/wp-content/themes/visual-composer-starter-child02/style.css?ver=6.7.1' type='text/css' media='all' />
<style id='visualcomposerstarter-style-inline-css' type='text/css'>

	/*Body fonts and style*/
	body,
	#main-menu ul li ul li,
	.comment-content cite,
	.entry-content cite,
	.visualcomposerstarter legend
	 { font-family: Lato, sans-serif; }
	 body,
	 .sidebar-widget-area a:hover, .sidebar-widget-area a:focus,
	 .sidebar-widget-area .widget_recent_entries ul li:hover, .sidebar-widget-area .widget_archive ul li:hover, .sidebar-widget-area .widget_categories ul li:hover, .sidebar-widget-area .widget_meta ul li:hover, .sidebar-widget-area .widget_recent_entries ul li:focus, .sidebar-widget-area .widget_archive ul li:focus, .sidebar-widget-area .widget_categories ul li:focus, .sidebar-widget-area .widget_meta ul li:focus { color: #555555; }
	  .comment-content table,
	  .entry-content table { border-color: #555555; }
	  .entry-full-content .entry-author-data .author-biography,
	  .entry-full-content .entry-meta,
	  .nav-links.post-navigation a .meta-nav,
	  .search-results-header h4,
	  .entry-preview .entry-meta li,
	  .entry-preview .entry-meta li a,
	  .entry-content .gallery-caption,
	  .comment-content blockquote,
	  .entry-content blockquote,
	  .wp-caption .wp-caption-text,
	  .comments-area .comment-list .comment-metadata a { color: #777777; }
	  .comments-area .comment-list .comment-metadata a:hover,
	  .comments-area .comment-list .comment-metadata a:focus { border-bottom-color: #777777; }
	  a,
	  .comments-area .comment-list .reply a,
	  .comments-area span.required,
	  .comments-area .comment-subscription-form label:before,
	  .entry-preview .entry-meta li a:hover:before,
	  .entry-preview .entry-meta li a:focus:before,
	  .entry-preview .entry-meta li.entry-meta-category:hover:before,
	  .entry-content p a:hover,
	  .entry-content ol a:hover,
	  .entry-content ul a:hover,
	  .entry-content table a:hover,
	  .entry-content datalist a:hover,
	  .entry-content blockquote a:hover,
	  .entry-content dl a:hover,
	  .entry-content address a:hover,
	  .entry-content p a:focus,
	  .entry-content ol a:focus,
	  .entry-content ul a:focus,
	  .entry-content table a:focus,
	  .entry-content datalist a:focus,
	  .entry-content blockquote a:focus,
	  .entry-content dl a:focus,
	  .entry-content address a:focus,
	  .entry-content ul > li:before,
	  .comment-content p a:hover,
	  .comment-content ol a:hover,
	  .comment-content ul a:hover,
	  .comment-content table a:hover,
	  .comment-content datalist a:hover,
	  .comment-content blockquote a:hover,
	  .comment-content dl a:hover,
	  .comment-content address a:hover,
	  .comment-content p a:focus,
	  .comment-content ol a:focus,
	  .comment-content ul a:focus,
	  .comment-content table a:focus,
	  .comment-content datalist a:focus,
	  .comment-content blockquote a:focus,
	  .comment-content dl a:focus,
	  .comment-content address a:focus,
	  .comment-content ul > li:before,
	  .sidebar-widget-area .widget_recent_entries ul li,
	  .sidebar-widget-area .widget_archive ul li,
	  .sidebar-widget-area .widget_categories ul li,
	  .sidebar-widget-area .widget_meta ul li { color: #557cbf; }     
	  .comments-area .comment-list .reply a:hover,
	  .comments-area .comment-list .reply a:focus,
	  .comment-content p a,
	  .comment-content ol a,
	  .comment-content ul a,
	  .comment-content table a,
	  .comment-content datalist a,
	  .comment-content blockquote a,
	  .comment-content dl a,
	  .comment-content address a,
	  .entry-content p a,
	  .entry-content ol a,
	  .entry-content ul a,
	  .entry-content table a,
	  .entry-content datalist a,
	  .entry-content blockquote a,
	  .entry-content dl a,
	  .entry-content address a { border-bottom-color: #557cbf; }    
	  .entry-content blockquote, .comment-content { border-left-color: #557cbf; }
	  
	  html, #main-menu ul li ul li { font-size: 1.2em }
	  body, #footer, .footer-widget-area .widget-title { line-height: 1.7; }
	  body {
		letter-spacing: 0.01rem;
		font-weight: 400;
		font-style: normal;
		text-transform: none;
	  }
	  
	  .comment-content address,
	  .comment-content blockquote,
	  .comment-content datalist,
	  .comment-content dl,
	  .comment-content ol,
	  .comment-content p,
	  .comment-content table,
	  .comment-content ul,
	  .entry-content address,
	  .entry-content blockquote,
	  .entry-content datalist,
	  .entry-content dl,
	  .entry-content ol,
	  .entry-content p,
	  .entry-content table,
	  .entry-content ul {
		margin-top: 0;
		margin-bottom: 1.5rem;
	  }
	  
	  /*Buttons font and style*/
	  .comments-area .form-submit input[type=submit],
	  .blue-button { 
			background-color: #5367a9; 
			color: #f4f4f4;
			font-family: Montserrat;
			font-size: 16px;
			font-weight: 400;
			font-style: normal;
			letter-spacing: 0.01rem;
			line-height: 1;
			text-transform: none;
			margin-top: 0;
			margin-bottom: 0;
	  }
	  .comments-area .form-submit input[type=submit]:hover,
	  .comments-area .form-submit input[type=submit]:focus,
	  .blue-button:hover, .blue-button:focus, 
	  .entry-content p a.blue-button:hover { 
			background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	  
	  .nav-links.archive-navigation .page-numbers {
	        background-color: #5367a9; 
			color: #f4f4f4;
	  }
	  
	  .nav-links.archive-navigation a.page-numbers:hover, 
	  .nav-links.archive-navigation a.page-numbers:focus, 
	  .nav-links.archive-navigation .page-numbers.current {
	        background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	  .visualcomposerstarter #review_form #respond .form-submit .submit
	   {
	  		background-color: #5367a9; 
			color: #f4f4f4;
			font-family: Montserrat;
			font-size: 16px;
			font-weight: 400;
			font-style: normal;
			letter-spacing: 0.01rem;
			line-height: 1;
			text-transform: none;
			margin-top: 0;
			margin-bottom: 0;
	  }
	  .visualcomposerstarter #review_form #respond .form-submit .submit:hover,
	  .visualcomposerstarter #review_form #respond .form-submit .submit:focus { 
			background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	
	/*Headers fonts and style*/
	.header-widgetised-area .widget_text,
	 #main-menu > ul > li > a, 
	 .entry-full-content .entry-author-data .author-name, 
	 .nav-links.post-navigation a .post-title, 
	 .comments-area .comment-list .comment-author,
	 .comments-area .comment-list .reply a,
	 .comments-area .comment-form-comment label,
	 .comments-area .comment-form-author label,
	 .comments-area .comment-form-email label,
	 .comments-area .comment-form-url label,
	 .comment-content blockquote,
	 .entry-content blockquote { font-family: Oswald, sans-serif; }
	.entry-full-content .entry-author-data .author-name,
	.entry-full-content .entry-meta a,
	.nav-links.post-navigation a .post-title,
	.comments-area .comment-list .comment-author,
	.comments-area .comment-list .comment-author a,
	.search-results-header h4 strong,
	.entry-preview .entry-meta li a:hover,
	.entry-preview .entry-meta li a:focus { color: #5367a9; }
	
	.entry-full-content .entry-meta a,
	.comments-area .comment-list .comment-author a:hover,
	.comments-area .comment-list .comment-author a:focus,
	.nav-links.post-navigation a .post-title { border-bottom-color: #5367a9; }

	 
	 h1 {
		color: #5367a9;
		font-family: Oswald, sans-serif;
		font-size: 42px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 1.125rem;
		text-transform: uppercase;  
	 }
	 h1 a {color: #557cbf;}
	 h1 a:hover, h1 a:focus {color: #557cbf;}
	 h2 {
		color: #94b560;
		font-family: Oswald, sans-serif;
		font-size: 36px;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.925rem;
		text-transform: uppercase;  
	 }
	 h2 a {color: #94b560;}
	 h2 a:hover, h2 a:focus {color: #94b560;}
	 h3 {
		color: #5367a9;
		font-family: Oswald, sans-serif;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h3 a {color: #557cbf;}
	 h3 a:hover, h3 a:focus {color: #557cbf;}
	 h4 {
		color: #333333;
		font-family: Oswald, sans-serif;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h4 a {color: #557cbf;}
	 h4 a:hover, h4 a:focus {color: #557cbf;}
	 h5 {
		color: #333333;
		font-family: Oswald, sans-serif;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h5 a {color: #557cbf;}
	 h5 a:hover, h5 a:focus {color: #557cbf;}
	 h6 {
		color: #333333;
		font-family: Oswald, sans-serif;
		font-size: 16px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h6 a {color: #557cbf;}
	 h6 a:hover, h6 a:focus {color: #557cbf;}
	
		/*Header and menu area background color*/
		#header .navbar .navbar-wrapper,
		body.navbar-no-background #header .navbar.fixed.scroll,
		body.header-full-width-boxed #header .navbar,
		body.header-full-width #header .navbar {
			background-color: transparent;
		}
		
		@media only screen and (min-width: 768px) {
			body:not(.menu-sandwich) #main-menu ul li ul { background-color: transparent; }
		}
		body.navbar-no-background #header .navbar {background-color: transparent;}
		

	/*Body fonts and style*/
	body,
	#main-menu ul li ul li,
	.comment-content cite,
	.entry-content cite,
	.visualcomposerstarter legend
	 { font-family: Lato, sans-serif; }
	 body,
	 .sidebar-widget-area a:hover, .sidebar-widget-area a:focus,
	 .sidebar-widget-area .widget_recent_entries ul li:hover, .sidebar-widget-area .widget_archive ul li:hover, .sidebar-widget-area .widget_categories ul li:hover, .sidebar-widget-area .widget_meta ul li:hover, .sidebar-widget-area .widget_recent_entries ul li:focus, .sidebar-widget-area .widget_archive ul li:focus, .sidebar-widget-area .widget_categories ul li:focus, .sidebar-widget-area .widget_meta ul li:focus { color: #555555; }
	  .comment-content table,
	  .entry-content table { border-color: #555555; }
	  .entry-full-content .entry-author-data .author-biography,
	  .entry-full-content .entry-meta,
	  .nav-links.post-navigation a .meta-nav,
	  .search-results-header h4,
	  .entry-preview .entry-meta li,
	  .entry-preview .entry-meta li a,
	  .entry-content .gallery-caption,
	  .comment-content blockquote,
	  .entry-content blockquote,
	  .wp-caption .wp-caption-text,
	  .comments-area .comment-list .comment-metadata a { color: #777777; }
	  .comments-area .comment-list .comment-metadata a:hover,
	  .comments-area .comment-list .comment-metadata a:focus { border-bottom-color: #777777; }
	  a,
	  .comments-area .comment-list .reply a,
	  .comments-area span.required,
	  .comments-area .comment-subscription-form label:before,
	  .entry-preview .entry-meta li a:hover:before,
	  .entry-preview .entry-meta li a:focus:before,
	  .entry-preview .entry-meta li.entry-meta-category:hover:before,
	  .entry-content p a:hover,
	  .entry-content ol a:hover,
	  .entry-content ul a:hover,
	  .entry-content table a:hover,
	  .entry-content datalist a:hover,
	  .entry-content blockquote a:hover,
	  .entry-content dl a:hover,
	  .entry-content address a:hover,
	  .entry-content p a:focus,
	  .entry-content ol a:focus,
	  .entry-content ul a:focus,
	  .entry-content table a:focus,
	  .entry-content datalist a:focus,
	  .entry-content blockquote a:focus,
	  .entry-content dl a:focus,
	  .entry-content address a:focus,
	  .entry-content ul > li:before,
	  .comment-content p a:hover,
	  .comment-content ol a:hover,
	  .comment-content ul a:hover,
	  .comment-content table a:hover,
	  .comment-content datalist a:hover,
	  .comment-content blockquote a:hover,
	  .comment-content dl a:hover,
	  .comment-content address a:hover,
	  .comment-content p a:focus,
	  .comment-content ol a:focus,
	  .comment-content ul a:focus,
	  .comment-content table a:focus,
	  .comment-content datalist a:focus,
	  .comment-content blockquote a:focus,
	  .comment-content dl a:focus,
	  .comment-content address a:focus,
	  .comment-content ul > li:before,
	  .sidebar-widget-area .widget_recent_entries ul li,
	  .sidebar-widget-area .widget_archive ul li,
	  .sidebar-widget-area .widget_categories ul li,
	  .sidebar-widget-area .widget_meta ul li { color: #557cbf; }     
	  .comments-area .comment-list .reply a:hover,
	  .comments-area .comment-list .reply a:focus,
	  .comment-content p a,
	  .comment-content ol a,
	  .comment-content ul a,
	  .comment-content table a,
	  .comment-content datalist a,
	  .comment-content blockquote a,
	  .comment-content dl a,
	  .comment-content address a,
	  .entry-content p a,
	  .entry-content ol a,
	  .entry-content ul a,
	  .entry-content table a,
	  .entry-content datalist a,
	  .entry-content blockquote a,
	  .entry-content dl a,
	  .entry-content address a { border-bottom-color: #557cbf; }    
	  .entry-content blockquote, .comment-content { border-left-color: #557cbf; }
	  
	  html, #main-menu ul li ul li { font-size: 1.2em }
	  body, #footer, .footer-widget-area .widget-title { line-height: 1.7; }
	  body {
		letter-spacing: 0.01rem;
		font-weight: 400;
		font-style: normal;
		text-transform: none;
	  }
	  
	  .comment-content address,
	  .comment-content blockquote,
	  .comment-content datalist,
	  .comment-content dl,
	  .comment-content ol,
	  .comment-content p,
	  .comment-content table,
	  .comment-content ul,
	  .entry-content address,
	  .entry-content blockquote,
	  .entry-content datalist,
	  .entry-content dl,
	  .entry-content ol,
	  .entry-content p,
	  .entry-content table,
	  .entry-content ul {
		margin-top: 0;
		margin-bottom: 1.5rem;
	  }
	  
	  /*Buttons font and style*/
	  .comments-area .form-submit input[type=submit],
	  .blue-button { 
			background-color: #5367a9; 
			color: #f4f4f4;
			font-family: Montserrat;
			font-size: 16px;
			font-weight: 400;
			font-style: normal;
			letter-spacing: 0.01rem;
			line-height: 1;
			text-transform: none;
			margin-top: 0;
			margin-bottom: 0;
	  }
	  .comments-area .form-submit input[type=submit]:hover,
	  .comments-area .form-submit input[type=submit]:focus,
	  .blue-button:hover, .blue-button:focus, 
	  .entry-content p a.blue-button:hover { 
			background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	  
	  .nav-links.archive-navigation .page-numbers {
	        background-color: #5367a9; 
			color: #f4f4f4;
	  }
	  
	  .nav-links.archive-navigation a.page-numbers:hover, 
	  .nav-links.archive-navigation a.page-numbers:focus, 
	  .nav-links.archive-navigation .page-numbers.current {
	        background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	  .visualcomposerstarter #review_form #respond .form-submit .submit
	   {
	  		background-color: #5367a9; 
			color: #f4f4f4;
			font-family: Montserrat;
			font-size: 16px;
			font-weight: 400;
			font-style: normal;
			letter-spacing: 0.01rem;
			line-height: 1;
			text-transform: none;
			margin-top: 0;
			margin-bottom: 0;
	  }
	  .visualcomposerstarter #review_form #respond .form-submit .submit:hover,
	  .visualcomposerstarter #review_form #respond .form-submit .submit:focus { 
			background-color: #3c63a6; 
			color: #f4f4f4; 
	  }
	
	/*Headers fonts and style*/
	.header-widgetised-area .widget_text,
	 #main-menu > ul > li > a, 
	 .entry-full-content .entry-author-data .author-name, 
	 .nav-links.post-navigation a .post-title, 
	 .comments-area .comment-list .comment-author,
	 .comments-area .comment-list .reply a,
	 .comments-area .comment-form-comment label,
	 .comments-area .comment-form-author label,
	 .comments-area .comment-form-email label,
	 .comments-area .comment-form-url label,
	 .comment-content blockquote,
	 .entry-content blockquote { font-family: Oswald, sans-serif; }
	.entry-full-content .entry-author-data .author-name,
	.entry-full-content .entry-meta a,
	.nav-links.post-navigation a .post-title,
	.comments-area .comment-list .comment-author,
	.comments-area .comment-list .comment-author a,
	.search-results-header h4 strong,
	.entry-preview .entry-meta li a:hover,
	.entry-preview .entry-meta li a:focus { color: #5367a9; }
	
	.entry-full-content .entry-meta a,
	.comments-area .comment-list .comment-author a:hover,
	.comments-area .comment-list .comment-author a:focus,
	.nav-links.post-navigation a .post-title { border-bottom-color: #5367a9; }

	 
	 h1 {
		color: #5367a9;
		font-family: Oswald, sans-serif;
		font-size: 42px;
		font-weight: 600;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 1.125rem;
		text-transform: uppercase;  
	 }
	 h1 a {color: #557cbf;}
	 h1 a:hover, h1 a:focus {color: #557cbf;}
	 h2 {
		color: #94b560;
		font-family: Oswald, sans-serif;
		font-size: 36px;
		font-weight: 700;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.925rem;
		text-transform: uppercase;  
	 }
	 h2 a {color: #94b560;}
	 h2 a:hover, h2 a:focus {color: #94b560;}
	 h3 {
		color: #5367a9;
		font-family: Oswald, sans-serif;
		font-size: 30px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h3 a {color: #557cbf;}
	 h3 a:hover, h3 a:focus {color: #557cbf;}
	 h4 {
		color: #333333;
		font-family: Oswald, sans-serif;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h4 a {color: #557cbf;}
	 h4 a:hover, h4 a:focus {color: #557cbf;}
	 h5 {
		color: #333333;
		font-family: Oswald, sans-serif;
		font-size: 22px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h5 a {color: #557cbf;}
	 h5 a:hover, h5 a:focus {color: #557cbf;}
	 h6 {
		color: #333333;
		font-family: Oswald, sans-serif;
		font-size: 16px;
		font-weight: 400;
		font-style: normal;
		letter-spacing: 0.01rem;
		line-height: 1.1;
		margin-top: 0;
		margin-bottom: 0.625rem;
		text-transform: none;  
	 }
	 h6 a {color: #557cbf;}
	 h6 a:hover, h6 a:focus {color: #557cbf;}
	
		/*Header and menu area background color*/
		#header .navbar .navbar-wrapper,
		body.navbar-no-background #header .navbar.fixed.scroll,
		body.header-full-width-boxed #header .navbar,
		body.header-full-width #header .navbar {
			background-color: transparent;
		}
		
		@media only screen and (min-width: 768px) {
			body:not(.menu-sandwich) #main-menu ul li ul { background-color: transparent; }
		}
		body.navbar-no-background #header .navbar {background-color: transparent;}
		
</style>
<link rel='stylesheet' id='rhc-print-css-css' href='https://mybrio.org/wp-content/plugins/calendarize-it/css/print.css?ver=1.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='addtoany-css' href='https://mybrio.org/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:assets:front:style-css' href='https://mybrio.org/wp-content/plugins/visualcomposer/public/dist/front.bundle.css?ver=45.6.0' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:assets:source:styles:assetslibrarystickyelementdiststickyelementbundlecss-css' href='https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/stickyElement/dist/stickyElement.bundle.css?ver=45.6.0-6962' type='text/css' media='all' />
<style id='vcv-globalElementsCss-inline-css' type='text/css'>
a{color:#010101}p>a:hover{color:#89b2ce}strong>a:hover{color:#89b2ce!important}.commbull li{margin-bottom:30px!important}#btn{background-color:#303245;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;color:#fff;font-weight:900;text-decoration:underline;text-transform:uppercase}#btn:hover{background-color:#89b2ce;color:#fff}.evt-btn{background-color:#303245;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;color:#fff;font-weight:900;text-decoration:underline;text-transform:uppercase}.evt-btn:hover{background-color:#89b2ce;color:#fff}#btn-2{background-color:#94b560;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:0;border-top-right-radius:0;color:#fff;text-decoration:underline}#btn-2,#btn-3{font-weight:900;text-transform:uppercase}#btn-3{font-size:20px}#btn-2:hover{background-color:#89b2ce;color:#fff}@media (max-width:999.9375em){.entry-content ul>li:before{color:#5367a9;content:"\2022";font-size:1.2em;left:15px;line-height:1.3em;position:absolute}li{font-size:18px;margin-left:15px}}@media (max-width:63.9375em){h1{font-size:30px}h2{font-size:28px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}.expt,body,p{font-size:16px}#bdy-wdth .btn-cntr{text-align:center}li{font-size:16px;line-height:inherit}}@media (max-width:39.9375em){h1{font-size:24px}h2{font-size:18px}h3{font-size:22px}h4{font-size:18px}h5{font-size:16px}h6{font-size:14px}.expt,body,p{font-size:16px}#bdy-wdth .btn-cntr{text-align:center}#bdy-wdth,#bdy-wdth .btn-cntr{margin-left:15px;margin-right:15px}li{font-size:16px;line-height:inherit}.rs-layer{font-size:24px!important;line-height:26px!important}}.hdr-phn{color:#94b560}.vce-col blockquote{border-left-color:transparent;border-left-width:0}#mojo-sp-right-wrap{position:fixed!important}#mojo-sp-right-button{margin-top:250px!important}.mojo-sp>.mojosp-widget-area{overflow-x:hidden;overflow-y:auto;padding:10px 15px}#mojo-sp-right{color:#000;margin-top:50px}#top .gform_wrapper,.gform_wrapper .gform_fields{display:block!important}.gfield_description,.gform_wrapper .top_label .gfield_label,.gform_wrapper legend.gfield_label,.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio{color:#000}.gform_wrapper input{border-color:#000;border-radius:5px;border-width:1px}.gform_button{background-color:#5367a9;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:5px;color:#fff!important;font-family:Arial,Helvetica,sans-serif;font-size:18px;letter-spacing:1px;text-decoration:underline!important;text-transform:uppercase}.gform_button:hover{background-color:#ad7c2b;color:#5367a9}.gform_footer{padding-bottom:100px;text-align:center}.gform_wrapper .gfield{margin-bottom:5px}.gform_wrapper ul.gform_fields li.gfield{list-style-type:none!important;padding-left:5px!important;padding-right:5px}.gform_wrapper ul.gform_fields li.gfield:before{content:none!important}.gform_wrapper ul.gform_fields,input[type=checkbox]{content:none!important;list-style-type:none!important}input[type=checkbox]{margin-top:0!important}.gfield_checkbox:before{content:none!important;list-style-type:none!important}.gform-checkbox li:before{content:none!important}.header{font-size:46px;letter-spacing:-1px;text-shadow:2px 2px 8px #414141}.vce-post-description--background-wrapper-box+.vce-post-description--content{text-align:center}.wht-phn{color:#fff}.rhg_grid figcaption{background:#fff!important}.fc-description{display:none!important}h3.fc-title.noslide-link.fc-event-link.griditem-title{min-height:70px}.expt span.fe-extrainfo-value{font-family:Lato!important;font-size:16px!important;line-height:1.1em!important;margin-left:0!important;min-height:110px!important}.simple-banner-text{font-size:16px;padding-bottom:8px!important;padding-top:8px!important}.rhcalendar .rh-flat-ui .dropdown-menu{width:400px}#ie-form{display:none!important}html[data-useragent*=WOW64]
	#ie-form{display:block!important}html[data-useragent*=WOW64]
	#CommunicationCenter,html[data-useragent*=WOW64]
#stick{display:none!important}.share{text-align:right}.blog-hdr h1{margin-bottom:10px;margin-top:30px}.wp-next-post-navi-pre{padding-left:100px}.wp-next-post-navi-next{padding-right:100px}
</style>
<style id='vcv:assets:front:style:6962-inline-css' type='text/css'>
.vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}.vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal}.vce-section{width:100%}.vce-section-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:column nowrap;-webkit-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;transition:box-shadow .2s;vertical-align:top}.vce-section-full-height{min-height:100vh}.vce-section-content--top{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.vce-section-content--middle{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.vce-section-content--bottom{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.vce-section[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-section-inner[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-section-inner[data-vce-stretch-content=true].vce-section-no-paddings{padding-left:0;padding-right:0}.vce-section-inner.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}@media (min-width:0) and (max-width:543px){.vce-section-inner.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:544px) and (max-width:767px){.vce-section-inner.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:768px) and (max-width:991px){.vce-section-inner.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:992px) and (max-width:1199px){.vce-section-inner.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:1200px){.vce-section-inner.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}.vce-widgets-wrapper{min-height:30px;position:relative}.vce-widgets-wrapper[data-vcv-element]:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:999}.vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:"";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}.vce-logo-widget{display:inline-block;max-width:100%;overflow:hidden;width:100%}.vce-logo-widget--align-left{text-align:left}.vce-logo-widget--align-center{text-align:center}.vce-logo-widget--align-right{text-align:right}.vce-logo-widget .custom-logo-link{box-shadow:none;display:inline-block;height:100%;padding-right:0}.vce-logo-widget .custom-logo-link img{box-shadow:none;height:100%}.vce-logo-widget img{box-shadow:none;max-width:100%}.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:hover{background-color:#4d70ac;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff:not(:hover){background-color:#f38b12;color:#fff}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-b-243-139-18--fff:hover{background-color:#db7d10;color:#fff}.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-right:0}.vce-row--col-gap-0>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:0}.rtl .vce-row--col-gap-0>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-left:0;margin-right:0}.vce-row--col-gap-15>.vce-row-content>.vce-col{margin-right:15px}.vce-row--col-gap-15>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:15px}.rtl .vce-row--col-gap-15>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-15>.vce-row-content>.vce-col{margin-left:15px;margin-right:0}.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}#el-433dabe5 [vce-box-shadow=el-433dabe5],#el-433dabe5[vce-box-shadow=el-433dabe5]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-433dabe5 [vce-hover-box-shadow=el-433dabe5]:focus,#el-433dabe5 [vce-hover-box-shadow=el-433dabe5]:hover,#el-433dabe5[vce-hover-box-shadow=el-433dabe5]:focus,#el-433dabe5[vce-hover-box-shadow=el-433dabe5]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-87c7d973 [data-vce-do-apply*=all][data-vce-do-apply*=el-87c7d973],#clone-el-87c7d973 [data-vce-do-apply*=margin][data-vce-do-apply*=el-87c7d973],#clone-el-87c7d973[data-vce-do-apply*=all][data-vce-do-apply*=el-87c7d973],#clone-el-87c7d973[data-vce-do-apply*=margin][data-vce-do-apply*=el-87c7d973],#el-87c7d973 [data-vce-do-apply*=all][data-vce-do-apply*=el-87c7d973],#el-87c7d973 [data-vce-do-apply*=margin][data-vce-do-apply*=el-87c7d973],#el-87c7d973[data-vce-do-apply*=all][data-vce-do-apply*=el-87c7d973],#el-87c7d973[data-vce-do-apply*=margin][data-vce-do-apply*=el-87c7d973]{margin-bottom:10px;margin-top:10px}}@media{#clone-el-896a4360 [data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#clone-el-896a4360 [data-vce-do-apply*=margin][data-vce-do-apply*=el-896a4360],#clone-el-896a4360[data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#clone-el-896a4360[data-vce-do-apply*=margin][data-vce-do-apply*=el-896a4360],#el-896a4360 [data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#el-896a4360 [data-vce-do-apply*=margin][data-vce-do-apply*=el-896a4360],#el-896a4360[data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#el-896a4360[data-vce-do-apply*=margin][data-vce-do-apply*=el-896a4360]{margin-bottom:0;margin-top:0}#clone-el-896a4360 [data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#clone-el-896a4360 [data-vce-do-apply*=padding][data-vce-do-apply*=el-896a4360],#clone-el-896a4360[data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#clone-el-896a4360[data-vce-do-apply*=padding][data-vce-do-apply*=el-896a4360],#el-896a4360 [data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#el-896a4360 [data-vce-do-apply*=padding][data-vce-do-apply*=el-896a4360],#el-896a4360[data-vce-do-apply*=all][data-vce-do-apply*=el-896a4360],#el-896a4360[data-vce-do-apply*=padding][data-vce-do-apply*=el-896a4360]{padding-bottom:0;padding-top:0}}#el-aec8e100 [data-vce-do-apply*=all][data-vce-do-apply*=el-aec8e100] .vce-content-background-container,#el-aec8e100 [data-vce-do-apply*=border][data-vce-do-apply*=el-aec8e100] .vce-content-background-container,#el-aec8e100[data-vce-do-apply*=all][data-vce-do-apply*=el-aec8e100] .vce-content-background-container,#el-aec8e100[data-vce-do-apply*=border][data-vce-do-apply*=el-aec8e100] .vce-content-background-container{border-radius:inherit}@media{#el-aec8e100 [data-vce-do-apply*=all][data-vce-do-apply*=el-aec8e100],#el-aec8e100 [data-vce-do-apply*=margin][data-vce-do-apply*=el-aec8e100],#el-aec8e100[data-vce-do-apply*=all][data-vce-do-apply*=el-aec8e100],#el-aec8e100[data-vce-do-apply*=margin][data-vce-do-apply*=el-aec8e100]{margin-bottom:0;margin-top:0}#el-aec8e100 [data-vce-do-apply*=all][data-vce-do-apply*=el-aec8e100],#el-aec8e100 [data-vce-do-apply*=padding][data-vce-do-apply*=el-aec8e100],#el-aec8e100[data-vce-do-apply*=all][data-vce-do-apply*=el-aec8e100],#el-aec8e100[data-vce-do-apply*=padding][data-vce-do-apply*=el-aec8e100]{padding-bottom:0;padding-top:0}} #el-aec8e100 [vce-box-shadow=el-aec8e100],#el-aec8e100[vce-box-shadow=el-aec8e100]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-aec8e100 [vce-hover-box-shadow=el-aec8e100]:focus,#el-aec8e100 [vce-hover-box-shadow=el-aec8e100]:hover,#el-aec8e100[vce-hover-box-shadow=el-aec8e100]:focus,#el-aec8e100[vce-hover-box-shadow=el-aec8e100]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-978357d1 [data-vce-do-apply*=all][data-vce-do-apply*=el-978357d1],#clone-el-978357d1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-978357d1],#clone-el-978357d1[data-vce-do-apply*=all][data-vce-do-apply*=el-978357d1],#clone-el-978357d1[data-vce-do-apply*=margin][data-vce-do-apply*=el-978357d1],#el-978357d1 [data-vce-do-apply*=all][data-vce-do-apply*=el-978357d1],#el-978357d1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-978357d1],#el-978357d1[data-vce-do-apply*=all][data-vce-do-apply*=el-978357d1],#el-978357d1[data-vce-do-apply*=margin][data-vce-do-apply*=el-978357d1]{margin-bottom:0}}#el-06ce6ef7 [data-vce-do-apply*=all][data-vce-do-apply*=el-06ce6ef7] .vce-content-background-container,#el-06ce6ef7 [data-vce-do-apply*=border][data-vce-do-apply*=el-06ce6ef7] .vce-content-background-container,#el-06ce6ef7[data-vce-do-apply*=all][data-vce-do-apply*=el-06ce6ef7] .vce-content-background-container,#el-06ce6ef7[data-vce-do-apply*=border][data-vce-do-apply*=el-06ce6ef7] .vce-content-background-container{border-radius:inherit}@media{#el-06ce6ef7 [data-vce-do-apply*=all][data-vce-do-apply*=el-06ce6ef7],#el-06ce6ef7 [data-vce-do-apply*=padding][data-vce-do-apply*=el-06ce6ef7],#el-06ce6ef7[data-vce-do-apply*=all][data-vce-do-apply*=el-06ce6ef7],#el-06ce6ef7[data-vce-do-apply*=padding][data-vce-do-apply*=el-06ce6ef7]{padding-top:0}} @media{#el-06ce6ef7 [data-vce-do-apply*=all][data-vce-do-apply*=el-06ce6ef7],#el-06ce6ef7 [data-vce-do-apply*=background][data-vce-do-apply*=el-06ce6ef7],#el-06ce6ef7[data-vce-do-apply*=all][data-vce-do-apply*=el-06ce6ef7],#el-06ce6ef7[data-vce-do-apply*=background][data-vce-do-apply*=el-06ce6ef7]{background-color:hsla(0,0%,100%,.95)}} #el-06ce6ef7 [vce-box-shadow=el-06ce6ef7],#el-06ce6ef7[vce-box-shadow=el-06ce6ef7]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-06ce6ef7 [vce-hover-box-shadow=el-06ce6ef7]:focus,#el-06ce6ef7 [vce-hover-box-shadow=el-06ce6ef7]:hover,#el-06ce6ef7[vce-hover-box-shadow=el-06ce6ef7]:focus,#el-06ce6ef7[vce-hover-box-shadow=el-06ce6ef7]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media (max-width:543px){#clone-el-cd6b4000 [data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000[data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000[data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000 [data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000[data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000[data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000]{margin-bottom:5px}} @media (min-width:544px) and (max-width:767px){#clone-el-cd6b4000 [data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000[data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000[data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000 [data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000[data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000[data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000]{margin-bottom:5px}} @media (min-width:768px) and (max-width:991px){#clone-el-cd6b4000 [data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000[data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#clone-el-cd6b4000[data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000 [data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000[data-vce-do-apply*=all][data-vce-do-apply*=el-cd6b4000],#el-cd6b4000[data-vce-do-apply*=margin][data-vce-do-apply*=el-cd6b4000]{margin-bottom:5px}} @media (min-width:992px) and (max-width:1199px){#clone-el-cd6b4000,#el-cd6b4000{display:none}} @media (min-width:1200px){#clone-el-cd6b4000,#el-cd6b4000{display:none}}@media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=e14a46e8]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-e14a46e8 [vce-box-shadow=el-e14a46e8],#el-e14a46e8[vce-box-shadow=el-e14a46e8]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-e14a46e8 [vce-hover-box-shadow=el-e14a46e8]:focus,#el-e14a46e8 [vce-hover-box-shadow=el-e14a46e8]:hover,#el-e14a46e8[vce-hover-box-shadow=el-e14a46e8]:focus,#el-e14a46e8[vce-hover-box-shadow=el-e14a46e8]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-e14a46e8 [data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8] .vce-content-background-container,#el-e14a46e8 [data-vce-do-apply*=border][data-vce-do-apply*=el-e14a46e8] .vce-content-background-container,#el-e14a46e8[data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8] .vce-content-background-container,#el-e14a46e8[data-vce-do-apply*=border][data-vce-do-apply*=el-e14a46e8] .vce-content-background-container{border-radius:inherit}@media{#el-e14a46e8 [data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8[data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8[data-vce-do-apply*=margin][data-vce-do-apply*=el-e14a46e8]{margin-bottom:0;margin-top:0}#el-e14a46e8 [data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8 [data-vce-do-apply*=padding][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8[data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8[data-vce-do-apply*=padding][data-vce-do-apply*=el-e14a46e8]{padding-bottom:10px;padding-top:10px}} @media{#el-e14a46e8 [data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8 [data-vce-do-apply*=background][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8[data-vce-do-apply*=all][data-vce-do-apply*=el-e14a46e8],#el-e14a46e8[data-vce-do-apply*=background][data-vce-do-apply*=el-e14a46e8]{background-color:#303245}}@media all,print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--xs-39-65p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(39.65% - 9.05px);flex-basis:calc(39.65% - 9.05px);max-width:calc(39.65% - 9.05px)}} @media all,print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--xs-60-34p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(60.34% - 5.95px);flex-basis:calc(60.34% - 5.95px);max-width:calc(60.34% - 5.95px)}} @media all and (min-width:544px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--sm-33-33p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(33.33% - 10px);flex-basis:calc(33.33% - 10px);max-width:calc(33.33% - 10px)}} @media all and (min-width:544px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--sm-66-66p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(66.66% - 5px);flex-basis:calc(66.66% - 5px);max-width:calc(66.66% - 5px)}} @media all and (min-width:768px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--md-30p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(30% - 10.5px);flex-basis:calc(30% - 10.5px);max-width:calc(30% - 10.5px)}} @media all and (min-width:768px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--md-70p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(70% - 4.5px);flex-basis:calc(70% - 4.5px);max-width:calc(70% - 4.5px)}} @media all and (min-width:992px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--lg-24-99p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(24.99% - 11.25px);flex-basis:calc(24.99% - 11.25px);max-width:calc(24.99% - 11.25px)}} @media all and (min-width:992px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--lg-74-99p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(74.99% - 3.75px);flex-basis:calc(74.99% - 3.75px);max-width:calc(74.99% - 3.75px)}} @media all and (min-width:1200px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--xl-20p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(20% - 12px);flex-basis:calc(20% - 12px);max-width:calc(20% - 12px)}} @media all and (min-width:1200px),print{.vce-row--col-gap-15[data-vce-do-apply*="14e185ac"]>.vce-row-content>.vce-col--xl-80p{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(80% - 3px);flex-basis:calc(80% - 3px);max-width:calc(80% - 3px)}} #el-14e185ac [vce-box-shadow=el-14e185ac],#el-14e185ac[vce-box-shadow=el-14e185ac]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-14e185ac [vce-hover-box-shadow=el-14e185ac]:focus,#el-14e185ac [vce-hover-box-shadow=el-14e185ac]:hover,#el-14e185ac[vce-hover-box-shadow=el-14e185ac]:focus,#el-14e185ac[vce-hover-box-shadow=el-14e185ac]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-14e185ac [data-vce-do-apply*=all][data-vce-do-apply*=el-14e185ac] .vce-content-background-container,#el-14e185ac [data-vce-do-apply*=border][data-vce-do-apply*=el-14e185ac] .vce-content-background-container,#el-14e185ac[data-vce-do-apply*=all][data-vce-do-apply*=el-14e185ac] .vce-content-background-container,#el-14e185ac[data-vce-do-apply*=border][data-vce-do-apply*=el-14e185ac] .vce-content-background-container{border-radius:inherit}@media{#el-14e185ac [data-vce-do-apply*=all][data-vce-do-apply*=el-14e185ac],#el-14e185ac [data-vce-do-apply*=padding][data-vce-do-apply*=el-14e185ac],#el-14e185ac[data-vce-do-apply*=all][data-vce-do-apply*=el-14e185ac],#el-14e185ac[data-vce-do-apply*=padding][data-vce-do-apply*=el-14e185ac]{padding-top:0}}@media{#clone-el-e838e06d [data-vce-do-apply*=all][data-vce-do-apply*=el-e838e06d],#clone-el-e838e06d [data-vce-do-apply*=margin][data-vce-do-apply*=el-e838e06d],#clone-el-e838e06d[data-vce-do-apply*=all][data-vce-do-apply*=el-e838e06d],#clone-el-e838e06d[data-vce-do-apply*=margin][data-vce-do-apply*=el-e838e06d],#el-e838e06d [data-vce-do-apply*=all][data-vce-do-apply*=el-e838e06d],#el-e838e06d [data-vce-do-apply*=margin][data-vce-do-apply*=el-e838e06d],#el-e838e06d[data-vce-do-apply*=all][data-vce-do-apply*=el-e838e06d],#el-e838e06d[data-vce-do-apply*=margin][data-vce-do-apply*=el-e838e06d]{margin-bottom:0;margin-top:5px}}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=bcf42be8]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-bcf42be8 [vce-box-shadow=el-bcf42be8],#el-bcf42be8[vce-box-shadow=el-bcf42be8]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-bcf42be8 [vce-hover-box-shadow=el-bcf42be8]:focus,#el-bcf42be8 [vce-hover-box-shadow=el-bcf42be8]:hover,#el-bcf42be8[vce-hover-box-shadow=el-bcf42be8]:focus,#el-bcf42be8[vce-hover-box-shadow=el-bcf42be8]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-bcf42be8 [data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container,#el-bcf42be8 [data-vce-do-apply*=border][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container,#el-bcf42be8[data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container,#el-bcf42be8[data-vce-do-apply*=border][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container{border-radius:inherit}@media (min-width:1200px){#el-bcf42be8 [data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8 [data-vce-do-apply*=padding][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8[data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8[data-vce-do-apply*=padding][data-vce-do-apply*=el-bcf42be8]{padding-top:0}} #el-bcf42be8 [data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container,#el-bcf42be8 [data-vce-do-apply*=border][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container,#el-bcf42be8[data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container,#el-bcf42be8[data-vce-do-apply*=border][data-vce-do-apply*=el-bcf42be8] .vce-content-background-container{border-radius:inherit}@media (min-width:992px) and (max-width:1199px){#el-bcf42be8 [data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8 [data-vce-do-apply*=padding][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8[data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8[data-vce-do-apply*=padding][data-vce-do-apply*=el-bcf42be8]{padding-top:0}} @media (min-width:992px) and (max-width:1199px){#el-bcf42be8 [data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8 [data-vce-do-apply*=background][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8[data-vce-do-apply*=all][data-vce-do-apply*=el-bcf42be8],#el-bcf42be8[data-vce-do-apply*=background][data-vce-do-apply*=el-bcf42be8]{background-color:hsla(0,0%,100%,.75)}} @media (min-width:768px) and (max-width:991px){#el-bcf42be8{display:none}} @media (min-width:544px) and (max-width:767px){#el-bcf42be8{display:none}} @media (max-width:543px){#el-bcf42be8{display:none}}@media{#clone-el-540be6c9 [data-vce-do-apply*=all][data-vce-do-apply*=el-540be6c9],#clone-el-540be6c9 [data-vce-do-apply*=margin][data-vce-do-apply*=el-540be6c9],#clone-el-540be6c9[data-vce-do-apply*=all][data-vce-do-apply*=el-540be6c9],#clone-el-540be6c9[data-vce-do-apply*=margin][data-vce-do-apply*=el-540be6c9],#el-540be6c9 [data-vce-do-apply*=all][data-vce-do-apply*=el-540be6c9],#el-540be6c9 [data-vce-do-apply*=margin][data-vce-do-apply*=el-540be6c9],#el-540be6c9[data-vce-do-apply*=all][data-vce-do-apply*=el-540be6c9],#el-540be6c9[data-vce-do-apply*=margin][data-vce-do-apply*=el-540be6c9]{margin-bottom:0}}#el-482f518a [vce-box-shadow=el-482f518a],#el-482f518a[vce-box-shadow=el-482f518a]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-482f518a [vce-hover-box-shadow=el-482f518a]:focus,#el-482f518a [vce-hover-box-shadow=el-482f518a]:hover,#el-482f518a[vce-hover-box-shadow=el-482f518a]:focus,#el-482f518a[vce-hover-box-shadow=el-482f518a]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}#el-3301eea1 [data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1] .vce-content-background-container,#el-3301eea1 [data-vce-do-apply*=border][data-vce-do-apply*=el-3301eea1] .vce-content-background-container,#el-3301eea1[data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1] .vce-content-background-container,#el-3301eea1[data-vce-do-apply*=border][data-vce-do-apply*=el-3301eea1] .vce-content-background-container{border-radius:inherit}@media{#el-3301eea1 [data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1],#el-3301eea1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-3301eea1],#el-3301eea1[data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1],#el-3301eea1[data-vce-do-apply*=margin][data-vce-do-apply*=el-3301eea1]{margin-bottom:0;margin-top:0}#el-3301eea1 [data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1],#el-3301eea1 [data-vce-do-apply*=padding][data-vce-do-apply*=el-3301eea1],#el-3301eea1[data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1],#el-3301eea1[data-vce-do-apply*=padding][data-vce-do-apply*=el-3301eea1]{padding-bottom:0;padding-top:0}} @media{#el-3301eea1 [data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1],#el-3301eea1 [data-vce-do-apply*=background][data-vce-do-apply*=el-3301eea1],#el-3301eea1[data-vce-do-apply*=all][data-vce-do-apply*=el-3301eea1],#el-3301eea1[data-vce-do-apply*=background][data-vce-do-apply*=el-3301eea1]{background-color:#94b560}}@media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*="142e7c89"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}}@media{#clone-el-fcf346ba [data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#clone-el-fcf346ba [data-vce-do-apply*=margin][data-vce-do-apply*=el-fcf346ba],#clone-el-fcf346ba[data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#clone-el-fcf346ba[data-vce-do-apply*=margin][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba [data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba [data-vce-do-apply*=margin][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba[data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba[data-vce-do-apply*=margin][data-vce-do-apply*=el-fcf346ba]{margin-bottom:5px;margin-top:5px}#clone-el-fcf346ba [data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#clone-el-fcf346ba [data-vce-do-apply*=padding][data-vce-do-apply*=el-fcf346ba],#clone-el-fcf346ba[data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#clone-el-fcf346ba[data-vce-do-apply*=padding][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba [data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba [data-vce-do-apply*=padding][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba[data-vce-do-apply*=all][data-vce-do-apply*=el-fcf346ba],#el-fcf346ba[data-vce-do-apply*=padding][data-vce-do-apply*=el-fcf346ba]{padding-bottom:5px;padding-top:5px}}.logo{z-index:999}[data-vcv-sticky-element-active=true] .flex-justify-center .vce-col-content{display:flex;flex-direction:column;height:100%;justify-content:center}[data-vcv-sticky-element-active=true] img.custom-logo{max-height:150px;padding:10px;width:250px}@media screen and (min-width:1200px){[data-vcv-sticky-element-active=true] .sticky-dark{background:#94b560;box-shadow:0 4px 30px -3px rgba(0,0,0,.1)}[data-vcv-sticky-element-active=true] .sticky-dark #mega-menu-primary>li>a.mega-menu-link{color:#fff!important}}.mega-toggle-blocks-right{padding-bottom:16px}#header-cta a{color:#fff;text-decoration:underline}#header-cta p{color:#fff;font-size:16px;margin-bottom:0}#btn-hdr{background:#f38b12;border-radius:10px;box-shadow:0 0 15px -7px #000;font-weight:900;text-decoration:underline;text-transform:uppercase}#btn-hdr:hover{background-color:#89b2ce;color:#fff}#mega-menu-primary{z-index:1000}.hdr-phn a{color:#010101 !important}.hdr-phn a:hover{color:#fd9a00 !important}@media (max-width:1171px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size:1.1em;padding:0 5px}}@media (max-width:1009px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size:1em !important}}@media (max-width:991px){#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link{font-size:1.4em !important}#btn-hdr{font-size:12px !important}} #el-e14a46e8 p{margin:0!important}
</style>
<link rel='stylesheet' id='google-grid-gallery-css' href='https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/css/component.css?ver=1.0.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='animonscroll-css' href='https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/css/animonscroll.css?ver=1.0.0.2' type='text/css' media='all' />
<link rel='stylesheet' id='debug-css' href='https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/css/debug.css?ver=1.0.0.1' type='text/css' media='all' />
<style id='vcv-fontManager:css-inline-css' type='text/css'>
.vcwb.vcwb-font-manager {--h1-line-height: 50px;--h1-font-family: Oswald;--h1-font-size: 42px;--h1-letter-spacing: 0.01rem;--h1-primary-color: rgb(83, 103, 169);--h1-link-color: rgb(85, 124, 191);--h1-link-hover-color: rgb(83, 103, 169);--h1-margin-bottom: 1.125rem;--h1-font-style: normal;--h1-font-weight: 600;--h1-text-transform: uppercase;--h1-link-border-color: rgb(85, 124, 191);--h1-link-border-hover-color: rgb(83, 103, 169);--h2-line-height: 1.1;--h2-font-family: Oswald;--h2-font-size: 36px;--h2-letter-spacing: 0.01rem;--h2-primary-color: rgb(148, 181, 96);--h2-link-color: rgb(148, 181, 96);--h2-link-hover-color: rgb(128, 158, 83);--h2-margin-bottom: 0.925rem;--h2-font-style: normal;--h2-font-weight: 700;--h2-text-transform: uppercase;--h2-link-border-color: rgb(148, 181, 96);--h2-link-border-hover-color: rgb(128, 158, 83);--h3-line-height: 36px;--h3-font-family: Oswald;--h3-font-size: 30px;--h3-letter-spacing: 0.01rem;--h3-primary-color: rgb(83, 103, 169);--h3-link-color: rgb(85, 124, 191);--h3-link-hover-color: rgb(83, 103, 169);--h3-margin-bottom: 0.625rem;--h3-font-style: normal;--h3-font-weight: 400;--h3-text-transform: none;--h3-link-border-color: rgb(85, 124, 191);--h3-link-border-hover-color: rgb(83, 103, 169);--h4-line-height: 1.1;--h4-font-family: Oswald;--h4-font-size: 22px;--h4-letter-spacing: 0.01rem;--h4-primary-color: rgb(51, 51, 51);--h4-link-color: rgb(85, 124, 191);--h4-link-hover-color: rgb(51, 51, 51);--h4-margin-bottom: 0.625rem;--h4-font-style: normal;--h4-font-weight: 400;--h4-text-transform: none;--h4-link-border-color: rgb(85, 124, 191);--h4-link-border-hover-color: rgb(51, 51, 51);--h5-line-height: 1.1;--h5-font-family: Oswald;--h5-font-size: 18px;--h5-letter-spacing: 0.01rem;--h5-primary-color: rgb(51, 51, 51);--h5-link-color: rgb(85, 124, 191);--h5-link-hover-color: rgb(83, 103, 169);--h5-margin-bottom: 0.625rem;--h5-font-style: normal;--h5-font-weight: 400;--h5-text-transform: none;--h5-link-border-color: rgb(85, 124, 191);--h5-link-border-hover-color: rgb(83, 103, 169);--h6-line-height: 1.1;--h6-font-family: Oswald;--h6-font-size: 16px;--h6-letter-spacing: 0.01rem;--h6-primary-color: rgb(51, 51, 51);--h6-link-color: rgb(85, 124, 191);--h6-link-hover-color: rgb(83, 103, 169);--h6-margin-bottom: 0.625rem;--h6-font-style: normal;--h6-font-weight: 400;--h6-text-transform: none;--h6-link-border-color: rgb(85, 124, 191);--h6-link-border-hover-color: rgb(83, 103, 169);--p-line-height: 1.5rem;--p-font-family: Lato;--p-font-size: 18px;--p-letter-spacing: 0.01rem;--p-primary-color: rgb(85, 85, 85);--p-link-color: rgb(85, 124, 191);--p-link-hover-color: rgb(83, 103, 169);--p-margin-bottom: 1.5rem;--p-font-style: normal;--p-font-weight: 400;--p-text-transform: none;--p-link-border-color: rgb(85, 124, 191);--p-link-border-hover-color: rgb(83, 103, 169);--blockquote-line-height: 26px;--blockquote-font-family: Oswald;--blockquote-font-size: 18px;--blockquote-letter-spacing: 0.01rem;--blockquote-primary-color: rgb(51, 51, 51);--blockquote-link-color: #2828C6;--blockquote-link-hover-color: #23238e;--blockquote-margin-top: 20px;--blockquote-margin-bottom: 20px;--blockquote-font-style: normal;--blockquote-font-weight: 400;--blockquote-text-transform: capitalize;--blockquote-link-border-color: #2828C6;--blockquote-link-border-hover-color: #23238e;--figcaption-line-height: 24px;--figcaption-font-family: Roboto;--figcaption-font-size: 14px;--figcaption-letter-spacing: 0.17px;--figcaption-primary-color: #777777;--figcaption-link-color: #2828C6;--figcaption-link-hover-color: #23238e;--figcaption-margin-top: 8px;--figcaption-margin-bottom: 16px;--figcaption-font-style: italic;--figcaption-font-weight: 500;--figcaption-text-transform: none;--figcaption-link-border-color: transparent;--figcaption-link-border-hover-color: #23238e;--bullet-width: 6px;--bullet-height: 6px;--bullet-radius: 50%;--bullet-color: #557cbf;--bullet-padding-left: 0px;--bullet-space: 0px;--button-line-height: 22px;--button-font-family: Montserrat;--button-font-size: 12px;--button-letter-spacing: 1px;--button-font-style: normal;--button-font-weight: 700;--button-text-transform: uppercase;--menu-font-family: Montserrat;--menu-letter-spacing: 0px;--menu-font-style: normal;--menu-font-weight: 700;--submenu-font-family: Montserrat;--submenu-letter-spacing: 0px;--submenu-font-style: normal;--submenu-font-weight: 700;}  h1,  .vcwb.vcwb-font-manager .h1,  .vcwb.vcwb-font-manager .h1.main-title,  .vcwb.vcwb-font-manager .h1.entry-title,  .vcwb.vcwb-font-manager .comments-area h1#reply-title,  .vcwb.vcwb-font-manager h1.comments-title,  .vcwb.vcwb-font-manager .entry-content h1,  .vcwb.vcwb-font-manager #header h1,  .vcwb.vcwb-font-manager #footer h1,  .vcwb.vcwb-font-manager #content h1,  .vcwb.vcwb-font-manager h1.entry-title {line-height: var(--h1-line-height);  font-family: var(--h1-font-family);  font-weight: var(--h1-font-weight);  font-size: var(--h1-font-size);  letter-spacing: var(--h1-letter-spacing);  font-style: var(--h1-font-style);  text-transform: var(--h1-text-transform);color: var(--h1-primary-color);  margin-top: var(--h1-margin-top);  margin-bottom: var(--h1-margin-bottom);}  h1 a,  .vcwb.vcwb-font-manager .h1 a,  .vcwb.vcwb-font-manager #header h1 a,  .vcwb.vcwb-font-manager #footer h1 a,  .vcwb.vcwb-font-manager #content h1 a,  .vcwb.vcwb-font-manager .h1.main-title a,  .vcwb.vcwb-font-manager .h1.entry-title a,  .vcwb.vcwb-font-manager h1.comments-title a,  .vcwb.vcwb-font-manager .entry-content h1 a,  .vcwb.vcwb-font-manager h1.entry-title a {  text-decoration: none;  color: var(--h1-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h1-link-border-color);  transition: color .2s, border .2s;  }  h1 a:hover,  h1 a:focus,  .vcwb.vcwb-font-manager .h1 a:hover,  .vcwb.vcwb-font-manager #header h1 a:hover,  .vcwb.vcwb-font-manager #header h1 a:focus,  .vcwb.vcwb-font-manager #footer h1 a:hover,  .vcwb.vcwb-font-manager #footer h1 a:focus,  .vcwb.vcwb-font-manager #content h1 a:hover,  .vcwb.vcwb-font-manager #content h1 a:focus,  .vcwb.vcwb-font-manager .h1 a:focus,  .vcwb.vcwb-font-manager .h1.main-title a:hover,  .vcwb.vcwb-font-manager .h1.main-title a:focus,  .vcwb.vcwb-font-manager .h1.entry-title a:hover,  .vcwb.vcwb-font-manager .h1.entry-title a:focus,  .vcwb.vcwb-font-manager h1.comments-title a:hover,  .vcwb.vcwb-font-manager h1.comments-title a:focus,  .vcwb.vcwb-font-manager .entry-content h1 a:hover,  .vcwb.vcwb-font-manager .entry-content h1 a:focus,  .vcwb.vcwb-font-manager h1.entry-title a:hover,  .vcwb.vcwb-font-manager h1.entry-title a:focus {  color: var(--h1-link-hover-color);  border-bottom: 1px solid var(--h1-link-border-hover-color);  }  h2,  .vcwb.vcwb-font-manager .h2,  .vcwb.vcwb-font-manager .entry-content h2,  .vcwb.vcwb-font-manager #header h2,  .vcwb.vcwb-font-manager #footer h2,  .vcwb.vcwb-font-manager #content h2,  .vcwb.vcwb-font-manager h2.reply-title,  .vcwb.vcwb-font-manager .comments-area h2#reply-title,  .vcwb.vcwb-font-manager h2.comments-title,  .vcwb.vcwb-font-manager h2.entry-title {line-height: var(--h2-line-height);  font-family: var(--h2-font-family);  font-weight: var(--h2-font-weight);  font-size: var(--h2-font-size);  letter-spacing: var(--h2-letter-spacing);  font-style: var(--h2-font-style);  text-transform: var(--h2-text-transform);color: var(--h2-primary-color);  margin-top: var(--h2-margin-top);  margin-bottom: var(--h2-margin-bottom);}  h2 a,  .vcwb.vcwb-font-manager .h2 a,  .vcwb.vcwb-font-manager .entry-content h2 a,  .vcwb.vcwb-font-manager #header h2 a,  .vcwb.vcwb-font-manager #footer h2 a,  .vcwb.vcwb-font-manager #content h2 a,  .vcwb.vcwb-font-manager h2.reply-title a,  .vcwb.vcwb-font-manager h2.comments-title a,  .vcwb.vcwb-font-manager h2.entry-title a {  text-decoration: none;  color: var(--h2-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h2-link-border-color);  transition: color .2s, border .2s;  }  h2 a:hover,  h2 a:focus,  .vcwb.vcwb-font-manager .h2 a:hover,  .vcwb.vcwb-font-manager .h2 a:focus,  .vcwb.vcwb-font-manager .entry-content h2 a:hover,  .vcwb.vcwb-font-manager .entry-content h2 a:focus,  .vcwb.vcwb-font-manager #header h2 a:hover,  .vcwb.vcwb-font-manager #header h2 a:focus,  .vcwb.vcwb-font-manager #footer h2 a:hover,  .vcwb.vcwb-font-manager #footer h2 a:focus,  .vcwb.vcwb-font-manager #content h2 a:hover,  .vcwb.vcwb-font-manager #content h2 a:focus,  .vcwb.vcwb-font-manager h2.reply-title a:hover,  .vcwb.vcwb-font-manager h2.reply-title a:focus,  .vcwb.vcwb-font-manager h2.comments-title a:hover,  .vcwb.vcwb-font-manager h2.comments-title a:focus,  .vcwb.vcwb-font-manager h2.entry-title a:hover,  .vcwb.vcwb-font-manager h2.entry-title a:focus {  color: var(--h2-link-hover-color);  border-bottom: 1px solid var(--h2-link-border-hover-color);  }  h3,  .vcwb.vcwb-font-manager .h3,  .vcwb.vcwb-font-manager .entry-content h3,  .vcwb.vcwb-font-manager #header h3,  .vcwb.vcwb-font-manager #footer h3,  .vcwb.vcwb-font-manager #content h3,  .vcwb.vcwb-font-manager h3.reply-title,  .vcwb.vcwb-font-manager .comments-area h3#reply-title,  .vcwb.vcwb-font-manager h3.comments-title,  .vcwb.vcwb-font-manager h3.entry-title {line-height: var(--h3-line-height);  font-family: var(--h3-font-family);  font-weight: var(--h3-font-weight);  font-size: var(--h3-font-size);  letter-spacing: var(--h3-letter-spacing);  font-style: var(--h3-font-style);  text-transform: var(--h3-text-transform);color: var(--h3-primary-color);  margin-top: var(--h3-margin-top);  margin-bottom: var(--h3-margin-bottom);}  h3 a,  .vcwb.vcwb-font-manager .h3 a,  .vcwb.vcwb-font-manager .entry-content h3 a,  .vcwb.vcwb-font-manager #header h3 a,  .vcwb.vcwb-font-manager #footer h3 a,  .vcwb.vcwb-font-manager #content h3 a,  .vcwb.vcwb-font-manager h3.reply-title a,  .vcwb.vcwb-font-manager h3.comments-title a,  .vcwb.vcwb-font-manager h3.entry-title a {  text-decoration: none;  color: var(--h3-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h3-link-border-color);  transition: color .2s, border .2s;  }  h3 a:hover,  h3 a:focus,  .vcwb.vcwb-font-manager .h3 a:hover,  .vcwb.vcwb-font-manager .h3 a:focus,  .vcwb.vcwb-font-manager .entry-content h3 a:hover,  .vcwb.vcwb-font-manager .entry-content h3 a:focus,  .vcwb.vcwb-font-manager #header h3 a:hover,  .vcwb.vcwb-font-manager #header h3 a:focus,  .vcwb.vcwb-font-manager #footer h3 a:hover,  .vcwb.vcwb-font-manager #footer h3 a:focus,  .vcwb.vcwb-font-manager #content h3 a:hover,  .vcwb.vcwb-font-manager #content h3 a:focus,  .vcwb.vcwb-font-manager h3.reply-title a:hover,  .vcwb.vcwb-font-manager h3.reply-title a:focus,  .vcwb.vcwb-font-manager h3.comments-title a:hover,  .vcwb.vcwb-font-manager h3.comments-title a:focus,  .vcwb.vcwb-font-manager h3.entry-title a:hover,  .vcwb.vcwb-font-manager h3.entry-title a:focus {  color: var(--h3-link-hover-color);  border-bottom: 1px solid var(--h3-link-border-hover-color);  }  h4,  .vcwb.vcwb-font-manager .h4,  .vcwb.vcwb-font-manager .entry-content h4,  .vcwb.vcwb-font-manager #header h4,  .vcwb.vcwb-font-manager #footer h4,  .vcwb.vcwb-font-manager #content h4,  .vcwb.vcwb-font-manager h4.reply-title,  .vcwb.vcwb-font-manager .comments-area h4#reply-title,  .vcwb.vcwb-font-manager h4.comments-title,  .vcwb.vcwb-font-manager h4.entry-title {line-height: var(--h4-line-height);  font-family: var(--h4-font-family);  font-weight: var(--h4-font-weight);  font-size: var(--h4-font-size);  letter-spacing: var(--h4-letter-spacing);  font-style: var(--h4-font-style);  text-transform: var(--h4-text-transform);color: var(--h4-primary-color);  margin-top: var(--h4-margin-top);  margin-bottom: var(--h4-margin-bottom);}  h4 a,  .vcwb.vcwb-font-manager .h4 a,  .vcwb.vcwb-font-manager .entry-content h4 a,  .vcwb.vcwb-font-manager #header h4 a,  .vcwb.vcwb-font-manager #footer h4 a,  .vcwb.vcwb-font-manager #content h4 a,  .vcwb.vcwb-font-manager h4.reply-title a,  .vcwb.vcwb-font-manager h4.comments-title a,  .vcwb.vcwb-font-manager h4.entry-title a {  text-decoration: none;  color: var(--h4-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h4-link-border-color);  transition: color .2s, border .2s;  }  h4 a:hover,  h4 a:focus,  .vcwb.vcwb-font-manager .h4 a:hover,  .vcwb.vcwb-font-manager .h4 a:focus,  .vcwb.vcwb-font-manager .entry-content h4 a:hover,  .vcwb.vcwb-font-manager .entry-content h4 a:focus,  .vcwb.vcwb-font-manager #header h4 a:hover,  .vcwb.vcwb-font-manager #header h4 a:focus,  .vcwb.vcwb-font-manager #footer h4 a:hover,  .vcwb.vcwb-font-manager #footer h4 a:focus,  .vcwb.vcwb-font-manager #content h4 a:hover,  .vcwb.vcwb-font-manager #content h4 a:focus,  .vcwb.vcwb-font-manager h4.reply-title a:hover,  .vcwb.vcwb-font-manager h4.reply-title a:focus,  .vcwb.vcwb-font-manager h4.comments-title a:hover,  .vcwb.vcwb-font-manager h4.comments-title a:focus,  .vcwb.vcwb-font-manager h4.entry-title a:hover,  .vcwb.vcwb-font-manager h4.entry-title a:focus {  color: var(--h4-link-hover-color);  border-bottom: 1px solid var(--h4-link-border-hover-color);  }  h5,  .vcwb.vcwb-font-manager .h5,  .vcwb.vcwb-font-manager h5.reply-title,  .vcwb.vcwb-font-manager .comments-area h5#reply-title,  .vcwb.vcwb-font-manager #header h5,  .vcwb.vcwb-font-manager #footer h5,  .vcwb.vcwb-font-manager #content h5,  .vcwb.vcwb-font-manager h5.comments-title,  .vcwb.vcwb-font-manager .entry-content h5 {line-height: var(--h5-line-height);  font-family: var(--h5-font-family);  font-weight: var(--h5-font-weight);  font-size: var(--h5-font-size);  letter-spacing: var(--h5-letter-spacing);  font-style: var(--h5-font-style);  text-transform: var(--h5-text-transform);color: var(--h5-primary-color);  margin-top: var(--h5-margin-top);  margin-bottom: var(--h5-margin-bottom);}  h5 a,  .vcwb.vcwb-font-manager .h5 a,  .vcwb.vcwb-font-manager h5.reply-title a,  .vcwb.vcwb-font-manager #header h5 a,  .vcwb.vcwb-font-manager #footer h5 a,  .vcwb.vcwb-font-manager #content h5 a,  .vcwb.vcwb-font-manager h5.comments-title a,  .vcwb.vcwb-font-manager .entry-content h5 a {  text-decoration: none;  color: var(--h5-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h5-link-border-color);  transition: color .2s, border .2s;  }  h5 a:hover,  h5 a:focus,  .vcwb.vcwb-font-manager .h5 a:hover,  .vcwb.vcwb-font-manager .h5 a:focus,  .vcwb.vcwb-font-manager h5.reply-title a:hover,  .vcwb.vcwb-font-manager h5.reply-title a:focus,  .vcwb.vcwb-font-manager #header h5 a:hover,  .vcwb.vcwb-font-manager #header h5 a:focus,  .vcwb.vcwb-font-manager #footer h5 a:hover,  .vcwb.vcwb-font-manager #footer h5 a:focus,  .vcwb.vcwb-font-manager #content h5 a:hover,  .vcwb.vcwb-font-manager #content h5 a:focus,  .vcwb.vcwb-font-manager h5.comments-title a:hover,  .vcwb.vcwb-font-manager h5.comments-title a:focus,  .vcwb.vcwb-font-manager .entry-content h5 a:hover,  .vcwb.vcwb-font-manager .entry-content h5 a:focus {  color: var(--h5-link-hover-color);  border-bottom: 1px solid var(--h5-link-border-hover-color);  }  h6,  .vcwb.vcwb-font-manager .h6,  .vcwb.vcwb-font-manager h6.reply-title,  .vcwb.vcwb-font-manager .comments-area h6#reply-title,  .vcwb.vcwb-font-manager #header h6,  .vcwb.vcwb-font-manager #footer h6,  .vcwb.vcwb-font-manager #content h6,  .vcwb.vcwb-font-manager h6.comments-title,  .vcwb.vcwb-font-manager .entry-content h6 {line-height: var(--h6-line-height);  font-family: var(--h6-font-family);  font-weight: var(--h6-font-weight);  font-size: var(--h6-font-size);  letter-spacing: var(--h6-letter-spacing);  font-style: var(--h6-font-style);  text-transform: var(--h6-text-transform);color: var(--h6-primary-color);  margin-top: var(--h6-margin-top);  margin-bottom: var(--h6-margin-bottom);}  h6 a,  .vcwb.vcwb-font-manager .h6 a,  .vcwb.vcwb-font-manager h6.reply-title a,  .vcwb.vcwb-font-manager #header h6 a,  .vcwb.vcwb-font-manager #footer h6 a,  .vcwb.vcwb-font-manager #content h6 a,  .vcwb.vcwb-font-manager h6.comments-title a,  .vcwb.vcwb-font-manager .entry-content h6 a {  text-decoration: none;  color: var(--h6-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h6-link-border-color);  transition: color .2s, border .2s;  }  h6 a:hover,  h6 a:focus,  .vcwb.vcwb-font-manager .h6 a:hover,  .vcwb.vcwb-font-manager .h6 a:focus,  .vcwb.vcwb-font-manager h6.reply-title a:hover,  .vcwb.vcwb-font-manager h6.reply-title a:focus,  .vcwb.vcwb-font-manager #header h6 a:hover,  .vcwb.vcwb-font-manager #header h6 a:focus,  .vcwb.vcwb-font-manager #footer h6 a:hover,  .vcwb.vcwb-font-manager #footer h6 a:focus,  .vcwb.vcwb-font-manager #content h6 a:hover,  .vcwb.vcwb-font-manager #content h6 a:focus,  .vcwb.vcwb-font-manager h6.comments-title a:hover,  .vcwb.vcwb-font-manager h6.comments-title a:focus,  .vcwb.vcwb-font-manager .entry-content h6 a:hover,  .vcwb.vcwb-font-manager .entry-content h6 a:focus {  color: var(--h6-link-hover-color);  border-bottom: 1px solid var(--h6-link-border-hover-color);  }  body.vcwb.vcwb-font-manager,  body.vcwb.vcwb-font-manager .entry-content p {line-height: var(--p-line-height);  font-family: var(--p-font-family);  font-weight: var(--p-font-weight);  font-size: var(--p-font-size);  letter-spacing: var(--p-letter-spacing);  font-style: var(--p-font-style);  text-transform: var(--p-text-transform);color: var(--p-primary-color);}  ul, ol, p,  .vcwb.vcwb-font-manager .entry-content p,  .vcwb.vcwb-font-manager #header p,  .vcwb.vcwb-font-manager #footer p,  .vcwb.vcwb-font-manager #content p,  .vcwb.vcwb-font-manager .comment-content p {  margin-top: var(--p-margin-top);  margin-bottom: var(--p-margin-bottom);}  .vcwb-font-manager :not(li[class*="menu"], div[class*="brand"]) > a:not(.vce-single-image-inner, [class*="vce-post-grid"], [class*="button"], [class*="logo"], [class*="icon"]) {  text-decoration: none;  color: var(--p-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--p-link-border-color);  transition: color .2s, border .2s;  }  .vcwb-font-manager :not(li[class*="menu"], div[class*="brand"]) > a:not(.vce-single-image-inner, [class*="vce-post-grid"], [class*="button"], [class*="logo"], [class*="icon"]):hover,  .vcwb-font-manager :not(li[class*="menu"], div[class*="brand"]) > a:not(.vce-single-image-inner, [class*="vce-post-grid"], [class*="button"], [class*="logo"], [class*="icon"]):focus {  color: var(--p-link-hover-color);  border-bottom: 1px solid var(--p-link-border-hover-color);  }  blockquote,  .vcwb.vcwb-font-manager blockquote,  .vcwb.vcwb-font-manager .entry-content blockquote,  .vcwb.vcwb-font-manager #header blockquote,  .vcwb.vcwb-font-manager #footer blockquote,  .vcwb.vcwb-font-manager #content blockquote,  .vcwb.vcwb-font-manager .entry-content blockquote p  {line-height: var(--blockquote-line-height);  font-family: var(--blockquote-font-family);  font-weight: var(--blockquote-font-weight);  font-size: var(--blockquote-font-size);  letter-spacing: var(--blockquote-letter-spacing);  font-style: var(--blockquote-font-style);  text-transform: var(--blockquote-text-transform);color: var(--blockquote-primary-color);  margin-top: var(--blockquote-margin-top);  margin-bottom: var(--blockquote-margin-bottom);}blockquote a, .vcwb.vcwb-font-manager .entry-content blockquote a {  text-decoration: none;  color: var(--blockquote-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--blockquote-link-border-color);  transition: color .2s, border .2s;  }  blockquote a:hover,  .vcwb.vcwb-font-manager blockquote a:hover,  blockquote a:focus,  .vcwb.vcwb-font-manager blockquote a:focus,  .vcwb.vcwb-font-manager .entry-content blockquote a:hover,  .vcwb.vcwb-font-manager .entry-content blockquote a:focus {  color: var(--blockquote-link-hover-color);  border-bottom: 1px solid var(--blockquote-link-border-hover-color);  }figcaption,  .vcwb.vcwb-font-manager .entry-content figcaption,  .vcwb.vcwb-font-manager #header figcaption,  .vcwb.vcwb-font-manager #footer figcaption,  .vcwb.vcwb-font-manager #content figcaption,  .vcwb.vcwb-font-manager .entry-content figcaption p  {line-height: var(--figcaption-line-height);  font-family: var(--figcaption-font-family);  font-weight: var(--figcaption-font-weight);  font-size: var(--figcaption-font-size);  letter-spacing: var(--figcaption-letter-spacing);  font-style: var(--figcaption-font-style);  text-transform: var(--figcaption-text-transform);color: var(--figcaption-primary-color);  margin-top: var(--figcaption-margin-top);  margin-bottom: var(--figcaption-margin-bottom);}figcaption a, .vcwb.vcwb-font-manager .entry-content figcaption a {  text-decoration: none;  color: var(--figcaption-link-color);  border: none;  box-shadow: none;  transition: color .2s;  }  figcaption a:hover,  figcaption a:focus,  .vcwb.vcwb-font-manager .entry-content figcaption a:hover,  .vcwb.vcwb-font-manager .entry-content figcaption a:focus {  color: var(--figcaption-link-hover-color);  border-bottom: 1px solid var(--figcaption-link-border-hover-color);  }  .vcwb.vcwb-font-manager [class*="vce-button"] button[class*="vce-button"],  .vcwb.vcwb-font-manager [class*="vce-button"] a[class*="vce-button"],  .vcwb.vcwb-font-manager .vce-basic-shadow-button,  .vcwb.vcwb-font-manager .vce-call-to-action-button,  .vcwb.vcwb-font-manager .vce-double-text-button,  .vcwb.vcwb-font-manager .vce-icon-button,  .vcwb.vcwb-font-manager .vce-separated-button {line-height: var(--button-line-height);  font-family: var(--button-font-family);  font-weight: var(--button-font-weight);  font-size: var(--button-font-size);  letter-spacing: var(--button-letter-spacing);  font-style: var(--button-font-style);  text-transform: var(--button-text-transform);}  .vcwb.vcwb-font-manager [class*="vce-button"] button[class*="vce-button"]:not(.vce),  .vcwb.vcwb-font-manager [class*="vce-button"] a[class*="vce-button"]:not(.vce) {  margin-top: var(--button-margin-top);  margin-bottom: var(--button-margin-bottom);}.vcwb.vcwb-font-manager ul.menu > li.menu-item > a,  .vcwb.vcwb-font-manager nav[class^="menu"] > ul > li.menu-item > a {line-height: var(--menu-line-height);  font-family: var(--menu-font-family);  font-weight: var(--menu-font-weight);  font-size: var(--menu-font-size);  letter-spacing: var(--menu-letter-spacing);  font-style: var(--menu-font-style);  text-transform: var(--menu-text-transform);color: var(--menu-primary-color);  margin-top: var(--menu-margin-top);  margin-bottom: var(--menu-margin-bottom);}.vcwb.vcwb-font-manager ul.sub-menu > li.menu-item > a,  .vcwb.vcwb-font-manager nav[class^="menu"] ul.sub-menu > li.menu-item > a {line-height: var(--submenu-line-height);  font-family: var(--submenu-font-family);  font-weight: var(--submenu-font-weight);  font-size: var(--submenu-font-size);  letter-spacing: var(--submenu-letter-spacing);  font-style: var(--submenu-font-style);  text-transform: var(--submenu-text-transform);color: var(--submenu-primary-color);  margin-top: var(--submenu-margin-top);  margin-bottom: var(--submenu-margin-bottom);} .vcwb.vcwb-font-manager blockquote {  position: relative;  border: none;  }/* gfonts */  .vce-google-fonts-heading-link, .vce-google-fonts-heading-link:hover, .vce-google-fonts-heading-link:focus, .vce-google-fonts-heading-link:visited {  border: none !important;  text-decoration: inherit !important;  color: inherit !important;  background: inherit !important;  font-family: inherit !important;  font-size: inherit !important;  font-weight: inherit !important;  font-style: inherit !important;  letter-spacing: inherit !important;  line-height: inherit !important;  cursor: pointer !important; }  .vcwb-font-manager ul:not([class]):not([id]) {  list-style: none; } .vcwb-font-manager ul:not([class]):not([id]) > li {  margin-bottom: 0;  position: relative;  list-style: none;  line-height: var(--p-line-height);  border: none;  padding-left: calc(15px + var(--bullet-padding-left) + var(--bullet-width)); } .vcwb-font-manager ul:not([class]):not([id]) > li:not(:last-child) {  margin-bottom: var(--bullet-space); } .vcwb-font-manager ul:not([class]):not([id]) > li:before {  content: '';  position: absolute;  top: calc((var(--p-line-height) / 2) - (var(--bullet-height) / 2));  left: calc(5px + var(--bullet-padding-left));  margin: auto;  width: var(--bullet-width);  height: var(--bullet-height);  background-color: var(--bullet-color);  border-radius: var(--bullet-radius); } .vcwb-font-manager .vce-woocommerce-wrapper ul > li{padding:0;line-height:initial;} .vcwb-font-manager .vce-woocommerce-wrapper ul > li:before {display:none}  
.vcwb.vcwb-font-manager {--h1-line-height: 50px;--h1-font-family: Oswald;--h1-font-size: 42px;--h1-letter-spacing: 0.01rem;--h1-primary-color: rgb(83, 103, 169);--h1-link-color: rgb(85, 124, 191);--h1-link-hover-color: rgb(83, 103, 169);--h1-margin-bottom: 1.125rem;--h1-font-style: normal;--h1-font-weight: 600;--h1-text-transform: uppercase;--h1-link-border-color: rgb(85, 124, 191);--h1-link-border-hover-color: rgb(83, 103, 169);--h2-line-height: 1.1;--h2-font-family: Oswald;--h2-font-size: 36px;--h2-letter-spacing: 0.01rem;--h2-primary-color: rgb(148, 181, 96);--h2-link-color: rgb(148, 181, 96);--h2-link-hover-color: rgb(128, 158, 83);--h2-margin-bottom: 0.925rem;--h2-font-style: normal;--h2-font-weight: 700;--h2-text-transform: uppercase;--h2-link-border-color: rgb(148, 181, 96);--h2-link-border-hover-color: rgb(128, 158, 83);--h3-line-height: 36px;--h3-font-family: Oswald;--h3-font-size: 30px;--h3-letter-spacing: 0.01rem;--h3-primary-color: rgb(83, 103, 169);--h3-link-color: rgb(85, 124, 191);--h3-link-hover-color: rgb(83, 103, 169);--h3-margin-bottom: 0.625rem;--h3-font-style: normal;--h3-font-weight: 400;--h3-text-transform: none;--h3-link-border-color: rgb(85, 124, 191);--h3-link-border-hover-color: rgb(83, 103, 169);--h4-line-height: 1.1;--h4-font-family: Oswald;--h4-font-size: 22px;--h4-letter-spacing: 0.01rem;--h4-primary-color: rgb(51, 51, 51);--h4-link-color: rgb(85, 124, 191);--h4-link-hover-color: rgb(51, 51, 51);--h4-margin-bottom: 0.625rem;--h4-font-style: normal;--h4-font-weight: 400;--h4-text-transform: none;--h4-link-border-color: rgb(85, 124, 191);--h4-link-border-hover-color: rgb(51, 51, 51);--h5-line-height: 1.1;--h5-font-family: Oswald;--h5-font-size: 18px;--h5-letter-spacing: 0.01rem;--h5-primary-color: rgb(51, 51, 51);--h5-link-color: rgb(85, 124, 191);--h5-link-hover-color: rgb(83, 103, 169);--h5-margin-bottom: 0.625rem;--h5-font-style: normal;--h5-font-weight: 400;--h5-text-transform: none;--h5-link-border-color: rgb(85, 124, 191);--h5-link-border-hover-color: rgb(83, 103, 169);--h6-line-height: 1.1;--h6-font-family: Oswald;--h6-font-size: 16px;--h6-letter-spacing: 0.01rem;--h6-primary-color: rgb(51, 51, 51);--h6-link-color: rgb(85, 124, 191);--h6-link-hover-color: rgb(83, 103, 169);--h6-margin-bottom: 0.625rem;--h6-font-style: normal;--h6-font-weight: 400;--h6-text-transform: none;--h6-link-border-color: rgb(85, 124, 191);--h6-link-border-hover-color: rgb(83, 103, 169);--p-line-height: 1.5rem;--p-font-family: Lato;--p-font-size: 18px;--p-letter-spacing: 0.01rem;--p-primary-color: rgb(85, 85, 85);--p-link-color: rgb(85, 124, 191);--p-link-hover-color: rgb(83, 103, 169);--p-margin-bottom: 1.5rem;--p-font-style: normal;--p-font-weight: 400;--p-text-transform: none;--p-link-border-color: rgb(85, 124, 191);--p-link-border-hover-color: rgb(83, 103, 169);--blockquote-line-height: 26px;--blockquote-font-family: Oswald;--blockquote-font-size: 18px;--blockquote-letter-spacing: 0.01rem;--blockquote-primary-color: rgb(51, 51, 51);--blockquote-link-color: #2828C6;--blockquote-link-hover-color: #23238e;--blockquote-margin-top: 20px;--blockquote-margin-bottom: 20px;--blockquote-font-style: normal;--blockquote-font-weight: 400;--blockquote-text-transform: capitalize;--blockquote-link-border-color: #2828C6;--blockquote-link-border-hover-color: #23238e;--figcaption-line-height: 24px;--figcaption-font-family: Roboto;--figcaption-font-size: 14px;--figcaption-letter-spacing: 0.17px;--figcaption-primary-color: #777777;--figcaption-link-color: #2828C6;--figcaption-link-hover-color: #23238e;--figcaption-margin-top: 8px;--figcaption-margin-bottom: 16px;--figcaption-font-style: italic;--figcaption-font-weight: 500;--figcaption-text-transform: none;--figcaption-link-border-color: transparent;--figcaption-link-border-hover-color: #23238e;--bullet-width: 6px;--bullet-height: 6px;--bullet-radius: 50%;--bullet-color: #557cbf;--bullet-padding-left: 0px;--bullet-space: 0px;--button-line-height: 22px;--button-font-family: Montserrat;--button-font-size: 12px;--button-letter-spacing: 1px;--button-font-style: normal;--button-font-weight: 700;--button-text-transform: uppercase;--menu-font-family: Montserrat;--menu-letter-spacing: 0px;--menu-font-style: normal;--menu-font-weight: 700;--submenu-font-family: Montserrat;--submenu-letter-spacing: 0px;--submenu-font-style: normal;--submenu-font-weight: 700;}  h1,  .vcwb.vcwb-font-manager .h1,  .vcwb.vcwb-font-manager .h1.main-title,  .vcwb.vcwb-font-manager .h1.entry-title,  .vcwb.vcwb-font-manager .comments-area h1#reply-title,  .vcwb.vcwb-font-manager h1.comments-title,  .vcwb.vcwb-font-manager .entry-content h1,  .vcwb.vcwb-font-manager #header h1,  .vcwb.vcwb-font-manager #footer h1,  .vcwb.vcwb-font-manager #content h1,  .vcwb.vcwb-font-manager h1.entry-title {line-height: var(--h1-line-height);  font-family: var(--h1-font-family);  font-weight: var(--h1-font-weight);  font-size: var(--h1-font-size);  letter-spacing: var(--h1-letter-spacing);  font-style: var(--h1-font-style);  text-transform: var(--h1-text-transform);color: var(--h1-primary-color);  margin-top: var(--h1-margin-top);  margin-bottom: var(--h1-margin-bottom);}  h1 a,  .vcwb.vcwb-font-manager .h1 a,  .vcwb.vcwb-font-manager #header h1 a,  .vcwb.vcwb-font-manager #footer h1 a,  .vcwb.vcwb-font-manager #content h1 a,  .vcwb.vcwb-font-manager .h1.main-title a,  .vcwb.vcwb-font-manager .h1.entry-title a,  .vcwb.vcwb-font-manager h1.comments-title a,  .vcwb.vcwb-font-manager .entry-content h1 a,  .vcwb.vcwb-font-manager h1.entry-title a {  text-decoration: none;  color: var(--h1-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h1-link-border-color);  transition: color .2s, border .2s;  }  h1 a:hover,  h1 a:focus,  .vcwb.vcwb-font-manager .h1 a:hover,  .vcwb.vcwb-font-manager #header h1 a:hover,  .vcwb.vcwb-font-manager #header h1 a:focus,  .vcwb.vcwb-font-manager #footer h1 a:hover,  .vcwb.vcwb-font-manager #footer h1 a:focus,  .vcwb.vcwb-font-manager #content h1 a:hover,  .vcwb.vcwb-font-manager #content h1 a:focus,  .vcwb.vcwb-font-manager .h1 a:focus,  .vcwb.vcwb-font-manager .h1.main-title a:hover,  .vcwb.vcwb-font-manager .h1.main-title a:focus,  .vcwb.vcwb-font-manager .h1.entry-title a:hover,  .vcwb.vcwb-font-manager .h1.entry-title a:focus,  .vcwb.vcwb-font-manager h1.comments-title a:hover,  .vcwb.vcwb-font-manager h1.comments-title a:focus,  .vcwb.vcwb-font-manager .entry-content h1 a:hover,  .vcwb.vcwb-font-manager .entry-content h1 a:focus,  .vcwb.vcwb-font-manager h1.entry-title a:hover,  .vcwb.vcwb-font-manager h1.entry-title a:focus {  color: var(--h1-link-hover-color);  border-bottom: 1px solid var(--h1-link-border-hover-color);  }  h2,  .vcwb.vcwb-font-manager .h2,  .vcwb.vcwb-font-manager .entry-content h2,  .vcwb.vcwb-font-manager #header h2,  .vcwb.vcwb-font-manager #footer h2,  .vcwb.vcwb-font-manager #content h2,  .vcwb.vcwb-font-manager h2.reply-title,  .vcwb.vcwb-font-manager .comments-area h2#reply-title,  .vcwb.vcwb-font-manager h2.comments-title,  .vcwb.vcwb-font-manager h2.entry-title {line-height: var(--h2-line-height);  font-family: var(--h2-font-family);  font-weight: var(--h2-font-weight);  font-size: var(--h2-font-size);  letter-spacing: var(--h2-letter-spacing);  font-style: var(--h2-font-style);  text-transform: var(--h2-text-transform);color: var(--h2-primary-color);  margin-top: var(--h2-margin-top);  margin-bottom: var(--h2-margin-bottom);}  h2 a,  .vcwb.vcwb-font-manager .h2 a,  .vcwb.vcwb-font-manager .entry-content h2 a,  .vcwb.vcwb-font-manager #header h2 a,  .vcwb.vcwb-font-manager #footer h2 a,  .vcwb.vcwb-font-manager #content h2 a,  .vcwb.vcwb-font-manager h2.reply-title a,  .vcwb.vcwb-font-manager h2.comments-title a,  .vcwb.vcwb-font-manager h2.entry-title a {  text-decoration: none;  color: var(--h2-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h2-link-border-color);  transition: color .2s, border .2s;  }  h2 a:hover,  h2 a:focus,  .vcwb.vcwb-font-manager .h2 a:hover,  .vcwb.vcwb-font-manager .h2 a:focus,  .vcwb.vcwb-font-manager .entry-content h2 a:hover,  .vcwb.vcwb-font-manager .entry-content h2 a:focus,  .vcwb.vcwb-font-manager #header h2 a:hover,  .vcwb.vcwb-font-manager #header h2 a:focus,  .vcwb.vcwb-font-manager #footer h2 a:hover,  .vcwb.vcwb-font-manager #footer h2 a:focus,  .vcwb.vcwb-font-manager #content h2 a:hover,  .vcwb.vcwb-font-manager #content h2 a:focus,  .vcwb.vcwb-font-manager h2.reply-title a:hover,  .vcwb.vcwb-font-manager h2.reply-title a:focus,  .vcwb.vcwb-font-manager h2.comments-title a:hover,  .vcwb.vcwb-font-manager h2.comments-title a:focus,  .vcwb.vcwb-font-manager h2.entry-title a:hover,  .vcwb.vcwb-font-manager h2.entry-title a:focus {  color: var(--h2-link-hover-color);  border-bottom: 1px solid var(--h2-link-border-hover-color);  }  h3,  .vcwb.vcwb-font-manager .h3,  .vcwb.vcwb-font-manager .entry-content h3,  .vcwb.vcwb-font-manager #header h3,  .vcwb.vcwb-font-manager #footer h3,  .vcwb.vcwb-font-manager #content h3,  .vcwb.vcwb-font-manager h3.reply-title,  .vcwb.vcwb-font-manager .comments-area h3#reply-title,  .vcwb.vcwb-font-manager h3.comments-title,  .vcwb.vcwb-font-manager h3.entry-title {line-height: var(--h3-line-height);  font-family: var(--h3-font-family);  font-weight: var(--h3-font-weight);  font-size: var(--h3-font-size);  letter-spacing: var(--h3-letter-spacing);  font-style: var(--h3-font-style);  text-transform: var(--h3-text-transform);color: var(--h3-primary-color);  margin-top: var(--h3-margin-top);  margin-bottom: var(--h3-margin-bottom);}  h3 a,  .vcwb.vcwb-font-manager .h3 a,  .vcwb.vcwb-font-manager .entry-content h3 a,  .vcwb.vcwb-font-manager #header h3 a,  .vcwb.vcwb-font-manager #footer h3 a,  .vcwb.vcwb-font-manager #content h3 a,  .vcwb.vcwb-font-manager h3.reply-title a,  .vcwb.vcwb-font-manager h3.comments-title a,  .vcwb.vcwb-font-manager h3.entry-title a {  text-decoration: none;  color: var(--h3-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h3-link-border-color);  transition: color .2s, border .2s;  }  h3 a:hover,  h3 a:focus,  .vcwb.vcwb-font-manager .h3 a:hover,  .vcwb.vcwb-font-manager .h3 a:focus,  .vcwb.vcwb-font-manager .entry-content h3 a:hover,  .vcwb.vcwb-font-manager .entry-content h3 a:focus,  .vcwb.vcwb-font-manager #header h3 a:hover,  .vcwb.vcwb-font-manager #header h3 a:focus,  .vcwb.vcwb-font-manager #footer h3 a:hover,  .vcwb.vcwb-font-manager #footer h3 a:focus,  .vcwb.vcwb-font-manager #content h3 a:hover,  .vcwb.vcwb-font-manager #content h3 a:focus,  .vcwb.vcwb-font-manager h3.reply-title a:hover,  .vcwb.vcwb-font-manager h3.reply-title a:focus,  .vcwb.vcwb-font-manager h3.comments-title a:hover,  .vcwb.vcwb-font-manager h3.comments-title a:focus,  .vcwb.vcwb-font-manager h3.entry-title a:hover,  .vcwb.vcwb-font-manager h3.entry-title a:focus {  color: var(--h3-link-hover-color);  border-bottom: 1px solid var(--h3-link-border-hover-color);  }  h4,  .vcwb.vcwb-font-manager .h4,  .vcwb.vcwb-font-manager .entry-content h4,  .vcwb.vcwb-font-manager #header h4,  .vcwb.vcwb-font-manager #footer h4,  .vcwb.vcwb-font-manager #content h4,  .vcwb.vcwb-font-manager h4.reply-title,  .vcwb.vcwb-font-manager .comments-area h4#reply-title,  .vcwb.vcwb-font-manager h4.comments-title,  .vcwb.vcwb-font-manager h4.entry-title {line-height: var(--h4-line-height);  font-family: var(--h4-font-family);  font-weight: var(--h4-font-weight);  font-size: var(--h4-font-size);  letter-spacing: var(--h4-letter-spacing);  font-style: var(--h4-font-style);  text-transform: var(--h4-text-transform);color: var(--h4-primary-color);  margin-top: var(--h4-margin-top);  margin-bottom: var(--h4-margin-bottom);}  h4 a,  .vcwb.vcwb-font-manager .h4 a,  .vcwb.vcwb-font-manager .entry-content h4 a,  .vcwb.vcwb-font-manager #header h4 a,  .vcwb.vcwb-font-manager #footer h4 a,  .vcwb.vcwb-font-manager #content h4 a,  .vcwb.vcwb-font-manager h4.reply-title a,  .vcwb.vcwb-font-manager h4.comments-title a,  .vcwb.vcwb-font-manager h4.entry-title a {  text-decoration: none;  color: var(--h4-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h4-link-border-color);  transition: color .2s, border .2s;  }  h4 a:hover,  h4 a:focus,  .vcwb.vcwb-font-manager .h4 a:hover,  .vcwb.vcwb-font-manager .h4 a:focus,  .vcwb.vcwb-font-manager .entry-content h4 a:hover,  .vcwb.vcwb-font-manager .entry-content h4 a:focus,  .vcwb.vcwb-font-manager #header h4 a:hover,  .vcwb.vcwb-font-manager #header h4 a:focus,  .vcwb.vcwb-font-manager #footer h4 a:hover,  .vcwb.vcwb-font-manager #footer h4 a:focus,  .vcwb.vcwb-font-manager #content h4 a:hover,  .vcwb.vcwb-font-manager #content h4 a:focus,  .vcwb.vcwb-font-manager h4.reply-title a:hover,  .vcwb.vcwb-font-manager h4.reply-title a:focus,  .vcwb.vcwb-font-manager h4.comments-title a:hover,  .vcwb.vcwb-font-manager h4.comments-title a:focus,  .vcwb.vcwb-font-manager h4.entry-title a:hover,  .vcwb.vcwb-font-manager h4.entry-title a:focus {  color: var(--h4-link-hover-color);  border-bottom: 1px solid var(--h4-link-border-hover-color);  }  h5,  .vcwb.vcwb-font-manager .h5,  .vcwb.vcwb-font-manager h5.reply-title,  .vcwb.vcwb-font-manager .comments-area h5#reply-title,  .vcwb.vcwb-font-manager #header h5,  .vcwb.vcwb-font-manager #footer h5,  .vcwb.vcwb-font-manager #content h5,  .vcwb.vcwb-font-manager h5.comments-title,  .vcwb.vcwb-font-manager .entry-content h5 {line-height: var(--h5-line-height);  font-family: var(--h5-font-family);  font-weight: var(--h5-font-weight);  font-size: var(--h5-font-size);  letter-spacing: var(--h5-letter-spacing);  font-style: var(--h5-font-style);  text-transform: var(--h5-text-transform);color: var(--h5-primary-color);  margin-top: var(--h5-margin-top);  margin-bottom: var(--h5-margin-bottom);}  h5 a,  .vcwb.vcwb-font-manager .h5 a,  .vcwb.vcwb-font-manager h5.reply-title a,  .vcwb.vcwb-font-manager #header h5 a,  .vcwb.vcwb-font-manager #footer h5 a,  .vcwb.vcwb-font-manager #content h5 a,  .vcwb.vcwb-font-manager h5.comments-title a,  .vcwb.vcwb-font-manager .entry-content h5 a {  text-decoration: none;  color: var(--h5-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h5-link-border-color);  transition: color .2s, border .2s;  }  h5 a:hover,  h5 a:focus,  .vcwb.vcwb-font-manager .h5 a:hover,  .vcwb.vcwb-font-manager .h5 a:focus,  .vcwb.vcwb-font-manager h5.reply-title a:hover,  .vcwb.vcwb-font-manager h5.reply-title a:focus,  .vcwb.vcwb-font-manager #header h5 a:hover,  .vcwb.vcwb-font-manager #header h5 a:focus,  .vcwb.vcwb-font-manager #footer h5 a:hover,  .vcwb.vcwb-font-manager #footer h5 a:focus,  .vcwb.vcwb-font-manager #content h5 a:hover,  .vcwb.vcwb-font-manager #content h5 a:focus,  .vcwb.vcwb-font-manager h5.comments-title a:hover,  .vcwb.vcwb-font-manager h5.comments-title a:focus,  .vcwb.vcwb-font-manager .entry-content h5 a:hover,  .vcwb.vcwb-font-manager .entry-content h5 a:focus {  color: var(--h5-link-hover-color);  border-bottom: 1px solid var(--h5-link-border-hover-color);  }  h6,  .vcwb.vcwb-font-manager .h6,  .vcwb.vcwb-font-manager h6.reply-title,  .vcwb.vcwb-font-manager .comments-area h6#reply-title,  .vcwb.vcwb-font-manager #header h6,  .vcwb.vcwb-font-manager #footer h6,  .vcwb.vcwb-font-manager #content h6,  .vcwb.vcwb-font-manager h6.comments-title,  .vcwb.vcwb-font-manager .entry-content h6 {line-height: var(--h6-line-height);  font-family: var(--h6-font-family);  font-weight: var(--h6-font-weight);  font-size: var(--h6-font-size);  letter-spacing: var(--h6-letter-spacing);  font-style: var(--h6-font-style);  text-transform: var(--h6-text-transform);color: var(--h6-primary-color);  margin-top: var(--h6-margin-top);  margin-bottom: var(--h6-margin-bottom);}  h6 a,  .vcwb.vcwb-font-manager .h6 a,  .vcwb.vcwb-font-manager h6.reply-title a,  .vcwb.vcwb-font-manager #header h6 a,  .vcwb.vcwb-font-manager #footer h6 a,  .vcwb.vcwb-font-manager #content h6 a,  .vcwb.vcwb-font-manager h6.comments-title a,  .vcwb.vcwb-font-manager .entry-content h6 a {  text-decoration: none;  color: var(--h6-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--h6-link-border-color);  transition: color .2s, border .2s;  }  h6 a:hover,  h6 a:focus,  .vcwb.vcwb-font-manager .h6 a:hover,  .vcwb.vcwb-font-manager .h6 a:focus,  .vcwb.vcwb-font-manager h6.reply-title a:hover,  .vcwb.vcwb-font-manager h6.reply-title a:focus,  .vcwb.vcwb-font-manager #header h6 a:hover,  .vcwb.vcwb-font-manager #header h6 a:focus,  .vcwb.vcwb-font-manager #footer h6 a:hover,  .vcwb.vcwb-font-manager #footer h6 a:focus,  .vcwb.vcwb-font-manager #content h6 a:hover,  .vcwb.vcwb-font-manager #content h6 a:focus,  .vcwb.vcwb-font-manager h6.comments-title a:hover,  .vcwb.vcwb-font-manager h6.comments-title a:focus,  .vcwb.vcwb-font-manager .entry-content h6 a:hover,  .vcwb.vcwb-font-manager .entry-content h6 a:focus {  color: var(--h6-link-hover-color);  border-bottom: 1px solid var(--h6-link-border-hover-color);  }  body.vcwb.vcwb-font-manager,  body.vcwb.vcwb-font-manager .entry-content p {line-height: var(--p-line-height);  font-family: var(--p-font-family);  font-weight: var(--p-font-weight);  font-size: var(--p-font-size);  letter-spacing: var(--p-letter-spacing);  font-style: var(--p-font-style);  text-transform: var(--p-text-transform);color: var(--p-primary-color);}  ul, ol, p,  .vcwb.vcwb-font-manager .entry-content p,  .vcwb.vcwb-font-manager #header p,  .vcwb.vcwb-font-manager #footer p,  .vcwb.vcwb-font-manager #content p,  .vcwb.vcwb-font-manager .comment-content p {  margin-top: var(--p-margin-top);  margin-bottom: var(--p-margin-bottom);}  .vcwb-font-manager :not(li[class*="menu"], div[class*="brand"]) > a:not(.vce-single-image-inner, [class*="vce-post-grid"], [class*="button"], [class*="logo"], [class*="icon"]) {  text-decoration: none;  color: var(--p-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--p-link-border-color);  transition: color .2s, border .2s;  }  .vcwb-font-manager :not(li[class*="menu"], div[class*="brand"]) > a:not(.vce-single-image-inner, [class*="vce-post-grid"], [class*="button"], [class*="logo"], [class*="icon"]):hover,  .vcwb-font-manager :not(li[class*="menu"], div[class*="brand"]) > a:not(.vce-single-image-inner, [class*="vce-post-grid"], [class*="button"], [class*="logo"], [class*="icon"]):focus {  color: var(--p-link-hover-color);  border-bottom: 1px solid var(--p-link-border-hover-color);  }  blockquote,  .vcwb.vcwb-font-manager blockquote,  .vcwb.vcwb-font-manager .entry-content blockquote,  .vcwb.vcwb-font-manager #header blockquote,  .vcwb.vcwb-font-manager #footer blockquote,  .vcwb.vcwb-font-manager #content blockquote,  .vcwb.vcwb-font-manager .entry-content blockquote p  {line-height: var(--blockquote-line-height);  font-family: var(--blockquote-font-family);  font-weight: var(--blockquote-font-weight);  font-size: var(--blockquote-font-size);  letter-spacing: var(--blockquote-letter-spacing);  font-style: var(--blockquote-font-style);  text-transform: var(--blockquote-text-transform);color: var(--blockquote-primary-color);  margin-top: var(--blockquote-margin-top);  margin-bottom: var(--blockquote-margin-bottom);}blockquote a, .vcwb.vcwb-font-manager .entry-content blockquote a {  text-decoration: none;  color: var(--blockquote-link-color);  border-bottom-width: 1px;  border-bottom-style: solid;  border-bottom-color: var(--blockquote-link-border-color);  transition: color .2s, border .2s;  }  blockquote a:hover,  .vcwb.vcwb-font-manager blockquote a:hover,  blockquote a:focus,  .vcwb.vcwb-font-manager blockquote a:focus,  .vcwb.vcwb-font-manager .entry-content blockquote a:hover,  .vcwb.vcwb-font-manager .entry-content blockquote a:focus {  color: var(--blockquote-link-hover-color);  border-bottom: 1px solid var(--blockquote-link-border-hover-color);  }figcaption,  .vcwb.vcwb-font-manager .entry-content figcaption,  .vcwb.vcwb-font-manager #header figcaption,  .vcwb.vcwb-font-manager #footer figcaption,  .vcwb.vcwb-font-manager #content figcaption,  .vcwb.vcwb-font-manager .entry-content figcaption p  {line-height: var(--figcaption-line-height);  font-family: var(--figcaption-font-family);  font-weight: var(--figcaption-font-weight);  font-size: var(--figcaption-font-size);  letter-spacing: var(--figcaption-letter-spacing);  font-style: var(--figcaption-font-style);  text-transform: var(--figcaption-text-transform);color: var(--figcaption-primary-color);  margin-top: var(--figcaption-margin-top);  margin-bottom: var(--figcaption-margin-bottom);}figcaption a, .vcwb.vcwb-font-manager .entry-content figcaption a {  text-decoration: none;  color: var(--figcaption-link-color);  border: none;  box-shadow: none;  transition: color .2s;  }  figcaption a:hover,  figcaption a:focus,  .vcwb.vcwb-font-manager .entry-content figcaption a:hover,  .vcwb.vcwb-font-manager .entry-content figcaption a:focus {  color: var(--figcaption-link-hover-color);  border-bottom: 1px solid var(--figcaption-link-border-hover-color);  }  .vcwb.vcwb-font-manager [class*="vce-button"] button[class*="vce-button"],  .vcwb.vcwb-font-manager [class*="vce-button"] a[class*="vce-button"],  .vcwb.vcwb-font-manager .vce-basic-shadow-button,  .vcwb.vcwb-font-manager .vce-call-to-action-button,  .vcwb.vcwb-font-manager .vce-double-text-button,  .vcwb.vcwb-font-manager .vce-icon-button,  .vcwb.vcwb-font-manager .vce-separated-button {line-height: var(--button-line-height);  font-family: var(--button-font-family);  font-weight: var(--button-font-weight);  font-size: var(--button-font-size);  letter-spacing: var(--button-letter-spacing);  font-style: var(--button-font-style);  text-transform: var(--button-text-transform);}  .vcwb.vcwb-font-manager [class*="vce-button"] button[class*="vce-button"]:not(.vce),  .vcwb.vcwb-font-manager [class*="vce-button"] a[class*="vce-button"]:not(.vce) {  margin-top: var(--button-margin-top);  margin-bottom: var(--button-margin-bottom);}.vcwb.vcwb-font-manager ul.menu > li.menu-item > a,  .vcwb.vcwb-font-manager nav[class^="menu"] > ul > li.menu-item > a {line-height: var(--menu-line-height);  font-family: var(--menu-font-family);  font-weight: var(--menu-font-weight);  font-size: var(--menu-font-size);  letter-spacing: var(--menu-letter-spacing);  font-style: var(--menu-font-style);  text-transform: var(--menu-text-transform);color: var(--menu-primary-color);  margin-top: var(--menu-margin-top);  margin-bottom: var(--menu-margin-bottom);}.vcwb.vcwb-font-manager ul.sub-menu > li.menu-item > a,  .vcwb.vcwb-font-manager nav[class^="menu"] ul.sub-menu > li.menu-item > a {line-height: var(--submenu-line-height);  font-family: var(--submenu-font-family);  font-weight: var(--submenu-font-weight);  font-size: var(--submenu-font-size);  letter-spacing: var(--submenu-letter-spacing);  font-style: var(--submenu-font-style);  text-transform: var(--submenu-text-transform);color: var(--submenu-primary-color);  margin-top: var(--submenu-margin-top);  margin-bottom: var(--submenu-margin-bottom);} .vcwb.vcwb-font-manager blockquote {  position: relative;  border: none;  }/* gfonts */  .vce-google-fonts-heading-link, .vce-google-fonts-heading-link:hover, .vce-google-fonts-heading-link:focus, .vce-google-fonts-heading-link:visited {  border: none !important;  text-decoration: inherit !important;  color: inherit !important;  background: inherit !important;  font-family: inherit !important;  font-size: inherit !important;  font-weight: inherit !important;  font-style: inherit !important;  letter-spacing: inherit !important;  line-height: inherit !important;  cursor: pointer !important; }  .vcwb-font-manager ul:not([class]):not([id]) {  list-style: none; } .vcwb-font-manager ul:not([class]):not([id]) > li {  margin-bottom: 0;  position: relative;  list-style: none;  line-height: var(--p-line-height);  border: none;  padding-left: calc(15px + var(--bullet-padding-left) + var(--bullet-width)); } .vcwb-font-manager ul:not([class]):not([id]) > li:not(:last-child) {  margin-bottom: var(--bullet-space); } .vcwb-font-manager ul:not([class]):not([id]) > li:before {  content: '';  position: absolute;  top: calc((var(--p-line-height) / 2) - (var(--bullet-height) / 2));  left: calc(5px + var(--bullet-padding-left));  margin: auto;  width: var(--bullet-width);  height: var(--bullet-height);  background-color: var(--bullet-color);  border-radius: var(--bullet-radius); } .vcwb-font-manager .vce-woocommerce-wrapper ul > li{padding:0;line-height:initial;} .vcwb-font-manager .vce-woocommerce-wrapper ul > li:before {display:none}  
</style>
<link rel='stylesheet' id='vcv:fontManager:font:Oswald:600,700,400-css' href='https://fonts.googleapis.com/css?family=Oswald%3A600%2C700%2C400&#038;ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:fontManager:font:Lato:400-css' href='https://fonts.googleapis.com/css?family=Lato%3A400&#038;ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:fontManager:font:Roboto:500italic-css' href='https://fonts.googleapis.com/css?family=Roboto%3A500italic&#038;ver=6.7.1' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:fontManager:font:Montserrat:700normal-css' href='https://fonts.googleapis.com/css?family=Montserrat%3A700normal&#038;ver=6.7.1' type='text/css' media='all' />
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://mybrio.org/wp-includes/css/dist/block-library/style.css?ver=6.7.1' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/**
 * These rules are needed for backwards compatibility.
 * They should match the button element rules in the base theme.json file.
 */
.wp-block-button__link {
	color: #ffffff;
	background-color: #32373c;
	border-radius: 9999px; /* 100% causes an oval, but any explicit but really high value retains the pill shape. */

	/* This needs a low specificity so it won't override the rules from the button element if defined in theme.json. */
	box-shadow: none;
	text-decoration: none;

	/* The extra 2px are added to size solids the same as the outline versions.*/
	padding: calc(0.667em + 2px) calc(1.333em + 2px);

	font-size: 1.125em;
}

.wp-block-file__button {
	background: #32373c;
	color: #ffffff;
	text-decoration: none;
}

</style>
<style id='global-styles-inline-css' type='text/css'>
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='vcv:assets:source:styles:assetslibraryimagefilterdistimagefilterbundlecss-css' href='https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/imageFilter/dist/imageFilter.bundle.css?ver=45.6.0-5459' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:assets:source:styles:assetslibraryparallaxbackgrounddistparallaxbackgroundbundlecss-css' href='https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/parallaxBackground/dist/parallaxBackground.bundle.css?ver=45.6.0-5459' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:assets:source:styles:assetslibrarybackgroundsimpledistbackgroundsimplebundlecss-css' href='https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/backgroundSimple/dist/backgroundSimple.bundle.css?ver=45.6.0-5459' type='text/css' media='all' />
<link rel='stylesheet' id='vcv:assets:source:styles:sharedlibrariesiconpickerdistsocialiconsbundlecss-css' href='https://mybrio.org/wp-content/uploads/visualcomposer-assets/sharedLibraries/iconpicker/dist/socialicons.bundle.css?ver=0-5459' type='text/css' media='all' />
<style id='vcv:assets:front:style:5459-inline-css' type='text/css'>
a.vce-single-image-inner{color:transparent}a.vce-single-image-inner,a.vce-single-image-inner:focus,a.vce-single-image-inner:hover{border-bottom:0;box-shadow:none;text-decoration:none}.vce-single-image-inner{line-height:1;position:relative}.vce-single-image-inner,.vce-single-image-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-single-image-wrapper{overflow:hidden}.vce-single-image-wrapper img{max-width:100%;vertical-align:top}.vce-single-image--border-rounded{border-radius:5px;overflow:hidden}.vce-single-image--border-round{border-radius:50%;overflow:hidden}.vce-single-image--align-center{text-align:center}.vce-single-image--align-right{text-align:right}.vce-single-image--align-left{text-align:left}.vce-single-image-wrapper figure{margin:0}.vce-single-image-wrapper figcaption{font-style:italic;margin-top:10px}.vce-single-image-wrapper figcaption[hidden]{display:none}.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size=true]){height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.vce-single-image-container .vce-single-image-inner .vce-single-image{box-shadow:none}.vce-single-image-figure-inner{display:inline-block;max-width:100%}.vce-copyright{display:block;width:100%}.vce-copyright--align-left{text-align:left}.vce-copyright--align-center{text-align:center}.vce-copyright--align-right{text-align:right}.vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:"";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}.vce-section{width:100%}.vce-section-inner{display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-flow:column nowrap;-webkit-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;transition:box-shadow .2s;vertical-align:top}.vce-section-full-height{min-height:100vh}.vce-section-content--top{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.vce-section-content--middle{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.vce-section-content--bottom{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.vce-section[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-section-inner[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-section-inner[data-vce-stretch-content=true].vce-section-no-paddings{padding-left:0;padding-right:0}.vce-section-inner.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}@media (min-width:0) and (max-width:543px){.vce-section-inner.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:544px) and (max-width:767px){.vce-section-inner.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:768px) and (max-width:991px){.vce-section-inner.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:992px) and (max-width:1199px){.vce-section-inner.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}@media (min-width:1200px){.vce-section-inner.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-section-inner.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}}.vce-mono-social-icons{overflow:hidden}.vce-mono-social-icons .vce-mono-social-icons-inner{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.vce-mono-social-icons .vce-mono-social-icons-inner .vce-mono-social-icons-profile-icon{-ms-flex-pack:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;height:2.9em;-webkit-justify-content:center;justify-content:center;position:relative;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;width:2.9em}.vce-mono-social-icons .vce-mono-social-icons-inner .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons .vce-mono-social-icons-inner .vce-mono-social-icons-profile-icon span{-ms-flex-pack:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;display:-webkit-flex;display:-ms-flexbox;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;transition:color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;width:100%;z-index:10}.vce-mono-social-icons .vce-mono-social-icons-inner .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons .vce-mono-social-icons-inner .vce-mono-social-icons-profile-icon a:focus,.vce-mono-social-icons .vce-mono-social-icons-inner .vce-mono-social-icons-profile-icon a:hover{box-shadow:none;text-decoration:none}.vce-mono-social-icons--size-tiny .vce-mono-social-icons-profile-icon{font-size:18px !important}.vce-mono-social-icons--size-small .vce-mono-social-icons-profile-icon{font-size:24px !important}.vce-mono-social-icons--size-medium .vce-mono-social-icons-profile-icon{font-size:32px !important}.vce-mono-social-icons--size-large .vce-mono-social-icons-profile-icon{font-size:48px !important}.vce-mono-social-icons--style-filled-circle,.vce-mono-social-icons--style-filled-diamond,.vce-mono-social-icons--style-filled-hexagon,.vce-mono-social-icons--style-filled-rounded,.vce-mono-social-icons--style-filled-square{border:none}.vce-mono-social-icons--style-filled-circle .vce-mono-social-icons-profile-icon{border-radius:50%}.vce-mono-social-icons--style-filled-rounded .vce-mono-social-icons-profile-icon{border-radius:10px}.vce-mono-social-icons--style-filled-diamond.vce-mono-social-icons--size-tiny .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-diamond.vce-mono-social-icons--size-tiny .vce-mono-social-icons-profile-icon{padding:7px}.vce-mono-social-icons--style-filled-diamond.vce-mono-social-icons--size-small .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-diamond.vce-mono-social-icons--size-small .vce-mono-social-icons-profile-icon{padding:10px}.vce-mono-social-icons--style-filled-diamond.vce-mono-social-icons--size-medium .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-diamond.vce-mono-social-icons--size-medium .vce-mono-social-icons-profile-icon{padding:13px}.vce-mono-social-icons--style-filled-diamond.vce-mono-social-icons--size-large .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-diamond.vce-mono-social-icons--size-large .vce-mono-social-icons-profile-icon{padding:20px}.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon span,.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon span{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center}.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon a:before,.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon span:before,.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon a:before,.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon span:before{display:block;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vce-mono-social-icons-profile-icon{position:relative}.vce-mono-social-icons-profile-icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:fill .2s ease-in-out,stroke .2s ease-in-out;width:2.9em;z-index:1}.vce-mono-social-icons-profile-icon svg path{transition:none}.vce-mono-social-icons--style-filled-hexagon .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-hexagon .vce-mono-social-icons-profile-icon{height:3.1em;width:3.1em}.vce-mono-social-icons--style-filled-hexagon .vce-mono-social-icons-profile-icon svg,.vce-mono-social-icons--style-outlined-hexagon .vce-mono-social-icons-profile-icon svg{display:block;height:3.1em;width:3.1em}.vce-mono-social-icons--style-outlined-hexagon .vce-mono-social-icons-profile-icon svg:after{border:none}.vce-mono-social-icons--style-outlined-circle,.vce-mono-social-icons--style-outlined-diamond,.vce-mono-social-icons--style-outlined-rounded,.vce-mono-social-icons--style-outlined-square{background-color:transparent}.vce-mono-social-icons--style-outlined-circle .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon span,.vce-mono-social-icons--style-outlined-rounded .vce-mono-social-icons-profile-icon,.vce-mono-social-icons--style-outlined-square .vce-mono-social-icons-profile-icon{border-style:solid;border-width:2px}.vce-mono-social-icons--style-outlined-circle .vce-mono-social-icons-profile-icon{border-radius:50%}.vce-mono-social-icons--style-outlined-rounded .vce-mono-social-icons-profile-icon{border-radius:10px}.vce-mono-social-icons--style-outlined-hexagon .vce-mono-social-icons-profile-icon:after{border:none}.vce-mono-social-icons--style-outlined-underlined .vce-mono-social-icons-profile-icon:after{bottom:0;content:"";height:2px;left:0;position:absolute;right:0}.vce-mono-social-icons--alignment-left .vce-mono-social-icons-inner{-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.vce-mono-social-icons--alignment-center .vce-mono-social-icons-inner{-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center}.vce-mono-social-icons--alignment-right .vce-mono-social-icons-inner{-ms-flex-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}.vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon span{color:var(--iconColor)}.vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon:hover a,.vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon:hover span{color:var(--iconHoverColor)}.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-circle .vce-mono-social-icons-profile-icon,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon span,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-rounded .vce-mono-social-icons-profile-icon,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-square .vce-mono-social-icons-profile-icon,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-underlined .vce-mono-social-icons-profile-icon:after{background-color:var(--shapeColor)}.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-hexagon svg{fill:var(--shapeColor);background-color:transparent}.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-circle .vce-mono-social-icons-profile-icon,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon a,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon span,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-rounded .vce-mono-social-icons-profile-icon,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-square .vce-mono-social-icons-profile-icon{border-color:var(--shapeColor)}.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-hexagon svg{stroke:var(--shapeColor);fill:transparent;background-color:transparent}.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-circle .vce-mono-social-icons-profile-icon:hover,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon:hover a,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-diamond .vce-mono-social-icons-profile-icon:hover span,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-rounded .vce-mono-social-icons-profile-icon:hover,.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-square .vce-mono-social-icons-profile-icon:hover,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-underlined .vce-mono-social-icons-profile-icon:hover:after{background-color:var(--shapeColorHover)}.vce-mono-social-icons.vce.vce-mono-social-icons--style-filled-hexagon .vce-mono-social-icons-profile-icon:hover svg{fill:var(--shapeColorHover)}.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-circle .vce-mono-social-icons-profile-icon:hover,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon:hover a,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-diamond .vce-mono-social-icons-profile-icon:hover span,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-rounded .vce-mono-social-icons-profile-icon:hover,.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-square .vce-mono-social-icons-profile-icon:hover{border-color:var(--shapeColorHover)}.vce-mono-social-icons.vce.vce-mono-social-icons--style-outlined-hexagon .vce-mono-social-icons-profile-icon:hover svg{stroke:var(--shapeColorHover)}.vce-mono-social-icons.vce .vce-mono-social-icons-inner{margin-bottom:calc(var(--gapPx)*-1);margin-left:calc(var(--gapPx)*-1/2);margin-right:calc(var(--gapPx)*-1/2)}.vce-mono-social-icons.vce .vce-mono-social-icons-profile-icon{margin-bottom:var(--gapPx);margin-left:calc(var(--gapPx)/2);margin-right:calc(var(--gapPx)/2)}.vce-widgets-wrapper{min-height:30px;position:relative}.vce-widgets-wrapper[data-vcv-element]:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:999}.vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}.vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal}.vce-logo-widget{display:inline-block;max-width:100%;overflow:hidden;width:100%}.vce-logo-widget--align-left{text-align:left}.vce-logo-widget--align-center{text-align:center}.vce-logo-widget--align-right{text-align:right}.vce-logo-widget .custom-logo-link{box-shadow:none;display:inline-block;height:100%;padding-right:0}.vce-logo-widget .custom-logo-link img{box-shadow:none;height:100%}.vce-logo-widget img{box-shadow:none;max-width:100%}.vce-copyright--color-b-255-255-255{color:#fff !important}.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-right:0}.vce-row--col-gap-0>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:0}.rtl .vce-row--col-gap-0>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-left:0;margin-right:0}.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-4d70ac--fff:hover{background-color:#4d70ac;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:not(:hover){background-color:#557cbf;color:#fff}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-557cbf--fff:hover{background-color:#4d70ac;color:#fff}@media{#clone-el-15ed5741 [data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741 [data-vce-do-apply*=margin][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741[data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741[data-vce-do-apply*=margin][data-vce-do-apply*=el-15ed5741],#el-15ed5741 [data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#el-15ed5741 [data-vce-do-apply*=margin][data-vce-do-apply*=el-15ed5741],#el-15ed5741[data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#el-15ed5741[data-vce-do-apply*=margin][data-vce-do-apply*=el-15ed5741]{margin-bottom:0}#clone-el-15ed5741 [data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741 [data-vce-do-apply*=left-pad][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741 [data-vce-do-apply*=padding][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741[data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741[data-vce-do-apply*=left-pad][data-vce-do-apply*=el-15ed5741],#clone-el-15ed5741[data-vce-do-apply*=padding][data-vce-do-apply*=el-15ed5741],#el-15ed5741 [data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#el-15ed5741 [data-vce-do-apply*=left-pad][data-vce-do-apply*=el-15ed5741],#el-15ed5741 [data-vce-do-apply*=padding][data-vce-do-apply*=el-15ed5741],#el-15ed5741[data-vce-do-apply*=all][data-vce-do-apply*=el-15ed5741],#el-15ed5741[data-vce-do-apply*=left-pad][data-vce-do-apply*=el-15ed5741],#el-15ed5741[data-vce-do-apply*=padding][data-vce-do-apply*=el-15ed5741]{padding-left:10px}}@media{#clone-el-7da47923 [data-vce-do-apply*=all][data-vce-do-apply*=el-7da47923],#clone-el-7da47923 [data-vce-do-apply*=margin][data-vce-do-apply*=el-7da47923],#clone-el-7da47923[data-vce-do-apply*=all][data-vce-do-apply*=el-7da47923],#clone-el-7da47923[data-vce-do-apply*=margin][data-vce-do-apply*=el-7da47923],#el-7da47923 [data-vce-do-apply*=all][data-vce-do-apply*=el-7da47923],#el-7da47923 [data-vce-do-apply*=margin][data-vce-do-apply*=el-7da47923],#el-7da47923[data-vce-do-apply*=all][data-vce-do-apply*=el-7da47923],#el-7da47923[data-vce-do-apply*=margin][data-vce-do-apply*=el-7da47923]{margin-bottom:0}}@media all,print{.vce-row--col-gap-0[data-vce-do-apply*=e5484edb]>.vce-row-content>.vce-col--xs-hide-false{-webkit-flex:0;flex:0;-webkit-flex-basis:calc(NaN% - NaNpx);flex-basis:calc(NaN% - NaNpx);max-width:calc(NaN% - NaNpx)}} @media all,print{.vce-row--col-gap-0[data-vce-do-apply*=e5484edb]>.vce-row-content>.vce-col--xs-100p{-webkit-flex:0;flex:0;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}} @media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=e5484edb]>.vce-row-content>.vce-col--md-45p{-webkit-flex:0;flex:0;-webkit-flex-basis:45%;flex-basis:45%;max-width:45%}} @media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=e5484edb]>.vce-row-content>.vce-col--md-55p{-webkit-flex:0;flex:0;-webkit-flex-basis:55%;flex-basis:55%;max-width:55%}} #el-e5484edb [vce-box-shadow=el-e5484edb],#el-e5484edb[vce-box-shadow=el-e5484edb]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-e5484edb [vce-hover-box-shadow=el-e5484edb]:focus,#el-e5484edb [vce-hover-box-shadow=el-e5484edb]:hover,#el-e5484edb[vce-hover-box-shadow=el-e5484edb]:focus,#el-e5484edb[vce-hover-box-shadow=el-e5484edb]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb [data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container{border-radius:inherit}@media (min-width:1200px){#el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb [data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb]{padding-top:70px}} #el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb [data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container{border-radius:inherit}@media (min-width:992px) and (max-width:1199px){#el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb [data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb]{padding-top:70px}} #el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb [data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container{border-radius:inherit}@media (min-width:768px) and (max-width:991px){#el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb [data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb]{padding-top:70px}} #el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb [data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container{border-radius:inherit} #el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb [data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb] .vce-content-background-container,#el-e5484edb[data-vce-do-apply*=border][data-vce-do-apply*=el-e5484edb] .vce-content-background-container{border-radius:inherit}@media (max-width:543px){#el-e5484edb [data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb [data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=all][data-vce-do-apply*=el-e5484edb],#el-e5484edb[data-vce-do-apply*=padding][data-vce-do-apply*=el-e5484edb]{padding-top:70px}}#el-74474dc7 [data-vce-do-apply*=all][data-vce-do-apply*=el-74474dc7] .vce-content-background-container,#el-74474dc7 [data-vce-do-apply*=border][data-vce-do-apply*=el-74474dc7] .vce-content-background-container,#el-74474dc7[data-vce-do-apply*=all][data-vce-do-apply*=el-74474dc7] .vce-content-background-container,#el-74474dc7[data-vce-do-apply*=border][data-vce-do-apply*=el-74474dc7] .vce-content-background-container{border-radius:inherit}@media{#el-74474dc7 [data-vce-do-apply*=all][data-vce-do-apply*=el-74474dc7],#el-74474dc7 [data-vce-do-apply*=padding][data-vce-do-apply*=el-74474dc7],#el-74474dc7[data-vce-do-apply*=all][data-vce-do-apply*=el-74474dc7],#el-74474dc7[data-vce-do-apply*=padding][data-vce-do-apply*=el-74474dc7]{padding-top:10px}} @media{#el-74474dc7 [data-vce-do-apply*=all][data-vce-do-apply*=el-74474dc7],#el-74474dc7 [data-vce-do-apply*=background][data-vce-do-apply*=el-74474dc7],#el-74474dc7[data-vce-do-apply*=all][data-vce-do-apply*=el-74474dc7],#el-74474dc7[data-vce-do-apply*=background][data-vce-do-apply*=el-74474dc7]{background-color:#303245}} #el-74474dc7 [vce-box-shadow=el-74474dc7],#el-74474dc7[vce-box-shadow=el-74474dc7]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-74474dc7 [vce-hover-box-shadow=el-74474dc7]:focus,#el-74474dc7 [vce-hover-box-shadow=el-74474dc7]:hover,#el-74474dc7[vce-hover-box-shadow=el-74474dc7]:focus,#el-74474dc7[vce-hover-box-shadow=el-74474dc7]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-bbe5fea6 [data-vce-do-apply*=all][data-vce-do-apply*=el-bbe5fea6],#clone-el-bbe5fea6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-bbe5fea6],#clone-el-bbe5fea6[data-vce-do-apply*=all][data-vce-do-apply*=el-bbe5fea6],#clone-el-bbe5fea6[data-vce-do-apply*=margin][data-vce-do-apply*=el-bbe5fea6],#el-bbe5fea6 [data-vce-do-apply*=all][data-vce-do-apply*=el-bbe5fea6],#el-bbe5fea6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-bbe5fea6],#el-bbe5fea6[data-vce-do-apply*=all][data-vce-do-apply*=el-bbe5fea6],#el-bbe5fea6[data-vce-do-apply*=margin][data-vce-do-apply*=el-bbe5fea6]{margin-bottom:10px}}@media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=b1a12ea3]>.vce-row-content>.vce-col--md-28p{-webkit-flex:0;flex:0;-webkit-flex-basis:28%;flex-basis:28%;max-width:28%}} @media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=b1a12ea3]>.vce-row-content>.vce-col--md-72p{-webkit-flex:0;flex:0;-webkit-flex-basis:72%;flex-basis:72%;max-width:72%}} #el-b1a12ea3 [vce-box-shadow=el-b1a12ea3],#el-b1a12ea3[vce-box-shadow=el-b1a12ea3]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-b1a12ea3 [vce-hover-box-shadow=el-b1a12ea3]:focus,#el-b1a12ea3 [vce-hover-box-shadow=el-b1a12ea3]:hover,#el-b1a12ea3[vce-hover-box-shadow=el-b1a12ea3]:focus,#el-b1a12ea3[vce-hover-box-shadow=el-b1a12ea3]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-f59939d4 [data-vce-do-apply*=all][data-vce-do-apply*=el-f59939d4],#clone-el-f59939d4 [data-vce-do-apply*=margin][data-vce-do-apply*=el-f59939d4],#clone-el-f59939d4[data-vce-do-apply*=all][data-vce-do-apply*=el-f59939d4],#clone-el-f59939d4[data-vce-do-apply*=margin][data-vce-do-apply*=el-f59939d4],#el-f59939d4 [data-vce-do-apply*=all][data-vce-do-apply*=el-f59939d4],#el-f59939d4 [data-vce-do-apply*=margin][data-vce-do-apply*=el-f59939d4],#el-f59939d4[data-vce-do-apply*=all][data-vce-do-apply*=el-f59939d4],#el-f59939d4[data-vce-do-apply*=margin][data-vce-do-apply*=el-f59939d4]{margin-bottom:0}}@media{#clone-el-cbf85491 [data-vce-do-apply*=all][data-vce-do-apply*=el-cbf85491],#clone-el-cbf85491 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cbf85491],#clone-el-cbf85491[data-vce-do-apply*=all][data-vce-do-apply*=el-cbf85491],#clone-el-cbf85491[data-vce-do-apply*=margin][data-vce-do-apply*=el-cbf85491],#el-cbf85491 [data-vce-do-apply*=all][data-vce-do-apply*=el-cbf85491],#el-cbf85491 [data-vce-do-apply*=margin][data-vce-do-apply*=el-cbf85491],#el-cbf85491[data-vce-do-apply*=all][data-vce-do-apply*=el-cbf85491],#el-cbf85491[data-vce-do-apply*=margin][data-vce-do-apply*=el-cbf85491]{margin-bottom:0;margin-top:10px}}#el-117a5b1c [vce-box-shadow=el-117a5b1c],#el-117a5b1c[vce-box-shadow=el-117a5b1c]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-117a5b1c [vce-hover-box-shadow=el-117a5b1c]:focus,#el-117a5b1c [vce-hover-box-shadow=el-117a5b1c]:hover,#el-117a5b1c[vce-hover-box-shadow=el-117a5b1c]:focus,#el-117a5b1c[vce-hover-box-shadow=el-117a5b1c]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media (max-width:543px){#clone-el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3]{margin-left:30px;margin-right:30px}} @media (min-width:544px) and (max-width:767px){#clone-el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3]{margin-left:30px;margin-right:30px}} @media (min-width:768px) and (max-width:991px){#clone-el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3]{margin-right:30px}} @media (min-width:992px) and (max-width:1199px){#clone-el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3]{margin-right:30px}} @media (min-width:1200px){#clone-el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#clone-el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=all][data-vce-do-apply*=el-5de304f3],#el-5de304f3[data-vce-do-apply*=margin][data-vce-do-apply*=el-5de304f3]{margin-right:30px}}@media (max-width:543px){#clone-el-156faa64 [data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#clone-el-156faa64 [data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64]{margin-left:30px;margin-right:30px}#clone-el-156faa64 [data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#clone-el-156faa64 [data-vce-do-apply*=padding][data-vce-do-apply*=el-156faa64],#clone-el-156faa64 [data-vce-do-apply*=right-pad][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=padding][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=right-pad][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=padding][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=right-pad][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=padding][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=right-pad][data-vce-do-apply*=el-156faa64]{padding-right:30px}} @media (min-width:544px) and (max-width:767px){#clone-el-156faa64 [data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#clone-el-156faa64 [data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#clone-el-156faa64[data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#el-156faa64 [data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=all][data-vce-do-apply*=el-156faa64],#el-156faa64[data-vce-do-apply*=margin][data-vce-do-apply*=el-156faa64]{margin-left:30px;margin-right:30px}}#el-b106d45b [data-vce-do-apply*=all][data-vce-do-apply*=el-b106d45b] .vce-content-background-container,#el-b106d45b [data-vce-do-apply*=border][data-vce-do-apply*=el-b106d45b] .vce-content-background-container,#el-b106d45b[data-vce-do-apply*=all][data-vce-do-apply*=el-b106d45b] .vce-content-background-container,#el-b106d45b[data-vce-do-apply*=border][data-vce-do-apply*=el-b106d45b] .vce-content-background-container{border-radius:inherit}@media{#el-b106d45b [data-vce-do-apply*=all][data-vce-do-apply*=el-b106d45b],#el-b106d45b [data-vce-do-apply*=left-pad][data-vce-do-apply*=el-b106d45b],#el-b106d45b [data-vce-do-apply*=padding][data-vce-do-apply*=el-b106d45b],#el-b106d45b[data-vce-do-apply*=all][data-vce-do-apply*=el-b106d45b],#el-b106d45b[data-vce-do-apply*=left-pad][data-vce-do-apply*=el-b106d45b],#el-b106d45b[data-vce-do-apply*=padding][data-vce-do-apply*=el-b106d45b]{padding-left:30px}} #el-b106d45b [vce-box-shadow=el-b106d45b],#el-b106d45b[vce-box-shadow=el-b106d45b]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-b106d45b [vce-hover-box-shadow=el-b106d45b]:focus,#el-b106d45b [vce-hover-box-shadow=el-b106d45b]:hover,#el-b106d45b[vce-hover-box-shadow=el-b106d45b]:focus,#el-b106d45b[vce-hover-box-shadow=el-b106d45b]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-a5ea9e62 [data-vce-do-apply*=all][data-vce-do-apply*=el-a5ea9e62],#clone-el-a5ea9e62 [data-vce-do-apply*=margin][data-vce-do-apply*=el-a5ea9e62],#clone-el-a5ea9e62[data-vce-do-apply*=all][data-vce-do-apply*=el-a5ea9e62],#clone-el-a5ea9e62[data-vce-do-apply*=margin][data-vce-do-apply*=el-a5ea9e62],#el-a5ea9e62 [data-vce-do-apply*=all][data-vce-do-apply*=el-a5ea9e62],#el-a5ea9e62 [data-vce-do-apply*=margin][data-vce-do-apply*=el-a5ea9e62],#el-a5ea9e62[data-vce-do-apply*=all][data-vce-do-apply*=el-a5ea9e62],#el-a5ea9e62[data-vce-do-apply*=margin][data-vce-do-apply*=el-a5ea9e62]{margin-bottom:0}}@media all,print{.vce-row--col-gap-0[data-vce-do-apply*="61f91b40"]>.vce-row-content>.vce-col--xs-100p{-webkit-flex:0;flex:0;-webkit-flex-basis:100%;flex-basis:100%;max-width:100%}} @media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*="61f91b40"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} @media all and (min-width:1200px),print{.vce-row--col-gap-0[data-vce-do-apply*="61f91b40"]>.vce-row-content>.vce-col--xl-41p{-webkit-flex:0;flex:0;-webkit-flex-basis:41%;flex-basis:41%;max-width:41%}} @media all and (min-width:1200px),print{.vce-row--col-gap-0[data-vce-do-apply*="61f91b40"]>.vce-row-content>.vce-col--xl-25p{-webkit-flex:0;flex:0;-webkit-flex-basis:25%;flex-basis:25%;max-width:25%}} @media all and (min-width:1200px),print{.vce-row--col-gap-0[data-vce-do-apply*="61f91b40"]>.vce-row-content>.vce-col--xl-14p{-webkit-flex:0;flex:0;-webkit-flex-basis:14%;flex-basis:14%;max-width:14%}} @media all and (min-width:1200px),print{.vce-row--col-gap-0[data-vce-do-apply*="61f91b40"]>.vce-row-content>.vce-col--xl-20p{-webkit-flex:0;flex:0;-webkit-flex-basis:20%;flex-basis:20%;max-width:20%}} #el-61f91b40 [vce-box-shadow=el-61f91b40],#el-61f91b40[vce-box-shadow=el-61f91b40]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-61f91b40 [vce-hover-box-shadow=el-61f91b40]:focus,#el-61f91b40 [vce-hover-box-shadow=el-61f91b40]:hover,#el-61f91b40[vce-hover-box-shadow=el-61f91b40]:focus,#el-61f91b40[vce-hover-box-shadow=el-61f91b40]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}#el-5c09f9a4 [vce-box-shadow=el-5c09f9a4],#el-5c09f9a4[vce-box-shadow=el-5c09f9a4]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-5c09f9a4 [vce-hover-box-shadow=el-5c09f9a4]:focus,#el-5c09f9a4 [vce-hover-box-shadow=el-5c09f9a4]:hover,#el-5c09f9a4[vce-hover-box-shadow=el-5c09f9a4]:focus,#el-5c09f9a4[vce-hover-box-shadow=el-5c09f9a4]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}#el-e92e6261 [vce-box-shadow=el-e92e6261],#el-e92e6261[vce-box-shadow=el-e92e6261]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-e92e6261 [vce-hover-box-shadow=el-e92e6261]:focus,#el-e92e6261 [vce-hover-box-shadow=el-e92e6261]:hover,#el-e92e6261[vce-hover-box-shadow=el-e92e6261]:focus,#el-e92e6261[vce-hover-box-shadow=el-e92e6261]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}.adrs-hrzt-ftr{color:#fff!important}@media (max-width:39.9375em){.ftr-top{background-color:hsla(0,0%,100%,.7)}}.cpyrght{font-size:.85em !important}@media (max-width:63.9375em){.ftr-top{padding-right:30px}}@media (min-width:63.9375em){.ftr-top{padding-right:200px}}@media (min-width:93.9375em){.ftr-top{padding-right:300px}}@media (max-width:63.9375em){.ftr-btn{margin-left:30px}}@media(max-width:109px){#el-e5484edb{padding-top:290px}}h4 a{color:#94b560 !important}.ftr-icons{display:inline} #el-f59939d4 a{font-size:.8rem!important;padding:0 8px}
</style>
<link rel='stylesheet' id='vcv:assets:source:styles:sharedlibrariesiconpickerdistfeatherbundlecss-css' href='https://mybrio.org/wp-content/uploads/visualcomposer-assets/sharedLibraries/iconpicker/dist/feather.bundle.css?ver=0-16' type='text/css' media='all' />
<style id='vcv:assets:front:style:16-inline-css' type='text/css'>
.vce{margin-bottom:30px}.vce-row-container{width:100%}.vce-row{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;position:relative;transition:box-shadow .2s}.vce-row,.vce-row-content>.vce-col:last-child{margin-right:0}.vce-row-full-height{min-height:100vh}.vce-row-content{-ms-flex-pack:start;-ms-flex-line-pack:start;-ms-flex-align:start;align-content:flex-start;align-items:flex-start;display:-ms-flexbox;display:flex;-ms-flex:1 1 auto;flex:1 1 auto;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;min-height:1em;position:relative}.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;-ms-flex-align:end;align-content:flex-end;align-items:flex-end;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}.vce-row-columns--top>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--top.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--middle>.vce-row-content{-ms-flex-line-pack:center;align-content:center}.vce-row-columns--bottom>.vce-row-content{-ms-flex-line-pack:end;align-content:flex-end}.vce-row-columns--bottom.vce-row-wrap--reverse>.vce-row-content{-ms-flex-line-pack:start;align-content:flex-start}.vce-row-columns--bottom>.vce-row-content:after,.vce-row-columns--middle>.vce-row-content:after,.vce-row-columns--top>.vce-row-content:after{content:"";display:block;height:0;overflow:hidden;visibility:hidden;width:100%}.vce-row-content--middle>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center}.vce-row-content--bottom>.vce-row-content>.vce-col>.vce-col-inner{-ms-flex-pack:end;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:flex-end}.vce-row-equal-height>.vce-row-content{-ms-flex-align:stretch;align-items:stretch}.vce-row-columns--stretch>.vce-row-content{-ms-flex-line-pack:stretch;-ms-flex-align:stretch;align-content:stretch;align-items:stretch}.vce-row[data-vce-full-width=true]{box-sizing:border-box;position:relative}.vce-row[data-vce-stretch-content=true]{padding-left:30px;padding-right:30px}.vce-row[data-vce-stretch-content=true].vce-row-no-paddings{padding-left:0;padding-right:0}.vce-row.vce-element--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--all-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--all-last{margin-left:0}@media (min-width:0) and (max-width:543px){.vce-row.vce-element--xs--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xs--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--has-col-background,.vce-row.vce-element--xs--has-background.vce-row--xs--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xs-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xs-last{margin-left:0}}@media (min-width:544px) and (max-width:767px){.vce-row.vce-element--sm--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--sm--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--has-col-background,.vce-row.vce-element--sm--has-background.vce-row--sm--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--sm-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--sm-last{margin-left:0}}@media (min-width:768px) and (max-width:991px){.vce-row.vce-element--md--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--md--has-col-background,.vce-row.vce-element--md--has-background.vce-row--has-col-background,.vce-row.vce-element--md--has-background.vce-row--md--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--md-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--md-last{margin-left:0}}@media (min-width:992px) and (max-width:1199px){.vce-row.vce-element--lg--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--lg--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--has-col-background,.vce-row.vce-element--lg--has-background.vce-row--lg--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--lg-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--lg-last{margin-left:0}}@media (min-width:1200px){.vce-row.vce-element--xl--has-background{padding-left:30px;padding-right:30px;padding-top:30px}.vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]){padding-left:0;padding-right:0}.vce-row.vce-element--has-background.vce-row--xl--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--has-col-background,.vce-row.vce-element--xl--has-background.vce-row--xl--has-col-background{padding-bottom:30px}.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-right:0}.rtl .vce-row>.vce-row-content>.vce-col.vce-col--xl-last,.rtl.vce-row>.vce-row-content>.vce-col.vce-col--xl-last{margin-left:0}}.vce-col{box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;min-width:1em;position:relative}.vce-col--auto{-ms-flex-preferred-size:auto;-ms-flex:1;flex:1;flex-basis:auto}.vce-col-content,.vce-col-inner{overflow-wrap:break-word;position:relative;transition:box-shadow .2s}.vce-col-inner{width:100%}.vce-col-direction--rtl{direction:rtl}.vce-element--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}.vce-col.vce-col--all-hide{display:none}@media (min-width:0),print{.vce-col--xs-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xs-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xs-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xs-hide{display:none}}.vce-row-container>.vce-row>.vce-row-content>.vce-col>.vce-col-inner{padding:0}@media (min-width:544px),print{.vce-col--sm-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--sm-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--sm-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--sm-hide{display:none}}@media (min-width:768px),print{.vce-col--md-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--md-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--md-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--md-hide{display:none}}@media print,screen and (min-width:992px){.vce-col--lg-auto{-ms-flex:1 1 0;flex:1 1 0;width:1px}.vce-col--lg-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--lg-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--lg-hide{display:none}}@media (min-width:1200px),print{.vce-col--xl-auto{-ms-flex:1 1 0;flex:1 1 0;width:auto}.vce-col--xl-1{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.vce-col.vce-col--xl-visible{display:-ms-flexbox;display:flex}.vce-col.vce-col--xl-hide{display:none}}@media (min-width:0) and (max-width:543px){.vce-element--xs--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:544px) and (max-width:767px){.vce-element--sm--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:768px) and (max-width:991px){.vce-element--md--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:992px) and (max-width:1199px){.vce-element--lg--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}@media (min-width:1200px){.vce-element--xl--has-background>.vce-col-inner>.vce-col-content{padding-left:30px;padding-right:30px;padding-top:30px}}.vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:"";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px !important}.vce-features--size-small{font-size:24px !important}.vce-features--size-medium{font-size:32px !important}.vce-features--size-large{font-size:48px !important}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em !important}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em !important}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)}.vce-slider-revolution--align-left{text-align:left}.vce-slider-revolution--align-center{text-align:center}.vce-slider-revolution--align-right{text-align:right}.vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal} .vce-flip-box-container,.vce-flip-box-container *{box-sizing:border-box}.vce-flip-box-container.vce-flip-box-shape--rounded .vce-flip-box-back,.vce-flip-box-container.vce-flip-box-shape--rounded .vce-flip-box-front{border-radius:10px}.vce-flip-box-container.vce-flip-box-shape--round .vce-flip-box-back,.vce-flip-box-container.vce-flip-box-shape--round .vce-flip-box-front{border-radius:4em}.vce-flip-box-container.vce-flip-box-align--center{text-align:center}.vce-flip-box-container.vce-flip-box-align--right{text-align:right}.vce-flip-box-container.vce-flip-box-align--left{text-align:left}.vce-flip-box-container.vce-flip-box-title-align--center .vce-flip-box-front{text-align:center}.vce-flip-box-container.vce-flip-box-title-align--right .vce-flip-box-front{text-align:right}.vce-flip-box-container.vce-flip-box-title-align--left .vce-flip-box-front{text-align:left}.vce-flip-box-container.vce-flip-box-hover-title-align--center .vce-flip-box-back h2{text-align:center}.vce-flip-box-container.vce-flip-box-hover-title-align--right .vce-flip-box-back h2{text-align:right}.vce-flip-box-container.vce-flip-box-hover-title-align--left .vce-flip-box-back h2{text-align:left}.vce-flip-box{display:inline-block;max-width:100%;position:relative;text-align:center;width:100%}.vce-flip-box a,.vce-flip-box button{will-change:auto}.vce-flip-box h2,.vce-flip-box p{font-family:Helvetica Neue,Helvetica,Arial,sans-serif !important}.vce-flip-box h2{font-size:30px !important}.vce-flip-box-front h2{margin:0}.vce-flip-box-back h2{margin-bottom:20px}.vce-flip-box p{font-size:14px !important}.vce-flip-box-inner{display:inline-block;width:100%}.vce-flip-box-back,.vce-flip-box-front{-ms-flex-pack:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;height:100%;-webkit-justify-content:center;justify-content:center;left:0;position:absolute;top:0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:100%}.vce-flip-box-back-inner,.vce-flip-box-front-inner{-ms-flex-negative:0;-webkit-flex-shrink:0;flex-shrink:0;padding:70px 20px}.vce-flip-box-back-description{margin-bottom:20px}.vce-flip-box-front{background-position:50%;background-size:cover;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.vce-flip-box-back .vce{margin-bottom:0}.vce-flip-box:focus .vce-flip-box-front,.vce-flip-box:hover .vce-flip-box-front{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.vce-flip-box:focus .vce-flip-box-back,.vce-flip-box:hover .vce-flip-box-back{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box-front{-webkit-transform:rotateY(180deg);transform:rotateY(180deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box-back,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:focus .vce-flip-box-front,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:hover .vce-flip-box-front{-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:focus .vce-flip-box-back,.vce-flip-box-container.vce-flip-box--reverse .vce-flip-box:hover .vce-flip-box-back{-webkit-transform:rotateY(-180deg);transform:rotateY(-180deg)}.rtl .vce-flip-box,.rtl.vce-flip-box,[dir=rlt] .vce-flip-box,[dir=rlt].vce-flip-box{direction:rtl;unicode-bidi:embed}.ltr .vce-flip-box,.ltr.vce-flip-box,[dir=ltr] .vce-flip-box,[dir=ltr].vce-flip-box{direction:ltr;unicode-bidi:normal}.vce-features{--iconColor:#fff;--iconColorHover:#fff;--shapeColor:#3cb878;--shapeColorHover:#3cb878;--linkColorHover:#36a56b;--iconAlignment:left;display:block;text-align:var(--iconAlignment)}.vce-features a{border:none;box-shadow:none;outline:none;text-decoration:none}.vce-features--icon,.vce-features-icon-wrapper{display:inline-block}.vce-features--icon{height:2.9em;position:relative;vertical-align:top;width:2.9em}.vce-features--icon .vce-icon-container{z-index:2}.vce-features--icon .vce-icon-container,.vce-features--icon .vce-icon-container:before{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-features--icon .vce-icon-container:hover{text-decoration:none}.vce-features--icon svg{display:none;height:2.9em;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:inherit;width:2.9em;z-index:1}.vce-features--style-none .vce-features--icon{margin-bottom:-.85em}.vce-features--style-filled-circle,.vce-features--style-filled-diamond,.vce-features--style-filled-hexagon,.vce-features--style-filled-rounded,.vce-features--style-filled-square{border:none}.vce-features--style-filled-circle .vce-features--icon{border-radius:50%}.vce-features--style-filled-rounded .vce-features--icon{border-radius:10px}.vce-features--style-filled-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-filled-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-filled-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-filled-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--style-outlined-circle,.vce-features--style-outlined-diamond,.vce-features--style-outlined-rounded,.vce-features--style-outlined-square{background-color:transparent}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-style:solid;border-width:3px}.vce-features--style-outlined-circle .vce-features--icon{border-radius:50%}.vce-features--style-outlined-rounded .vce-features--icon{border-radius:10px}.vce-features--style-outlined-hexagon .vce-features--icon{height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg{display:block;height:3.1em;width:3.1em}.vce-features--style-outlined-hexagon .vce-features--icon svg:after{border:none}.vce-features--style-outlined-underlined .vce-features--icon:after{bottom:0;content:"";height:5px;left:0;position:absolute;width:2.9em}.vce-features--style-outlined-diamond .vce-features--icon{height:2.1em;margin:.43299em;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:center center;transform-origin:center center;width:2.1em}.vce-features--style-outlined-diamond .vce-features--icon span{height:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:0}.vce-features--size-tiny{font-size:18px !important}.vce-features--size-small{font-size:24px !important}.vce-features--size-medium{font-size:32px !important}.vce-features--size-large{font-size:48px !important}.rtl .vce-features,.rtl.vce-features,[dir=rtl] .vce-features,[dir=rtl].vce-features{direction:rtl;unicode-bidi:embed}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}@supports (-ms-accelerator:true){.rtl .vce-features .vce-features--icon svg,.rtl.vce-features .vce-features--icon svg,[dir=rtl] .vce-features .vce-features--icon svg,[dir=rtl].vce-features .vce-features--icon svg{right:50%}}.ltr .vce-features,.ltr.vce-features,[dir=ltr] .vce-features,[dir=ltr].vce-features{direction:ltr;unicode-bidi:normal}.vce-features--icon .fa:before{height:.9em;line-height:.9em}.vce-features--icon .typcn:before{font-size:1.3em !important}.vce-features--icon .vcv-ui-icon-material:before{font-size:1.2em;line-height:.95em}.vce-features--icon .vcv-ui-icon-openiconic:before{height:.9em}.vce-features--icon .vcv-ui-icon-monosocial:before{font-size:2em !important}.vce-var-icon .vce-icon .vce-icon-container{color:var(--iconColor);transition:color .2s ease-in-out}.vce-features--style-filled-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-filled-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-none .vce-icon-container:hover,.vce-features--style-outlined-circle .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-diamond .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-hexagon .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-rounded .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-square .vce-features--icon:hover .vce-icon-container,.vce-features--style-outlined-underlined .vce-features--icon:hover .vce-icon-container{color:var(--iconColorHover)}.vce-features--style-filled-circle .vce-features--icon,.vce-features--style-filled-diamond .vce-features--icon,.vce-features--style-filled-rounded .vce-features--icon,.vce-features--style-filled-square .vce-features--icon{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-filled-circle a.vce-features--icon:hover,.vce-features--style-filled-diamond a.vce-features--icon:hover,.vce-features--style-filled-rounded a.vce-features--icon:hover,.vce-features--style-filled-square a.vce-features--icon:hover{background-color:var(--linkColorHover)}.vce-features--style-filled-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-filled-hexagon .vce-features--icon svg{fill:var(--shapeColor);transition:fill .2s ease-in-out}.vce-features--style-filled-hexagon a.vce-features--icon:hover svg{fill:var(--linkColorHover)}.vce-features--style-outlined-circle .vce-features--icon,.vce-features--style-outlined-diamond .vce-features--icon,.vce-features--style-outlined-rounded .vce-features--icon,.vce-features--style-outlined-square .vce-features--icon{border-color:var(--shapeColor);transition:border-color .2s ease-in-out}.vce-features--style-outlined-circle a.vce-features--icon:hover,.vce-features--style-outlined-diamond a.vce-features--icon:hover,.vce-features--style-outlined-rounded a.vce-features--icon:hover,.vce-features--style-outlined-square a.vce-features--icon:hover{border-color:var(--linkColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon{background-color:transparent}.vce-features--style-outlined-hexagon .vce-features--icon svg{stroke:var(--shapeColor);fill:transparent;transition:stroke .2s ease-in-out}.vce-features--style-outlined-hexagon a.vce-features--icon:hover svg{stroke:var(--linkColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:after{background-color:var(--shapeColor);transition:background-color .2s ease-in-out}.vce-features--style-outlined-underlined a.vce-features--icon:hover:after{background-color:var(--linkColorHover)}.vce-features--style-filled-circle .vce-features--icon:hover,.vce-features--style-filled-diamond .vce-features--icon:hover,.vce-features--style-filled-rounded .vce-features--icon:hover,.vce-features--style-filled-square .vce-features--icon:hover{background-color:var(--shapeColorHover)}.vce-features--style-filled-hexagon .vce-features--icon:hover svg{fill:var(--shapeColorHover)}.vce-features--style-outlined-circle .vce-features--icon:hover,.vce-features--style-outlined-diamond .vce-features--icon:hover,.vce-features--style-outlined-rounded .vce-features--icon:hover,.vce-features--style-outlined-square .vce-features--icon:hover{border-color:var(--shapeColorHover)}.vce-features--style-outlined-hexagon .vce-features--icon:hover svg{stroke:var(--shapeColorHover)}.vce-features--style-outlined-underlined .vce-features--icon:hover:after{background-color:var(--shapeColorHover)} .vce-video-popup{overflow:hidden}.vce-video-popup-wrapper{max-width:100%;overflow:hidden;position:relative;transition:unset}.vce-video-popup-wrapper .vce-video-popup-video{margin:0;object-fit:contain;width:100%}.vce-video-popup-inner{position:relative}.vce-popup-hidden{bottom:0;height:1px;left:0;opacity:0;position:absolute;visibility:hidden;width:1px;z-index:-1}.vce-video-popup-inner .vce-features--style-none .vce-features--icon{margin:0}[data-vcv-element-disabled=true] .vce-video-popup-inner:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:999}.vce-video-popup-iframe{margin:0}.vce-video-popup-iframe,.vce-video-popup-wrapper .vce-video-popup-button-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.vce-video-popup-wrapper .vce-video-popup-button{cursor:pointer;left:0;margin:0 auto;opacity:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .2s ease}.vce-video-popup-wrapper .vce-video-popup-button.vce-video-popup-button--play[data-vcv-video-player-controls-visible=true]{opacity:1}.vce-video-popup-wrapper:not([data-vcv-video-player-playing=true]) .vce-video-popup-button.vce-video-popup-button--play{transition:none}.vce-video-popup-wrapper .vce-video-popup-button-wrapper:hover .vce-video-popup-button--pause[data-vcv-video-player-controls-visible=true]{opacity:1}.vce-video-popup-wrapper .vce-video-popup-controls-wrapper{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%}.vce-video-popup-wrapper .vce-video-popup-controls-wrapper[data-vcv-video-player-controls-active=true]{opacity:1}.vce-video-popup-wrapper .vce-video-popup-controls-inner{border-radius:5px;bottom:10px;height:40px;left:12px;padding:0;position:absolute;text-align:left;width:calc(100% - 24px);z-index:11}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause{cursor:pointer;display:none;height:100%;position:absolute;top:0;width:100%;z-index:10}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause .vce-features{opacity:0;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .2s ease}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause .vce-features .vce{margin-bottom:0}.vce-video-popup-wrapper .vce-video-popup-fullscreen-pause:hover .vce-features{opacity:1}.vce-video-popup-wrapper .vce-video-popup-fullscreen-play{cursor:pointer;display:block;height:100%;max-width:100%;position:relative;width:auto;z-index:10}.vce-video-popup-wrapper .vce-video-popup-fullscreen-play .vce-features{opacity:1;position:relative;transition:opacity .2s ease}.vce-video-popup-wrapper .vce-video-popup-fullscreen-play .vce-features .vce{margin-bottom:0}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-fullscreen-play{display:none}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-fullscreen-pause{display:block}.vce-video-popup-wrapper .vce-video-popup-close-button{cursor:pointer;display:none;height:25px;position:absolute;right:5%;top:10%;width:25px;z-index:12}.vce-video-popup-wrapper .vce-video-popup-close-button:after,.vce-video-popup-wrapper .vce-video-popup-close-button:before{background:#8e8e8e;content:"";display:block;height:25px;left:calc(50% - 2px);position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:4px}.vce-video-popup-wrapper .vce-video-popup-close-button:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.vce-video-popup-wrapper-fullscreen{background:rgba(0,0,0,.9);bottom:0;height:100vh;left:0;position:fixed;right:0;top:0;width:100vw;z-index:100000}.vce-video-popup-wrapper-fullscreen .vce-video-popup-video{display:inline-block}.vce-video-popup-wrapper-fullscreen .vce-video-popup-close-button{display:block}.vce-video-popup-wrapper-fullscreen .vce-video-popup-inner{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.vce-video-popup-wrapper-fullscreen .vce-video-popup-inner .vce-video-popup-video{height:100%;width:100%}.vce-video-popup-wrapper-fullscreen .vce-video-popup-fullscreen-play{display:none}.vce-video-popup-wrapper .vce-video-popup-controls--pause,.vce-video-popup-wrapper .vce-video-popup-controls--play{cursor:pointer;display:inline-block;height:40px;opacity:.9;position:relative;transition:opacity .2s ease;vertical-align:top;width:40px}.vce-video-popup-wrapper .vce-video-popup-controls--pause:hover,.vce-video-popup-wrapper .vce-video-popup-controls--play:hover{opacity:1}.vce-video-popup-wrapper .vcv-video-popup-element-controls-icon-pause,.vce-video-popup-wrapper .vcv-video-popup-element-controls-icon-play{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.vce-video-popup-wrapper .vce-video-popup-controls--pause{display:none}.vce-video-popup-wrapper .vce-video-popup-video-block{height:56.25vw;margin:0 auto;max-height:100vh;max-width:100vw;opacity:0;pointer-events:none;position:absolute;text-align:center;width:100vw}.vce-video-popup-wrapper .vce-video-popup-video-block iframe{height:100%;margin:0 auto;position:relative;width:100%}.vce-video-popup-wrapper .vce-video-popup-video-block.vce-video-popup-iframe-margin{height:45vw;margin:0 auto;max-height:80vh;max-width:80vw;width:80vw}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-video-block{opacity:1;pointer-events:all;position:relative}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-controls--play{display:none}.vce-video-popup-wrapper[data-vcv-video-player-playing=true] .vce-video-popup-controls--pause{display:inline-block}.vce-video-popup-wrapper .vce-video-popup-timeline-wrapper{display:inline-block;height:40px;position:relative;vertical-align:top;width:calc(100% - 40px)}.vce-video-popup-wrapper .vce-video-popup-timeline-wrapper:before{background:rgba(0,0,0,.2);content:"";display:block}.vce-video-popup-wrapper .vce-video-popup-timeline-inner,.vce-video-popup-wrapper .vce-video-popup-timeline-wrapper:before{height:5px;left:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:calc(100% - 28px)}.vce-video-popup-wrapper .vce-video-popup-timeline-inner{cursor:pointer;overflow:hidden}.vce-video-popup-wrapper .vce-video-popup-timeline{background:hsla(0,0%,100%,.9)}.vce-video-popup-wrapper .vce-video-popup-timeline,.vce-video-popup-wrapper .vce-video-popup-timeline-buffer{height:5px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0}.vce-video-popup-wrapper .vce-video-popup-timeline-buffer{background:hsla(0,0%,100%,.4)}.vce-button--style-basic-container--align-left{text-align:left}.vce-button--style-basic-container--align-right{text-align:right}.vce-button--style-basic-container--align-center{text-align:center}.vce-button--style-basic-wrapper{display:inline-block;max-width:100%;vertical-align:top}.vce-button--style-basic-wrapper .vce-button--style-basic,.vce-button--style-basic-wrapper .vce-button--style-basic:focus,.vce-button--style-basic-wrapper .vce-button--style-basic:hover,.vce-button--style-basic-wrapper .vce-button--style-basic:link{box-shadow:none}.vce-button--style-basic-wrapper--stretched,.vce-button--style-basic-wrapper--stretched .vce-button--style-basic{width:100%}a.vce-button--style-basic,button.vce-button--style-basic{-webkit-font-smoothing:antialiased;background-color:transparent;background-image:none;border:none;border-radius:0;box-sizing:border-box;cursor:pointer;display:inline-block;font-weight:400;letter-spacing:normal;line-height:normal;margin:0;max-width:100%;position:relative;text-align:center;text-decoration:none;text-transform:none;-ms-touch-action:manipulation;touch-action:manipulation;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:normal}a.vce-button--style-basic:focus,a.vce-button--style-basic:hover,button.vce-button--style-basic:focus,button.vce-button--style-basic:hover{outline:none;text-decoration:none}button.vce-button--style-basic{-webkit-appearance:none}.vce-button--style-basic.vce-button--style-basic--size-small{font-size:11px;padding:10px 30px}.vce-button--style-basic.vce-button--style-basic--size-medium{font-size:16px;padding:15px 43px}.vce-button--style-basic.vce-button--style-basic--size-large{font-size:21px;padding:20px 56px}a.vce-button--style-basic--border-round,a.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-round,button.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-square{overflow:hidden;position:relative}.vce-button--style-basic--border-rounded,a.vce-button--style-basic--border-rounded,button.vce-button--style-basic--border-rounded{border-radius:5px}.vce-button--style-basic--border-round,a.vce-button--style-basic--border-round,button.vce-button--style-basic--border-round{border-radius:4em}.vce-button--style-basic--border-square,a.vce-button--style-basic--border-square,button.vce-button--style-basic--border-square{border-radius:0}.rtl .vce-button--style-basic,.rtl.vce-button--style-basic,[dir=rlt] .vce-button--style-basic,[dir=rlt].vce-button--style-basic{direction:rtl;unicode-bidi:embed}.ltr .vce-button--style-basic,.ltr.vce-button--style-basic,[dir=ltr] .vce-button--style-basic,[dir=ltr].vce-button--style-basic{direction:ltr;unicode-bidi:normal}.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-right:30px}.vce-row--col-gap-30>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:30px}.rtl .vce-row--col-gap-30>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-30>.vce-row-content>.vce-col{margin-left:30px;margin-right:0}.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-right:0}.vce-row--col-gap-0>.vce-row-content>.vce-column-resizer .vce-column-resizer-handler{width:0}.rtl .vce-row--col-gap-0>.vce-row-content>.vce-col,.rtl.vce-row--col-gap-0>.vce-row-content>.vce-col{margin-left:0;margin-right:0}.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container a.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:focus,.vce-button--style-basic-container button.vce-button.vce-button--style-basic.vce-button--style-basic--hover-color-3e3d3d--ffffff:hover{background-color:#3e3d3d;color:#fff} a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover),button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:not(:hover){background-color:#fff;color:#3e3d3d}a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,a.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:focus,button.vce-button--style-basic.vce-button.vce-button--style-basic--color-ffffff--3e3d3d:hover{background-color:#e6e6e6;color:#3e3d3d}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*="306c6260"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}}#el-9fdc13a5 [data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container,#el-9fdc13a5 [data-vce-do-apply*=border][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container,#el-9fdc13a5[data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container,#el-9fdc13a5[data-vce-do-apply*=border][data-vce-do-apply*=el-9fdc13a5] .vce-content-background-container{border-radius:inherit}@media{#el-9fdc13a5 [data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=margin][data-vce-do-apply*=el-9fdc13a5]{margin-bottom:15px}} @media{#el-9fdc13a5 [data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5 [data-vce-do-apply*=background][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=all][data-vce-do-apply*=el-9fdc13a5],#el-9fdc13a5[data-vce-do-apply*=background][data-vce-do-apply*=el-9fdc13a5]{background-color:#303245}} #el-9fdc13a5 [vce-box-shadow=el-9fdc13a5],#el-9fdc13a5[vce-box-shadow=el-9fdc13a5]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-9fdc13a5 [vce-hover-box-shadow=el-9fdc13a5]:focus,#el-9fdc13a5 [vce-hover-box-shadow=el-9fdc13a5]:hover,#el-9fdc13a5[vce-hover-box-shadow=el-9fdc13a5]:focus,#el-9fdc13a5[vce-hover-box-shadow=el-9fdc13a5]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media (max-width:543px){#clone-el-747dec83,#el-747dec83{display:none}} @media (min-width:544px) and (max-width:767px){#clone-el-747dec83,#el-747dec83{display:none}} @media (min-width:768px) and (max-width:991px){#clone-el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83]{margin-bottom:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83]{margin-bottom:0}} @media (min-width:1200px){#clone-el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#clone-el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83 [data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=all][data-vce-do-apply*=el-747dec83],#el-747dec83[data-vce-do-apply*=margin][data-vce-do-apply*=el-747dec83]{margin-bottom:0}}@media all and (min-width:768px),print{.vce-row--col-gap-0[data-vce-do-apply*=e82c2cd2]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-e82c2cd2 [vce-box-shadow=el-e82c2cd2],#el-e82c2cd2[vce-box-shadow=el-e82c2cd2]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-e82c2cd2 [vce-hover-box-shadow=el-e82c2cd2]:focus,#el-e82c2cd2 [vce-hover-box-shadow=el-e82c2cd2]:hover,#el-e82c2cd2[vce-hover-box-shadow=el-e82c2cd2]:focus,#el-e82c2cd2[vce-hover-box-shadow=el-e82c2cd2]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-e82c2cd2 [data-vce-do-apply*=all][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container,#el-e82c2cd2 [data-vce-do-apply*=border][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container,#el-e82c2cd2[data-vce-do-apply*=all][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container,#el-e82c2cd2[data-vce-do-apply*=border][data-vce-do-apply*=el-e82c2cd2] .vce-content-background-container{border-radius:inherit}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*="6e1668d2"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-6e1668d2 [vce-box-shadow=el-6e1668d2],#el-6e1668d2[vce-box-shadow=el-6e1668d2]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-6e1668d2 [vce-hover-box-shadow=el-6e1668d2]:focus,#el-6e1668d2 [vce-hover-box-shadow=el-6e1668d2]:hover,#el-6e1668d2[vce-hover-box-shadow=el-6e1668d2]:focus,#el-6e1668d2[vce-hover-box-shadow=el-6e1668d2]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-6e1668d2 [data-vce-do-apply*=all][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container,#el-6e1668d2 [data-vce-do-apply*=border][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container,#el-6e1668d2[data-vce-do-apply*=all][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container,#el-6e1668d2[data-vce-do-apply*=border][data-vce-do-apply*=el-6e1668d2] .vce-content-background-container{border-radius:inherit}@media{#clone-el-accd2634 [data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#clone-el-accd2634 [data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634],#clone-el-accd2634[data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#clone-el-accd2634[data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634],#el-accd2634 [data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#el-accd2634 [data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634],#el-accd2634[data-vce-do-apply*=all][data-vce-do-apply*=el-accd2634],#el-accd2634[data-vce-do-apply*=margin][data-vce-do-apply*=el-accd2634]{margin-bottom:0}}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*=c473c5d1]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-c473c5d1 [vce-box-shadow=el-c473c5d1],#el-c473c5d1[vce-box-shadow=el-c473c5d1]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-c473c5d1 [vce-hover-box-shadow=el-c473c5d1]:focus,#el-c473c5d1 [vce-hover-box-shadow=el-c473c5d1]:hover,#el-c473c5d1[vce-hover-box-shadow=el-c473c5d1]:focus,#el-c473c5d1[vce-hover-box-shadow=el-c473c5d1]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}#el-1aa38b44 [vce-box-shadow=el-1aa38b44],#el-1aa38b44[vce-box-shadow=el-1aa38b44]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-1aa38b44 [vce-hover-box-shadow=el-1aa38b44]:focus,#el-1aa38b44 [vce-hover-box-shadow=el-1aa38b44]:hover,#el-1aa38b44[vce-hover-box-shadow=el-1aa38b44]:focus,#el-1aa38b44[vce-hover-box-shadow=el-1aa38b44]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-3bef93af [data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#clone-el-3bef93af [data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af],#clone-el-3bef93af[data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#clone-el-3bef93af[data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af],#el-3bef93af [data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#el-3bef93af [data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af],#el-3bef93af[data-vce-do-apply*=all][data-vce-do-apply*=el-3bef93af],#el-3bef93af[data-vce-do-apply*=margin][data-vce-do-apply*=el-3bef93af]{margin-left:30px;margin-right:30px}}@media{#clone-el-8b79f9c3 [data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#clone-el-8b79f9c3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3],#clone-el-8b79f9c3[data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#clone-el-8b79f9c3[data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3 [data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3 [data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3[data-vce-do-apply*=all][data-vce-do-apply*=el-8b79f9c3],#el-8b79f9c3[data-vce-do-apply*=margin][data-vce-do-apply*=el-8b79f9c3]{margin-bottom:0}}#el-a681f4c6 [data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container,#el-a681f4c6 [data-vce-do-apply*=border][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container,#el-a681f4c6[data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container,#el-a681f4c6[data-vce-do-apply*=border][data-vce-do-apply*=el-a681f4c6] .vce-content-background-container{border-radius:inherit}@media{#el-a681f4c6 [data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=margin][data-vce-do-apply*=el-a681f4c6]{margin-bottom:15px}} @media{#el-a681f4c6 [data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6 [data-vce-do-apply*=background][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=all][data-vce-do-apply*=el-a681f4c6],#el-a681f4c6[data-vce-do-apply*=background][data-vce-do-apply*=el-a681f4c6]{background-color:#303245}} #el-a681f4c6 [vce-box-shadow=el-a681f4c6],#el-a681f4c6[vce-box-shadow=el-a681f4c6]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-a681f4c6 [vce-hover-box-shadow=el-a681f4c6]:focus,#el-a681f4c6 [vce-hover-box-shadow=el-a681f4c6]:hover,#el-a681f4c6[vce-hover-box-shadow=el-a681f4c6]:focus,#el-a681f4c6[vce-hover-box-shadow=el-a681f4c6]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media{#clone-el-d8cdbc94 [data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#clone-el-d8cdbc94 [data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94],#clone-el-d8cdbc94[data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#clone-el-d8cdbc94[data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94 [data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94 [data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94[data-vce-do-apply*=all][data-vce-do-apply*=el-d8cdbc94],#el-d8cdbc94[data-vce-do-apply*=margin][data-vce-do-apply*=el-d8cdbc94]{margin-bottom:0}}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*="0e44a618"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*="7edea01d"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-7edea01d [vce-box-shadow=el-7edea01d],#el-7edea01d[vce-box-shadow=el-7edea01d]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-7edea01d [vce-hover-box-shadow=el-7edea01d]:focus,#el-7edea01d [vce-hover-box-shadow=el-7edea01d]:hover,#el-7edea01d[vce-hover-box-shadow=el-7edea01d]:focus,#el-7edea01d[vce-hover-box-shadow=el-7edea01d]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:1200px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-40px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:992px) and (max-width:1199px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-40px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:768px) and (max-width:991px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-40px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (min-width:544px) and (max-width:767px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-10px}} #el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d [data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d] .vce-content-background-container,#el-7edea01d[data-vce-do-apply*=border][data-vce-do-apply*=el-7edea01d] .vce-content-background-container{border-radius:inherit}@media (max-width:543px){#el-7edea01d [data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d [data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=all][data-vce-do-apply*=el-7edea01d],#el-7edea01d[data-vce-do-apply*=margin][data-vce-do-apply*=el-7edea01d]{margin-bottom:30px;margin-top:-10px}}@media (max-width:543px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:5px;margin-top:0}} @media (min-width:544px) and (max-width:767px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}} @media (min-width:768px) and (max-width:991px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}} @media (min-width:1200px){#clone-el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#clone-el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1 [data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=all][data-vce-do-apply*=el-394038e1],#el-394038e1[data-vce-do-apply*=margin][data-vce-do-apply*=el-394038e1]{margin-bottom:0;margin-top:0}}@media all and (min-width:768px),print{.vce-row--col-gap-30[data-vce-do-apply*="15b996fb"]>.vce-row-content>.vce-col--md-auto{-webkit-flex:1 1 0;flex:1 1 0;max-width:none;width:auto}} #el-15b996fb [vce-box-shadow=el-15b996fb],#el-15b996fb[vce-box-shadow=el-15b996fb]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-15b996fb [vce-hover-box-shadow=el-15b996fb]:focus,#el-15b996fb [vce-hover-box-shadow=el-15b996fb]:hover,#el-15b996fb[vce-hover-box-shadow=el-15b996fb]:focus,#el-15b996fb[vce-hover-box-shadow=el-15b996fb]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media (max-width:543px){#clone-el-55f83bb5,#el-55f83bb5{display:none}} @media (min-width:544px) and (max-width:767px){#clone-el-55f83bb5,#el-55f83bb5{display:none}} @media (min-width:768px) and (max-width:991px){#clone-el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5]{margin-bottom:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5]{margin-bottom:0}} @media (min-width:1200px){#clone-el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#clone-el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=all][data-vce-do-apply*=el-55f83bb5],#el-55f83bb5[data-vce-do-apply*=margin][data-vce-do-apply*=el-55f83bb5]{margin-bottom:0}}#el-2721ba3e [data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container,#el-2721ba3e [data-vce-do-apply*=border][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container,#el-2721ba3e[data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container,#el-2721ba3e[data-vce-do-apply*=border][data-vce-do-apply*=el-2721ba3e] .vce-content-background-container{border-radius:inherit}@media{#el-2721ba3e [data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e [data-vce-do-apply*=margin][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=margin][data-vce-do-apply*=el-2721ba3e]{margin-bottom:15px}} @media{#el-2721ba3e [data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e [data-vce-do-apply*=background][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=all][data-vce-do-apply*=el-2721ba3e],#el-2721ba3e[data-vce-do-apply*=background][data-vce-do-apply*=el-2721ba3e]{background-color:#303245}} #el-2721ba3e [vce-box-shadow=el-2721ba3e],#el-2721ba3e[vce-box-shadow=el-2721ba3e]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-2721ba3e [vce-hover-box-shadow=el-2721ba3e]:focus,#el-2721ba3e [vce-hover-box-shadow=el-2721ba3e]:hover,#el-2721ba3e[vce-hover-box-shadow=el-2721ba3e]:focus,#el-2721ba3e[vce-hover-box-shadow=el-2721ba3e]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}@media (max-width:543px){#clone-el-e17024f6,#el-e17024f6{display:none}} @media (min-width:544px) and (max-width:767px){#clone-el-e17024f6,#el-e17024f6{display:none}} @media (min-width:768px) and (max-width:991px){#clone-el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6]{margin-bottom:0}} @media (min-width:992px) and (max-width:1199px){#clone-el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6]{margin-bottom:0}} @media (min-width:1200px){#clone-el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#clone-el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6 [data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=all][data-vce-do-apply*=el-e17024f6],#el-e17024f6[data-vce-do-apply*=margin][data-vce-do-apply*=el-e17024f6]{margin-bottom:0}}@media{#clone-el-463c15cd [data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#clone-el-463c15cd [data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd],#clone-el-463c15cd[data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#clone-el-463c15cd[data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd],#el-463c15cd [data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#el-463c15cd [data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd],#el-463c15cd[data-vce-do-apply*=all][data-vce-do-apply*=el-463c15cd],#el-463c15cd[data-vce-do-apply*=margin][data-vce-do-apply*=el-463c15cd]{margin-bottom:15px;margin-left:30px;margin-right:30px}}@media{#clone-el-016709d2 [data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#clone-el-016709d2 [data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2],#clone-el-016709d2[data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#clone-el-016709d2[data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2],#el-016709d2 [data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#el-016709d2 [data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2],#el-016709d2[data-vce-do-apply*=all][data-vce-do-apply*=el-016709d2],#el-016709d2[data-vce-do-apply*=margin][data-vce-do-apply*=el-016709d2]{margin-bottom:0}}@media{#clone-el-98f0bcc5 [data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#clone-el-98f0bcc5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5],#clone-el-98f0bcc5[data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#clone-el-98f0bcc5[data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5 [data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5 [data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5[data-vce-do-apply*=all][data-vce-do-apply*=el-98f0bcc5],#el-98f0bcc5[data-vce-do-apply*=margin][data-vce-do-apply*=el-98f0bcc5]{margin-bottom:0}}#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:1200px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:300px;padding-top:300px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:992px) and (max-width:1199px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:200px;padding-top:200px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:768px) and (max-width:991px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:150px;padding-top:150px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (min-width:544px) and (max-width:767px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:125px;padding-top:125px}} #el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20 [data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container,#el-be6f7e20[data-vce-do-apply*=border][data-vce-do-apply*=el-be6f7e20] .vce-content-background-container{border-radius:inherit}@media (max-width:543px){#el-be6f7e20 [data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20 [data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=all][data-vce-do-apply*=el-be6f7e20],#el-be6f7e20[data-vce-do-apply*=padding][data-vce-do-apply*=el-be6f7e20]{padding-bottom:125px;padding-top:125px}} #el-be6f7e20 [vce-box-shadow=el-be6f7e20],#el-be6f7e20[vce-box-shadow=el-be6f7e20]{box-shadow:0 0 4px 2px rgba(85,85,85,.5)} #el-be6f7e20 [vce-hover-box-shadow=el-be6f7e20]:focus,#el-be6f7e20 [vce-hover-box-shadow=el-be6f7e20]:hover,#el-be6f7e20[vce-hover-box-shadow=el-be6f7e20]:focus,#el-be6f7e20[vce-hover-box-shadow=el-be6f7e20]:hover{box-shadow:0 0 4px 2px rgba(85,85,85,.8)}#cta-top-row{z-index:999}.fullCalendar .fc-header-right span{display:none}#el-7edea01d{z-index:1}#el-a756e3c0 .vce-col .vce-col-inner{min-width:50px}.entry-content ul>li:before{display:none}.dashicons-no-alt:before{color:red}.vce-post-description--meta{display:none!important}.vce-post-description--category{display:none}.vce-video-popup-wrapper-fullscreen{background:rgba(0,0,0,.6)}.arr-dwn{margin-top:-10px}.vce-features--icon .vce-icon-container{position:absolute;top:10%!important}.vce-features--icon{height:1em!important}.vce-features{line-height:1em!important}.evt-vnu{font-family:inherit;min-height:30px!important}
</style>
<script>var doc = document.documentElement;
	doc.setAttribute('data-useragent', navigator.userAgent);</script>
<script src="https://tools.roobrik.com/widget/widgetjsv2?id=e8db7034-1114-4955-ba6b-762ec20d21c5&oid=rbWidget_seniorliving"></script>
<script src="https://tools.roobrik.com/widget/widgetjsv2?id=6172e27e-aaaf-4075-8cd9-3376be913ff4&oid=rbWidget_downsize"></script>
<script async="" type="text/javascript">var d=document,s="https://a.smtrk.net/trk?t=s&i=64b950448a7f1c7e5e461816&p=t,i,x&s=e5d6b710f50784086384a1374e1abd92&r="+escape(d.referrer)+"&u="+escape(d.URL),n=d.createElement("script"),e=d.getElementsByTagName("script")[0];n.async=!0,n.src=s,e.parentNode.insertBefore(n,e);</script><script type="text/javascript" id="addtoany-core-js-before">
/* <![CDATA[ */
window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};


window.a2a_config=window.a2a_config||{};a2a_config.callbacks=[];a2a_config.overlays=[];a2a_config.templates={};
/* ]]> */
</script>
<script type="text/javascript" async async src="https://static.addtoany.com/menu/page.js" id="addtoany-core-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/jquery.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/jquery-migrate.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" async async src="https://mybrio.org/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1" id="addtoany-jquery-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?ver=6.3.5" id="tp-tools-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?ver=6.3.5" id="revmin-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/calendarize-it/js/moment.js?ver=2.29.1" id="rhc-moment-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/core.js?ver=1.13.3" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/accordion.js?ver=1.13.3" id="jquery-ui-accordion-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/mouse.js?ver=1.13.3" id="jquery-ui-mouse-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/slider.js?ver=1.13.3" id="jquery-ui-slider-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/resizable.js?ver=1.13.3" id="jquery-ui-resizable-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/draggable.js?ver=1.13.3" id="jquery-ui-draggable-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/controlgroup.js?ver=1.13.3" id="jquery-ui-controlgroup-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/checkboxradio.js?ver=1.13.3" id="jquery-ui-checkboxradio-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/button.js?ver=1.13.3" id="jquery-ui-button-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/dialog.js?ver=1.13.3" id="jquery-ui-dialog-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/tabs.js?ver=1.13.3" id="jquery-ui-tabs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/sortable.js?ver=1.13.3" id="jquery-ui-sortable-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/droppable.js?ver=1.13.3" id="jquery-ui-droppable-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/datepicker.js?ver=1.13.3" id="jquery-ui-datepicker-js"></script>
<script type="text/javascript" id="jquery-ui-datepicker-js-after">
/* <![CDATA[ */
jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"MM d, yy","firstDay":1,"isRTL":false});});
/* ]]> */
</script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/menu.js?ver=1.13.3" id="jquery-ui-menu-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/dist/dom-ready.js?ver=5b9fa8df0892dc9a7c41" id="wp-dom-ready-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/dist/hooks.js?ver=5b4ec27a7b82f601224a" id="wp-hooks-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/dist/i18n.js?ver=2aff907006e2aa00e26e" id="wp-i18n-js"></script>
<script type="text/javascript" id="wp-i18n-js-after">
/* <![CDATA[ */
wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } );
/* ]]> */
</script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/dist/a11y.js?ver=55ca8e5ef2be0319312c" id="wp-a11y-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/jquery/ui/autocomplete.js?ver=1.13.3" id="jquery-ui-autocomplete-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/calendarize-it/js/deprecated.js?ver=bundled-jquery-ui" id="jquery-ui-wp-js"></script>
<script type="text/javascript" id="calendarize-js-extra">
/* <![CDATA[ */
var RHC = {"ajaxurl":"https:\/\/mybrio.org\/","mobile_width":"960","last_modified":"aa81dcf9f0e3ddaaa40ad4a305c05ede","tooltip_details":[],"visibility_check":"1","gmt_offset":"-5","disable_event_link":"0","rhc_options":{}};
var RHC = {"ajaxurl":"https:\/\/mybrio.org\/","mobile_width":"960","last_modified":"aa81dcf9f0e3ddaaa40ad4a305c05ede","tooltip_details":[],"visibility_check":"1","gmt_offset":"-5","disable_event_link":"0","rhc_options":{}};
/* ]]> */
</script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/calendarize-it/js/frontend.min.js?ver=5.0.1.6" id="calendarize-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/calendarize-it/js/deprecated.js?ver=3.0" id="google-api3-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-accordion-widget/js/rhc_accordion_widget.js?ver=1.2.5.2" id="rhc-widgets-ac-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-countdown/js/countdown.js?ver=1.0.0.9" id="rhc-countdown-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/duracelltomi-google-tag-manager/js/analytics-talk-content-tracking.js?ver=1.21" id="gtm4wp-scroll-tracking-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/calendarize-it/js/bootstrap-select-alt.js?ver=1.0.2" id="bootstrap-select-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/calendarize-it/js/rhc_gmap3.js?ver=1.0.1" id="rhc_gmap3-js"></script>

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Google tag (gtag.js) snippet added by Site Kit -->

<!-- Google Analytics snippet added by Site Kit -->

<!-- Google Analytics snippet added by Site Kit -->
<script type="text/javascript" src="https://www.googletagmanager.com/gtag/js?id=GT-5D9R7NS" id="google_gtagjs-js" async></script>
<script type="text/javascript" id="google_gtagjs-js-after">
/* <![CDATA[ */
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["mybrio.org"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-5D9R7NS");
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag("set","linker",{"domains":["mybrio.org"]});
gtag("set","linker",{"domains":["mybrio.org"]});
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "GT-5D9R7NS");
gtag("config", "GT-5D9R7NS");
/* ]]> */
</script>

<!-- End Google tag (gtag.js) snippet added by Site Kit -->

<!-- End Google tag (gtag.js) snippet added by Site Kit -->
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/masonry.min.js?ver=4.2.2" id="masonry-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/js/classie.js?ver=1.0.0" id="classie-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/js/modernizr.custom.full.js?ver=2.8.2" id="rhg-modernizr-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/js/cbpGridGallery.js?ver=1.0.1.0" id="cbpGridGallery-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/js/rhg_frontend.js?ver=1.0.1.3" id="rhg-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/js/jquery.TouchSwipe.js?ver=1.6.6" id="jquery-touchswipe-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/calendarize-it/calendarize-it-event-grid-view/includes/js/rhc_google_grid_view.js?ver=1.1.2.6" id="rhc-grid-view-js"></script>
<link rel="https://api.w.org/" href="https://mybrio.org/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://mybrio.org/wp-json/wp/v2/pages/16" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://mybrio.org/xmlrpc.php?rsd" />
<link rel='shortlink' href='https://mybrio.org/' />
<link rel="alternate" title="oEmbed (JSON)" type="application/json+oembed" href="https://mybrio.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmybrio.org%2F" />
<link rel="alternate" title="oEmbed (XML)" type="text/xml+oembed" href="https://mybrio.org/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fmybrio.org%2F&#038;format=xml" />
<meta name="generator" content="Powered by Visual Composer Website Builder - fast and easy-to-use drag and drop visual editor for WordPress."/><noscript><style>.vce-row-container .vcv-lozad {display: none}</style></noscript><meta name="generator" content="Site Kit by Google 1.152.1" /><script src="https://cdn.userway.org/widget.js" data-account="YKRg2Qyd40"></script><style>
.rhcalendar.rhc-timetable.not-widget.rhc_holder div.fc-view.fc-agenda > div > div:last-child {
height:auto !important;
}
</style>
<script type="text/javascript">
function tt_fc_no_vertical_scroll_bar(view){
	var h;
	
	if ( view.name == "agendaWeek" || view.name == 'agendaDay' ) {
	    h = 99999;	
	} else {
		h = NaN;
	}
	jQuery(this).fullCalendar('option', 'contentHeight', h);
}
</script>

<!-- Meta Pixel Code -->
<script type='text/javascript'>
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n;
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window,
document,'script','https://connect.facebook.net/en_US/fbevents.js?v=next');
</script>
<!-- End Meta Pixel Code -->

      <script type='text/javascript'>
        var url = window.location.origin + '?ob=open-bridge';
        fbq('set', 'openbridge', '892881051707732', url);
      </script>
    <script type='text/javascript'>fbq('init', '892881051707732', {}, {
    "agent": "wordpress-6.7.1-3.0.13"
})</script><script type='text/javascript'>
    fbq('track', 'PageView', []);
  </script>
<!-- Meta Pixel Code -->
<noscript>
<img height="1" width="1" style="display:none" alt="fbpx"
src="https://www.facebook.com/tr?id=892881051707732&ev=PageView&noscript=1" />
</noscript>
<!-- End Meta Pixel Code -->

<!-- Google Tag Manager snippet added by Site Kit -->
<script type="text/javascript">
/* <![CDATA[ */

			( function( w, d, s, l, i ) {
				w[l] = w[l] || [];
				w[l].push( {'gtm.start': new Date().getTime(), event: 'gtm.js'} );
				var f = d.getElementsByTagName( s )[0],
					j = d.createElement( s ), dl = l != 'dataLayer' ? '&l=' + l : '';
				j.async = true;
				j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
				f.parentNode.insertBefore( j, f );
			} )( window, document, 'script', 'dataLayer', 'GTM-KN7S43G' );
			
/* ]]> */
</script>

<!-- End Google Tag Manager snippet added by Site Kit -->
<meta name="generator" content="Powered by Slider Revolution 6.3.5 - responsive, Mobile-Friendly Slider Plugin for WordPress with comfortable drag and drop interface." />
<link rel="icon" href="https://mybrio.org/wp-content/uploads/2022/09/cropped-BrioLivingServicesLogo_favicon_one-32x32.png" sizes="32x32" />
<link rel="icon" href="https://mybrio.org/wp-content/uploads/2022/09/cropped-BrioLivingServicesLogo_favicon_one-192x192.png" sizes="192x192" />
<link rel="apple-touch-icon" href="https://mybrio.org/wp-content/uploads/2022/09/cropped-BrioLivingServicesLogo_favicon_one-180x180.png" />
<meta name="msapplication-TileImage" content="https://mybrio.org/wp-content/uploads/2022/09/cropped-BrioLivingServicesLogo_favicon_one-270x270.png" />
<script type="text/javascript">function setREVStartSize(e){
			//window.requestAnimationFrame(function() {				 
				window.RSIW = window.RSIW===undefined ? window.innerWidth : window.RSIW;	
				window.RSIH = window.RSIH===undefined ? window.innerHeight : window.RSIH;	
				try {								
					var pw = document.getElementById(e.c).parentNode.offsetWidth,
						newh;
					pw = pw===0 || isNaN(pw) ? window.RSIW : pw;
					e.tabw = e.tabw===undefined ? 0 : parseInt(e.tabw);
					e.thumbw = e.thumbw===undefined ? 0 : parseInt(e.thumbw);
					e.tabh = e.tabh===undefined ? 0 : parseInt(e.tabh);
					e.thumbh = e.thumbh===undefined ? 0 : parseInt(e.thumbh);
					e.tabhide = e.tabhide===undefined ? 0 : parseInt(e.tabhide);
					e.thumbhide = e.thumbhide===undefined ? 0 : parseInt(e.thumbhide);
					e.mh = e.mh===undefined || e.mh=="" || e.mh==="auto" ? 0 : parseInt(e.mh,0);		
					if(e.layout==="fullscreen" || e.l==="fullscreen") 						
						newh = Math.max(e.mh,window.RSIH);					
					else{					
						e.gw = Array.isArray(e.gw) ? e.gw : [e.gw];
						for (var i in e.rl) if (e.gw[i]===undefined || e.gw[i]===0) e.gw[i] = e.gw[i-1];					
						e.gh = e.el===undefined || e.el==="" || (Array.isArray(e.el) && e.el.length==0)? e.gh : e.el;
						e.gh = Array.isArray(e.gh) ? e.gh : [e.gh];
						for (var i in e.rl) if (e.gh[i]===undefined || e.gh[i]===0) e.gh[i] = e.gh[i-1];
											
						var nl = new Array(e.rl.length),
							ix = 0,						
							sl;					
						e.tabw = e.tabhide>=pw ? 0 : e.tabw;
						e.thumbw = e.thumbhide>=pw ? 0 : e.thumbw;
						e.tabh = e.tabhide>=pw ? 0 : e.tabh;
						e.thumbh = e.thumbhide>=pw ? 0 : e.thumbh;					
						for (var i in e.rl) nl[i] = e.rl[i]<window.RSIW ? 0 : e.rl[i];
						sl = nl[0];									
						for (var i in nl) if (sl>nl[i] && nl[i]>0) { sl = nl[i]; ix=i;}															
						var m = pw>(e.gw[ix]+e.tabw+e.thumbw) ? 1 : (pw-(e.tabw+e.thumbw)) / (e.gw[ix]);					
						newh =  (e.gh[ix] * m) + (e.tabh + e.thumbh);
					}				
					if(window.rs_init_css===undefined) window.rs_init_css = document.head.appendChild(document.createElement("style"));					
					document.getElementById(e.c).height = newh+"px";
					window.rs_init_css.innerHTML += "#"+e.c+"_wrapper { height: "+newh+"px }";				
				} catch(e){
					console.log("Failure at Presize of Slider:" + e)
				}					   
			//});
		  };</script>
<style type="text/css">/** Mega Menu CSS: fs **/</style>
<meta property="og:title" content="Home Page" />
<meta property="og:description" content="" />
<style id="righthere_css" type="text/css"></style>    <!-- Override the main container width styles -->
    <style>
        @media (min-width: 1200px) {
            div.vcv-content--boxed .entry-content > [data-vce-boxed-width="true"],
            div.vcv-content--boxed .vcv-layouts-html > [data-vce-boxed-width="true"],
            div.vcv-content--boxed .entry-content .vcv-layouts-html > [data-vce-boxed-width="true"],
            section.vcv-content--boxed .entry-content .vcv-layouts-html > [data-vce-boxed-width="true"],
            div.vcv-editor-theme-hf .vcv-layouts-html > [data-vce-boxed-width="true"],
            div.vcv-header > [data-vce-boxed-width="true"],
            div.vcv-footer > [data-vce-boxed-width="true"],
            div.vcv-content--boxed .entry-content > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
            div.vcv-content--boxed .vcv-layouts-html > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
            div.vcv-editor-theme-hf .vcv-layouts-html > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
            div.vcv-header > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"],
            div.vcv-footer > * > [data-vce-full-width="true"]:not([data-vce-stretch-content="true"]) > [data-vce-element-content="true"] {
                max-width: 1140px !important;
            }
        }
    </style>
</head>
<body class="home page-template-default page page-id-16 wp-custom-logo vcwb-font-manager vcwb mega-menu-max-mega-menu-1 mega-menu-max-mega-menu-2 mega-menu-primary mega-menu-secondary visualcomposerstarter">
		<!-- Google Tag Manager (noscript) snippet added by Site Kit -->
		<noscript>
			<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KN7S43G" height="0" width="0" style="display:none;visibility:hidden"></iframe>
		</noscript>
		<!-- End Google Tag Manager (noscript) snippet added by Site Kit -->
		
<!-- GTM Container placement set to automatic -->
<!-- Google Tag Manager (noscript) -->
				<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KN7S43G" height="0" width="0" style="display:none;visibility:hidden" aria-hidden="true"></iframe></noscript>
<!-- End Google Tag Manager (noscript) --><div class="vcv-layout-wrapper">
            <header class="vcv-header" data-vcv-layout-zone="header">
            <!-- vcwb/dynamicElementComment:3301eea1 --><div class="vce-section"><div class="vce-section-inner vce-section-no-paddings vce-element--has-background" data-vce-full-width="true" data-vce-stretch-content="true" id="el-3301eea1" data-vce-do-apply="all el-3301eea1"><div class="vce-content-background-container"></div><div data-vce-element-content="true"><!-- vcwb/dynamicElementComment:142e7c89 --><div class="vce-row-container"><div class="vce-row vce-row--col-gap-0 vce-row-no-paddings vce-row-equal-height vce-row-content--middle" data-vce-full-width="true" data-vce-stretch-content="true" id="el-142e7c89" data-vce-do-apply="all el-142e7c89"><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:c59ea223 --><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-c59ea223"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-c59ea223"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-c59ea223"><!-- vcwb/dynamicElementComment:fcf346ba --><div class="vce-shortcode" id="header-cta"><div class="vce-shortcode-wrapper vce" id="el-fcf346ba" data-vce-do-apply="all el-fcf346ba"><p style="text-align: center;"><a href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/"><strong>EXPLORE OUR LOCATIONS</strong></a></p></div></div><!-- /vcwb/dynamicElementComment:fcf346ba --></div></div></div><!-- /vcwb/dynamicElementComment:c59ea223 --></div></div></div><!-- /vcwb/dynamicElementComment:142e7c89 --><!-- vcwb/dynamicElementComment:e14a46e8 --><div class="vce-row-container"><div class="vce-row vce-element--has-background vce-row--col-gap-0 vce-row-content--top" data-vce-full-width="true" data-vce-stretch-content="true" id="el-e14a46e8" data-vce-do-apply="all el-e14a46e8"><div class="vce-content-background-container"></div><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:aec8e100 --><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-aec8e100"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-aec8e100"><div class="vce-content-background-container"></div><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-aec8e100"><!-- vcwb/dynamicElementComment:896a4360 --><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-896a4360" data-vce-do-apply="all el-896a4360"><p style="text-align: right; margin-bottom: 10px;"><a href="https://mybrio.org/family-and-resident-portal/"><span style="color: #ffffff;">FAMILY AND RESIDENT PORTAL</span></a></p></div></div><!-- /vcwb/dynamicElementComment:896a4360 --></div></div></div><!-- /vcwb/dynamicElementComment:aec8e100 --></div></div></div><!-- /vcwb/dynamicElementComment:e14a46e8 --></div></div></div><!-- /vcwb/dynamicElementComment:3301eea1 --><!-- vcwb/dynamicElementComment:06ce6ef7 --><div class="vce-section sticky-dark"><div class="vce-section-inner vce-section-no-paddings vce-element--has-background" data-vce-full-width="true" data-vce-stretch-content="true" data-vce-sticky-element="true" data-vce-sticky-z-index="999" id="el-06ce6ef7" data-vce-do-apply="all el-06ce6ef7"><div class="vce-content-background-container"></div><div data-vce-element-content="true"><!-- vcwb/dynamicElementComment:14e185ac --><div class="vce-row-container"><div class="vce-row vce-row--col-gap-15 vce-row-equal-height vce-row-content--top" data-vce-full-width="true" data-vce-stretch-content="true" id="el-14e185ac" data-vce-do-apply="all el-14e185ac"><div class="vce-content-background-container"></div><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:482f518a --><div class="vce-col vce-col--xs-39-65p vce-col--xs-visible vce-col--xs-first vce-col--sm-33-33p vce-col--sm-visible vce-col--sm-first vce-col--md-30p vce-col--md-visible vce-col--md-first vce-col--lg-24-99p vce-col--lg-visible vce-col--lg-first vce-col--xl-20p vce-col--xl-visible vce-col--xl-first" id="el-482f518a"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-482f518a"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-482f518a"><!-- vcwb/dynamicElementComment:e838e06d --><div id="el-e838e06d" class="vce-logo-widget--align-left"><div class="vce vce-logo-widget" data-vce-do-apply="all el-e838e06d"><a href="https://mybrio.org/" class="custom-logo-link" rel="home" aria-current="page"><img width="789" height="300" src="https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1.png" class="custom-logo" alt="Brio Living Services" decoding="async" fetchpriority="high" srcset="https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1.png 789w, https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1-300x114.png 300w, https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1-768x292.png 768w" sizes="(max-width: 789px) 100vw, 789px" /></a></div></div><!-- /vcwb/dynamicElementComment:e838e06d --></div></div></div><!-- /vcwb/dynamicElementComment:482f518a --><!-- vcwb/dynamicElementComment:433dabe5 --><div class="vce-col vce-col--xs-60-34p vce-col--xs-visible vce-col--xs-last vce-col--sm-66-66p vce-col--sm-visible vce-col--sm-last vce-col--md-70p vce-col--md-visible vce-col--md-last vce-col--lg-74-99p vce-col--lg-visible vce-col--lg-last vce-col--xl-80p vce-col--xl-visible vce-col--xl-last" id="el-433dabe5"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-433dabe5"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-433dabe5"><!-- vcwb/dynamicElementComment:87c7d973 --><div class="vce-button--style-basic-container vce-button--style-basic-container--align-right"><span class="vce-button--style-basic-wrapper vce" id="el-87c7d973" data-vce-do-apply="margin el-87c7d973"><a class="vce-button vce-button--style-basic vce-button--style-basic--border-square vce-button--style-basic--size-small vce-button--style-basic--color-b-243-139-18--fff" href="https://foundation.mybrio.org/donate-online/" title="" target="_blank" id="btn-hdr" data-vce-do-apply="padding border background  el-87c7d973" data-uw-rm-brl="PR" data-uw-original-href="https://foundation.mybrio.org/donate-online/" aria-label="Donate Now - open in a new tab" data-uw-rm-ext-link="" uw-rm-external-link-id="https://foundation.mybrio.org/donate-online/$donatenow" rel="noopener">Donate Now</a></span></div><!-- /vcwb/dynamicElementComment:87c7d973 --><!-- vcwb/dynamicElementComment:978357d1 --><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-978357d1" data-vce-do-apply="all el-978357d1"><h4 style="text-align: right;"><p><a class="hdr-phn" href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/">VIEW OUR DIRECTORY</a></p></h4></div></div><!-- /vcwb/dynamicElementComment:978357d1 --><!-- vcwb/dynamicElementComment:cd6b4000 --><div class="vce-widgets-container"><div class="vce vce-widgets-wrapper" id="el-cd6b4000" data-vce-do-apply="all el-cd6b4000"><div id="mega-menu-wrap-primary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-1' id='mega-toggle-block-1'><button aria-label="" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-expanded="false">
                  <span class="mega-toggle-animated-box">
                    <span class="mega-toggle-animated-inner"></span>
                  </span>
                </button></div></div></div><ul id="mega-menu-primary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="body" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="991" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-18" id="mega-menu-item-18"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/" tabindex="0">Our Locations</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-has-icon mega-icon-left mega-menu-item-27" id="mega-menu-item-27"><a class="dashicons-arrow-down-alt2 mega-menu-link" href="https://mybrio.org/best-retirement-communities-in-michigan/" aria-expanded="false" tabindex="0">About Us<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-156" id="mega-menu-item-156"><a class="mega-menu-link" href="https://mybrio.org/innovative-senior-care-michigan/">Our History</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5441" id="mega-menu-item-5441"><a class="mega-menu-link" href="https://mybrio.org/faith-based-senior-care-michigan/">Mission, Vision, &#038; Guiding Beliefs</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-157" id="mega-menu-item-157"><a class="mega-menu-link" href="https://mybrio.org/nonprofit-senior-living-community-michigan/">Faith-Based/Non-Profit-Difference</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-9242" id="mega-menu-item-9242"><a class="mega-menu-link" href="https://mybrio.org/senior-living-excellence-2025/">Senior Living Excellence</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-9284" id="mega-menu-item-9284"><a class="mega-menu-link" href="https://mybrio.org/we-all-belong/">We All Belong</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-159" id="mega-menu-item-159"><a class="mega-menu-link" href="https://mybrio.org/top-senior-living-organizations-in-michigan/">Community &amp; Partnerships</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-160" id="mega-menu-item-160"><a class="mega-menu-link" href="https://mybrio.org/senior-living-excellence-and-leadership-michigan/">Leadership</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5733" id="mega-menu-item-5733"><a class="mega-menu-link" href="https://mybrio.org/brio-living-services-board-of-trustees/">Board of Trustees</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-8606" id="mega-menu-item-8606"><a class="mega-menu-link" href="https://mybrio.org/news-media-press-releases/">News, Media & Press Release</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5912" id="mega-menu-item-5912"><a class="mega-menu-link" href="https://mybrio.org/blog/">Blog</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-162" id="mega-menu-item-162"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-companies-michigan/">Annual Report &amp; Publications</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-has-icon mega-icon-left mega-menu-item-19" id="mega-menu-item-19"><a class="dashicons-arrow-down-alt2 mega-menu-link" href="https://mybrio.org/best-senior-living-communities-in-michigan/" aria-expanded="false" tabindex="0">Senior Living Options<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-170" id="mega-menu-item-170"><a class="mega-menu-link" href="https://mybrio.org/senior-independent-living-community-michigan/">Independent Living</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-169" id="mega-menu-item-169"><a class="mega-menu-link" href="https://mybrio.org/best-assisted-living-communities-michigan/">Assisted Living</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-168" id="mega-menu-item-168"><a class="mega-menu-link" href="https://mybrio.org/best-skilled-nursing-facilities-michigan/">Skilled Care</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-167" id="mega-menu-item-167"><a class="mega-menu-link" href="https://mybrio.org/senior-rehabilitation-center-post-acute-care-near-me-michigan/">Rehabilitation</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-7744" id="mega-menu-item-7744"><a class="mega-menu-link" href="https://mybrio.org/memory-care/">Memory Care</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-166" id="mega-menu-item-166"><a class="mega-menu-link" href="https://mybrio.org/best-homecare-in-michigan/">Home Based Services / Care</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-165" id="mega-menu-item-165"><a class="mega-menu-link" href="https://mybrio.org/respite-care-near-me-michigan/">Respite &#038; Short Stay</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-164" id="mega-menu-item-164"><a class="mega-menu-link" href="https://mybrio.org/medicare-pace-program-michigan/">PACE Programs</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6573" id="mega-menu-item-6573"><a class="mega-menu-link" href="https://mybrio.org/brio-dining-services/">Dining Excellence</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5473" id="mega-menu-item-5473"><a class="mega-menu-link" href="https://mybrio.org/affordable-senior-housing-michigan/">Affordable Housing</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-29" id="mega-menu-item-29"><a class="mega-menu-link" href="https://mybrio.org/events/" tabindex="0">Events</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-7323" id="mega-menu-item-7323"><a target="_blank" class="mega-menu-link" href="https://www.mybriocareers.org/" tabindex="0">Careers</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-7013" id="mega-menu-item-7013"><a class="mega-menu-link" href="https://foundation.mybrio.org" tabindex="0">Our Foundation</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-right mega-menu-flyout mega-has-icon mega-icon-left mega-menu-item-32" id="mega-menu-item-32"><a class="dashicons-arrow-down-alt2 mega-menu-link" href="https://mybrio.org/contact-us/" aria-expanded="false" tabindex="0">Contact Us<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5286" id="mega-menu-item-5286"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/">Contact By Location</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5644" id="mega-menu-item-5644"><a class="mega-menu-link" href="https://mybrio.org/volunteer-opportunities-michigan/">Volunteer</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-5416" id="mega-menu-item-5416"><a target="_blank" class="mega-menu-link" href="https://mybrio.org/corporate-compliance/">Corporate Compliance</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-185" id="mega-menu-item-185"><a class="mega-menu-link" href="https://mybrio.org/family-and-resident-portal/">Family and Resident Portal</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-184" id="mega-menu-item-184"><a class="mega-menu-link" href="https://mybrio.org/brio-living-services-team-portal-michigan/">TEAM MEMBER PORTAL</a></li></ul>
</li></ul></div></div></div><!-- /vcwb/dynamicElementComment:cd6b4000 --></div></div></div><!-- /vcwb/dynamicElementComment:433dabe5 --></div></div></div><!-- /vcwb/dynamicElementComment:14e185ac --><!-- vcwb/dynamicElementComment:bcf42be8 --><div class="vce-row-container"><div class="vce-row vce-element--lg--has-background vce-row--col-gap-30 sticky-dark vce-row-no-paddings vce-row-content--bottom" data-vce-full-width="true" data-vce-stretch-content="true" id="el-bcf42be8" data-vce-do-apply="all el-bcf42be8"><div class="vce-content-background-container"></div><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:b7fd6d89 --><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-b7fd6d89"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-b7fd6d89"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-b7fd6d89"><!-- vcwb/dynamicElementComment:540be6c9 --><div class="vce-widgets-container"><div class="vce vce-widgets-wrapper" id="el-540be6c9" data-vce-do-apply="all el-540be6c9"><div id="mega-menu-wrap-primary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-animated-block mega-toggle-block-1' id='mega-toggle-block-1'><button aria-label="" class="mega-toggle-animated mega-toggle-animated-slider" type="button" aria-expanded="false">
                  <span class="mega-toggle-animated-box">
                    <span class="mega-toggle-animated-inner"></span>
                  </span>
                </button></div></div></div><ul id="mega-menu-primary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="hover_intent" data-effect="fade_up" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="body" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="991" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-18" id="mega-menu-item-18"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/" tabindex="0">Our Locations</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-has-icon mega-icon-left mega-menu-item-27" id="mega-menu-item-27"><a class="dashicons-arrow-down-alt2 mega-menu-link" href="https://mybrio.org/best-retirement-communities-in-michigan/" aria-expanded="false" tabindex="0">About Us<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-156" id="mega-menu-item-156"><a class="mega-menu-link" href="https://mybrio.org/innovative-senior-care-michigan/">Our History</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5441" id="mega-menu-item-5441"><a class="mega-menu-link" href="https://mybrio.org/faith-based-senior-care-michigan/">Mission, Vision, &#038; Guiding Beliefs</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-157" id="mega-menu-item-157"><a class="mega-menu-link" href="https://mybrio.org/nonprofit-senior-living-community-michigan/">Faith-Based/Non-Profit-Difference</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-9242" id="mega-menu-item-9242"><a class="mega-menu-link" href="https://mybrio.org/senior-living-excellence-2025/">Senior Living Excellence</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-9284" id="mega-menu-item-9284"><a class="mega-menu-link" href="https://mybrio.org/we-all-belong/">We All Belong</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-159" id="mega-menu-item-159"><a class="mega-menu-link" href="https://mybrio.org/top-senior-living-organizations-in-michigan/">Community &amp; Partnerships</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-160" id="mega-menu-item-160"><a class="mega-menu-link" href="https://mybrio.org/senior-living-excellence-and-leadership-michigan/">Leadership</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5733" id="mega-menu-item-5733"><a class="mega-menu-link" href="https://mybrio.org/brio-living-services-board-of-trustees/">Board of Trustees</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-8606" id="mega-menu-item-8606"><a class="mega-menu-link" href="https://mybrio.org/news-media-press-releases/">News, Media & Press Release</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5912" id="mega-menu-item-5912"><a class="mega-menu-link" href="https://mybrio.org/blog/">Blog</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-162" id="mega-menu-item-162"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-companies-michigan/">Annual Report &amp; Publications</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-left mega-menu-flyout mega-has-icon mega-icon-left mega-menu-item-19" id="mega-menu-item-19"><a class="dashicons-arrow-down-alt2 mega-menu-link" href="https://mybrio.org/best-senior-living-communities-in-michigan/" aria-expanded="false" tabindex="0">Senior Living Options<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-170" id="mega-menu-item-170"><a class="mega-menu-link" href="https://mybrio.org/senior-independent-living-community-michigan/">Independent Living</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-169" id="mega-menu-item-169"><a class="mega-menu-link" href="https://mybrio.org/best-assisted-living-communities-michigan/">Assisted Living</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-168" id="mega-menu-item-168"><a class="mega-menu-link" href="https://mybrio.org/best-skilled-nursing-facilities-michigan/">Skilled Care</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-167" id="mega-menu-item-167"><a class="mega-menu-link" href="https://mybrio.org/senior-rehabilitation-center-post-acute-care-near-me-michigan/">Rehabilitation</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-7744" id="mega-menu-item-7744"><a class="mega-menu-link" href="https://mybrio.org/memory-care/">Memory Care</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-166" id="mega-menu-item-166"><a class="mega-menu-link" href="https://mybrio.org/best-homecare-in-michigan/">Home Based Services / Care</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-165" id="mega-menu-item-165"><a class="mega-menu-link" href="https://mybrio.org/respite-care-near-me-michigan/">Respite &#038; Short Stay</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-164" id="mega-menu-item-164"><a class="mega-menu-link" href="https://mybrio.org/medicare-pace-program-michigan/">PACE Programs</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-6573" id="mega-menu-item-6573"><a class="mega-menu-link" href="https://mybrio.org/brio-dining-services/">Dining Excellence</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5473" id="mega-menu-item-5473"><a class="mega-menu-link" href="https://mybrio.org/affordable-senior-housing-michigan/">Affordable Housing</a></li></ul>
</li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-29" id="mega-menu-item-29"><a class="mega-menu-link" href="https://mybrio.org/events/" tabindex="0">Events</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-7323" id="mega-menu-item-7323"><a target="_blank" class="mega-menu-link" href="https://www.mybriocareers.org/" tabindex="0">Careers</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-7013" id="mega-menu-item-7013"><a class="mega-menu-link" href="https://foundation.mybrio.org" tabindex="0">Our Foundation</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-has-children mega-align-bottom-right mega-menu-flyout mega-has-icon mega-icon-left mega-menu-item-32" id="mega-menu-item-32"><a class="dashicons-arrow-down-alt2 mega-menu-link" href="https://mybrio.org/contact-us/" aria-expanded="false" tabindex="0">Contact Us<span class="mega-indicator" aria-hidden="true"></span></a>
<ul class="mega-sub-menu">
<li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5286" id="mega-menu-item-5286"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/">Contact By Location</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-5644" id="mega-menu-item-5644"><a class="mega-menu-link" href="https://mybrio.org/volunteer-opportunities-michigan/">Volunteer</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-menu-item-5416" id="mega-menu-item-5416"><a target="_blank" class="mega-menu-link" href="https://mybrio.org/corporate-compliance/">Corporate Compliance</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-185" id="mega-menu-item-185"><a class="mega-menu-link" href="https://mybrio.org/family-and-resident-portal/">Family and Resident Portal</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-184" id="mega-menu-item-184"><a class="mega-menu-link" href="https://mybrio.org/brio-living-services-team-portal-michigan/">TEAM MEMBER PORTAL</a></li></ul>
</li></ul></div></div></div><!-- /vcwb/dynamicElementComment:540be6c9 --></div></div></div><!-- /vcwb/dynamicElementComment:b7fd6d89 --></div></div></div><!-- /vcwb/dynamicElementComment:bcf42be8 --></div></div></div><!-- /vcwb/dynamicElementComment:06ce6ef7 -->        </header>
        <section class="vcv-content vcv-content--header-footer vcv-content--boxed">
                    <article id="post-16" class="post-16 page type-page status-publish hentry">
                <div class="entry-content">
                    <div class="vce-row-container" id="home-slide"><div class="vce-row vce-row--col-gap-30 vce-row-content--top" data-vce-full-width="true" data-vce-stretch-content="true" id="el-c473c5d1" data-vce-do-apply="all el-c473c5d1"><div class="vce-row-content" data-vce-element-content="true"><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-7b4ceb57"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-7b4ceb57"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-7b4ceb57"><div id="el-accd2634" class="vce-slider-revolution--align-center"><div class="vce vce-slider-revolution" data-vce-do-apply="all el-accd2634">			<script type="text/javascript" src="//mybrio.org/wp-content/plugins/revslider/public/assets/js/rbtools.min.js?rev=6.3.5"></script>
			<script type="text/javascript" src="//mybrio.org/wp-content/plugins/revslider/public/assets/js/rs6.min.js?rev=6.3.5"></script>

			<!-- START Home Page REVOLUTION SLIDER 6.3.5 --><p class="rs-p-wp-fix"></p>
			<rs-module-wrap id="rev_slider_1_1_wrapper" data-source="gallery" style="background:transparent;padding:0;margin:0px auto;margin-top:0;margin-bottom:0;">
				<rs-module id="rev_slider_1_1" style="" data-version="6.3.5">
					<rs-slides>
						<rs-slide data-key="rs-6" data-title="Slide" data-thumb="//mybrio.org/wp-content/uploads/2020/11/1_1_1_5_-_Home_1600x600-50x100.jpg" data-anim="ei:d;eo:d;s:1000;r:0;t:fade;sl:0;">
							<img src="//mybrio.org/wp-content/uploads/2020/11/1_1_1_5_-_Home_1600x600.jpg" title="1_1_1_5_-_Home_1600x600" width="1600" height="600" class="rev-slidebg" data-no-retina>
<!--
							--><rs-layer
								id="slider-1-slide-6-layer-16" 
								data-type="text"
								data-color="#fff"
								data-tsh="c:rgba(0,0,0,0.75);h:5px,5px,5px,1px;b:10px,10px,10px,2px;"
								data-rsp_ch="on"
								data-xy="x:c;y:m;"
								data-text="w:normal;s:60,60,60,17;l:70,70,70,20;ls:-1,-1,-1,0;fw:500;a:center;"
								data-dim="minh:0px,0px,0px,none;"
								data-frame_0="y:-50,-50,-50,-14;"
								data-frame_1="st:930;sp:1000;sR:930;"
								data-frame_999="y:175%;o:1;e:power2.inOut;st:3000;sp:1000;sR:1070;"
								data-frame_999_mask="u:t;"
								style="z-index:12;font-family:Oswald;text-transform:uppercase;"
							>Brio Living Services 
							</rs-layer><!--
-->						</rs-slide>
						<rs-slide data-key="rs-7" data-title="Slide" data-thumb="//mybrio.org/wp-content/uploads/2020/11/1_1_1_4_-_Home_-_1600x600-50x100.jpg" data-anim="ei:d;eo:d;s:1000;r:0;t:fade;sl:0;">
							<img src="//mybrio.org/wp-content/uploads/2020/11/1_1_1_4_-_Home_-_1600x600.jpg" title="1_1_1_4_-_Home_-_1600x600" width="1600" height="600" class="rev-slidebg" data-no-retina>
<!--
							--><rs-layer
								id="slider-1-slide-7-layer-17" 
								data-type="text"
								data-color="#fff"
								data-tsh="c:rgba(0,0,0,0.75);h:5px,5px,5px,1px;b:10px,10px,10px,2px;"
								data-rsp_ch="on"
								data-xy="x:c;y:m;"
								data-text="w:normal;s:60,60,60,17;l:70,70,70,20;ls:-1,-1,-1,0;fw:500;a:center;"
								data-dim="w:85%;minh:0px,0px,0px,none;"
								data-frame_0="y:-50,-50,-50,-14;"
								data-frame_1="st:930;sp:1000;sR:930;"
								data-frame_999="y:175%;o:1;e:power2.inOut;st:w;sp:1000;sR:2070;"
								data-frame_999_mask="u:t;"
								style="z-index:11;font-family:Oswald;text-transform:uppercase;"
							>Life doesn’t stop at retirement. In fact, your next chapter is just beginning. 
							</rs-layer><!--
-->						</rs-slide>
						<rs-slide data-key="rs-8" data-title="Slide" data-thumb="//mybrio.org/wp-content/uploads/2020/11/1_1_1_3_-_Home_1600x600-50x100.jpg" data-anim="ei:d;eo:d;s:1000;r:0;t:fade;sl:0;">
							<img src="//mybrio.org/wp-content/uploads/2020/11/1_1_1_3_-_Home_1600x600.jpg" title="1_1_1_3_-_Home_1600x600" width="1600" height="600" class="rev-slidebg" data-no-retina>
<!--
							--><rs-layer
								id="slider-1-slide-8-layer-22" 
								data-type="text"
								data-color="#fff"
								data-tsh="c:rgba(0,0,0,0.75);h:5px,5px,5px,1px;b:10px,10px,10px,2px;"
								data-rsp_ch="on"
								data-xy="x:c;y:m;"
								data-text="w:normal;s:60,60,60,17;l:70,70,70,20;ls:-1,-1,-1,0;fw:500;a:center;"
								data-dim="w:85%;minh:0px,0px,0px,none;"
								data-frame_0="y:-50,-50,-50,-14;"
								data-frame_1="st:930;sp:1000;sR:930;"
								data-frame_999="y:175%;o:1;e:power2.inOut;st:w;sp:1000;sR:2070;"
								data-frame_999_mask="u:t;"
								style="z-index:11;font-family:Oswald;text-transform:uppercase;"
							>Our continuum of care <br>supports various levels of need. 
							</rs-layer><!--
-->						</rs-slide>
						<rs-slide data-key="rs-9" data-title="Slide" data-thumb="//mybrio.org/wp-content/uploads/2020/12/1_4_5_3_-_Home_Care-scaled-50x100.jpg" data-anim="ei:d;eo:d;s:1000;r:0;t:fade;sl:0;">
							<img src="//mybrio.org/wp-content/uploads/2020/12/1_4_5_3_-_Home_Care-scaled.jpg" title="1_4_5_3_-_Home_Care" width="2560" height="800" class="rev-slidebg" data-no-retina>
<!--
							--><rs-layer
								id="slider-1-slide-9-layer-23" 
								data-type="text"
								data-color="#fff"
								data-tsh="c:rgba(0,0,0,0.75);h:5px,5px,5px,1px;b:10px,10px,10px,2px;"
								data-rsp_ch="on"
								data-xy="x:c;y:m;"
								data-text="w:normal;s:60,60,60,17;l:70,70,70,20;ls:-1,-1,-1,0;fw:500;a:center;"
								data-dim="w:85%;minh:0px,0px,0px,none;"
								data-frame_0="y:-50,-50,-50,-14;"
								data-frame_1="st:930;sp:1000;sR:930;"
								data-frame_999="y:175%;o:1;e:power2.inOut;st:w;sp:1000;sR:2070;"
								data-frame_999_mask="u:t;"
								style="z-index:11;font-family:Oswald;text-transform:uppercase;"
							>We strive to satisfy our residents' overall wellness. 
							</rs-layer><!--
-->						</rs-slide>
						<rs-slide data-key="rs-10" data-title="Slide" data-thumb="//mybrio.org/wp-content/uploads/2020/11/1_1_1_1_-_Home_-_1600x600-50x100.jpg" data-anim="ei:d;eo:d;s:1000;r:0;t:fade;sl:0;">
							<img src="//mybrio.org/wp-content/uploads/2020/11/1_1_1_1_-_Home_-_1600x600.jpg" title="1_1_1_1_-_Home_-_1600x600" width="1600" height="600" class="rev-slidebg" data-no-retina>
<!--
							--><rs-layer
								id="slider-1-slide-10-layer-24" 
								data-type="text"
								data-color="#fff"
								data-tsh="c:rgba(0,0,0,0.75);h:5px,5px,5px,1px;b:10px,10px,10px,2px;"
								data-rsp_ch="on"
								data-xy="x:c;y:m;"
								data-text="w:normal;s:60,60,60,17;l:70,70,70,20;ls:-1,-1,-1,0;fw:500;a:center;"
								data-dim="w:85%;minh:0px,0px,0px,none;"
								data-frame_0="y:-50,-50,-50,-14;"
								data-frame_1="st:930;sp:1000;sR:930;"
								data-frame_999="y:175%;o:1;e:power2.inOut;st:w;sp:1000;sR:2070;"
								data-frame_999_mask="u:t;"
								style="z-index:11;font-family:Oswald;text-transform:uppercase;"
							>Pursue Passions and Interests<br> and Make New Friends! 
							</rs-layer><!--
-->						</rs-slide>
					</rs-slides>
					<rs-static-layers><!--
					--></rs-static-layers>
				</rs-module>
				<script type="text/javascript">
					setREVStartSize({c: 'rev_slider_1_1',rl:[1240,1240,1240,480],el:[600,600,600,592],gw:[1600,1600,1600,480],gh:[600,600,600,200],type:'standard',justify:'',layout:'fullwidth',mh:"0"});
					var	revapi1,
						tpj;
					function revinit_revslider11() {
					jQuery(function() {
						tpj = jQuery;
						revapi1 = tpj("#rev_slider_1_1");
						tpj.noConflict();
						if(revapi1==undefined || revapi1.revolution == undefined){
							revslider_showDoubleJqueryError("rev_slider_1_1");
						}else{
							revapi1.revolution({
								sliderLayout:"fullwidth",
								duration:"4000ms",
								visibilityLevels:"1240,1240,1240,480",
								gridwidth:"1600,1600,1600,480",
								gridheight:"600,600,600,200",
								spinner:"spinner0",
								perspective:600,
								perspectiveType:"global",
								editorheight:"600,768,960,592",
								responsiveLevels:"1240,1240,1240,480",
								stopAtSlide:5,
								stopAfterLoops:0,
								stopLoop:true,
								progressBar:{disableProgressBar:true},
								navigation: {
									wheelCallDelay:1000,
									arrows: {
										enable:true,
										style:"hesperiden",
										left: {
											h_offset:10
										},
										right: {
											h_offset:10
										}
									}
								},
							});
						}
						
					});
					} // End of RevInitScript
				var once_revslider11 = false;
				if (document.readyState === "loading") {document.addEventListener('readystatechange',function() { if((document.readyState === "interactive" || document.readyState === "complete") && !once_revslider11 ) { once_revslider11 = true; revinit_revslider11();}});} else {once_revslider11 = true; revinit_revslider11();}
				</script>
				<script>
					var htmlDivCss = unescape("%23rev_slider_1_1_wrapper%20.hesperiden.tparrows%20%7B%0A%09cursor%3Apointer%3B%0A%09background%3Argba%280%2C0%2C0%2C0.5%29%3B%0A%09width%3A40px%3B%0A%09height%3A40px%3B%0A%09position%3Aabsolute%3B%0A%09display%3Ablock%3B%0A%09z-index%3A1000%3B%0A%20%20%20%20border-radius%3A%2050%25%3B%0A%7D%0A%23rev_slider_1_1_wrapper%20.hesperiden.tparrows%3Ahover%20%7B%0A%09background%3A%23000000%3B%0A%7D%0A%23rev_slider_1_1_wrapper%20.hesperiden.tparrows%3Abefore%20%7B%0A%09font-family%3A%20%27revicons%27%3B%0A%09font-size%3A20px%3B%0A%09color%3A%23ffffff%3B%0A%09display%3Ablock%3B%0A%09line-height%3A%2040px%3B%0A%09text-align%3A%20center%3B%0A%7D%0A%23rev_slider_1_1_wrapper%20.hesperiden.tparrows.tp-leftarrow%3Abefore%20%7B%0A%09content%3A%20%27%5Ce82c%27%3B%0A%20%20%20%20margin-left%3A-3px%3B%0A%7D%0A%23rev_slider_1_1_wrapper%20.hesperiden.tparrows.tp-rightarrow%3Abefore%20%7B%0A%09content%3A%20%27%5Ce82d%27%3B%0A%20%20%20%20margin-right%3A-3px%3B%0A%7D%0A");
					var htmlDiv = document.getElementById('rs-plugin-settings-inline-css');
					if(htmlDiv) {
						htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
					}else{
						var htmlDiv = document.createElement('div');
						htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>';
						document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);
					}
				</script>
				<script>
					var htmlDivCss = unescape("%0A%0A%0A%0A%0A%0A");
					var htmlDiv = document.getElementById('rs-plugin-settings-inline-css');
					if(htmlDiv) {
						htmlDiv.innerHTML = htmlDiv.innerHTML + htmlDivCss;
					}else{
						var htmlDiv = document.createElement('div');
						htmlDiv.innerHTML = '<style>' + htmlDivCss + '</style>';
						document.getElementsByTagName('head')[0].appendChild(htmlDiv.childNodes[0]);
					}
				</script>
			</rs-module-wrap>
			<!-- END REVOLUTION SLIDER -->
</div></div></div></div></div></div></div></div><div class="vce-row-container" id="cta-top-row"><div class="vce-row vce-row--has-col-background vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" data-vce-full-width="true" data-vce-stretch-content="true" id="el-7edea01d" data-vce-do-apply="all el-7edea01d"><div class="vce-content-background-container"></div><div class="vce-row-content" data-vce-element-content="true"><div class="vce-col vce-element--has-background vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-a681f4c6"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-a681f4c6" id="cta-top-row"><div class="vce-content-background-container"></div><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-a681f4c6"><div class="vce-text-block" id="top-txt"><div class="vce-text-block-wrapper vce" id="el-8b79f9c3" data-vce-do-apply="all el-8b79f9c3"><h2 style="text-align: center;"><a href="https://foundation.mybrio.org/"><span style="color: #ffffff;">SEE OUR FOUNDATION</span></a></h2><p style="text-align: center;"><a href="https://foundation.mybrio.org/" data-wplink-edit="true"><span style="color: #ffffff;">As faithful, philanthropic stewards <br>and steadfast advocates for vibrant aging, we support the mission of <br>Brio Living Services.</span></a></p></div></div><div class="vce-features vce-var-icon vce-features--style-none vce-features--size-large arr-dwn" style="--iconAlignment: center; --iconColor: #fff; --iconColorHover: #fff; --shapeColor: #3cb878; --shapeColorHover: #3cb878; --linkColorHover: #36a56b;"><div id="el-55f83bb5" class="vce vce-features-icon-wrapper" data-vce-do-apply="all el-55f83bb5"><div class="vce-features--icon vce-icon"><svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 769 769"><path stroke-width="25" d="M565.755 696.27h-360l-180-311.77 180-311.77h360l180 311.77z"></path></svg><a class="vce-icon-container vcv-ui-icon-feather vcv-ui-icon-feather-chevron-down" href="https://foundation.mybrio.org/" title="" target="_blank" data-uw-rm-brl="PR" data-uw-original-href="https://foundation.mybrio.org/" aria-label="foundation.mybrio.org - open in a new tab" data-uw-rm-empty-ctrl="" data-uw-rm-ext-link="" uw-rm-external-link-id="https://foundation.mybrio.org/$foundation.mybrio.org"></a></div></div></div></div></div></div><div class="vce-col vce-element--has-background vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first" id="el-2721ba3e"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-2721ba3e" id="cta-top-row"><div class="vce-content-background-container"></div><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-2721ba3e"><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-d8cdbc94" data-vce-do-apply="all el-d8cdbc94"><h2 style="text-align: center;"><a href="https://mybrio.org/events/"><span style="color: #ffffff;">UPCOMING EVENTS</span></a></h2>
<p style="text-align: center;"><span style="color: #ffffff;">Exciting things are always happening at Brio Living Services! Learn more about our events.&nbsp;</span></p></div></div><div class="vce-features vce-var-icon vce-features--style-none vce-features--size-large arr-dwn" style="--iconAlignment: center; --iconColor: #fff; --iconColorHover: #fff; --shapeColor: #3cb878; --shapeColorHover: #3cb878; --linkColorHover: #36a56b;"><div id="el-747dec83" class="vce vce-features-icon-wrapper" data-vce-do-apply="all el-747dec83"><div class="vce-features--icon vce-icon"><svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 769 769"><path stroke-width="25" d="M565.755 696.27h-360l-180-311.77 180-311.77h360l180 311.77z"></path></svg><a class="vce-icon-container vcv-ui-icon-feather vcv-ui-icon-feather-chevron-down" href="https://mybrio.org/events/" title="" data-uw-rm-brl="PR" data-uw-original-href="https://mybrio.org/events-2/" aria-label="mybrio.org" data-uw-rm-empty-ctrl=""></a></div></div></div></div></div></div><div class="vce-col vce-element--has-background vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last" id="el-9fdc13a5"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-9fdc13a5" id="cta-top-row"><div class="vce-content-background-container"></div><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-9fdc13a5"><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-98f0bcc5" data-vce-do-apply="all el-98f0bcc5"><h2 style="text-align: center;"><a href="https://www.mybriocareers.org/"><span style="color: #ffffff;">JOIN OUR TEAM</span></a></h2>
<p style="text-align: center;"><a href="https://www.mybriocareers.org/" target="_blank" rel="noopener"><span style="color: #ffffff;">Love your Career at Brio Living Services - </span><span style="color: #ffffff;">Working together to enrich the lives of others.</span></a></p></div></div><div class="vce-features vce-var-icon vce-features--style-none vce-features--size-large arr-dwn" style="--iconAlignment: center; --iconColor: #fff; --iconColorHover: #fff; --shapeColor: #3cb878; --shapeColorHover: #3cb878; --linkColorHover: #36a56b;"><div id="el-e17024f6" class="vce vce-features-icon-wrapper" data-vce-do-apply="all el-e17024f6"><div class="vce-features--icon vce-icon"><svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 769 769"><path stroke-width="25" d="M565.755 696.27h-360l-180-311.77 180-311.77h360l180 311.77z"></path></svg><a class="vce-icon-container vcv-ui-icon-feather vcv-ui-icon-feather-chevron-down" href="https://www.mybriocareers.org/" title="" data-uw-rm-brl="PR" data-uw-original-href="https://www.mybriocareers.org/" aria-label="mybriocareers.org" data-uw-rm-empty-ctrl=""></a></div></div></div></div></div></div></div></div></div><div class="vce-row-container" data-vce-boxed-width="true"><div class="vce-row vce-row--col-gap-30 vce-row-content--top" id="el-15b996fb" data-vce-do-apply="all el-15b996fb"><div class="vce-row-content" data-vce-element-content="true"><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-1aa38b44"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-1aa38b44" id="bdy-wdth"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-1aa38b44"><div class="vce-text-block" id="bdy-wdth"><div class="vce-text-block-wrapper vce" id="el-016709d2" data-vce-do-apply="all el-016709d2"><h1 style="text-align: center;">Welcome to Brio Living Services</h1>
<h2 style="text-align: center;">Where Graceful Living Never Gets Old</h2>
<p style="text-align: center;"><span style="font-size: 16pt;"><strong><a href="http://www.MyBrio.org/NewBrand">Why Brio Living Services?</a> To find out, explore our website to check out our exciting new videos!</strong></span></p></div></div><div class="vce-row-container" data-vce-boxed-width="true"><div class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" id="el-0e44a618" data-vce-do-apply="all el-0e44a618"><div class="vce-row-content" data-vce-element-content="true"><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-ad3a53ef"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-ad3a53ef"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-ad3a53ef"><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-b08ef216" data-vce-do-apply="all el-b08ef216"><iframe title="YouTube video player" src="https://www.youtube.com/embed/wswMylTjvQM" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div></div></div></div></div><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first" id="el-8c24c1b1"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-8c24c1b1"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-8c24c1b1"><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-1b9610c3" data-vce-do-apply="all el-1b9610c3"><iframe title="YouTube video player" src="https://www.youtube.com/embed/fR0jqCUI69I" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div></div></div></div></div><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last" id="el-59f60fba"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-59f60fba"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-59f60fba"><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-df8c45f3" data-vce-do-apply="all el-df8c45f3"><iframe width="560" height="315" src="https://www.youtube.com/embed/zLGGfIcYXRI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe></div></div></div></div></div></div></div></div><div class="vce-text-block" id="bdy-wdth"><div class="vce-text-block-wrapper vce" id="el-92beb439" data-vce-do-apply="all el-92beb439"><p style="text-align: center;">At Brio Living Services, from the care we provide to the sense of community we nurture, our mission is to celebrate the lives of older adults. We invite you to join in the celebration and experience for yourself the strong bonds and special memories that residents form as members of our outstanding communities. We offer our residents a wide range of <a href="https://mybrio.org/best-retirement-communities-in-michigan/" target="_blank" rel="noopener">maintenance-free and amenity-rich senior living options</a>, and a full continuum of care should needs arise in the future.</p>
<p style="text-align: center;">If you would like to learn more about our senior living communities and services / request a brochure / schedule a tour you can <strong><a href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/" target="_blank" rel="noopener">contact us by phone or email by visiting our community directory</a>.</strong></p>
<p style="text-align: center;">Interested in joining our team? <a href="https://workforcenow.adp.com/mascsr/default/mdf/recruitment/recruitment.html?cid=05e15c9e-e5ee-4803-92e1-0bf10bc296a3&amp;ccId=9200054004208_2&amp;type=JS&amp;lang=en_US" target="_blank" rel="noopener"><strong><span style="color: #ff0000;">APPLY NOW!</span></strong></a></p></div></div><div class="vce-row-container" data-vce-boxed-width="true"><div class="vce-row vce-row--col-gap-30 vce-row-equal-height vce-row-content--top" id="el-306c6260" data-vce-do-apply="all el-306c6260"><div class="vce-row-content" data-vce-element-content="true"><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-d5d8e64f"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-d5d8e64f"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-d5d8e64f"><div class="vce-raw-html"><div class="vce-raw-html-wrapper" id="el-6ccf5e00" data-vce-do-apply="all el-6ccf5e00"><!-- Show the Roobrik widget -->
<div id="rb_widget_seniorliving_content"></div>
<script type="text/javascript">rbWidget_seniorliving.Show("rb_widget_seniorliving_content");</script>
<!-- End Roobrik widget --></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div class="vce-row-container"><div class="vce-row vce-row--col-gap-0 vce-row-no-paddings vce-row-content--top" data-vce-full-width="true" data-vce-stretch-content="true" id="el-e82c2cd2" data-vce-do-apply="all el-e82c2cd2"><div class="vce-content-background-container"></div><div class="vce-row-content" data-vce-element-content="true"><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-first vce-col--lg-first vce-col--xl-first" id="el-aec2c146"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-aec2c146"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-aec2c146"><div class="vce vce-flip-box-container vce-flip-box-align--left" id="el-463c15cd" data-vce-do-apply="margin  el-463c15cd" ontouchstart=""><div class="vce-flip-box" style="perspective: 2626px;"><div class="vce-flip-box-inner" style="min-height: 226.391px;"><div class="vce-flip-box-front" data-vce-do-apply="border backgroundImage el-463c15cd"><div class="vce-flip-box-front-inner" data-vce-do-apply="padding el-463c15cd"><h2 style="text-align: center;"><span style="color: #ffffff;">Secrets of Scotland's Highland</span></h2></div></div><div class="vce-flip-box-back" data-vce-do-apply="border backgroundColor el-463c15cd"><div class="vce-flip-box-back-inner" data-vce-do-apply="padding el-463c15cd"><div class="vce-flip-box-back-description"><p style="text-align: center;"><span style="color: #ffffff;">Brio Living Services works hard to ensure that seniors can choose the home, and lifestyle, that’s right for them.</span></p></div><div></div></div></div></div></div></div></div></div></div><div class="vce-col vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last" id="el-b44bad69"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-b44bad69"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-b44bad69"><div class="vce vce-flip-box-container vce-flip-box-align--left" id="el-3bef93af" data-vce-do-apply="margin  el-3bef93af" ontouchstart=""><div class="vce-flip-box" style="perspective: 2626px;"><div class="vce-flip-box-inner" style="min-height: 197.594px;"><div class="vce-flip-box-front" data-vce-do-apply="border backgroundImage el-3bef93af"><div class="vce-flip-box-front-inner" data-vce-do-apply="padding el-3bef93af"><h2 style="text-align: center;"><span style="color: #ffffff;">Secrets of Scotland's Highland</span></h2></div></div><div class="vce-flip-box-back" data-vce-do-apply="border backgroundColor el-3bef93af"><div class="vce-flip-box-back-inner" data-vce-do-apply="padding el-3bef93af"><div class="vce-flip-box-back-description"><p style="text-align: center;"><span style="color: #ffffff;">Discover your options and share your questions! Brio Living Services is here to help.</span></p></div><div></div></div></div></div></div></div></div></div></div></div></div></div>                </div>
            </article>
            </section>
            <footer class="vcv-footer" data-vcv-layout-zone="footer">
            <!-- vcwb/dynamicElementComment:e5484edb --><div class="vce-row-container"><div class="vce-row vce-element--xl--has-background vce-element--lg--has-background vce-element--md--has-background vce-element--sm--has-background vce-element--xs--has-background vce-row--col-gap-0 vce-row-no-paddings vce-row-equal-height vce-row-content--bottom" data-vce-full-width="true" data-vce-stretch-content="true" id="el-e5484edb" data-vce-do-apply="all el-e5484edb"><div class="vce-content-background-container"><div class="vce-asset-background-simple-container vce-visible-xl-only vce-asset-background-simple--style-cover vce-asset-background-simple--position-center-center"><div class="vce-asset-background-simple">
              <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="https://mybrio.org/wp-content/uploads/2020/12/full-umrc-map.png"></div>
              <noscript>
                <div class="vce-asset-background-simple-item" style="background-image: url(https://mybrio.org/wp-content/uploads/2020/12/full-umrc-map.png)"></div>
              </noscript>
            </div></div><div class="vce-asset-background-simple-container vce-visible-lg-only vce-asset-background-simple--style-cover vce-asset-background-simple--position-center-center"><div class="vce-asset-background-simple">
              <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="https://mybrio.org/wp-content/uploads/2020/12/full-umrc-map.png"></div>
              <noscript>
                <div class="vce-asset-background-simple-item" style="background-image: url(https://mybrio.org/wp-content/uploads/2020/12/full-umrc-map.png)"></div>
              </noscript>
            </div></div><div class="vce-asset-background-simple-container vce-visible-md-only vce-asset-background-simple--style-cover vce-asset-background-simple--position-center-center"><div class="vce-asset-background-simple">
              <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="https://mybrio.org/wp-content/uploads/2020/12/768-umrc-map.png"></div>
              <noscript>
                <div class="vce-asset-background-simple-item" style="background-image: url(https://mybrio.org/wp-content/uploads/2020/12/768-umrc-map.png)"></div>
              </noscript>
            </div></div><div class="vce-asset-background-simple-container vce-visible-sm-only vce-asset-background-simple--style-cover vce-asset-background-simple--position-center-bottom"><div class="vce-asset-background-simple">
              <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="https://mybrio.org/wp-content/uploads/2020/12/667-umrc-map.png"></div>
              <noscript>
                <div class="vce-asset-background-simple-item" style="background-image: url(https://mybrio.org/wp-content/uploads/2020/12/667-umrc-map.png)"></div>
              </noscript>
            </div></div><div class="vce-asset-background-simple-container vce-visible-xs-only vce-asset-background-simple--style-cover vce-asset-background-simple--position-center-center"><div class="vce-asset-background-simple">
              <div class="vce-asset-background-simple-item vcv-lozad" data-background-image="https://mybrio.org/wp-content/uploads/2020/12/full-umrc-map.png"></div>
              <noscript>
                <div class="vce-asset-background-simple-item" style="background-image: url(https://mybrio.org/wp-content/uploads/2020/12/full-umrc-map.png)"></div>
              </noscript>
            </div></div></div><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:e92e6261 --><div class="vce-col vce-col--xs-hide vce-col--xs-first vce-col--sm-hide vce-col--sm-first vce-col--md-45p vce-col--md-visible vce-col--md-first vce-col--lg-45p vce-col--lg-visible vce-col--lg-first vce-col--xl-45p vce-col--xl-visible vce-col--xl-first ftr-top" id="el-e92e6261"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-e92e6261"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-e92e6261"><div></div></div></div></div><!-- /vcwb/dynamicElementComment:e92e6261 --><!-- vcwb/dynamicElementComment:b106d45b --><div class="vce-col vce-col--xs-100p vce-col--xs-visible vce-col--xs-last vce-col--sm-100p vce-col--sm-visible vce-col--sm-last vce-col--md-55p vce-col--md-visible vce-col--md-last vce-col--lg-55p vce-col--lg-visible vce-col--lg-last vce-col--xl-55p vce-col--xl-visible vce-col--xl-last ftr-top" id="el-b106d45b"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-b106d45b"><div class="vce-content-background-container"></div><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-b106d45b"><!-- vcwb/dynamicElementComment:156faa64 --><div id="el-156faa64" class="vce-logo-widget--align-left"><div class="vce vce-logo-widget" data-vce-do-apply="all el-156faa64" style="width: 300px; height: auto;"><a href="https://mybrio.org/" class="custom-logo-link" rel="home" aria-current="page"><img width="789" height="300" src="https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1.png" class="custom-logo" alt="Brio Living Services" decoding="async" srcset="https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1.png 789w, https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1-300x114.png 300w, https://mybrio.org/wp-content/uploads/2022/02/BrioLivingServicesLogo_Horiz_Pantone-1-768x292.png 768w" sizes="(max-width: 789px) 100vw, 789px" /></a></div></div><!-- /vcwb/dynamicElementComment:156faa64 --><!-- vcwb/dynamicElementComment:5de304f3 --><div class="vce-text-block ftr-copy"><div class="vce-text-block-wrapper vce" id="el-5de304f3" data-vce-do-apply="all el-5de304f3"><p>Our communities feature a wide array of living options and services to meet our residents’ needs and desires. We invite you to explore all that we have to offer.</p></div></div><!-- /vcwb/dynamicElementComment:5de304f3 --><!-- vcwb/dynamicElementComment:5c35bb78 --><div class="vce-button--style-basic-container ftr-btn vce-button--style-basic-container--align-left"><span class="vce-button--style-basic-wrapper vce" id="el-5c35bb78" data-vce-do-apply="margin el-5c35bb78"><a class="vce-button vce-button--style-basic vce-button--style-basic--border-square vce-button--style-basic--size-medium vce-button--style-basic--color-557cbf--fff" href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/" title="" id="btn" data-vce-do-apply="padding border background  el-5c35bb78" data-uw-rm-brl="BE" data-uw-original-href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/">Explore our locations</a></span></div><!-- /vcwb/dynamicElementComment:5c35bb78 --></div></div></div><!-- /vcwb/dynamicElementComment:b106d45b --></div></div></div><!-- /vcwb/dynamicElementComment:e5484edb --><!-- vcwb/dynamicElementComment:74474dc7 --><div class="vce-section"><div class="vce-section-inner vce-section-no-paddings vce-element--has-background" data-vce-full-width="true" data-vce-stretch-content="true" id="el-74474dc7" data-vce-do-apply="all el-74474dc7"><div class="vce-content-background-container"></div><div data-vce-element-content="true"><!-- vcwb/dynamicElementComment:b1a12ea3 --><div class="vce-row-container"><div class="vce-row vce-row--col-gap-0 vce-row-equal-height vce-row-content--bottom" data-vce-full-width="true" data-vce-stretch-content="true" id="el-b1a12ea3" data-vce-do-apply="all el-b1a12ea3"><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:117a5b1c --><div class="vce-col vce-col--md-28p vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-first vce-col--lg-first vce-col--xl-first ftr-icons" id="el-117a5b1c"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-117a5b1c"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-117a5b1c"><!-- vcwb/dynamicElementComment:a5ea9e62 --><div class="vce-single-image-container ftr-icons vce-single-image--align-left"><div class="vce vce-single-image-wrapper" id="el-a5ea9e62" data-vce-do-apply="all el-a5ea9e62"><figure><div class="vce-single-image-figure-inner" style="width: 40px;"><div class="vce-single-image-inner vce-single-image--absolute" style="width: 100%; padding-bottom: 100%;"><img loading="lazy" decoding="async" class="vce-single-image"  width="40" height="40" srcset="https://mybrio.org/wp-content/uploads/2025/04/icon-1-1-51x46-1-40x40.png 40w" src="https://mybrio.org/wp-content/uploads/2025/04/icon-1-1-51x46-1-40x40.png" data-img-src="https://mybrio.org/wp-content/uploads/2020/06/icon-1-1-51x46-1.png" data-attachment-id="34"  alt="" title="icon-1-1-51x46" /></div></div><figcaption hidden=""></figcaption></figure></div></div><!-- /vcwb/dynamicElementComment:a5ea9e62 --><!-- vcwb/dynamicElementComment:15ed5741 --><div class="vce-single-image-container ftr-icons vce-single-image--align-right"><div class="vce vce-single-image-wrapper" id="el-15ed5741" data-vce-do-apply="all el-15ed5741"><figure><div class="vce-single-image-figure-inner" style="width: 40px;"><div class="vce-single-image-inner vce-single-image--absolute" style="width: 100%; padding-bottom: 100%;"><img loading="lazy" decoding="async" class="vce-single-image"  width="40" height="40" srcset="https://mybrio.org/wp-content/uploads/2025/04/np_wheelchair-accessible_370621_FFFFFF-320x320.png 320w, https://mybrio.org/wp-content/uploads/2025/04/np_wheelchair-accessible_370621_FFFFFF-480x480.png 480w, https://mybrio.org/wp-content/uploads/2025/04/np_wheelchair-accessible_370621_FFFFFF-800x800.png 800w" src="https://mybrio.org/wp-content/uploads/2020/06/np_wheelchair-accessible_370621_FFFFFF.png" data-img-src="https://mybrio.org/wp-content/uploads/2020/06/np_wheelchair-accessible_370621_FFFFFF.png" data-attachment-id="35"  alt="" title="np_wheelchair-accessible_370621_FFFFFF" /></div></div><figcaption hidden=""></figcaption></figure></div></div><!-- /vcwb/dynamicElementComment:15ed5741 --><!-- vcwb/dynamicElementComment:cbf85491 --><div class="vce-text-block ftr-icons"><div class="vce-text-block-wrapper vce" id="el-cbf85491" data-vce-do-apply="all el-cbf85491"><h4 class=":&quot;ftr-lnk&quot;"><a href="https://mybrio.org/best-senior-living-retirement-communities-in-michigan/">VIEW OUR COMMUNITIES / SERVICES</a></h4></div></div><!-- /vcwb/dynamicElementComment:cbf85491 --></div></div></div><!-- /vcwb/dynamicElementComment:117a5b1c --><!-- vcwb/dynamicElementComment:0e80aafd --><div class="vce-col vce-col--md-72p vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last" id="el-0e80aafd"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-0e80aafd"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-0e80aafd"><!-- vcwb/dynamicElementComment:f59939d4 --><div class="vce-widgets-container"><div class="vce vce-widgets-wrapper" id="el-f59939d4" data-vce-do-apply="all el-f59939d4"><div id="mega-menu-wrap-secondary" class="mega-menu-wrap"><div class="mega-menu-toggle"><div class="mega-toggle-blocks-left"></div><div class="mega-toggle-blocks-center"></div><div class="mega-toggle-blocks-right"><div class='mega-toggle-block mega-menu-toggle-block mega-toggle-block-1' id='mega-toggle-block-1' tabindex='0'><span class='mega-toggle-label' role='button' aria-expanded='false'><span class='mega-toggle-label-closed'>MENU</span><span class='mega-toggle-label-open'>MENU</span></span></div></div></div><ul id="mega-menu-secondary" class="mega-menu max-mega-menu mega-menu-horizontal mega-no-js" data-event="click" data-effect="disabled" data-effect-speed="200" data-effect-mobile="disabled" data-effect-speed-mobile="0" data-mobile-force-width="false" data-second-click="go" data-document-click="collapse" data-vertical-behaviour="standard" data-breakpoint="600" data-unbind="true" data-mobile-state="collapse_all" data-mobile-direction="vertical" data-hover-intent-timeout="300" data-hover-intent-interval="100"><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-menu-item-home mega-current-menu-item mega-page_item mega-page-item-16 mega-current_page_item mega-align-bottom-left mega-menu-flyout mega-menu-item-36" id="mega-menu-item-36"><a class="mega-menu-link" href="https://mybrio.org/" aria-current="page" tabindex="0">Home</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-5452" id="mega-menu-item-5452"><a class="mega-menu-link" href="https://mybrio.org/best-retirement-communities-in-michigan/" tabindex="0">Who We Are</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-5453" id="mega-menu-item-5453"><a class="mega-menu-link" href="https://mybrio.org/best-senior-living-communities-in-michigan/" tabindex="0">Services</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-40" id="mega-menu-item-40"><a class="mega-menu-link" href="https://mybrio.org/corporate-compliance/" tabindex="0">Corporate Compliance</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-8848" id="mega-menu-item-8848"><a class="mega-menu-link" href="https://mybrio.org/covid-19-update/" tabindex="0">Covid 19 Updates</a></li><li class="mega-menu-item mega-menu-item-type-custom mega-menu-item-object-custom mega-align-bottom-left mega-menu-flyout mega-menu-item-7324" id="mega-menu-item-7324"><a class="mega-menu-link" href="https://mybrio.org/brio-living-services-team-portal-michigan/" tabindex="0">Team Member Portal</a></li><li class="mega-menu-item mega-menu-item-type-post_type mega-menu-item-object-page mega-align-bottom-left mega-menu-flyout mega-menu-item-8791" id="mega-menu-item-8791"><a class="mega-menu-link" href="https://mybrio.org/family-and-resident-portal/" tabindex="0">Family and Resident Portal</a></li></ul></div></div></div><!-- /vcwb/dynamicElementComment:f59939d4 --></div></div></div><!-- /vcwb/dynamicElementComment:0e80aafd --></div></div></div><!-- /vcwb/dynamicElementComment:b1a12ea3 --><!-- vcwb/dynamicElementComment:61f91b40 --><div class="vce-row-container"><div class="vce-row vce-row--col-gap-0 vce-row-wrap--reverse vce-row-content--top" data-vce-full-width="true" data-vce-stretch-content="true" id="el-61f91b40" data-vce-do-apply="all el-61f91b40"><div class="vce-content-background-container"></div><div class="vce-row-content" data-vce-element-content="true"><!-- vcwb/dynamicElementComment:5c09f9a4 --><div class="vce-col vce-col--xs-100p vce-col--xs-visible vce-col--xs-last vce-col--xs-first vce-col--sm-100p vce-col--sm-visible vce-col--sm-last vce-col--sm-first vce-col--md-auto vce-col--md-visible vce-col--md-first vce-col--lg-auto vce-col--lg-visible vce-col--lg-first vce-col--xl-41p vce-col--xl-visible vce-col--xl-first" id="el-5c09f9a4"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-5c09f9a4"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-5c09f9a4"><!-- vcwb/dynamicElementComment:7da47923 --><div class="vce-text-block"><div class="vce-text-block-wrapper vce" id="el-7da47923" data-vce-do-apply="all el-7da47923"><p><span style="color: #ffffff;">BRIO LIVING SERVICES <br />HQ East | <a class="adrs-hrzt-ftr" style="color: #ffffff;" href="https://goo.gl/maps/UxZD6gdcUs8jDJCg9" target="_blank" rel="noopener noreferrer">805 W Middle Street, Chelsea, Michigan 48118</a></span><br /><span style="color: #ffffff;">HQ West | </span><a class="adrs-hrzt-ftr" href="https://goo.gl/maps/7NcULjVM4fR9Nost7" target="_blank" rel="noopener noreferrer"><span style="color: #ffffff;">3600 Fulton St E, Grand Rapids, MI 49546</span></a></p></div></div><!-- /vcwb/dynamicElementComment:7da47923 --><!-- vcwb/dynamicElementComment:bbe5fea6 --><div class="vce-mono-social-icons vce vce-mono-social-icons--size-tiny vce-mono-social-icons--style-outlined-circle vce-mono-social-icons--alignment-left" id="el-bbe5fea6" data-vce-do-apply="all el-bbe5fea6" style="--iconColor: rgb(255, 255, 255); --iconHoverColor: #B3B3B3; --shapeColor: rgb(255, 255, 255); --shapeColorHover: rgb(179, 179, 179); --gapPx: 10px;"><div class="vce-mono-social-icons-inner"><div class="vce-mono-social-icons-profile-icon"><a class="vcv-ui-icon-socialicons vcv-ui-icon-socialicons-facebook" href="https://www.facebook.com/BrioLivingServices" title="Facebook" target="_blank" data-uw-rm-brl="BE" data-uw-original-href="https://www.facebook.com/BrioLivingServices" aria-label="facebook - open in a new tab" data-uw-rm-empty-ctrl="" data-uw-rm-ext-link="" uw-rm-external-link-id="https://www.facebook.com/briolivingservices$facebook"></a></div><div class="vce-mono-social-icons-profile-icon"><a class="vcv-ui-icon-socialicons vcv-ui-icon-socialicons-twitter" href="https://twitter.com/MyBrioLiving" title="Twitter" target="_blank" data-uw-rm-brl="BE" data-uw-original-href="https://twitter.com/MyBrioLiving" aria-label="twitter - open in a new tab" data-uw-rm-empty-ctrl="" data-uw-rm-ext-link="" uw-rm-external-link-id="https://twitter.com/mybrioliving$twitter"></a></div><div class="vce-mono-social-icons-profile-icon"><a class="vcv-ui-icon-socialicons vcv-ui-icon-socialicons-linkedin" href="https://www.linkedin.com/company/briolivingservices/" title="Linkedin" target="_blank" aria-label="linkedin - open in a new tab" data-uw-rm-empty-ctrl="" data-uw-rm-ext-link="" uw-rm-external-link-id="https://www.linkedin.com/company/briolivingservices/$linkedin"></a></div><div class="vce-mono-social-icons-profile-icon"><a class="vcv-ui-icon-socialicons vcv-ui-icon-socialicons-youtube" href="https://www.youtube.com/c/UnitedMethodistRetirementCommunitiesChelsea/featured" title="Youtube" target="_blank" aria-label="youtube - open in a new tab" data-uw-rm-empty-ctrl="" data-uw-rm-ext-link="" uw-rm-external-link-id="https://www.youtube.com/c/unitedmethodistretirementcommunitieschelsea/featured$youtube"></a></div><div class="vce-mono-social-icons-profile-icon"><a class="vcv-ui-icon-socialicons vcv-ui-icon-socialicons-instagram" href="https://www.instagram.com/briolivingservices/" title="Instagram" target="_blank" data-uw-rm-brl="BE" data-uw-original-href="https://www.instagram.com/briolivingservices/" aria-label="instagram - open in a new tab" data-uw-rm-empty-ctrl="" data-uw-rm-ext-link="" uw-rm-external-link-id="https://www.instagram.com/briolivingservices/$instagram"></a></div></div></div><!-- /vcwb/dynamicElementComment:bbe5fea6 --><!-- vcwb/dynamicElementComment:fe42bf88 --><div class="vce vce-copyright-container cpyrght" id="el-fe42bf88" data-vce-do-apply="margin el-fe42bf88"><div class="vce-copyright vce-copyright--color-b-255-255-255 vce-copyright--align-left" data-vce-do-apply="border padding background  el-fe42bf88">Copyright © 2025 Brio Living Services. All rights reserved</div></div><!-- /vcwb/dynamicElementComment:fe42bf88 --></div></div></div><!-- /vcwb/dynamicElementComment:5c09f9a4 --><!-- vcwb/dynamicElementComment:9be75eb8 --><div class="vce-col vce-col--xs-100p vce-col--xs-visible vce-col--xs-last vce-col--xs-first vce-col--sm-100p vce-col--sm-visible vce-col--sm-last vce-col--sm-first vce-col--md-auto vce-col--md-visible vce-col--lg-auto vce-col--lg-visible vce-col--xl-25p vce-col--xl-visible" id="el-9be75eb8"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-9be75eb8"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-9be75eb8"><div></div></div></div></div><!-- /vcwb/dynamicElementComment:9be75eb8 --><!-- vcwb/dynamicElementComment:cc74b122 --><div class="vce-col vce-col--xs-100p vce-col--xs-visible vce-col--xs-last vce-col--xs-first vce-col--sm-100p vce-col--sm-visible vce-col--sm-last vce-col--sm-first vce-col--md-auto vce-col--md-visible vce-col--lg-auto vce-col--lg-visible vce-col--xl-14p vce-col--xl-visible" id="el-cc74b122"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-cc74b122"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-cc74b122"><div></div></div></div></div><!-- /vcwb/dynamicElementComment:cc74b122 --><!-- vcwb/dynamicElementComment:20cee88e --><div class="vce-col vce-col--xs-100p vce-col--xs-visible vce-col--xs-last vce-col--xs-first vce-col--sm-100p vce-col--sm-visible vce-col--sm-last vce-col--sm-first vce-col--md-auto vce-col--md-visible vce-col--md-last vce-col--lg-auto vce-col--lg-visible vce-col--lg-last vce-col--xl-20p vce-col--xl-visible vce-col--xl-last" id="el-20cee88e"><div class="vce-col-inner" data-vce-do-apply="border margin background  el-20cee88e"><div class="vce-col-content" data-vce-element-content="true" data-vce-do-apply="padding el-20cee88e"><!-- vcwb/dynamicElementComment:37642498 --><div class="vce-single-image-container vce-single-image--align-center"><div class="vce vce-single-image-wrapper" id="el-37642498" data-vce-do-apply="all el-37642498"><figure><div class="vce-single-image-figure-inner" style="width: 101px;"><div class="vce-single-image-inner vce-single-image--absolute" style="width: 100%; padding-bottom: 148.515%;"><img loading="lazy" decoding="async" class="vce-single-image"  width="101" height="150" srcset="https://mybrio.org/wp-content/uploads/2025/04/EAGLE-Logo-150px-101x150.png 101w" src="https://mybrio.org/wp-content/uploads/2025/04/EAGLE-Logo-150px-101x150.png" data-img-src="https://mybrio.org/wp-content/uploads/2020/12/EAGLE-Logo-150px.png" data-attachment-id="9314"  alt="" title="EAGLE Logo 150px" /></div></div><figcaption hidden=""></figcaption></figure></div></div><!-- /vcwb/dynamicElementComment:37642498 --></div></div></div><!-- /vcwb/dynamicElementComment:20cee88e --></div></div></div><!-- /vcwb/dynamicElementComment:61f91b40 --></div></div></div><!-- /vcwb/dynamicElementComment:74474dc7 -->        </footer>
    </div>
      <div id="mojo-sp-right-wrap">
                            <div id="mojo-sp-right" class="mojo-sp">
                                <div class="mojosp-widget-area"><aside id="gform_widget-2" class="widget gform_widget"><link rel='stylesheet' id='gform_basic-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/basic.css?ver=2.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme_components-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/theme-components.css?ver=2.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme_ie11-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/theme-ie11.css?ver=2.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='gform_theme-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/theme.css?ver=2.7.15' type='text/css' media='all' />
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/js/jquery.json.js?ver=2.7.15" id="gform_json-js"></script>
<script type="text/javascript" id="gform_gravityforms-js-extra">
/* <![CDATA[ */
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms\/images"}};
var gform_i18n = {"datepicker":{"days":{"monday":"Mo","tuesday":"Tu","wednesday":"We","thursday":"Th","friday":"Fr","saturday":"Sa","sunday":"Su"},"months":{"january":"January","february":"February","march":"March","april":"April","may":"May","june":"June","july":"July","august":"August","september":"September","october":"October","november":"November","december":"December"},"firstDay":1,"iconText":"Select date"}};
var gf_legacy_multi = [];
var gform_gravityforms = {"strings":{"invalid_file_extension":"This type of file is not allowed. Must be one of the following:","delete_file":"Delete this file","in_progress":"in progress","file_exceeds_limit":"File exceeds size limit","illegal_extension":"This type of file is not allowed.","max_reached":"Maximum number of files reached","unknown_error":"There was a problem while saving the file on the server","currently_uploading":"Please wait for the uploading to complete","cancel":"Cancel","cancel_upload":"Cancel this upload","cancelled":"Cancelled"},"vars":{"images_url":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms\/images"}};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2,"code":"USD"},"base_url":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms\/images\/spinner.svg","version_hash":"1049a7d81a154dd59eb0049ab084e425","strings":{"newRowAdded":"New row added.","rowRemoved":"Row removed","formSaved":"The form has been saved.  The content contains the link to return and complete the form."}};
/* ]]> */
</script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/js/gravityforms.js?ver=2.7.15" id="gform_gravityforms-js"></script>
<script type="text/javascript" defer='defer' src="https://www.google.com/recaptcha/api.js?hl=en&amp;ver=6.7.1#038;render=explicit" id="gform_recaptcha-js"></script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/js/jquery.maskedinput.js?ver=2.7.15" id="gform_masked_input-js"></script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.7.15" id="gform_placeholder-js"></script>
<script type="text/javascript"></script>
                <div class='gf_browser_unknown gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' >
                        <div class='gform_heading'>
							<p class='gform_required_legend'>&quot;<span class="gfield_required gfield_required_asterisk">*</span>&quot; indicates required fields</p>
                        </div><form method='post' enctype='multipart/form-data'  id='gform_2'  action='/' data-formid='2' >
                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below'><fieldset id="field_2_1"  class="gfield gfield--type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_1"><legend class='gfield_label gform-field-label gfield_label_before_complex'  >First Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name no_last_name no_suffix gf_name_has_1 ginput_container_name gform-grid-row' id='input_2_1'>
                            
                            <span id='input_2_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >
                                                    <input type='text' name='input_1.3' id='input_2_1_3' value='' tabindex='11'  aria-required='true'   placeholder='First Name'  />
                                                    <label for='input_2_1_3' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>First Name (Required)</label>
                                                </span>
                            
                            
                            
                        </div></fieldset><fieldset id="field_2_2"  class="gfield gfield--type-name gfield_contains_required field_sublabel_hidden_label gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_2"><legend class='gfield_label gform-field-label gfield_label_before_complex'  >Last Name<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></legend><div class='ginput_complex ginput_container ginput_container--name no_prefix no_first_name no_middle_name has_last_name no_suffix gf_name_has_1 ginput_container_name gform-grid-row' id='input_2_2'>
                            
                            
                            
                            <span id='input_2_2_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >
                                                    <input type='text' name='input_2.6' id='input_2_2_6' value='' tabindex='18'  aria-required='true'   placeholder='Last Name (Required)'  />
                                                    <label for='input_2_2_6' class='gform-field-label gform-field-label--type-sub hidden_sub_label screen-reader-text'>Last Name (Required)</label>
                                                </span>
                            
                        </div></fieldset><div id="field_2_5"  class="gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_5"><label class='gfield_label gform-field-label' for='input_2_5' >Email<span class="gfield_required"><span class="gfield_required gfield_required_asterisk">*</span></span></label><div class='ginput_container ginput_container_email'>
                            <input name='input_5' id='input_2_5' type='text' value='' class='large' tabindex='20'  placeholder='Email' aria-required="true" aria-invalid="false"  />
                        </div></div><div id="field_2_4"  class="gfield gfield--type-phone field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_4"><label class='gfield_label gform-field-label' for='input_2_4' >Phone</label><div class='ginput_container ginput_container_phone'><input name='input_4' id='input_2_4' type='text' value='' class='large' tabindex='21' placeholder='Phone'  aria-invalid="false"   /></div></div><div id="field_2_19"  class="gfield gfield--type-select gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible"  data-js-reload="field_2_19"><label class='gfield_label gform-field-label' for='input_2_19' >*What Location Are You Interested In?</label><div class='ginput_container ginput_container_select'><select name='input_19' id='input_2_19' class='large gfield_select' tabindex='22'    aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>*What Location Are You Interested In?</option><option value='crc' >Chelsea Retirement Community</option><option value='tvmcc' >Towsley Village Memory Care Center</option><option value='khrc' >Kresge Healthcare &amp; Rehabilitation Center</option><option value='tcd' >The Cedars of Dexter</option><option value='tpn' >The Pines</option><option value='hvp' >Huron Valley PACE</option><option value='thp' >Thome PACE</option><option value='scc' >Senior CommUnity Care of Michigan</option><option value='phv' >Porter Hills Village</option><option value='cve' >Cook Valley Estates</option><option value='mrv' >Meadowlark Retirement Village</option><option value='ghh' >Green House Homes</option><option value='afh' >Affordable Housing</option><option value='emh' >Emmanuel Hospice</option><option value='lcp' >LifeCircles PACE</option><option value='hca' >Home Care</option><option value='trn' >The Thome Rivertown Neighborhood</option></select></div></div><div id="field_2_18"  class="gfield gfield--type-select gfield--width-half field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible"  data-js-reload="field_2_18"><label class='gfield_label gform-field-label' for='input_2_18' >*What Level of Care Is Needed?</label><div class='ginput_container ginput_container_select'><select name='input_18' id='input_2_18' class='large gfield_select' tabindex='23'    aria-invalid="false" ><option value='' selected='selected' class='gf_placeholder'>*What Level of Care Is Needed?</option><option value='il' >Independent Living</option><option value='al' >Assisted Living</option><option value='rh' >Rehabilitation</option><option value='sn' >Skilled Nursing</option><option value='mc' >Memory Care</option><option value='rss' >Respite &amp; Short Stay</option><option value='hc' >Home Care</option><option value='hos' >Hospice</option><option value='ah' >Affordable Housing</option><option value='pp' >PACE Programs</option></select></div></div><fieldset id="field_2_8"  class="gfield gfield--type-checkbox gfield--type-choice gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible"  data-js-reload="field_2_8"><legend class='gfield_label gform-field-label gfield_label_before_complex'  >I would like</legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox' id='input_2_8'><div class='gchoice gchoice_2_8_1'>
								<input class='gfield-choice-input' name='input_8.1' type='checkbox'  value='I would like more information'  id='choice_2_8_1' tabindex='24'  />
								<label for='choice_2_8_1' id='label_2_8_1' class='gform-field-label gform-field-label--type-inline'>I would like more information</label>
							</div><div class='gchoice gchoice_2_8_2'>
								<input class='gfield-choice-input' name='input_8.2' type='checkbox'  value='Please call me'  id='choice_2_8_2' tabindex='25'  />
								<label for='choice_2_8_2' id='label_2_8_2' class='gform-field-label gform-field-label--type-inline'>Please call me</label>
							</div></div></div></fieldset><div id="field_2_7"  class="gfield gfield--type-textarea field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_7"><label class='gfield_label gform-field-label screen-reader-text' for='input_2_7' >Your Message</label><div class='ginput_container ginput_container_textarea'><textarea name='input_7' id='input_2_7' class='textarea medium' tabindex='26' aria-describedby="gfield_description_2_7"  placeholder='Your Message'  aria-invalid="false"   rows='10' cols='50'></textarea></div><div class='gfield_description' id='gfield_description_2_7'>Write comments, questions or RSVP for an event here. If you would like to receive a brochure by mail, please include your mailing address.</div></div><div id="field_2_14"  class="gfield gfield--type-captcha field_sublabel_below gfield--no-description field_description_below hidden_label gfield_visibility_visible"  data-js-reload="field_2_14"><label class='gfield_label gform-field-label' for='input_2_14' >Captcha</label><div id='input_2_14' class='ginput_container ginput_recaptcha' data-sitekey='6LfMLywaAAAAABazSiDq4GJxUpT54OUkQJCI77pi'  data-theme='light' data-tabindex='27'  data-badge=''></div></div><div id="field_2_15"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_15"><div class='ginput_container ginput_container_text'><input name='input_15' id='input_2_15' type='hidden' class='gform_hidden'  aria-invalid="false" value='54.211.37.102' /></div></div><div id="field_2_16"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_16"><div class='ginput_container ginput_container_text'><input name='input_16' id='input_2_16' type='hidden' class='gform_hidden'  aria-invalid="false" value='05/17/2025' /></div></div><div id="field_2_17"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_17"><div class='ginput_container ginput_container_text'><input name='input_17' id='input_2_17' type='hidden' class='gform_hidden'  aria-invalid="false" value='{entry_id}' /></div></div><div id="field_2_21"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_21"><div class='ginput_container ginput_container_text'><input name='input_21' id='input_2_21' type='hidden' class='gform_hidden'  aria-invalid="false" value='Company Website' /></div></div><div id="field_2_20"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_20"><div class='ginput_container ginput_container_text'><input name='input_20' id='input_2_20' type='hidden' class='gform_hidden'  aria-invalid="false" value='Company Website' /></div></div><div id="field_2_22"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_22"><div class='ginput_container ginput_container_text'><input name='input_22' id='input_2_22' type='hidden' class='gform_hidden'  aria-invalid="false" value='utm_campaign' /></div></div><div id="field_2_23"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_23"><div class='ginput_container ginput_container_text'><input name='input_23' id='input_2_23' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_2_24"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_24"><div class='ginput_container ginput_container_text'><input name='input_24' id='input_2_24' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_2_25"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_25"><div class='ginput_container ginput_container_text'><input name='input_25' id='input_2_25' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_2_27"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_27"><div class='ginput_container ginput_container_text'><input name='input_27' id='input_2_27' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_2_28"  class="gfield gfield--type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_28"><div class='ginput_container ginput_container_text'><input name='input_28' id='input_2_28' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_2_29"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_29"><div class='ginput_container ginput_container_text'><input name='input_29' id='input_2_29' type='hidden' class='gform_hidden'  aria-invalid="false" value='' /></div></div><div id="field_2_30"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_30"><div class='ginput_container ginput_container_text'><input name='input_30' id='input_2_30' type='hidden' class='gform_hidden'  aria-invalid="false" value='Home Page http://mybrio.org https://mybrio.org/' /></div></div><div id="field_2_31"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_31"><div class='ginput_container ginput_container_text'><input name='input_31' id='input_2_31' type='hidden' class='gform_hidden'  aria-invalid="false" value='UMRC/PH' /></div></div><div id="field_2_32"  class="gfield gfield--type-hidden gform_hidden field_sublabel_below gfield--no-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_32"><div class='ginput_container ginput_container_text'><input name='input_32' id='input_2_32' type='hidden' class='gform_hidden'  aria-invalid="false" value='Company Website' /></div></div><div id="field_2_33"  class="gfield gfield--type-uid field_sublabel_below gfield--no-description field_description_below gfield_visibility_hidden"  data-js-reload="field_2_33"><label class='gfield_label gform-field-label' for='input_2_33' >Unique ID</label><div class='ginput_container ginput_container_hidden'><input name='input_33' id='input_2_33' type='hidden' value=''  /></div></div><div id="field_2_34"  class="gfield gfield--type-textarea field_sublabel_below gfield--no-description field_description_below gfield_visibility_hidden"  data-js-reload="field_2_34"><div class='admin-hidden-markup'><i class='gform-icon gform-icon--hidden'></i><span>Hidden</span></div><label class='gfield_label gform-field-label' for='input_2_34' >UMRC/PH Sherpa Data</label><div class='ginput_container ginput_container_textarea'><textarea data-gppa-live-merge-tag-innerHtml="@{:31} - I am interested in @{:19} &lt;/br&gt;
@{:7} &lt;/br&gt;
What Location Are You Interested In? @{:19}&lt;/br&gt;
What Level of Care Is Needed? @{:18}&lt;/br&gt;
I would like more information @{:8.1}&lt;/br&gt;
Please call me @{:8.2}&lt;/br&gt;
I was on this page when I submitted this form: @{:30}&lt;/br&gt;

Source: @{:21}&lt;/br&gt;
Medium @{:20}&lt;/br&gt;
Campaign: @{:22}&lt;/br&gt;
Keyword: @{:23}&lt;/br&gt;
Content @{:24}&lt;/br&gt;
@{:25}&lt;/br&gt;
Device: @{:27}&lt;/br&gt;
Unique ID: @{:33}&lt;/br&gt;" name='input_34' id='input_2_34' class='textarea large' tabindex='28'     aria-invalid="false"   rows='10' cols='50'>UMRC/PH - I am interested in  &lt;/br&gt;
 &lt;/br&gt;
What Location Are You Interested In? &lt;/br&gt;
What Level of Care Is Needed? &lt;/br&gt;
I would like more information &lt;/br&gt;
Please call me &lt;/br&gt;
I was on this page when I submitted this form: Home Page http://mybrio.org https://mybrio.org/&lt;/br&gt;

Source: Company Website&lt;/br&gt;
Medium Company Website&lt;/br&gt;
Campaign: utm_campaign&lt;/br&gt;
Keyword: &lt;/br&gt;
Content &lt;/br&gt;
&lt;/br&gt;
Device: &lt;/br&gt;
Unique ID: &lt;/br&gt;</textarea></div></div><div id="field_2_35"  class="gfield gfield--type-text d-none field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_35"><label class='gfield_label gform-field-label' for='input_2_35' >Middleware_Source</label><div class='ginput_container ginput_container_text'><input name='input_35' id='input_2_35' type='text' value='' class=''  aria-describedby="gfield_description_2_35" tabindex='29'   aria-invalid="false"   /> </div><div class='gfield_description' id='gfield_description_2_35'>Programmatically added field. This field was added to support atribution. DO NOT DELETE</div></div><div id="field_2_36"  class="gfield gfield--type-text d-none field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_36"><label class='gfield_label gform-field-label' for='input_2_36' >Middleware_Landing</label><div class='ginput_container ginput_container_text'><input name='input_36' id='input_2_36' type='text' value='' class=''  aria-describedby="gfield_description_2_36" tabindex='30'   aria-invalid="false"   /> </div><div class='gfield_description' id='gfield_description_2_36'>Programmatically added field. This field was added to support atribution. DO NOT DELETE</div></div><div id="field_2_37"  class="gfield gfield--type-text d-none field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_37"><label class='gfield_label gform-field-label' for='input_2_37' >Middleware_Inquiry_ID</label><div class='ginput_container ginput_container_text'><input name='input_37' id='input_2_37' type='text' value='' class=''  aria-describedby="gfield_description_2_37" tabindex='31'   aria-invalid="false"   /> </div><div class='gfield_description' id='gfield_description_2_37'>Programmatically added field. This field was added to support atribution. DO NOT DELETE</div></div><div id="field_2_38"  class="gfield gfield--type-text d-none field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_38"><label class='gfield_label gform-field-label' for='input_2_38' >Middleware_Blacklist_Status</label><div class='ginput_container ginput_container_text'><input name='input_38' id='input_2_38' type='text' value='' class=''  aria-describedby="gfield_description_2_38" tabindex='32'   aria-invalid="false"   /> </div><div class='gfield_description' id='gfield_description_2_38'>Programmatically added field. This field was added to support atribution. DO NOT DELETE</div></div><div id="field_2_39"  class="gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below gfield_visibility_visible"  data-js-reload="field_2_39"><label class='gfield_label gform-field-label' for='input_2_39' >Email</label><div class='ginput_container'><input name='input_39' id='input_2_39' type='text' value='' /></div><div class='gfield_description' id='gfield_description_2_39'>This field is for validation purposes and should be left unchanged.</div></div></div></div>
        <div class='gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' value='Submit' tabindex='33' onclick='if(window["gf_submitting_2"]){return false;}  window["gf_submitting_2"]=true;  ' onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true;  jQuery("#gform_2").trigger("submit",[true]); }' /> 
            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' />
            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' />
            
            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' />
            <input type='hidden' class='gform_hidden' name='state_2' value='WyJbXSIsIjBkNGRmNzNhZWM3NDU0MDJhNjZlZTQwNzJiYTM4YTMzIl0=' />
            <input type='hidden' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' />
            <input type='hidden' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' />
            <input type='hidden' name='gform_field_values' value='' />
            
        </div>
                        <p style="display: none !important;" class="akismet-fields-container" data-prefix="ak_"><label>&#916;<textarea name="ak_hp_textarea" cols="45" rows="8" maxlength="100"></textarea></label><input type="hidden" id="ak_js_1" name="ak_js" value="250"/><script>document.getElementById( "ak_js_1" ).setAttribute( "value", ( new Date() ).getTime() );</script></p></form>
                        </div><script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https://mybrio.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://mybrio.org/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);gform.utils.trigger({ event: 'gform/postRender', native: false, data: { formId: 2, currentPage: current_page } });} );} ); 
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() { jQuery(document).on('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){
                        Placeholders.enable();
                    }jQuery('#input_2_4').mask('(999) 999-9999').bind('keypress', function(e){if(e.which == 13){jQuery(this).blur();} } );} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} ) } ); 
/* ]]> */
</script>
<script type="text/javascript">
/* <![CDATA[ */
 gform.initializeOnLoaded( function() {jQuery(document).trigger('gform_post_render', [2, 1]);gform.utils.trigger({ event: 'gform/postRender', native: false, data: { formId: 2, currentPage: 1 } });} ); 
/* ]]> */
</script>
<script type="text/javascript">
				var GPPA_CURRENT_LIVE_MERGE_TAG_VALUES_FORM_2 = {"@{:31} - I am interested in @{:19} &lt;\/br&gt;\n@{:7} &lt;\/br&gt;\nWhat Location Are You Interested In? @{:19}&lt;\/br&gt;\nWhat Level of Care Is Needed? @{:18}&lt;\/br&gt;\nI would like more information @{:8.1}&lt;\/br&gt;\nPlease call me @{:8.2}&lt;\/br&gt;\nI was on this page when I submitted this form: @{:30}&lt;\/br&gt;\n\nSource: @{:21}&lt;\/br&gt;\nMedium @{:20}&lt;\/br&gt;\nCampaign: @{:22}&lt;\/br&gt;\nKeyword: @{:23}&lt;\/br&gt;\nContent @{:24}&lt;\/br&gt;\n@{:25}&lt;\/br&gt;\nDevice: @{:27}&lt;\/br&gt;\nUnique ID: @{:33}&lt;\/br&gt;":"UMRC\/PH - I am interested in  &lt;\/br&gt;\n&lt;\/br&gt;\nWhat Location Are You Interested In? &lt;\/br&gt;\nWhat Level of Care Is Needed? &lt;\/br&gt;\nI would like more information &lt;\/br&gt;\nPlease call me &lt;\/br&gt;\nI was on this page when I submitted this form: Home Page http:\/\/mybrio.org https:\/\/mybrio.org\/&lt;\/br&gt;\n\nSource: Company Website&lt;\/br&gt;\nMedium Company Website&lt;\/br&gt;\nCampaign: utm_campaign&lt;\/br&gt;\nKeyword: &lt;\/br&gt;\nContent &lt;\/br&gt;\n&lt;\/br&gt;\nDevice: &lt;\/br&gt;\nUnique ID: &lt;\/br&gt;","@{:31} - I am interested in @{:19} <\/br>\n@{:7} <\/br>\nWhat Location Are You Interested In? @{:19}<\/br>\nWhat Level of Care Is Needed? @{:18}<\/br>\nI would like more information @{:8.1}<\/br>\nPlease call me @{:8.2}<\/br>\nI was on this page when I submitted this form: @{:30}<\/br>\n\nSource: @{:21}<\/br>\nMedium @{:20}<\/br>\nCampaign: @{:22}<\/br>\nKeyword: @{:23}<\/br>\nContent @{:24}<\/br>\n@{:25}<\/br>\nDevice: @{:27}<\/br>\nUnique ID: @{:33}<\/br>":"UMRC\/PH - I am interested in  <\/br>\n<\/br>\nWhat Location Are You Interested In? <\/br>\nWhat Level of Care Is Needed? <\/br>\nI would like more information <\/br>\nPlease call me <\/br>\nI was on this page when I submitted this form: Home Page http:\/\/mybrio.org https:\/\/mybrio.org\/<\/br>\n\nSource: Company Website<\/br>\nMedium Company Website<\/br>\nCampaign: utm_campaign<\/br>\nKeyword: <\/br>\nContent <\/br>\n<\/br>\nDevice: <\/br>\nUnique ID: <\/br>"};
			</script></aside>          </div><!-- .widget-area -->
                            </div>
                            <button id="mojo-sp-right-button" class="mojo-sp-button">
                                <span class="dashicons"></span>
                            </button>
                        </div>		<script type="text/javascript">
			var ajaxRevslider;
			function rsCustomAjaxContentLoadingFunction() {
				// CUSTOM AJAX CONTENT LOADING FUNCTION
				ajaxRevslider = function(obj) {
				
					// obj.type : Post Type
					// obj.id : ID of Content to Load
					// obj.aspectratio : The Aspect Ratio of the Container / Media
					// obj.selector : The Container Selector where the Content of Ajax will be injected. It is done via the Essential Grid on Return of Content
					
					var content	= '';
					var data	= {
						action:			'revslider_ajax_call_front',
						client_action:	'get_slider_html',
						token:			'a65cd4b525',
						type:			obj.type,
						id:				obj.id,
						aspectratio:	obj.aspectratio
					};
					
					// SYNC AJAX REQUEST
					jQuery.ajax({
						type:		'post',
						url:		'https://mybrio.org/wp-admin/admin-ajax.php',
						dataType:	'json',
						data:		data,
						async:		false,
						success:	function(ret, textStatus, XMLHttpRequest) {
							if(ret.success == true)
								content = ret.data;								
						},
						error:		function(e) {
							console.log(e);
						}
					});
					
					 // FIRST RETURN THE CONTENT WHEN IT IS LOADED !!
					 return content;						 
				};
				
				// CUSTOM AJAX FUNCTION TO REMOVE THE SLIDER
				var ajaxRemoveRevslider = function(obj) {
					return jQuery(obj.selector + ' .rev_slider').revkill();
				};


				// EXTEND THE AJAX CONTENT LOADING TYPES WITH TYPE AND FUNCTION				
				if (jQuery.fn.tpessential !== undefined) 					
					if(typeof(jQuery.fn.tpessential.defaults) !== 'undefined') 
						jQuery.fn.tpessential.defaults.ajaxTypes.push({type: 'revslider', func: ajaxRevslider, killfunc: ajaxRemoveRevslider, openAnimationSpeed: 0.3});   
						// type:  Name of the Post to load via Ajax into the Essential Grid Ajax Container
						// func: the Function Name which is Called once the Item with the Post Type has been clicked
						// killfunc: function to kill in case the Ajax Window going to be removed (before Remove function !
						// openAnimationSpeed: how quick the Ajax Content window should be animated (default is 0.3)					
			}
			
			var rsCustomAjaxContent_Once = false
			if (document.readyState === "loading") 
				document.addEventListener('readystatechange',function(){
					if ((document.readyState === "interactive" || document.readyState === "complete") && !rsCustomAjaxContent_Once) {
						rsCustomAjaxContent_Once = true;
						rsCustomAjaxContentLoadingFunction();
					}
				});
			else {
				rsCustomAjaxContent_Once = true;
				rsCustomAjaxContentLoadingFunction();
			}					
		</script>
		<script>
	document.addEventListener("DOMContentLoaded", function() {
		
		var events = document.querySelectorAll('[data-post_id]');
		
		console.log(events,"events");
		var active_event_ids = [];
		events.forEach(function(the_event){
			console.log(active_event_ids,"top of function list");
			let id = the_event.dataset.post_id;
			if(active_event_ids.includes(id)){
				the_event.remove();
			} else {
				active_event_ids.push(id);
			}
			
			console.log(active_event_ids,"bottom of function list");
		});
	});

</script>    <!-- Meta Pixel Event Code -->
    <script type='text/javascript'>
        document.addEventListener( 'wpcf7mailsent', function( event ) {
        if( "fb_pxl_code" in event.detail.apiResponse){
          eval(event.detail.apiResponse.fb_pxl_code);
        }
      }, false );
    </script>
    <!-- End Meta Pixel Event Code -->
    <div id='fb-pxl-ajax-code'></div><link href="https://fonts.googleapis.com/css?family=Oswald:500%7CRoboto:400" rel="stylesheet" property="stylesheet" media="all" type="text/css" >

		<script type="text/javascript">
		if(typeof revslider_showDoubleJqueryError === "undefined") {
			function revslider_showDoubleJqueryError(sliderID) {
				var err = "<div class='rs_error_message_box'>";
				err += "<div class='rs_error_message_oops'>Oops...</div>";
				err += "<div class='rs_error_message_content'>";
				err += "You have some jquery.js library include that comes after the Slider Revolution files js inclusion.<br>";
				err += "To fix this, you can:<br>&nbsp;&nbsp;&nbsp; 1. Set 'Module General Options' -> 'Advanced' -> 'jQuery & OutPut Filters' -> 'Put JS to Body' to on";
				err += "<br>&nbsp;&nbsp;&nbsp; 2. Find the double jQuery.js inclusion and remove it";
				err += "</div>";
			err += "</div>";
				var slider = document.getElementById(sliderID); slider.innerHTML = err; slider.style.display = "block";
			}
		}
		</script>
<link rel='stylesheet' id='gravity_forms_theme_foundation-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-foundation.css?ver=2.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='gravity_forms_theme_reset-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-reset.css?ver=2.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='gravity_forms_theme_framework-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-theme-framework.css?ver=2.7.15' type='text/css' media='all' />
<link rel='stylesheet' id='gravity_forms_orbital_theme-css' href='https://mybrio.org/wp-content/plugins/gravityforms/assets/css/dist/gravity-forms-orbital-theme.css?ver=2.7.15' type='text/css' media='all' />
<style id='core-block-supports-inline-css' type='text/css'>
/**
 * Core styles: block-supports
 */

</style>
<link rel='stylesheet' id='gp-populate-anything-css' href='https://mybrio.org/wp-content/plugins/gp-populate-anything/styles/gp-populate-anything.css?ver=1.2.56' type='text/css' media='all' />
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/dist/runtime.bundle.js?ver=45.6.0" id="vcv:assets:runtime:script-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/dist/front.bundle.js?ver=45.6.0" id="vcv:assets:front:script-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/fullWidth/dist/fullWidth.bundle.js?ver=45.6.0-6962" id="vcv:assets:source:scripts:assetslibraryfullwidthdistfullwidthbundlejs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/stickyElement/dist/stickyElement.bundle.js?ver=45.6.0-6962" id="vcv:assets:source:scripts:assetslibrarystickyelementdiststickyelementbundlejs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/lazyLoad/dist/lazyLoad.bundle.js?ver=45.6.0-5459" id="vcv:assets:source:scripts:assetslibrarylazyloaddistlazyloadbundlejs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/waypoints/dist/noframework.waypoints.min.js?ver=45.6.0-5459" id="vcv:assets:source:scripts:assetslibrarywaypointsdistnoframeworkwaypointsminjs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/visualcomposer/public/sources/assetsLibrary/parallaxBackground/dist/parallaxBackground.bundle.js?ver=45.6.0-5459" id="vcv:assets:source:scripts:assetslibraryparallaxbackgrounddistparallaxbackgroundbundlejs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/visualcomposer-assets/elements/flipBox/flipBox/public/dist/flipBox.min.js?ver=0-16" id="vcv:assets:source:scripts:elementsflipboxflipboxpublicdistflipboxminjs-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/uploads/visualcomposer-assets/elements/videoPopup/videoPopup/public/dist/videoPopup.min.js?ver=0-16" id="vcv:assets:source:scripts:elementsvideopopupvideopopuppublicdistvideopopupminjs-js"></script>
<script type="text/javascript" id="mojo-sp-js-extra">
/* <![CDATA[ */
var mojospOptions = {"leftPanelShow":"0","leftTarget":"body","leftZindex":"","leftWidth":"350","leftBgColor":"#ffffff","leftButtonShow":"1","leftIconOpen":"dashicons-arrow-right-alt2","leftIconClose":"dashicons-arrow-left-alt2","leftIconColor":"#a0a0a0","leftButtonBgColor":"#404040","rightPanelShow":"0","rightTarget":"body","rightWidth":"400","rightZindex":"","rightBgColor":"#ffffff","rightButtonShow":"1","rightIconOpen":"dashicons-email","rightIconClose":"dashicons-no-alt","rightIconColor":"#ffffff","rightButtonBgColor":"#303245"};
var mojospOptions = {"leftPanelShow":"0","leftTarget":"body","leftZindex":"","leftWidth":"350","leftBgColor":"#ffffff","leftButtonShow":"1","leftIconOpen":"dashicons-arrow-right-alt2","leftIconClose":"dashicons-arrow-left-alt2","leftIconColor":"#a0a0a0","leftButtonBgColor":"#404040","rightPanelShow":"0","rightTarget":"body","rightWidth":"400","rightZindex":"","rightBgColor":"#ffffff","rightButtonShow":"1","rightIconOpen":"dashicons-email","rightIconClose":"dashicons-no-alt","rightIconColor":"#ffffff","rightButtonBgColor":"#303245"};
/* ]]> */
</script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/mojoplug-slide-panel/public/js/mojo-sp-public.js?ver=1.1.2" id="mojo-sp-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.21" id="gtm4wp-form-move-tracker-js"></script>
<script type="text/javascript" src="https://player.vimeo.com/api/player.js?ver=1.0" id="gtm4wp-vimeo-api-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-vimeo.js?ver=1.21" id="gtm4wp-vimeo-js"></script>
<script type="text/javascript" id="visualcomposerstarter-script-js-extra">
/* <![CDATA[ */
var visualcomposerstarter = {"ajax_url":"https:\/\/mybrio.org\/wp-admin\/admin-ajax.php","nonce":"674161f2ab","woo_coupon_form":""};
var visualcomposerstarter = {"ajax_url":"https:\/\/mybrio.org\/wp-admin\/admin-ajax.php","nonce":"674161f2ab","woo_coupon_form":""};
/* ]]> */
</script>
<script type="text/javascript" defer src="https://mybrio.org/wp-content/themes/visual-composer-starter/js/functions.min.js?ver=3.4.1" id="visualcomposerstarter-script-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/page-links-to/dist/new-tab.js?ver=3.3.6" id="page-links-to-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-includes/js/hoverIntent.js?ver=1.10.2" id="hoverIntent-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/megamenu/js/maxmegamenu.js?ver=3.5" id="megamenu-js"></script>
<script type="text/javascript" src="https://mybrio.org/wp-content/plugins/megamenu-pro/assets/public.js?ver=2.2.9.1" id="megamenu-pro-js"></script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/assets/js/dist/utils.js?ver=a307a7b428223628c6ee3f174ee4caf8" id="gform_gravityforms_utils-js"></script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/assets/js/dist/vendor-theme.js?ver=27ddf9b28be8e4df56b2f83fd6554950" id="gform_gravityforms_theme_vendors-js"></script>
<script type="text/javascript" id="gform_gravityforms_theme-js-extra">
/* <![CDATA[ */
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"1049a7d81a154dd59eb0049ab084e425"}}},"hmr_dev":"","public_path":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
var gform_theme_config = {"common":{"form":{"honeypot":{"version_hash":"1049a7d81a154dd59eb0049ab084e425"}}},"hmr_dev":"","public_path":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms\/assets\/js\/dist\/"};
/* ]]> */
</script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gravityforms/assets/js/dist/scripts-theme.js?ver=fe0e665a1275d620a07fcc81f9b3472b" id="gform_gravityforms_theme-js"></script>
<script type="text/javascript" id="gp-populate-anything-js-extra">
/* <![CDATA[ */
var GPPA = {"AJAXURL":"https:\/\/mybrio.org\/wp-admin\/admin-ajax.php","GF_BASEURL":"https:\/\/mybrio.org\/wp-content\/plugins\/gravityforms","NONCE":"00c3005700","I18N":{"populateChoices":"Populate choices dynamically","populateValues":"Populate value dynamically","or":"Or","and":"And","filterAriaLabel":"Filter {0}","filterGroupAriaLabel":"Filter Group {0}","filterGroups":"Filter Groups","addFilter":"Add Filter","addFilterGroup":"Add Filter Group","removeFilter":"Remove Filter","removeFilterAriaLabel":"Remove Filter {0}","label":"Label","value":"Value","price":"Price","image":"Image","loadingEllipsis":"Loading...","addCustomValue":"\u270e Custom Value","standardValues":"Standard Values","formFieldValues":"Form Field Values","specialValues":"Special Values","valueBoolTrue":"(boolean) true","valueBoolFalse":"(boolean) false","valueNull":"(null) NULL","selectAnItem":"Select a %s","unique":"Only Show Unique Results","reset":"Reset","type":"Type","objectType":"Object Type","filters":"Filters","ordering":"Ordering","ascending":"Ascending","descending":"Descending","random":"Random","choiceTemplate":"Choice Template","valueTemplates":"Value Templates","operators":{"is":"is","isnot":"is not",">":">",">=":">=","<":"<","<=":"<=","contains":"contains","does_not_contain":"does not contain","starts_with":"starts with","ends_with":"ends with","like":"is LIKE","is_in":"is in","is_not_in":"is not in"},"chosen_no_results":"No results matched","restrictedObjectTypeNonPrivileged":"This field is configured to an object type for which you do not have permission to edit.","restrictedObjectTypePrivileged":"The selected Object Type is restricted. Non-super admins will not be able to edit this field&#039;s GPPA settings.","tooManyPropertyValues":"Too many values to display."}};
var GPPA_LIVE_ATTRS_FORM_2 = ["data-gppa-live-merge-tag-innerHtml","data-gppa-live-merge-tag-value"];
var GPPA_LMT_WHITELIST_2 = {"{:31}":"0d9e89fbdd","{:19}":"920d8fb194","{:7}":"d5b8e8f6fe","{:18}":"33a48f1ba8","{:8.1}":"4a534ab97f","{:8.2}":"5cdd521a63","{:30}":"b6522f0873","{:21}":"592df81763","{:20}":"2eeff6578d","{:22}":"7c107f6902","{:23}":"4567942ff1","{:24}":"24727235f0","{:25}":"bd703270bb","{:27}":"044c1c4da7","{:33}":"67e1d21081"};
/* ]]> */
</script>
<script type="text/javascript" defer='defer' src="https://mybrio.org/wp-content/plugins/gp-populate-anything/js/built/gp-populate-anything.js?ver=1.2.56" id="gp-populate-anything-js"></script>
<script> jQuery(function($){ $(".widget_meta a[href='https://mybrio.org/comments/feed/']").parent().remove(); }); </script></body>
</html>
                               

Whois info of domain

Domain Name: UMRC.COM
Registry Domain ID: 4815139_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.register.com
Registrar URL: http://www.register.com
Updated Date: 2022-12-25T16:54:00Z
Creation Date: 1998-06-08T04:00:00Z
Registry Expiry Date: 2027-06-07T04:00:00Z
Registrar: Register.com, Inc.
Registrar IANA ID: 9
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.8777228662
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: DNS101.REGISTER.COM
Name Server: DNS102.REGISTER.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-17T16:40:23Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass