/*
Theme Name: GCC Theme
Theme URI: n/a
Author: WeAreHdK / Raffaele Malanga / Els van Bloois
Author URI: https://wearehdk.com/
Description: Theme for GCC
Version: 1.0
License: no license, use a theme from https://wordpress.org/themes/ instead.
License URI: n/a
Tags: n/a
Text Domain: gcctheme
*/

/*
 *	WebFont Package Licensed to Raf Malanga HdK
 */

/* Router Thin */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* Router Thin Italic */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-ThinItalic.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

/* Router Extralight */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-Extralight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

/* Router Extralight Italic */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-ExtralightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

/* Router Light */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

/* Router Light Italic */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

/* Router Book */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-Book.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* Router Book Italic */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-BookItalic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

/* Router Medium */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

/* Router Medium Italic */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

/* Router Bold */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Router Bold Italic */
@font-face {
	font-family: 'Router';
	src:	url('fonts/RouterWeb-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}


/* generic things */

html,body,h1,h2,h3,h4,h5,h6,p,ul,li,form{
	padding:0;
	margin:0;
}
*{
	box-sizing:border-box;
}
html {
	font-size:16px; /* for rem base */
	scroll-behavior: smooth;
	scroll-padding-top:15rem;
	/* note: this replaces the javascript version, which is not accessible due to the 'return false' setting. */
}
html,#nav{
	scrollbar-width: thin;
}
.screen-reader-text,
.skip-link,
.site-nav li.icon a span{
	position:fixed;
	top:-4000rem;
	left:-4000rem;
	z-index:10001;
}
.skip-link:focus,
#toggle a:focus span.skip-link{
	top:2rem;
	left:2rem;
	background:black;
	color:white;
	padding:.5rem 1rem;
	border:2px dotted white;
	text-decoration:none;
	text-transform:uppercase;
	font-size:100%;
	z-index:10001;
}
.admin-bar .skip-link:focus,
#toggle a:focus span.skip-link{
	top:4rem;
}
iframe,
img,
svg{
	max-width:100%;
}
img.attachment-thumbnail,
img.attachment-large{
	height:auto !important;
}

/* colours */

html{
	scrollbar-color:#0090B1 #FFD4CA;
}
body{
	background:black;
	color:white;
}
.page-content h2:before,
.inner.hasline:before{
	background:white;
}
#masthead.noimg{
	padding-top:12.75rem;
}
#masthead.hasimg{
	position:relative;
	padding-top:56.25%; /* unless overwritten in HTML */
}
#masthead .mhimgmob,
#masthead .mhimg{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	background-size:100% auto;
	background-size:cover;
	background-position:center top;
}
#masthead .mhimg{
	padding-top:56.25%; /* unless overwritten in HTML */
}
#masthead .mhimgmob{
	padding-top:223.25%; 
	display:none;
}
.photocredits .mhmobcred{
	display:none;
}
.admin-bar #masthead .mhimg,
.admin-bar #masthead .mhimgmob{
	top:32px;
}
@media(max-width:782px){
	.admin-bar #masthead .mhimg,
	.admin-bar #masthead .mhimgmob{
		top:46px;
	}
}

#nav{
	background:rgba(13,13,13,.2);
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter:blur(30px);
	color:white;
}
.site-main{
	position:relative;
	/* padding-bottom:4rem; */
	/* TEMPTEST this causes spacings where we sometimes do not want any */
	padding-bottom:1px; /* to keep margins on child elements inside */
	background:black;
}
.site-main:before{
	/* background:radial-gradient(ellipse 80% 50% at center bottom, rgb(0,61,76,1) 0%, rgba(0,61,76,1) 20%, rgba(0,61,76,0) 60%); */
	content:" ";
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:40vw;
	max-height:100%; /* important, for when there is no height to the page content yet - it would otherwise cover the masthead! */
	background:radial-gradient(ellipse 80% 50% at center bottom, #62443E 0%, #62443E 20%, #000000 60%); 
}
#primary{
	position:relative; /* to make sure all the content goes in front of the radial gradient on .site-main */
	/* also, for positioning the shadow that is to fall over the masthead */
}
#primary:before{
	content:" ";
	display:block;
	width:100%;
	height:15.78vw;
	background:linear-gradient(to top, rgb(0,0,0,.78) 0%, rgb(84,84,84,0) 100%);
	/* background:linear-gradient(0deg, #000000C7 0%, #54545400 100%); */
	position:absolute;
	top:-15.78vw;
	left:0;
}
.subnav{
	color:#FFD4CA;
}
.subnav ul li.current a{
	color:white;
}
.subnav ul li a.active,
.subnav ul li a:focus,
.subnav ul li a:hover,
.subnav ul li a:active{
	color:white;
}

h1.page-title span,
h2.sectionheadinglarge span{
	color:#FFD4CA;

}
p.year{
	color:#A8A8A8;
}
.inpagenav{
	background:black; /* for when it's sticky */
}
.colour0{
	background:transparent;
}
.colour1{
	background:#16B3D8;
	color:black;
}
.colour2{
	background:#FFD4CA;
	color:black;
}
.mediaslidersection.colour3{
	/* one exception for background colour, does not apply to media sliders in projects/productions */
	/* clients requested choice of background colour, gave them this colour + pink + blue as per other background colours */
	/* they also wanted *no* coloured background. That would be black. */
	background:#004555;
	color:white;
}

.boc h2:after,
.showmore p.showreadmore:after{
	content:" ";
	display:inline-block;
	width:1.5rem;
	height:1.5rem;
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24.002" height="12" viewBox="0 0 24.002 12"><path id="down_arrow" data-name="down arrow" d="M18.053,27.991a1.088,1.088,0,0,1,.656.273l10.9,9.814A1.095,1.095,0,1,1,28.148,39.7L17.976,30.546,7.805,39.7A1.095,1.095,0,1,1,6.34,38.077l10.9-9.814a1.088,1.088,0,0,1,.809-.273Z" transform="translate(-5.975 -27.988)" fill="%23fff"/></svg>');
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-left:1.5rem;
	transform:rotate(0);
	transition:transform .5s ease-in-out 0s;
}
.showmore p.showreadmore:after{
	height:.75rem;
}
.boc.closed h2:after,
.showmore.closed p.showreadmore:after{
	transform:rotate(180deg);
}
.showmore p.showreadmore .less{
	display:inline-block;
}
.showmore p.showreadmore .more{
	display:none;
}
.showmore.closed p.showreadmore .less{
	display:none;
}
.showmore.closed p.showreadmore .more{
	display:inline-block;
}

.people .portrait{
	background:linear-gradient(132deg, #FFD4CA 0%, #FFD4CA 31%, #00596D 100%);
}
.people .portrait img{
	mix-blend-mode: multiply;
	border-color:#404040;
}
.problocks .pblock a img{
	border-color:#404040;
}
.tourdates li{
	border-color:#404040;
}
.quotebox{
	color:#FFD4CA;
}
.quotescolumns .quotebox,
.quotesslider .quotebox p.quote,
.quotesslider .quotebox p.byline{
	color:#fff;
}
#colophon{
	padding-bottom:3.4375rem;
	position:relative;
	background:black;
}
.formbox div.form-input input{
	background:transparent;
	border-color:#fff;
	color:#fff
}
.formbox div.form-submit input{
	border-color:#fff;
	background:#fff;
	color:#000;
}
#colophon:after{
	content:" ";
	display:block;
	width:100%;
	height:3.4375rem;
	position:absolute;
	left:0;
	bottom:0;
	/* background-image:url(img/repeaterx2.png); */ /* to be replaced with *small* avg code hopefully */
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="268.486" height="85.318" viewBox="0 0 268.486 85.318"><g id="Group_752" data-name="Group 752" transform="translate(3.425)"><path id="Path_141" data-name="Path 141" d="M522.418,27.684c-1.164.194-2.289-1.086-2.676-2.212-.387-.465-.929-.232-1.319.116a13.031,13.031,0,0,1-1.822.932,11.454,11.454,0,0,1-2.093.774c-.039.155-.387.194-.232.039a13.052,13.052,0,0,1-3.451.777,11.415,11.415,0,0,1-1.59.116c-.235.039-.661.194-.777-.077.078.31-1.28.194-1.474.116a6.873,6.873,0,0,1-1.783,0c-.348,0-.89.077-1.123-.077,0-.116-.157-.116-.2-.039-.116.194-.426-.077-.658.039a15.331,15.331,0,0,1-3.257-.544c.116-.036.271.118.232-.077s-.194,0-.31.041c-.387.194-.777-.157-1.2-.2a17.07,17.07,0,0,1-5.931-2.829,10.251,10.251,0,0,1-2.986-3.334c-.077-.273-.7-.932-.351-1.009-.31-.077-.348-.465-.5-.7-.039-.077.077-.077.077-.155-.31.041-.736-2.325-.813-2.713a15.026,15.026,0,0,1,.039-5.118c0,.039,0,.077.039.077.232-.2-.039-.077-.039-.2.271-.813.426-2.867,1.123-3.216-.155-.08-.116-.116-.078-.235.039.077.116,0,.116-.036-.155-.2.2-.428.235-.66-.039.155.155.232.116.039q-.058,0,0-.116l-.116.077a11.437,11.437,0,0,1,3.022-3.528c.273-.155.661-.7.932-.465-.039-.118-.039-.155.077-.2a18.981,18.981,0,0,1,3.218-1.512A32.007,32.007,0,0,1,506.249,0c4.341.036,8.955.581,12.757,2.635a13.2,13.2,0,0,1,4.3,4.111c.351.852,1.358,1.783,1.009,2.751-.7.66-2.792.312-3.722.389-1.048,0-2.1.039-3.1,0-.193-.039-1.28.155-1.048-.155-.039,0-.194-.039-.116-.08.194-.194-.155-.194-.155.041-.078-.041-.039-.157-.078-.235-.155-.155-.077-.077-.155-.271-.155,0-.077.232.039.232-.077.039-.348-.077-.077.116,0,0-.077.077,0,.116l.039.157c0,.116-.232,0-.194-.116l-.039-.041c-.077.041,0,.157-.077.2-.155.039-.583.116-.622-.077.039-.157-.038-.312.078-.428,0-.116.194,0,.155-.232-.116.077-.078-.039-.194.116-.039-.116-.116.194-.155-.155.116-.426.039-.155-.039-.348-.077.039,0,.271-.194.077,0,.155.039.271-.116.387.077-.271-.232-.465-.155-.232.271.738.039.581.426,0-.039.116.077.194,0,.271V9.3c.193.077-.116.116-.194.194.387.039.116.116.194.351-.232.077,0-.235-.194-.235-.116,0-.232,0-.155-.116-.039-.039-.078.039-.116.077-.039-.077-.039-.116-.077-.155-.039.155.116.232.077.389l.039.039c.039-.273.078-.235.271-.077-.232.194-.581.116-.891.116a3.412,3.412,0,0,1-1.086-.039,4.457,4.457,0,0,1-2.328-1.164c-.194.116-.194-.194-.116-.31-.155,0-.116.155-.271.039,0,.039.039.077.039.155-2.909-1.241-7.25-.932-8.955,2.132-2.018,4.808-.194,9.732,5.544,9.81a7.609,7.609,0,0,0,4.614-1.474c.7-1.28.5-1.045-.738-1.2-1.161-.232-2.6.312-3.567-.387-.426-.542-.116-1.239-.271-1.822.078-.387-.155-.968.155-1.164-.232.039-.077-.31-.116-.465.077-.077,0-.232.039-.387.077-.077.155,0,.271-.039.116.039.194-.077.31.039.118.039.08-.155,0-.194a.648.648,0,0,1-.465.039c-.116-1.009,1.551-.7,2.171-.738.661-.077,1.59.039,2.366,0,3.76-.039,7.6,0,11.361,0,2.4-.271,1.861,1.28,1.9,2.986-.078,1.861.155,3.879-.039,5.662.155,1.239.078,3.1.155,4.3.078,2.018-.464,2.018-2.325,2.018M488.646,17.1c0,.116,0,.232.116.271a.26.26,0,0,0-.116-.271m.581-.581c-.194.077-.116-.116-.155-.232-.078,0-.542.271-.194.232-.116.077-.349.116,0,.155.116.039,0-.155.116-.194.039.271.116-.039.116.31.077-.039.077-.194.116-.271m-.465-4.614c.077-.039.155-.039.194.039.271.31.232-.387.077-.039-.194-.039-.039-.077-.077-.155-.077-.039-.039-.116-.116-.155,0,.077,0,.232-.116.232-.039.039,0,.077.039.077m.039,4.885c0,.039,0,.077.077.077,0-.116.077-.039.155-.077-.039-.077-.464-.116-.232,0m.271.077c-.078.116-.232.116-.31.194.116.039.31-.039.31-.194m-.078-5.7a.43.43,0,0,1,.544.157c-.077-.2.194-.2.31-.2.193,0,0,.232.116.31.039.041.077,0,.039-.077-.116-.465.348.041.194-.348-.116-.116-.271,0-.271-.116,0-.039-.116-.077-.039-.116-.039-.194-.271.271-.194.077-.389-.116-.351.271-.467.155-.078-.039-.387.039-.232.155m.232.97v-.077a.2.2,0,0,0,.155.077c-.039-.039-.077-.039-.077-.077s0-.077-.039-.039c-.155.039-.039.194-.193.155,0,.116.271.039.155-.039m.351,3.838c.116.271-.273-.155-.2.157,0,.036.039.036.039.036a.31.31,0,0,0-.194.312c.039-.271.738-.312.351-.506m.077.506c-.157-.271-.157-.194-.194.039-.041.077-.157.077-.157.155-.039.039-.077.077,0,.077.077.039,0,.194.039.271.077-.039.039-.194.118-.271h-.08c0-.039,0-.116.08-.077.116,0,.036-.194.194-.194m.232.077-.077.155c0-.077,0-.116-.039-.155-.077.077,0,.232-.155.194,0,.077.039.116-.039.155.116.039.193,0,.193-.116.078.194.232-.155.116-.232m.5-1.086c.039,0,.194.039.155-.039-.155.039-.039-.077-.077-.155a.12.12,0,0,1-.078.039c0,.155-.232.039-.271.194-.039-.039-.039-.039-.078,0-.116.039-.232-.077-.31-.155.077.31.5.232.31.658.155-.155.232.077.387-.039.116-.039-.039-.155-.039-.232.194.116-.077-.232-.077,0-.039-.039-.077-.039-.077-.077-.077.116.155.271-.077.271-.039-.077-.039-.387.077-.348.077.155,0-.155.194,0a.142.142,0,0,1-.039-.116m-.465.852c.077.08.31-.036.387-.114-.116.077-.464-.118-.387.114M490,15.16c-.039.039-.039.077-.077.077.155,0,.232-.155.116-.232-.039.039-.039.077-.077.155Zm.31,1.706H490.2c.077-.039.271,0,.194-.116a.419.419,0,0,0,.232-.039v.116c.116-.077,0-.194.039-.271.039-.235-.426-.194-.465-.039s-.232,0-.232.155c0,.077-.039.194.039.232.155.039.116.194.232.232.039-.077-.077-.194.077-.271m-.348-6.049c.077.039.155.194.232.077.039-.155-.116-.194-.232-.077M490.2,19c-.077-.077-.155-.077-.194.039.039.116.116.039.194-.039m-.039-2.132c-.155.077-.194-.116-.078-.155.039.039.116.077.078.155m.039-5.621c-.116.114.194.191.232-.041.039-.155.194-.039.271-.116.078-.155.232.039.271-.155,0,.116.118.077.155.155.077.116.273.077.389.077.116.039,0-.077.116-.116l.116-.077v.039c.155-.348.932.155.854-.348-.041-.039-.041-.039-.077,0-.118.155-.273-.31-.467-.194-.155.116-.155.348-.387.426a2.128,2.128,0,0,0-.7-.039c-.271-.077-.426.194-.658.232-.039.077-.077.157-.116.157m.232.5c.039-.155-.116-.194-.155-.312a.245.245,0,0,0,.155.312m.077,5.427c-.232.039-.116.155.077.116.155.039.116-.155-.077-.116m.194-3.1c0-.155-.31-.077-.271.077.077,0,.232,0,.271-.077m-.039-2.558c0-.039,0-.08-.077-.08-.155.041-.077.235-.077.351-.039.077,0,.116.077.077.077.039.039-.077.077-.116.077-.077-.116.039,0-.232m0,10.506c0,.039.039.116.116.077.194-.039-.039-.232-.116-.077m.232-5.311c0-.116-.039-.194-.116-.155,0,.077-.039.116-.039.155,0,.077.155.077.155,0m.039-3.179c0,.039-.039.039-.039.077a.142.142,0,0,1-.116-.039c0,.387.312.194.155-.039m.505.7c0-.155-.234-.465,0-.465-.271-.077-.077-.271,0-.116,0,.039.039.039.077,0,.078-.155-.039-.116-.155-.155-.116-.155-.348.155-.271.232.191-.039.232.039.232.232.039.077-.118.232-.2.116.041-.039.041-.039.077-.039.077.039,0-.155-.036-.155-.077.194-.077.271-.2.116,0,.232.31.116.467.232m-.077.039c-.157-.116-.194.077-.312.155.232-.039.155.077.273.235.116-.039.039-.312.039-.389m1.123-.039c0,.271-.31.312-.271.039-.039.039-.039.039-.039.077-.039-.194-.039-.194-.077-.155,0-.232-.116-.039-.194-.116-.077-.039-.155-.116-.039-.155-.194-.077-.039-.039-.116-.155-.116.348,0,.426-.31.7.155,0,.039.08.039.116.271,0,.155-.116.31.118.039-.2,0-.351.039-.544.039,0,.077.039.116.039l-.116.077c.194-.039.194.194.387.194.349.2.194.116.271-.194.041-.116-.039-.232,0-.039m-.813,2.366c.155-.116.194-.077.077-.273-.039.041-.155.2-.077.273m.194,5.5c0-.116-.116-.116-.194-.039.077.116.116.155.194.039m.039-9.538c0,.116-.077.077-.155.116.155.194.348-.194.155-.116m.387-.852a.142.142,0,0,0,.116.039c-.039-.116-.194-.116-.155,0s-.039.116-.077.194c.194.077.194-.039.116-.232m.467-.777c-.041-.116-.2-.077-.155.039h-.041c.041.194.273.039.312.194,0,.039.077.08.077.08.194-.157-.157-.2-.194-.312m1.123.932c-.077,0-.116.077-.155,0-.194-.155-.426-.155-.426.116.116,0,.116-.039.077-.155a1.547,1.547,0,0,1,.7.271c.039-.116-.116-.194-.194-.232m-.31,6.475a4.018,4.018,0,0,0-.155-.387.242.242,0,0,0,.155.387m.349,4.147c-.078-.155-.31.194-.426.235.077,0,.465-.041.426-.235m-.387-8.3c.077-.077.155-.116.194-.194-.039-.194-.31.194-.194.194m.077,4.15c.039.116.155.077.232.077.544,0,0-.155-.232-.077m.116-5.079a.387.387,0,0,0,.194-.155c-.078-.039-.31.077-.194.155m.777,9.655c-.039-.155-.235-.155-.351-.194-.039.116.312.348.351.194m-.039-4.459a.3.3,0,0,0-.2-.077c-.116.039.118.232.2.077M494.7,7.133c.078,0,.349.194.31.039-.077-.194-.193-.271-.31-.039m.271,2.325c-.155.039-.077.155-.039.235.077-.041.155-.2.039-.235M495.16,7.4c.155.155.232-.039.31-.155-.116.039-.155.155-.271.116Zm.465.194c-.077-.077-.271-.039-.387-.039a.637.637,0,0,0,.387.039m.387,2.56c-.078-.116-.155.077-.155.155.077.077.155-.077.155-.155m0-3.1c0-.155.077-.31-.036-.426-.041.155-.077.31.036.426m.2,16.168c-.077.077-.232.077-.2.194.041.155-.078.232-.036.348.193-.039.036-.348.193-.31l.039-.039c-.077-.077.039-.116,0-.194m.5-15.781c-.116-.077-.194-.155-.155-.31-.039.039-.077.039-.077.077.039.116.116.31.232.232m.542-.116c-.078.039-.078.155-.078.232.194.039.232-.155.078-.232m.893-.077c-.116-.039-.155.039-.155.077-.039.194.348,0,.155-.077m.31,10.158a.417.417,0,0,0-.31.077c.039.039.31.039.31-.077m.194-2.79c-.116,0-.116.194-.232.116,0,.077,0,.116.039.155h.155c-.116-.155,0-.155.039-.271m.31-6.981c0-.155-.232-.194-.348-.232-.039.077-.039.194-.077.31-.039.077.077,0,.077.077.077.235.348.039.348-.155m.583.622a.307.307,0,0,0,.464-.232c-.193-.273-.116-.077-.31-.077-.155-.08-.039-.157-.039-.2-.039-.116-.077-.194-.155-.194-.039-.077-.078-.155-.155-.077-.077,0-.077.077-.041.116.118.039,0,.232-.077.194a.173.173,0,0,0-.194,0c-.039.235.116-.039.116.116a.256.256,0,0,0,.155.232c.08.08.351-.114.235.118m-.467-3.724c.118-.039-.039-.271.2-.194.194-.31-.273-.387-.2.194m.428,4.382c-.039.039,0,.155.039.039.039-.077-.078-.155-.039-.232-.155,0-.155.155,0,.194m.039,13.686c-.155.041-.116.118-.039.235.077-.116.155-.194.039-.235m.232-8.452c-.116,0-.232-.039-.232.077.039.039.077-.039.155.039s.077-.077.077-.116m-.077-1.435c-.078-.116-.116.351,0,.351a1.067,1.067,0,0,1,0-.351m-.039.815c.077.116.116.039.194-.039-.078-.077-.116-.077-.194.039m.31,1.2c-.155-.157-.271.039-.116.155,0-.039.039-.077.116-.155m.116-5.585c-.271.039-.194-.077-.078-.232-.348.116,0,.465.078.232m.116-3.915c0-.116-.194-.116-.31-.155-.116.155.194.194.31.155m.077,1.977h.039c.039.039.116-.039.116.039.194,0-.116-.155-.155-.194,0,.077-.232.116-.155.194.039-.039.116.039.155-.039m0,.738c.271.114.232-.118.31,0,.039-.041.155-.157.039-.157-.039-.116.039-.077.157-.077,0,0,.037-.077,0-.077-.2-.077-.118.039-.39-.039-.116-.039-.039.194-.155.116-.116-.039,0,.194.039.235m.039,3.605c.077-.118.077-.155,0-.232-.077.114-.077.155,0,.232m.194-1.512c-.077,0-.116.039-.155.116.077.077.271-.039.155-.116m.351,12.174c-.077.039-.351.194-.2.31-.077.077-.193.118-.155.2.116.077.2-.077.155-.2.041-.039-.039-.116.077-.116.078,0,.078-.039.041-.077.077-.039.114-.039.077-.116M500.938,7.6c-.078.116.039.116.039.232-.351-.039.31.351-.039-.232m.31,14.346c-.078.116.039.155.116.116a.038.038,0,0,1,.039.039c.077-.077-.077-.155-.155-.155m.116-14.308c.077.077.116,0,.155,0,.348-.155.271-.232,0-.426-.155.155-.387.194-.155.426m.271,14.192c-.077,0-.077,0-.116.077-.232.465.736.116.116-.077m.542-14.54a.1.1,0,0,0,.039-.155c-.194,0-.116.116-.039.155m.661,19.077c-.116-.039-.155.155-.039.155.039-.039.155-.116.039-.155m.929-23.885c.077-.039.116-.116.194,0,.041-.155.119-.039.155-.155-.155-.039-.271-.31-.465-.116-.194.116-.077.271.116.271m.194,4.885a.244.244,0,0,0-.387-.077c-.039.039,0,.155.039.077s.077-.039.116-.039c.155-.077.078,0,.232.039m1.087,20.473c-.349-.077-.387.155-.116.077.077,0,.155,0,.116-.077m.194-2.676c-.077.039-.116.155-.155.232.116.077.349-.194.155-.232m.815-3.025c-.116.116-.273.194-.351.348a.522.522,0,0,0,.351-.348m-.116,5.468c-.077.077-.194.232-.039.31a.182.182,0,0,0,.039-.31m.542-.506c0-.116-.232-.194-.232-.039-.039.155.232.232.232.039m0-24.078c.116.351.387-.116.077-.077-.039-.039-.039,0-.077.077m.7,20.125c.116-.039-.077-.155-.116-.155-.078.077-.194.155-.155.232.078-.155.194-.039.271-.077m.273-2.328c-.078,0-.157.039-.157-.039-.387.428.08.506.157.039m0,6.591c0-.155-.234-.116-.273,0,.077.118.235.2.273,0m.232-6.279c-.039-.08-.155-.08-.232-.116,0,.155.116.194.232.116M507.607,3.8c.039,0,.039.077,0,.116.31-.116-.077-.155.077-.31-.077-.039-.193.116-.077.194m.194,9.538c-.077-.039-.116-.077-.194,0,0,.194.155.116.194,0m.116,14.151c-.077.041-.039.118-.077.2.194.039.194-.155.077-.2m1.241-14.305c0-.077-.08-.116-.157-.077-.078.077-.114.155-.271.116-.465.387-.619-.273-.775-.077-.155.232.039.232.232.194-.039.077-.077.155,0,.232.116-.077,0-.077.039-.116.116-.116.542.039.5-.155a.387.387,0,0,0,.312-.039c.077.039.077-.039.116-.077m-.777.348c-.116.077-.194.116-.232.271.116.039.387-.271.232-.271m-.194-6.088c.194.039-.039.465.31.426-.039-.077-.039-.077-.116-.039-.155-.077.077-.194.039-.31.581.271.039-.581.658-.426.041-.271-.155.116-.271-.31-.039.077-.155-.077-.155.077-.077-.194-.232.039-.348.116a.163.163,0,0,1,.155.271c-.116-.116-.116.194-.232,0a1.678,1.678,0,0,1-.039.194m.97,20.122c0-.194-.157-.194-.194-.036,0,.155.155.155.194.036m0-20.548c-.039.116-.116.348,0,.426.039-.194.077,0,0,.077.31,0-.039-.426.077-.62.155.116.077-.039,0-.077-.116,0-.077.116-.077.194m-.039,6.359c.039.077.077-.077.155-.077.426.039-.155-.232-.155.077m.7,13.647c-.5-.039.077.506,0,0a.293.293,0,0,0,.155.039c.155-.077-.194-.194-.155-.039m1.125-4.963a.882.882,0,0,0-.97-.039c.194.232.31.116.465-.039.312,0,.077.31.506.077m-.854-9.033c.077-.08.116,0,.193-.039-.039-.077-.116-.041-.193-.077-.116,0-.116.155,0,.116m.039-6.049c0-.039-.077-.155.039-.039.039-.426-.271,0-.039.039m.194,7.6c-.077-.116-.194,0-.155.118.039-.039.155-.039.155-.118M510.2,7.211h.155c.039-.155.039-.116-.078-.155-.077-.077-.039.077-.077.155m.116,7.949c0,.116.155.039.116.116a.135.135,0,0,0,.039.077c.157-.039-.039-.232-.155-.194m.351-2.054c-.039-.116-.351-.116-.312.039.077.039.312.155.312-.039M510.4,25.472c0-.077,0-.155.077-.116.116.116.08-.077.08-.116,0-.077-.273.116-.157.232m.351.777c-.116.194-.235.426-.351.581a.825.825,0,0,0,.351-.581m-.078-17.41a.919.919,0,0,1-.08-.31c-.116.039-.116.077.08.31m-.039-1.9c-.119.039-.041.077-.078.194-.041.194.194-.077.078-.194m.155,17.836c-.2-.039-.232.271.039.271.155,0,.078-.232-.039-.271m.039,1.084a.248.248,0,0,0-.116.312.322.322,0,0,0,.116-.312m.232-11.361-.193-.116c.039-.039.077-.039.116-.077-.348-.116-.077.312.077.194m.039.738c0,.116-.077.232-.077.348.077-.116.194-.232.077-.348m.348.077c-.077.077-.155-.077-.232,0-.155.31.193.194.232,0m.078-.465c-.116,0-.271-.116-.31.039,0,.039-.078.155.039.116.077,0,.116.155.193.039-.193-.039-.077-.155.078-.194m.387-1.938c.155.232.273-.041-.039-.077-.078.036.039.232-.116.155-.155.077.271.116.155-.077m.31,1.123h.078c-.078-.232-.658-.116-.348,0,.077-.077.155.116.271,0m-.348-1.164.039.041Zm.66,9.345c-.155-.194-.193-.658-.312-.31-.036.077-.036.155.041.116.116,0,.116.155.271.194m-.155-9.033c0,.077.078.039.116,0a1.363,1.363,0,0,0-.2-.312c-.155.235.118.157.08.312m.155,1.745c0,.077,0,.271.078.155.077-.077.039-.271-.078-.155m.426,9.693a.179.179,0,1,0,.077.348c.232,0,.077-.31-.077-.348M514.12,9.732c.116.271.232,0,.116-.08-.077-.039-.039-.077-.039-.155-.077.039-.039.155-.077.235m.426,10c-.116.039-.155.155-.194.271.271.155.542-.039.194-.271m.658,4.031c-.077.039-.194.116-.116.155.116,0,.116-.116.194-.155.235-.116-.232-.232-.077,0m.039-9.926c0-.077-.039-.194.039-.271-.426.31,0,.465-.039.271m.039,7.484a.1.1,0,0,0,.039.194c.157-.039.157-.194-.039-.194m.078-11.982c.077.077.039.155.077.232-.039,0-.039-.039-.077-.039-.039.2.157.116.235.039-.077-.155-.2-.271-.2-.465-.077,0-.039.194-.039.232m.312-.31.116.194c.039-.039-.039-.194.116-.155-.077-.194.31.155.271-.039-.039-.116-.116.039-.155-.077-.077.116-.077-.116-.116-.194-.077.116,0,.348-.232.271m.194,6.165c.116-.039.116-.271,0-.387.039.155-.039.271,0,.387m.619,6.088c-.077,0-.155.039-.194-.039.116.039.116,0,.116-.077-.155.039-.348,0-.5.155.155.039.271.155.387.039.078,0,.194.039.194-.077m-.464-1.706c0,.116.155.155.155,0,.039-.155-.155-.155-.155,0M516.175,9.3c.155-.116.194.077.271.155.077-.077-.232-.426-.271-.155m.232-.5c0-.039,0-.077-.039-.077-.155.116,0,.348.039.077m.348.581c-.038.155.077.232.235.232,0-.155-.157-.155-.157-.271,0-.155-.31.155-.077.039m.077-.155a.142.142,0,0,1,.08.194c.191,0-.041-.5-.08-.194m.506,11.438a.592.592,0,0,0-.235.194c0,.116.119.08.119,0,.232.194.426-.232.116-.194m.155-13.3c0,.077.039.155.116.077.232-.194-.116-.348-.077-.039a.038.038,0,0,0-.039-.039m.116,13.415a.259.259,0,0,0,.116.271c.155-.114,0-.194-.116-.271m.774-.039c-.077.116-.271.155-.271.31.31-.114.465.2.271-.31m.544.155c0-.077-.116-.077-.155-.039,0,.116.116.157.155.039m.426-.62c-.039-.077,0-.155-.116-.232-.155.116-.039.232.116.232m.271,2.054c.039.039,0,.077-.077.039a.577.577,0,0,1,.116.273c.077-.118.077-.273-.039-.312m.62-2.171c0-.581.235-.039.39-.271a.072.072,0,0,1,0-.116c.077-.235-.155-.235-.116-.467-.118.077-.118-.077-.2.077,0,.077-.155.312-.078.118-.232-.041-.077.116-.194.155-.155.116-.039.348-.232.348.078.155.39-.039.426.155m.235.465c-.116.077-.194-.31,0-.232-.08-.116,0-.194-.116-.194-.155-.077-.077.116-.077.194a.3.3,0,0,0,.077.31c.116-.039.077.155.155.155.271.08.194-.426-.039-.232m.31-6.4a.256.256,0,0,0,.232.039c.039-.155-.155-.116-.232-.039m.155,6.746c-.078-.036-.039-.155-.116-.116,0,.273.387.428.116.116m.735-6.63c0,.389.2.2.041-.077,0-.077-.08-.116-.118-.194-.116.116.039.194.077.271m.232,6.63c0-.077-.191,0-.114-.116,0-.387-.312.235.114.116m2.56-5.544c-.116,0-.078-.116-.155-.155-.387-.039.349.387.155.155" transform="translate(-456.377)" fill="%23313131"/><path id="Path_142" data-name="Path 142" d="M543.842,26.8c-.078.155-.039.31-.232.348-.078.039-.116-.039-.155-.077a.445.445,0,0,1-.426.232c-.348-.271-.348-.542-.658-.039-.118,0-.077.039-.041.116-1.781-.077-3.528-.039-5.35-.039-.542-.155-3.915.271-3.605-.077-.194-.077-.387-.039-.542-.155-.078-.116-.155,0-.155.116-.235-.426,1.355-.348.426-.777,0,.271-.581.506-.5.077.036-.155-.157-.232-.312-.155-.077,0-.116.039-.116.155-.232.544-.542-.31-.658-.581-.348-.542-.39-1.241-.777-1.745-.116-.155.193-.116.077-.271-.077-.077-.155,0-.232.077a1.379,1.379,0,0,0-1.045-.351c-.777.041-1.551-.077-2.328.041-.077-.041-.039-.077.039-.118-.194,0,.038-.232-.155-.232-.116,0-.039.2-.039.31-.426.08-.813,0-1.241.041.039-.273-.155-.389-.31-.2.233.312-.155.2-.31,0,0,.389-1.125.077-1.435.155a26.281,26.281,0,0,1-3.025-.036c-.039.036-.039.036-.077.036,0,0-.039,0-.039-.036a9.376,9.376,0,0,0-2.325.232,3.73,3.73,0,0,0-.97,1.474c-.077.155-.038.542-.271.5-.271-.077-.31.155-.232.348.077-.039.232-.039.271-.155-.542,1.706-1.319,1.164-2.676,1.4-.349-.232-2.519.155-1.938-.271.039,0,.039-.077-.039-.116-.155.077-.194.271-.349.348l-.116-.232c-.155.116-.232.232-.465.155-.157.116-.234-.039-.351-.077a6.349,6.349,0,0,1-2.132.116c-.97-.155-4.46.619-4.188-.932,1.863-3.876,3.646-7.794,5.43-11.709,1.473-3.179,2.908-6.32,4.341-9.461.893-1.319,1.319-4.031,2.637-4.769a4.715,4.715,0,0,1,1.938-.155c-.039.116-.039.232.116.232.116-.5.544-.116,1.009-.232.774.039,1.59-.039,2.364,0A2.67,2.67,0,0,1,523.913.4a.243.243,0,0,0,.31.077c.116-.116,0-.155.2-.155,1.9-.116,3.838.194,5.7-.116,2.209-.039,2.519,1.512,3.257,3.1.774,2.054,2.093,4.034,2.635,6.127.351.039.428.891.7,1.2.077.465.891,1.123.426,1.549.039.041.078.118.155.041.273,0,.351.5.428.736.348.813.736,1.59,1.161,2.405.232.581.544,1.239.7,1.745.116,0,.155.116.194.194a11.241,11.241,0,0,0,.7,1.551c.157.62.932,1.319.544,1.938.116.155.077.348.155.542.194-.232,0-.426.077-.7.426.852.774,1.745,1.2,2.6.077.077.077.389-.039.194,0,.273,0,.312-.312.428-.193.155.2.077.2-.077.155.155-.041.5.116.658.077.077.232.271.155.387-.039.157.078.235-.039.389.155.077.348-.389.077-.232.039-.041.116-.118.116-.2-.116-.116,0-.31-.039-.465s.193-.116.193.039c0,.039-.039.155.039.194.271-.194.078.428.349.428.116.232.271.426.155.736-.116.155.077.194.077.426.271-.426.232.155.116.271-.155-.348-.078.232-.232.271,0-.039,0-.116-.077-.077-.31.273-.658.039-.581-.348,0-.077.039-.194-.039-.194-.116,0,.039.194-.116.194-.155.039-.077.465.116.232.078.622.155.232.387.583.271-.116-.077-.31.31-.389-.232.312.271.312.31.08a.232.232,0,0,1,.155.039M508.754,26.3c.039-.039.155-.155.039-.155a.083.083,0,0,0-.039.155m.077.7c-.077,0,0,.155.078.194.039-.116-.039-.155-.078-.194m.31-.66c-.039-.194-.116-.194-.193-.077Zm1.087.506c-.116-.077-.273.077-.389.039-.078-.116-.194-.039-.271-.077-.039.077.039.271.155.194s.505.039.505-.155m.736-.2c-.077-.155-.387-.31-.426-.039.078.2.271.157.426.039m.193-8.491c-.349.077-.349.116-.581-.039,0,.116.155.194.271.194.078-.039.465-.039.31-.155m1.048,3.956c-.155-.039-.116.116-.155.232.116-.039.271-.155.155-.232m.194-3.1c-.039-.077-.116-.155-.155-.039a.083.083,0,0,0,.155.039m.581,2.751c-.078-.155-.194-.077-.232.116.039.157.232,0,.232-.116m0-11.786c-.039-.077-.116-.155-.155,0,0,.116.116.077.155,0m.893,17.177c-.039-.077-.116-.155-.155-.039,0,.116.116.116.155.039m.581-5.585c-.039-.077-.193-.116-.232,0,0,.116.232.155.232,0m.31-11.4c-.039-.155-.271-.039-.271.077.039.194.271.116.271-.077m.738,6.553c-.116,0-.271-.077-.348.116Zm-.155,7.368c-.116.039-.116.155,0,.155.194,0,.194-.194,0-.155m1.4,2.171c-.193.116-.193.348-.467.31-.155.039-.271-.039-.426,0,.077.2.426.155.581.116.157-.271.235.039.312-.426m-.426-15.7c.155,0,.155-.273,0-.235-.157,0-.118.235,0,.235m-.08,3.838c-.039.039.08.387.116.194.041-.116-.116-.542-.116-.194m.622,1.551c.078-.077.116-.194,0-.194-.116.039-.039.116,0,.194m.116,6.707c-.039.077-.078.077-.116.116.116.116.271,0,.116-.116m.116,3.334v0Zm.31-15.394c-.078-.077-.155-.232-.271-.155-.077.232.155.2.271.155m-.078,5.546c-.077-.077-.116-.116-.155,0,0,.116.116.116.155,0m.116,7.366-.116.155c.116,0,.116-.036.116-.155m.581-2.093c-.155.077-.31-.077-.348.116a.234.234,0,0,0-.155.039.483.483,0,0,0,.5-.155M518.834.359c-.232.387-.7.077-.97.387.155.08.235.157.351.039.194-.077.736-.116.62-.426M518.137,8c-.039-.077-.157-.116-.2.039,0,.155.234.116.2-.039m.387,2.831c-.039-.116-.155-.235-.194-.077.078.039.116.155.194.077m.271,1.007c.078-.194.039-.5-.193-.426-.233.155-.078.426.193.426m.232,4.3c-.193-.426-.5.271-.039.232.155,0,.039-.155.039-.232m-.077,6.282c-.116.039-.077.077-.039.194.078-.116.116-.116.039-.194m.155-11.864c-.155,0-.194.232-.077.194.077,0,.116-.116.077-.194m.387,11.709c-.155.039-.271.194-.077.31.116,0,.31-.31.077-.31m.233-14.5c-.036.039-.114.039-.155.116.041.155.155,0,.155-.116m0,4.07c-.114.155-.114.194,0,.235ZM520,12.922c0-.077.039-.194-.039-.232-.194.039-.116.194.039.232m.078-2.676c-.2.039-.116.348.039.426,0-.114.155-.387-.039-.426M520,17.382c0,.077,0,.155.116.155.039-.077-.039-.271-.116-.155m.233-15.007c.039-.039.116-.077.193-.155-.155-.077-.232.039-.193.155m.193,11.479c-.077-.039-.155-.118-.193-.039.039.116.039.155.193.039m0-3.608c-.116-.077-.193.077-.039.155.039-.039.116-.077.039-.155m.232,12.137c-.232-.039-.426.077-.271.271.155.077.271-.077.271-.271m.542.039a.352.352,0,0,0-.426-.116c-.155.232.271.116.426.116M520.811,6.68c.039.039.039.116.077.155.116-.077.078-.232-.077-.155m.349,3.644c-.078-.039-.116-.077-.155-.039-.039.116.077.155.155.039m-.039,1.551c0,.2.312.2.273,0,.039-.271-.273-.271-.273,0m.078,7.987c.116-.077.234-.155.234-.271-.077-.039-.155.194-.234.271m.273,2.715c-.078.039-.351.077-.194.232.078-.039.31-.155.194-.232m-.078-9.5c.078.039.116-.039.155-.077-.077-.116-.271-.039-.155.077m4.806,3.412c-.271.389.622-.31.777-.039.116.116.155-.039.039-.155.426-.077.271-.619.193-.929-.891-2.018-1.435-4.266-2.676-6.088a6.116,6.116,0,0,0-1.007,1.59c-.077.155-.271-.077-.348.077,0,.155.232.155.155.31a7.224,7.224,0,0,0-.506,1.086c-.116.194-.271.891-.5.891-.193-.116-.232.348.039.194-.194.467-1.048,2.56-.813,2.87a26.571,26.571,0,0,0,4.651.194m-4.341-14c.116-.036.078-.155,0-.232-.039.116-.116.2,0,.232m.155,1.435c.077-.077.194-.271,0-.271-.116.039,0,.155,0,.271m.116,6.71c-.194.194.155.31.348.271-.116-.116-.155-.271-.348-.271m.271,12.1a.163.163,0,1,0,.078.31.3.3,0,0,0-.078-.31m.62-.465c-.114.116-.155.194-.271.077-.078.31.312.194.271-.077m.893-.426c-.039-.08-.039-.235-.116-.312-.31-.155-.7.467-.658.7.078.039.116-.116.155-.116.077.039.194-.039.232.039.271.077.426-.273.542.155.078-.232-.078-.31-.155-.465m-.426-20.163c.039-.077.155-.077.116-.194-.077,0-.271.116-.116.194m.039,7.91c-.077.077-.077.116,0,.232.116-.116.155-.155,0-.232m.232,13.221a.23.23,0,0,0,.039.271c.116-.077.155-.194-.039-.271m.893-4.111c-.118-.036-.2-.077-.232.041,0,.116.114.039.232-.041m.619,3.646c-.193-.077-.774-.232-.7.116.193,0,.813.31.7-.116m-.5-1.4c.078-.077.155-.194.039-.232-.155.039-.078.116-.039.232m.039-19.464c.116-.039.077-.077.077-.155-.077-.039-.116.077-.077.155m1.706,20.705c-.039-.077-.039-.116-.116-.077-.273-.039-.505.194-.777.194a.142.142,0,0,0-.116.232c.155-.039.155-.232.31-.194,0,.271.039.039.271.077.157-.077.467.039.428-.232m-.815-2.016c-.116,0-.271.581-.039.348-.077-.116.078-.194.039-.348m.155-1.94c0-.194-.194-.155-.232-.039a.256.256,0,0,0,.232.039m-.155-7.482c.116.116.116.194.271.194,0-.155-.077-.232-.271-.194m.583,7.288c-.119.077,0,.116.077.194a.109.109,0,0,0-.077-.194m.31,5.2c0-.155-.233-.116-.194.039-.039.2.194.116.194-.039m.62-5.311c-.155.232-.736-.077-.775.232.271.271.465-.077.581.077.077.077.155,0,.155-.116.387.077.426-.426.039-.194M528.45,22.5c-.077-.039-.155-.116-.232-.077-.194.077-.348-.116-.544,0-.232.077-.426-.194-.619,0-.155,0-.349-.077-.465-.077,0,.232.232.31.426.271.039.348.426,0,.387.426.116-.077-.039-.348.155-.348.077,0,.039.116.077.194.157-.039.157-.039.234.039.036-.31.775-.116.581-.426m-1.4-9.113c.039-.194-.31-.348-.31-.077-.039.387.271.31.31.077m-.039,7.019c.193-.155.193-.273.155-.506a.3.3,0,0,1-.349.077c-.077.2.271.232.194.428m.116-9.577c-.078-.039-.116-.116-.155,0-.039.155.078.116.155,0m.116,9.033c.077-.039.155-.077.155-.155,0-.155-.194-.039-.155.155m.116-14.695c.039.194.116.077.194-.039-.077-.077-.194-.116-.194.039m.31,5.817c.039.232.312,0,.506.039-.155-.194-.428-.271-.506-.039m.2,3.1c.116.271.658-.506-.157-.544-.078.194.544.077.157.544m.542-.232v-.118c.426.08.271-.5.542-.581.077-.039-.232-.426-.194-.116-.271-.077-.077.271-.31.271-.31,0-.31.66-.039.544m.078,5.35c-.039.077-.155.116-.078.232.194-.077.194-.077.078-.232m1.9,3.334c-.116-.271-.542-.116-.775-.232-.155-.039-.31.116-.467.039-.155-.116-.232.077-.271.194-.349-.31-.426.31,0,0,.193.194.232.232.428.039.114.387.7-.232.7.194.077.039.077.077.039.155.155-.116.426-.077.349-.387M528.682.746c.155,0,.039-.155,0-.232-.116,0-.116.232,0,.232m.116,10.238c-.116,0-.077.155-.116.232.077,0,.155-.155.116-.232m.97,7.133.077-.039c.039-.232-.428-.619-.622-.5-.155.155-.426-.155-.465.155a.183.183,0,0,0,.194.194c.155,0,.194.271.428.271.155.077.232-.232.387-.077m-.506-4.614c-.077-.039-.155-.116-.232-.077-.038.155.078.271.232.077m-.232-.542c.194,0,.194-.348.428-.232s.542,0,.5-.271c-.232-.077-.349.039-.545.155-.31-.039-.271.155-.387.348m.232-10.274c.155-.039.155.155.274.232-.2.077-.078.116.039.232.039.116-.235.116-.077.232.077.116.077-.077.194,0,.155,0,.078.077.116.155.116-.271,0-.5,0-.774-.155-.116-.194,0-.232-.273-.271.235-.077-.077-.271-.077-.273-.039-.39.351-.041.273m-.077,1.357c.155-.118.039-.235.155-.389l-.271.155a.174.174,0,0,1,.116.235m.039,15.856c-.078.077-.116.116-.039.194.077-.077.119-.077.039-.194m.193-8.955c0,.155.041.194.235.155a.788.788,0,0,0-.235-.155m.428,3.915c.039-.194-.194-.155-.31-.039.077.077.232.155.31.039m-.194,7.213.116-.116c-.039-.157-.194.039-.116.116m.31,1.239c-.116-.155-.31.157-.155.235.039-.118.194-.157.155-.235m-.155-21.441c0,.387.077.271.077-.077-.039.039-.077.039-.077.077m.039,17.371c.039.116.232.039.271-.039-.039-.039-.232-.039-.271.039m.116.387c.039.271.348.194.271.581.039-.036.116-.036.155-.077-.039-.039.039-.155-.039-.232-.116,0-.039-.039-.039-.116.116-.155.039-.387-.155-.194.078-.232-.271-.116-.194.039m.232-3.025c-.038-.194.039-.348-.077-.465-.271-.077-.039.387.077.465m.039-4.264a.5.5,0,0,0-.155-.116c-.155.194,0,.194.155.116m-.116-9.967c.232.08.155-.155.155-.31-.039.116-.232.232-.155.31m.116,11.6c-.116-.077-.078.155-.078.232.038.039.116-.194.078-.232m.193,6.2c-.039,0-.039,0-.039-.041-.078.155-.078.312-.194.428-.038.348.426.155.349-.077-.077,0-.194.232-.232.077.039-.039.155-.077.078-.2-.039-.077.078-.114.039-.191M530.466,22c-.194-.077-.31.232-.078.271.116,0,.116-.155.078-.271m.039-2.947c.116-.077-.039-.194.039-.31-.349-.041-.387.465-.039.31m-.155-4.227c.039-.077.077-.116-.039-.194-.039.077-.039.116.039.194m-.039-3.722c.039.077.078.077.155,0-.078-.116-.194-.155-.155,0m0-8.609c.078.077.194.389.271.157.155.155-.039.155-.039.232.155.116.387-.155.155-.232-.116-.157-.271-.08-.271-.273-.039.039-.039.08-.116.116m.155,9.461c-.155,0-.194.077-.039.155,0-.036.039-.077.039-.155m.426-8.878c-.116-.077-.155-.077-.194.039-.077-.232-.232.077-.31.155.116.039.155.116.232.232H530.5c.039.077.155.077.155.194.116.2.194-.155.116-.232.078,0,.078-.077.078-.116a.187.187,0,0,1,.039-.271M530.5,21.22c-.116.077,0,.116.039.194a.1.1,0,0,0-.039-.194m0-2.093c-.039.116.039.271.116.155.039-.077-.039-.077-.116-.155m.232-16.014a1.079,1.079,0,0,1,.038.348c-.116-.039-.155-.155-.193-.271-.039-.077.116-.039.155-.077M530.7,19.088c.077-.077.116-.116.039-.194-.078.077-.116.116-.039.194m-.039-6.553c.155-.039.155-.039.078-.232-.116.039-.039.155-.078.232m.194,9.964c-.078-.077-.116-.116-.194-.039.039.155.116.077.194.039m.077-6.824c-.077-.118.08-.118.039-.232.041-.077-.078-.157-.155-.118-.116.118.077.2,0,.312a.12.12,0,0,0,.039.077c0,.039.077.039.077-.039m0-10.393c-.232,0-.155.232,0,.232.116,0,.157-.271,0-.232m.235,5.546c.193-.194-.119-.235-.274-.271-.039.194.118.426.274.271m-.2,5.311c.118-.039.041-.077,0-.194-.116.116-.039.116,0,.194m.077,6.282c-.036,0-.077-.039-.116,0-.039.155.235.194.312.271.077-.155-.119-.194-.2-.271m0-.738c0,.077.041.116.041.194.232,0,.155-.232-.041-.194m.119,1.357c.077-.039.077-.232-.041-.232-.077.116-.114.31.041.348.155-.039.077-.077,0-.116m-.041-17.371c.119-.077.312-.077.2-.271-.155-.116-.155.194-.2.271m.235,6.359c.116-.039.271-.194.077-.232-.194-.077-.155.116-.077.232m.077,6.942c.155,0,.193-.273,0-.273-.155.041-.194.235,0,.273m1.241,3.722a1.391,1.391,0,0,0-.738-.194c-.31,0-.929.387-.387.465.232-.271.31-.116.426-.271.077-.116.155,0,.271,0,.116-.039.273.039.428,0m-1.2.891a.691.691,0,0,0,.155.2c.039-.118.039-.118-.155-.2m.349-17.991c.039-.077-.155-.116-.194-.039-.039.116.155.077.194.039m-.078,12.369c.078-.039.116-.155.194-.232-.039-.039-.31.155-.194.232m.039-6.978c.039.077.116.039.194,0,0-.039-.233-.077-.194,0m.194,3.567c.116-.039.116-.194.116-.271-.194-.039-.271.232-.116.271M531.9,25.834c.039.116.155.077.31.155.077-.271-.155-.194-.31-.155m.387-2.908c-.193-.116-.5.426-.155.271-.078-.155.116-.155.155-.271m.078.31c-.078-.039-.194-.155-.232-.039.077.116.077.116.232.039m-.232.348v.351c.039-.155.193-.31,0-.351m.116-12.561c.155,0,.077-.387.351-.583,0-.426-.505-.232-.351.039.116.194-.271.467,0,.544m-.039-5.43a.9.9,0,0,0,.544-.077c.155,0,.078-.155.036-.271.235.116.312-.31.118-.271-.077.039-.118-.039-.155-.077-.118.155.036.387-.232.271-.118,0-.08.271-.235.31-.077-.039-.077.039-.077.116m.232,12.524a4.344,4.344,0,0,0-.193.5c.193,0,.232-.155.193-.5m.194-4.5c0-.077-.114-.271-.194-.116,0,.155.08.194.194.116m-.114,3.995c.191.077.232-.116.191-.271-.155.039-.31.155-.191.271m.349,5.7c-.08-.116-.349-.155-.39,0,.077.116.232,0,.39,0m-.116-4.109c.036-.271.036-.271-.155-.426-.157.232-.078.348.155.426m-.041,5.35c-.036-.039-.155-.039-.114-.155-.157-.116-.041.31.114.155m.118-13.337c0-.116-.273-.077-.273.077.078.116.2-.077.273-.077m-.041,12.445c-.077.08-.232,0-.232.08.041.194.232.116.232-.08m-.191.583c.077-.039.077-.232.036-.271-.114.077-.036.155-.036.271m.348-11.9c-.312-.467-.506.5,0,0,.349.155.7-.7,0,0m.929,10.235a.372.372,0,0,1-.232-.348c0-.077-.077,0-.116,0-.078-.077.039-.116.077-.155-.232-.116-.31.5-.5.426a.255.255,0,0,0-.349.116c.542.155.349.271.736-.116.155.077.116.581-.077.31,0,.155.116.271-.116.232-.349.039-.039.506-.31.583v-.2c-.273.273.232.312.31.118.078-.041.116-.041.039-.118.039-.077.155-.077.194-.116-.039-.155.155-.116.077-.465.271.271.542-.039.271-.271M532.832,16.1c.077-.039,0-.155,0-.232-.078,0-.078.194,0,.232m.116,8.142c0-.116-.077-.232-.157-.116,0,.077.08.077.157.116m.232,1.938c-.31-.155.116-.271-.039-.465-.116-.31-.387.232-.155.039.155-.077.039.348-.078.232,0-.039-.039,0-.077.039.039.077.232.232.348.155m-.31-1.667c-.08.155.116.232.155.039-.078,0-.116-.039-.155-.039m.193-14.114c.039.077.039.116.116.116.31-.039-.039-.31-.116-.116m.039-5.118c-.039.077.039.194.077.077.039-.077-.116-.271-.077-.077m0-1.045a.318.318,0,0,1,.193.194c.039-.116-.077-.387-.193-.194m.348,19.851c-.077.077-.193.039-.116.155.116.155.232-.039.116-.155m.155-.583c-.116.041-.271.041-.271.2.116.194.349-.041.271-.2m-.194-4.147c.116-.039.077-.077,0-.194-.039.077-.116.155,0,.194m0-1.667c.077.077.194-.077.194-.155-.039-.039-.194.077-.194.155m.426,3.8c-.194.039-.271.194-.387.351-.077.116.426.194.5.271a.319.319,0,1,0-.116-.622m-.194,2.831c-.194-.039-.194.194-.038.194a.113.113,0,0,0,.038-.194m.31-13.531c.077-.039.077.039.116.039.077-.077,0-.157.039-.235-.078.041-.271.157-.155.2m.349,7.056c-.078.039-.31.194-.078.155.078-.116.157.077.273,0,.116-.116-.116-.116-.2-.155m.583-8.413c-.232-.348-.542.658-.348.774a.2.2,0,0,0,.077-.155c-.039-.116.116-.194.078-.31-.039-.155.116-.194.193-.31M534.5,7.417a.985.985,0,0,0,.077.271c.039-.194.039-.194-.077-.271m.62,1.822c.271.232.619-.506.271-.506-.271-.039-.581.351-.271.506m.077,7.288c.116-.077.116-.194.31-.155-.116-.194-.658.194-.31.155m-.077-6.707a.194.194,0,1,0,.387,0c-.039-.232-.387-.348-.387,0M535.2,24.9a1.334,1.334,0,0,0,.155.622c.271-.465,0-.077-.155-.622m.348-6.241c-.077.036-.077.155-.116.194,0,.077-.116.116-.077.194.193-.077.349-.155.193-.387m0-.815c-.193-.039-.271.271-.077.271.194.039.31-.271.077-.271M535.661,13c-.078-.077-.039-.194-.116-.271a.413.413,0,0,0,.039.5c.039-.116.155-.155.078-.232m-.116-3.489c.039.077.077.116.155.077.038-.155-.116-.155-.155-.077m.31,6.475c.119-.077.2-.077.041-.194-.041.116-.118.116-.041.194m.078,5.776c0,.116.155.116.234.116.077-.036-.194-.271-.234-.116m.505,3.8a.119.119,0,0,0-.155.155c.116,0,.116-.077.155-.155m-.155-12.486c.116-.039.271-.077.194-.194-.116-.116-.233.039-.194.194m.31.542c-.078-.116-.116-.039-.232-.039.077.116.155.116.232.039m.193,2.715c-.039-.039-.116-.039-.116.039.039.116,0,.077-.116.116.078.194.31,0,.232-.155m-.077-3.954c.194-.118,0-.31-.039-.467-.155.194-.155.467.039.467M536.9,25.06c-.31.155-.194.465.155.5.428,0,.155-.815-.155-.5m0-11.479c.039-.077.039-.116-.039-.194-.078.116-.078.116.039.194m.62,5.7c.041-.116,0-.155-.077-.155.155-.387-.31-.428-.114,0-.118-.194-.312-.039-.157.039.077.039.194,0,.235.116a.036.036,0,0,0,.036-.039c.077-.077.041.039.077.039m0,2.6c.078,0,.078-.116.118,0,.194-.077-.118-.271-.118,0m.506-3.179c-.155,0-.271.2-.428.041-.036.232.234.077.351.426a.315.315,0,0,0,.078-.426c.038,0,.038.039.077.077.077-.2.077-.312-.077-.118m-.31-.774c.039.077.077.116.155.039,0-.116-.078-.116-.155-.039m.155,7.755c-.039.077-.194.194-.039.232s.078-.116.039-.232m-.078-7.368c-.077.351.5.155.194,0-.077,0-.155.039-.194,0m.116,3.412c.039.039.077.077.077.118.116-.118.077-.273-.077-.118m.271-3.683c-.155-.077-.232.116-.116.155.039,0,.077-.116.116-.155m-.155.658v0Zm.116-1.938c-.116.077,0,.118.078.2a.11.11,0,0,0-.078-.2m.194,3.257c.155.077.078-.116,0-.155-.077,0,0,.116,0,.155M538.415,18c0-.116-.039-.194-.039-.348-.077.194-.077.271.039.348m.077,6.4c-.116.077-.155.348.039.194.155.31.116-.155-.039-.194m.116,1.319c-.194.039-.194.194,0,.194Zm.155-7.368c-.078-.077-.116-.077-.155.039.039.116.116.039.155-.039m.116,5.623c0,.077.078.194.039.31.116-.116.155-.5-.039-.31m.232-5.391c.039-.232-.039-.271-.194-.271-.039.155.078.194.194.271m.583,4.227c-.349.039.116.348-.7.66-.078-.041-.078.077,0,.077.2,0,.312-.157.428-.273.116.077.194.116.233-.039.077-.116.348-.387.038-.426m-.738-1.435c0,.155.039.348.155.387.118-.155.039-.31-.155-.387M539,17.15c.116.077.155.31.273.194.039-.039.039-.039,0-.077-.118-.077-.077-.155-.273-.116m.077,4.769c0,.077.077.465.2.232-.077-.077-.039-.232-.2-.232m.077-2.366c.08-.039.08-.116.08-.194-.08.039-.2.155-.08.194m.893,2.521c.193-.312.038.039.155.039.077-.116.039-.194.194-.271.077-.08.038-.2.038-.273.077-.077,0-.116-.038-.116-.155.116-.194.31-.387.348-.155.041-.116.235.039.273m-.039.5c-.077.155-.116.542.039.194.116-.077.038-.116-.039-.194m.349,2.054-.116-.077c-.31.31.039.506,0,.31-.193-.077.039-.194.116-.232m.116,0c.038-.116,0-.232.08-.31.191-.039.036-.31-.041-.077,0-.583-.426-.583-.232-.348.387.271-.194.658.194.736m-.194-1.435c-.039.116-.077.232.039.31.155-.077.116-.426-.039-.31m.428,2.328h.036v-.077c-.155-.039-.114-.583-.155-.116-.232-.271-.036.077-.155.155.155,0,.039.077.077.194.119-.039.041-.194.2-.155m-.118.929a.928.928,0,0,0-.116.194c.157-.077.157-.077.116-.194m0-5.621c.078.077.2,0,.155-.116-.077-.039-.114.077-.155.116m.078,3.8c.155.039.155.039.155-.155a.31.31,0,0,0-.155.155m.389.854c-.039.077-.155.116-.078.232-.194-.039-.194-.039-.235.077.077,0,.235.039.235-.077.116-.039.155-.077.078-.232m-.235-4.188c.235.039.235-.194.041-.194-.119.039-.155.155-.041.194m.08.31c.077.077-.039.116-.039.194-.041.118.155.157.155.312.155.232.194-.235.271-.312.039-.077-.116-.039-.194-.039.078-.194-.038-.271-.193-.155m.116,5.275c-.039-.077-.078-.116-.155,0,.077.039.077.116.155,0m-.039-3.917c0,.116.116.116.194.155,0-.116-.116-.232-.194-.155m.31,2.87c-.155.116-.155.155-.039.271a.754.754,0,0,0,.039-.271m-.078-3.567c.078-.039.194,0,.271-.039a.191.191,0,0,0,.039.116c.155-.232-.271-.387-.31-.077m.426,3.451c.038-.155-.039-.194-.155-.271.155.387-.155.194-.116.426.039.039.039.077.077,0,.194-.116.194.155,0,.155l.155.155c0-.155.193-.31.039-.465m-.155-1.59c-.039.155.116.077.193.039-.077-.039-.116-.077-.193-.039m.581,1.357c-.194-.039-.271-.039-.232.155Zm-.194-1.512c0,.194.194,0,.155-.155-.039-.077-.039-.194-.155-.235-.078.157.116.235,0,.389m.232,1.667.116.155c.08-.039.08-.116.08-.194a.294.294,0,0,0-.2.039m.389.348c-.039-.155.349.039.31-.194-.155.077-.387-.039-.426.232l-.2-.232c-.116.155.351.5.312.194m-.116.465c-.118-.039-.157-.039-.2.077.119.039.119.039.2-.077m.116-.774c.039-.077.155-.077.155-.194-.078-.348-.39.232-.155.194M542.41,23.9l.116-.235a.15.15,0,0,1,.039.118c.271-.2.271.619,0,.194-.155.155,0,.232-.077.387a.285.285,0,0,1,.116-.465c-.077-.039-.116,0-.193,0m.426,3.373c.039.155-.271.039-.387.077.039-.31.271-.348.387-.077m-.077-2.676c.116.232,0,.544.155.738-.039-.271.31-.738-.155-.738m.271.97a.439.439,0,0,1-.116.31c.116.116,0,.271,0,.387.078.155.232-.116.155-.194-.039-.077,0-.077.039-.116.155-.039.193-.31,0-.116-.078-.426.349-.194.31-.465-.078-.039-.426.077-.387.194m.271.581a1.4,1.4,0,0,0-.077.426c.116-.155.348-.31.077-.426" transform="translate(-434.863 0.26)" fill="%23313131"/><path id="Path_143" data-name="Path 143" d="M558.663,25.829c.581.7.929,1.2-.234,1.4a42.97,42.97,0,0,1-4.5-.077c-1.629.232-3.528,0-5.236.077a2.751,2.751,0,0,1-.968-.039,2.654,2.654,0,0,1-2.093-.467c-1.318-1.357-2.366-2.906-3.53-4.341-.813-1.009-1.471-2.289-2.906-2.483a29.7,29.7,0,0,0-4.15.077c-.077.039-.116-.039-.155-.039-.116.271-.542.465-.426.893-.2.968.31,6.4-.351,6.047-.116-.116-.039.155-.155.155,0,.077.039.077.077.041.2.077-.31.271-.426.271.077-.077.077-.348-.039-.271.077.155-.194.155-.039.31-.929-.039-1.745.077-2.637-.039.155-.077.078-.155.041-.312-.119.118-.157-.114-.273-.191.039.077-.039.232.116.269.039,0,.08.08.08.157-.119.116-.544.194-.661,0,.077.116-.542.31-.426-.039-.233.039-.271-.2-.116.194-.193,0-.155-.077-.155-.271-.038.387-.428.155-.7.194-.387.077-.271.077-.465-.116,0,.348-.931.077-1.241.155-.193-.039-.774.116-.736-.155l-.116.155c-.08-.039-.234.116-.234-.039.038-.116,0-.077-.078-.039.078.155-.309.039-.426.077-.078,0-.078,0-.078-.077-.078-.077-.155.039-.116.077-.232-.077-.619.116-.735-.039-2.134.31-1.9-1.009-1.822-2.637-.041-2.016-.079-4.031.036-6.011a.142.142,0,0,1,.041.077,42.98,42.98,0,0,1-.078-4.573c-.041-.7,0-1.4,0-2.134,0-.232-.118-.929.114-.929-.193-.271-.078-.544-.114-.854-.041-.891-.041-1.745,0-2.635,0-1.631-.041-3.179.036-4.847-.116-.97-.232-2.792,1.2-2.444.232.039.31-.039.542-.077.118-.039.157.194.312.077.542-.194,1.239.077,1.822-.116,1.861.155,3.721,0,5.621.077.39.116,1.319-.31,1.4.271-.116.155.155.194.078.31-.039,0-.039.039,0,.077.116.232.31-.077.116-.155-.232-.155.116-.387-.116-.5,1.009-.077,1.938,0,2.947-.039.155-.039,0,.31.155.232.116-.31-.039-.232.387-.194a7.909,7.909,0,0,1,1.357,0c.078-.116.426,0,.62-.039a4.246,4.246,0,0,0,.7.039,6.29,6.29,0,0,1,.854-.039c.077-.039.077.039.116.077.039-.039.039-.039,0-.116,4.148.271,8.491-.581,12.406,1.086,4.3,1.706,7.1,6.63,5.623,11.167-.815,3.022-3.567,4.612-6.165,5.931.658,1.551,2.482,2.87,3.141,4.188.31.116.5.465.735.736.233.194.039.351.155.583-.078-.738,1.009.891,1.125,1.084v-.077c.155.039.078.155.155.194.078.077.039.116,0,.232.155-.116.194,0,.271.077.039.2.234.235.312.389M523.457,11.676c-.116-.039-.233-.348-.271-.077.078.039.232.232.271.077m.271-1.28c.116.077.039.194.155.271.116-.039-.232-.581-.155-.271m.387,2.289a.038.038,0,0,1-.039.039c-.039-.077-.155-.155-.039-.194l-.116-.08c-.077.467.506.738.194.235m.232,4.418c-.077.155-.426.039-.193.232,0-.114.077-.114.155-.036v-.077c.119.036.078-.2.039-.118m-.077,8.413c-.078-.191-.039,0-.078.041-.116.039.039.116.039.155-.077,0-.039.077,0,.155.077-.077.039-.232.039-.351M524.853.625c-.116,0-.232-.116-.39-.155a.348.348,0,0,1-.193-.039c0,.465.312.116.544.348.078.077.194-.116.039-.155M524.736,17.3c-.038,0-.038.114-.038.155a.314.314,0,0,0,0,.465c.038-.077-.039-.155.038-.155.116-.039-.116-.155,0-.232.039.039.039.039.039.077.116-.232-.039-.155-.039-.31m.232.271c0,.116.232,0,.194-.077v-.08c-.194.08-.232-.232-.038-.191.116-.118.116.114.155.036-.039-.232-.271-.116-.349.041-.078.077.077.155.038.271m.465.232c-.116-.039-.155.039-.232.077,0-.077-.039-.077-.077-.077-.116-.077-.039-.039.038-.039,0-.077-.232-.116-.232,0,0,.039.077.039.038.077-.116.232.194-.194.194.31.078-.039.039-.271.155-.116,0-.232.039-.039.116-.232m-.426-15.121c.193,0,.155-.235.348-.2a.336.336,0,0,1-.116-.232c-.078,0-.078.077-.039.155-.271-.116.116-.194-.039-.348,0-.077.078-.116.039-.194a.058.058,0,1,0-.116,0c.039.155-.078.271.039.387-.039.039-.116.077-.116.155.078.077-.116.2,0,.273m.62,6.241-.078-.077c-.155.039-.077-.155-.194-.116-.194.116-.194-.232-.31-.271,0,.194.232.348.116.465.116.155,0,.2-.077.273.155-.041.194-.118.232.077,0-.235.116-.235.31-.351m-.5-7.521c0,.116.193.116.193-.039-.038-.157-.116-.039-.193.039m.038.271c.078.116.116.039.194-.039-.116-.155-.194-.116-.194.039m.271,17.72c-.039-.31-.116,0-.193.077.077-.039.116-.077.193-.077m.581-9.384c.077-.116-.232-.232-.31-.348-.232-.194.428-.194.193-.583.078.2-.232.544-.232.232-.116.544-.155-.036-.387,0-.078.08.232.157.038.235-.038,0-.038.039,0,.039.078-.039.232-.077.194.077.193,0,.348.232.5.348m-.62,17.41c-.039,0-.039,0-.078-.039a.136.136,0,0,1,.078.039m-.039-26.094c.078.155.232-.039.194-.155a.9.9,0,0,1-.194.155m.31,10.7c.077-.155.116.039.155,0-.078-.155-.31-.194-.387-.077.116,0,.194-.077.232.077m-.194-.968c.194,0,.232-.077.232-.194a1.027,1.027,0,0,0-.232.194m.387,6.591c0-.116-.155-.155-.077-.271s0-.155-.078-.155c0,.114-.155.191-.193.31.116.077.155.039.193-.077.039.077.039.232.155.194m-.116-.622c-.116-.155-.155.039-.194.116.039.039.078-.077.116-.039.077,0,.116,0,.077-.077m.193-15.779c0-.041.039-.041.039-.077-.31-.155-.5-.041-.039.077m.2,7.559a.276.276,0,0,0-.467-.039c.116.232.116-.077.271.155.039-.116.116-.039.2-.116m-.39,2.134h.116c.155.194.116-.273-.116,0m.193,7.017c0-.077-.116-.116-.077-.232-.116.077-.116.232.077.232m.274-1.009c.039.273-.157.31-.351.428.232.194.544-.544.351-.428m-.078.738c0-.039.036-.039.078-.039a.117.117,0,0,0-.041-.077c-.465.116.041.542-.036.116m.31-14.308c-.155.077-.31,0-.467.039.039.116.312,0,.389.116,0,.077.116.116.116.077.039-.077.155-.271-.039-.232m-.273-2.016c0,.155.118.232.08.348a.135.135,0,0,1,.039.077c.155-.271-.077-.232-.039-.348,0-.116-.08-.271-.157-.271v.077c-.116.077,0,.155.078.116m.2,1.2c-.389-.194.078-.232-.116-.387-.039.116-.2.155-.116.31,0,.039,0,.039.036.039.118,0,.157.116.234.157V2.6c.155-.08-.116-.273.078-.235-.078-.116-.116.077-.116.194m.658,15.278c-.039-.039-.077-.116-.116-.116-.155-.039.039-.312-.232-.077,0-.116.039-.194.155-.155-.039-.157-.155-.116-.155-.235a.145.145,0,0,0-.039.077.3.3,0,0,1-.039-.31c-.077-.039,0-.077.039-.155a.135.135,0,0,0,.039.077c.039-.077.077-.31.232-.271h.116c.077-.077-.039-.271-.116-.155-.116.116-.271.116-.271.31,0-.039,0-.077-.039-.077-.116.271,0,.077-.193.194.078,0,.155.077.078.155-.116.232.077.583-.271.7.271,0,.232.581.348.077.039-.077-.077-.077-.116-.116a.129.129,0,0,1,.194.155l.077-.077v.077c.078-.155.271.116.31-.077m-.658-14.734c-.077.077,0,.116.039.155.116-.116-.039-.271,0-.426-.116.039-.039.155-.039.271m0,1.084c.039.2.271.273.349.118,0-.273-.193-.2-.349-.118m.194,11.09c-.116.039-.077.077,0,.077.078-.039.078-.194-.077-.194,0,.077.039.077.077.116m.232,8.22c-.116,0,.077.232.116.273.039-.077,0-.273-.116-.273m.116-19.58c0,.155.077.077.193.077.116.077.116-.039.039-.116.077-.194-.271-.232-.232.039m.31,13.533c0-.155.077-.2.232-.118a.293.293,0,0,0-.387-.077c-.077.041-.039.2-.116.118,0,.116-.039.194.116.194a.135.135,0,0,0,.039-.077c-.155-.039.039-.157.116-.039m1.4.581c.077-.039.038-.232-.078-.155.039-.116-.078-.039-.116-.077.116-.077.116-.194.232-.077.039-.039.078-.155,0-.155-.077.077-.077-.039-.155-.039.155-.077-.039-.039-.078,0,.078.077-.038.039-.077.039.039.039-.077.116-.077.194-.039-.116.039-.194-.039-.271a.142.142,0,0,0,.116-.039c-.232-.118-.155-.041-.193-.312a.145.145,0,0,1-.039.08c0,.114-.077.155-.116.232-.155-.077-.777.194-.97.271.077.077.232-.116.271,0-.077.155-.155,0-.232.155.31-.194.777.5.893,0,.116.155.155-.116.271,0l-.116.077c.078.039.232-.077.194,0,0,.039,0,.077.038.077.077,0,.194-.077.271,0M527.062,15.9c.116.039.078.116.078.194.116.039.155-.232-.078-.194m.039,10.313c0,.116.039.194-.039.271.232,0,.194-.387.039-.271m.155-7.678c-.116-.194-.077-.039-.155.077,0,.2.155.039.155-.077m-.116-1.861c.116-.039.116-.155.232-.116l-.078-.194c-.116.077-.232.232-.155.31m.387,9.964c.2-.155-.194.039-.194-.155,0,0-.039-.039-.039,0-.194.116.116.155.232.155m-.271-23.186c.077.077.39.194.349-.039.041-.116-.116-.155-.039-.039,0,.116-.232.039-.31.077m.31,3.257c0,.465-.193.232-.155.465,0,.428.312,0,.312-.232-.157-.077.116-.155.037-.271-.037-.155-.194-.077-.194.039m.544,8.839c0,.077-.038.467-.077.273-.116,0-.116,0-.116-.116-.038.039-.077.077-.077.116.271.039-.193.155-.038.348.038.039.155-.039.116.039.116.31-.271.619-.193.271-.041-.116-.041.077-.2,0a.645.645,0,0,1,.155.194c-.387-.271-.155.077.077.077.041.039,0,.155.118.077-.039.116-.039.232-.118.077-.114.312.041.194.273.194-.194-.077-.039-.194-.077-.348-.155.039-.077-.077-.077-.155.116.232.348-.5.194-.5.077-.077.077-.077,0-.155.077,0,.077-.116.155-.039v.116c.193-.194.271.232.387-.116.077-.232.155.194.038.155-.077,0-.077.039-.077.116s.077.039.155.039c-.078.232.039.194.155.039.038.194.348.387.155.039.039,0,.039.039.078.039-.039-.116-.078-.077-.116,0-.038-.077-.116-.194.039-.232.078-.116-.039-.077.116-.155.077-.194-.155-.077-.155-.232h-.077c-.078.039-.038-.118-.038-.157h-.078c0-.039.039-.077.039-.116h-.155a.129.129,0,0,1-.155.194c.039-.039,0-.155-.078-.077-.077.118.271.312,0,.235-.039-.077-.077-.077-.155-.116.038.077,0,.155.077.116,0,.039.038.077,0,.077-.271,0-.194-.155-.271-.312m-.622,1.783.194.118c-.078-.467,0-.155-.194-.118m.194,9.5c-.037.114-.233.191-.155.348.155,0,.155-.194.155-.348m.157-11.247h.116c-.2-.232-.273.118-.428.157.2.039.155.116.274-.077-.155.077-.078-.157.038-.08m-.038-1.822c-.118,0,.077.312.193.312-.039.036-.039.077-.039.155.116-.077.155,0,.039.077.116.039.194-.2.116-.273-.155-.114-.232-.036-.309-.271m.116,6.282c.078.039.078.039.155-.039.155-.31-.116-.155-.155.039m.078-2.6c.194-.118.155.31,0,.155-.078-.039-.078-.077,0-.155m-.039,3.528c.232-.232.194.039.387-.077-.155-.077-.155-.194-.155-.351-.078.041-.078.157-.155,0,.077.351-.116.2-.077.428m.5,5.466c-.077.039-.116-.077-.232-.039.078.039.193.077.116.116-.155.077-.077.312-.271.271.038.077,0,.351-.116.273-.039.232.232.077.194-.077-.039-.077.077-.077.116-.155s.077-.157.116-.041c.077-.077.038-.232.077-.348m-.426-1.045c.039-.389-.232.194.077.194.078.039.155-.194.039-.157v-.077a.137.137,0,0,1-.116.041m0-6.243c.194.039.116-.194.116-.348-.077.114-.155.191-.116.348m.039-2.328c.116-.039,0-.194.116-.271-.078-.116-.232.155-.116.271m-.039,9.113c.077.348.349.039.116.039a.118.118,0,0,0,0-.155c-.039.077-.039.116-.116.116m.387-9.887c-.116,0-.271.077-.193.194.078-.077.155-.116.193-.194m-.155-13.221c.077,0,.155,0,.155.116.039-.116.155-.312.078-.428-.116-.077.039-.116.078-.194a.143.143,0,0,0-.116.039c-.077.039-.077-.116-.193.039.116-.039.039.116.077.155.233-.116-.038.155-.077.273m.155,12.174a.142.142,0,0,1-.116.039c.426.271.31-.077.038-.155Zm.078,1.628c-.078.077,0,.155.039.077.039-.194-.194-.077-.116-.271a.109.109,0,0,0,.078.194m.078.774c.194-.271-.078-.271-.155,0,.116.041.039-.114.155-.155.039.041,0,.077,0,.155m-.039-13.647c-.232-.271,0,.7.232.271-.078-.039-.232.077-.232-.039.078-.116-.155-.232,0-.232m.039,10.547c.077-.077.155-.039.232,0,0-.2-.155-.116-.232-.232-.078-.077-.155.116-.116.194.155-.157.155-.116.116.039m.155-9.81a1.177,1.177,0,0,0-.271.194c.039-.039.116,0,.155.039.155,0,.038-.155.116-.232m-.194,14.112c0-.077.155-.116.078-.271-.078.077-.232.194-.078.271M528.5,3.495c.465,0,.194.155.31.232.078,0,.078-.116.039-.194.116,0,.194.31.271.194a.2.2,0,0,1,.077-.155c-.116.039-.155-.077-.271-.116-.078,0-.116.039-.194-.039-.078.116-.232-.039-.232.077m.116,18.378c.349-.116.232-.387.465-.581,0-.039,0-.077-.039-.077-.077.077-.116-.039-.155-.039-.078.077-.194.31,0,.232-.078.116-.039.31-.194.387-.077,0-.116.039-.077.077m.116-5.2.116.116a1.859,1.859,0,0,0,.116-.271c-.194.232-.116,0-.31-.077,0,.116.155.116.078.232m.155,10.352c-.039.077-.233.118-.155.235.039-.157.155.039.232.039.038-.2-.077-.116-.077-.273m1.86-10.506c-.116.194-.271.155,0,.31-.232-.271.467-.232.078-.387.31-.271.274-.815-.271-.774.039.155.116.077.233.155.116,0,0,.116.039.155.31.348-.736.891-.348.465-.232.039-.155-.194-.078-.31.078.5.116,0,.271.077.039-.348-.271.348-.116-.465-.077.155-.077.077-.155.039.039-.039.116-.077.078-.116-.5.077-.5-.041-.349-.506-.078.039-.078.155-.155.116-.116.039-.039.271-.232.155.155-.194-.039-.194.078-.348s.232.116.271-.039c-.116.039-.116-.116-.193-.155-.155.194-.116-.155-.232-.077,0,.116-.193-.039-.077-.077.039-.077-.039-.116-.039-.194-.077.426-.389,0-.116.387,0,.039.039.155-.077.155-.041.077.31.194.31.039.077.077.039.077,0,.116-.31.194.193.232-.077.467-.078.116.271.116.194.271s-.116.232-.233.077c-.039.077.078.116.116.194-.116.039-.116-.116-.193-.116-.235.039.077.5-.116.31,0,.348-.08.155-.273.194-.039,0-.039-.077-.078-.116-.038.31.078.271-.271.426.039.039.155.194.194.039.077-.039.155.155.116.235.193-.2.351,0,.312-.428.31-.232.077-.348.233-.465v.232a.466.466,0,0,0,.077-.31c.116.039,0,.232.116.194-.078.077,0,.116.077.155.155-.116.465.31.891-.077m-1.977,1.164a.575.575,0,0,0,.116.271c.155-.116,0-.194-.116-.271m.194-5.391c-.039.039-.039.2-.116.2,0,.039-.039.077-.039.116a.2.2,0,0,0,.155-.312m-.155,1.551c.116.506.116,0,.232.039.078,0,.155.077.232.041,0-.157-.271-.235-.31-.08-.077,0-.116-.077-.155,0m.271.428c0,.077.039.077.077.116.039-.077.039-.077,0-.155,0-.118.077-.232-.116-.2.116.118-.155.118-.194.157.039.116.232-.08.232.077m-.039.465c-.039.155-.232.194-.155.271.077-.039.232-.155.155-.271m.078,7.172c-.155-.348-.078-.116-.232-.077.077.116.116.155.232.077m.506,3.685c-.078.039-.155.155-.271.116-.041.039.039.077.039.077.078.194-.118.271-.234.194,0,.039.039.039.039.077-.155-.077-.194-.077-.194.077-.038,0-.038,0-.077-.039-.038.232.232.194.155,0,.039,0,.116,0,.116-.039.116.155.116-.077.274,0-.078-.232.038-.039.116-.271,0,.077.039.116.039.155.194-.271-.078-.194,0-.348m-.39-2.212c.273.039.118-.155.039-.31,0,.116-.078.194-.039.31-.116.039-.077.116-.155.194-.078.118.155.155.194.235.039-.08-.271-.467,0-.312a.142.142,0,0,0-.039-.116m.118,3.53c0-.077-.118-.2-.08-.273.08-.155-.078-.232-.116-.116.039.232-.271.116.2.389m-.234-22.762c-.116.157.193.312.193.039.273.118-.116-.271-.193-.039m0,12.834c-.039-.039.039-.116.039-.077.273-.116.077.194-.039.077m.234-1.551c-.118.116-.157.039-.234-.039-.039.351.389.077.234.039m.271,5.662c.039-.039.077,0,.116.039.116-.271-.039-.31.271-.232-.077-.155.077-.232-.077-.31,0,.116-.039.077-.116.039.038.387-.232.271,0-.039-.271.155,0-.235-.232-.157-.039-.155.077-.31.039-.465-.194.155-.271.194-.194.465-.118.157.116.2.116.312-.116-.039-.155.039-.194.039-.08,0-.08.039-.041.077.157.194-.155.348,0,.426a.2.2,0,0,1-.155.077c.155,0,.116.039.155.155.08-.116.118.039.157.116.232-.271,0-.194.038-.387v-.116c-.155-.116.039-.348.155-.387.039.116-.039.232-.039.348m-.428.619c-.077.312.116.426.078.194-.078-.077.08-.194-.078-.194m.157-9.072c-.2-.039-.2.077-.118.232l.078-.116c.041.116,0,.194-.116.194.2.232.157-.155.428.077,0-.077.039-.155-.078-.155-.312-.039.116-.465-.077-.622,0,.235-.157.077-.2.194.118-.036.08.118.08.2m.465,1.007c-.039.116-.271.194-.194,0-.116.039-.039.232-.039.351-.233-.077-.194-.041-.078-.2-.2.077,0-.232-.078-.31-.118.039-.039.194-.2.194-.039.039.039.116.078.155.08.08.041.157-.039.157.039.194.234.232.2.348.232-.194.077-.039.232,0,.155-.312.039-.116-.077-.312.426.118.116.118.194.273.077-.155.155.039.232.077-.039-.194.232-.273.232-.077H530.2c-.465.31.077.542-.039.232-.038-.039.039-.077,0-.116.078-.039.039.116.116.155.039-.194.194-.077.078-.271l.039-.039c.078,0,.039-.116.078-.194.116.116.039.155,0,.271.348-.116,0-.194.116-.312.116-.036-.077-.077-.077-.114-.039-.08-.116-.041-.116-.118.232-.271-.155-.232-.116-.5-.038-.116-.155.116-.232.077,0-.348-.194.155-.194-.155-.038-.039-.038-.077-.077-.039-.039.077-.039.194.039.232-.078.116,0,.116,0,.232m-.583-.116c.2.039.351-.31.078-.387.118.116-.039.271-.078.387m0,2.444c0,.232.39.077.235-.116-.078-.155-.157.039-.235.116m.039,1.783a.286.286,0,0,0,.08.194c.155.077.233.077.271-.116-.271.116-.116-.31-.312-.194.118.039.041.155-.039.116m.467,6.165a.418.418,0,0,0-.039-.312c-.077.08,0,.157-.039.235a.135.135,0,0,1-.077-.039c-.116-.157,0-.7-.194-.2a.1.1,0,0,1,.116.116c-.038.157.116.041.039.273,0,.155-.116-.039-.234,0,0,.116.08.116.157.116.31.194-.235.077-.039.194.155.039.194-.039.194-.155,0-.077.077-.039.116-.039.039-.039.039-.039-.039-.077,0-.039.194-.194.039-.116m-.232,1.007c.116.232.155-.232,0-.194,0,.116-.155.194-.155.31.077.077.116-.077.155-.116m-.038-22.527c.038.116.077.077.155.039-.039-.039-.039-.039-.078-.194-.116.077-.077,0-.116-.077-.039.077-.077.194.039.232m.155-1.084c-.078,0-.116-.118-.194-.118-.118.157.078.2.194.118m.039,13.8-.116-.077v.077c-.116,0-.077-.116-.039-.232.271.039.155-.039.155.232m.348-2.6c-.116,0,0,.116,0,.194-.193,0-.193,0-.271-.155,0,.155-.155.077-.271.155.077.039.155,0,.232.077.078.155.31.194.116,0,.31.039-.078.31.426.271-.039.039-.078.039-.078.077.078-.039.465-.155.232-.232v-.039c-.116,0-.348.194-.387.039a.141.141,0,0,0,.077-.194c.039.039.077.116.116.077a.12.12,0,0,0-.039-.077c.116-.039.155.194.271.077.039-.077.078.039.155.077-.039-.116-.039-.116,0-.194-.077.039-.155-.116-.039-.039,0-.116.039-.2-.039-.232,0,0-.116-.041-.039.077,0,.077-.155.116-.232.155-.078.077-.155-.077-.233-.116m-.426,9.226c0-.116-.116-.077-.116.039a.166.166,0,0,0,.155.155c0-.116-.116-.077-.039-.194m-.078-17.565c.116.118.155.118.116-.077.116-.116.271.232.387.116,0-.116-.116-.155-.077-.271-.039.039-.116.155-.194.116-.077-.116-.349,0-.232.116m.078,22.646c-.116.036-.039.191,0,.269.077-.077.116-.232,0-.269m.232-9.306a7.6,7.6,0,0,0-.194-.777c-.116.155.271.7,0,.658,0,.118.116.041.194.118m.193,5.7c-.077.077-.193.155-.232,0,.039,0,.039-.077,0-.155-.078-.116-.155.232,0,.31.077.039.426-.039.232-.155m-.232-3.876c.116.077.155.077.271-.039-.116-.155-.155-.116-.271.039m.039-5.662c.193-.039.271.116.155.194a.272.272,0,0,1-.155-.194M529.854,19c.039-.036.039-.036.078.041.077-.041.039-.2-.078-.2,0,.041-.077.155,0,.155m.349-2.558.077.116c-.232.077-.31-.077-.348-.232-.078-.039-.155-.155-.078-.232.078,0,.078.039.078.116.039.194.116-.194.194.039a.146.146,0,0,0-.039.232c.077-.039,0-.116.077-.155.078-.116.116.116.039.116m-.31,10.393c.116-.273-.232.114.039.232-.039.077.039.077.077.116.155,0,.039-.348-.116-.348m-.039-.273c.078.116.116.039.194-.039-.039-.116-.155-.077-.194.039m.194-12.638c0-.08.271-.351.194-.118.116,0,.116.2.038.232-.116,0-.232.2-.348.077-.039-.077.116-.077.116-.191m-.039,3.41a.124.124,0,0,1,.077-.036c-.155-.077-.116.194-.116.31.077-.077.193-.2.039-.273m.039,7.136c.039.077-.155.077,0,.155.155-.077.116-.387,0-.155m.271-.542c-.155-.077-.039-.155.039-.232-.116-.041-.349.348-.194.348,0-.077.039-.155.155-.116m.736-4.885c-.037-.118-.114-.041-.155-.041-.116,0-.078.118-.078.157-.116-.077-.116-.312-.193-.077,0-.039-.039-.039-.078-.08,0,.273-.077.041-.155.235,0-.116,0-.194-.116-.155.116.271-.077.077-.155.232-.039.077.077.116.116.155.038.116.116-.039.116-.077.193.232.077,0,.193,0s.116.077.078.194c.039.077-.039.039-.078.077a.29.29,0,0,0,.194.039c-.077.077-.116.116-.194.039.078.116-.155.62,0,.542.039-.077.194-.077.116-.155.116-.039.077.039.116.116.194-.194.039-.348.157-.5.036-.155.036-.348.077-.581-.041-.116.037-.039.037-.116m-.31-.544c-.077-.077-.038-.232-.038-.387-.039.039-.078.077-.116.077a.038.038,0,0,1-.039-.039c-.193.194-.116-.271-.271-.155-.077.116,0,.271-.116.271.968.077.155.387.465.581-.078-.194.155-.155.116-.348m0,6.359c-.038.155-.232,0-.116-.077-.078-.077-.349-.271-.426-.116.193,0,.31.31.116.271.232.348.039.116.193-.039.039.039,0,.116,0,.194.077-.039.116-.039.155.039.155,0,.116-.194.077-.271m-.348,2.171c0-.155-.116-.155-.193-.036.077.036.116.114.193.036m.232-1.549c-.078,0-.039-.077-.039-.155-.116-.08-.077.077-.116.155-.116-.041,0-.155-.039-.273-.155-.077-.155.31-.077.389-.078.077.077.039.039.116,0,.077.039.077.039.077.078-.077.155-.039.232-.077-.116-.077-.193-.116-.193-.232.116.036.039.077.155.155.039-.039.116-.155,0-.155m-.194-5.12c-.039,0-.077-.039-.116-.039.039.116.039.194.155.194a.489.489,0,0,0-.039-.232c-.039,0,0,.039,0,.077m.155,6.436c0-.194-.077-.232-.193-.116,0,.039.078.077.116.077,0,.116.039.039.077.039m-.116-3.022c.039.039.039.155.116.077.039-.077.039,0,.078.039.155-.116-.271-.273-.193-.116m.116-10.625c0-.116-.077-.039-.116-.077.116.387.348-.116.039-.155-.039.077.194.155.077.232m.232,4.109c-.116-.036-.155,0-.155-.116-.039-.077,0,.116-.039.194-.271-.155-.116.389.193-.077m-.31-4.924c.116.08.232-.077.31-.077.119.039.31,0,.274-.155a3.574,3.574,0,0,0-.583.232m.428-8.1c-.041-.077-.077-.194-.119-.077-.232-.077-.155.312.119.077m.114,20.125.041-.039c-.041-.116-.232-.232-.041-.31-.078.348.351,0,0-.077-.078,0,0-.077-.078-.116-.036.077-.114.155-.036.232,0,.039-.077.077-.077.116,0,.077-.08.039-.119,0-.038.116,0,.155.155.194-.078.039-.116.155,0,.077.041-.039.078-.116.155-.077m-.271-11.283c.157-.039.157.077.271.194,0-.194-.078-.387.157-.465-.116.039-.194-.116-.194,0,.037.271-.077.155-.234.271m.08-.5c.077.271.191-.118,0-.235-.041.08,0,.157,0,.235m.114,1.239c.078.155.078-.271.078-.348-.114,0,0,.271-.078.348m.312,2.908c.039-.039,0-.155,0-.194.078-.116,0-.077-.077-.077-.116.039-.235.077-.235.232.155-.116.2-.116.312.039m-.193,1.048a.147.147,0,0,0-.119-.039c0,.271.119.348.119.039m.271,6.824-.155.116a.348.348,0,0,1-.039-.194c-.077,0-.077.194,0,.232.039.155-.077.116-.118,0,.041.116-.037.116-.078.194.119,0,.2-.077.2.077.077-.077,0-.387.155-.31a.142.142,0,0,0,.039-.116m-.312-8.258a.64.64,0,0,1,.389.077c0-.155-.194-.077-.271-.116-.077-.077-.077,0-.118.039m.2-.815c-.118.039-.232.583-.039.351.077.039-.08.116.077.116.116-.351-.193-.194-.039-.467m-.077-2.945c0-.039.039-.077.039-.118,0,.041.039.041.039.08.039-.116-.039-.116-.118-.157,0,.077-.036.157.041.2m0,4.924c.155-.08.271-.235.426-.271-.039-.157-.155-.041-.271-.118-.077-.039-.077.118-.077.155.077.118-.232.077-.077.235m.232,4.885-.078-.116c-.2.036-.039.271.078.116m-.116-11.322c.155.077.155.232.194.31-.039-.077.194-.387,0-.348-.039,0-.039.077,0,.116-.077-.039-.077-.116-.194-.077m.039,1.278c.039.039.078,0,.155,0-.039.157,0,.08.078.08.232-.157-.116-.235-.233-.08m.31.97-.077.116c-.078-.077.155-.348-.039-.31-.077.116-.039.348-.194.426.039.077.116.116.039.232.155.194.5,0,.116,0-.039-.039.039-.039.078-.077,0-.077.039-.039.077,0,.077-.155-.077-.116-.116-.194.116-.039.155,0,.155-.155a.038.038,0,0,1-.039-.039m0-1.241c-.077-.077-.194-.039-.194-.155-.116.077,0,.155,0,.271.116-.077,0-.077.194-.116m-.194,12.06c-.077.039.039.155-.039.232a.26.26,0,0,0,.116.271c0-.232.078-.31-.077-.5m.426-9.267c.077-.426,0-.077-.426-.271.116.194.348.039.426.271m.077,2.016c.039-.039.116-.077.077-.155.039,0,.078-.039.116-.077-.349-.039-.31-.116-.426.232-.039-.271-.271.077-.116.116.116.155.193.194.348.039,0,.039-.039.116.039.155.155-.232-.155-.155-.039-.31m-.271,8.687c-.116.077,0,.232-.077.31-.039,0,0,.039.039.039.155.077-.039-.116.116-.116-.039-.155.193-.232-.078-.232m.465-11.477c.116-.2-.194-.273-.116-.389.155-.465-.193.039-.31-.155.039.116.155.232.116.348-.077-.039-.077.041-.077.077.116.273.077.312-.155.273.155.077.116.232.271.348,0-.116-.078-.155.039-.194a.932.932,0,0,1,.232-.31m-.387-12.1h-.078a.882.882,0,0,0,.31.348c.116-.31-.116-.116,0-.271a3.364,3.364,0,0,1-.271-.387c0,.116-.077.232.039.31m0,13.105a.677.677,0,0,1,.193.155c.077-.116-.116-.348-.232-.271.039.077.155.039.039.116m.155-11.593c.078.387-.387-.039-.039.348V3.727c.116.194.116.155.271.194.116.039.155-.155.312-.155a.327.327,0,0,0,.271.31c.077-.116.155-.271.039-.387,0-.116.116-.194.038-.31-.038,0-.077.116-.116.155-.078-.116-.118.039-.2-.077-.036.116-.155.039-.078.232h-.039c-.039.039-.5-.116-.349-.155.078-.077-.077-.039-.116-.039m0,9.771c-.039-.039-.039-.077-.078-.077-.155.31.387.155.078.077m.116,2.6c-.116.077-.116,0-.193-.077-.039.31.039.077.116.232-.039.039.077.155.077.039-.077-.039-.038-.116,0-.194m-.038-3.569c0,.077.038.077.116.039V12.1c-.116.116-.039-.271-.193-.077,0,.116.155.155.078.271m.155,14.269c.078.039.155.155.039.155-.077.039-.116.155,0,.118,0-.118.116-.08.116-.118.039-.194.116-.194-.155-.155m.97-14.385a.292.292,0,0,0,.038.194c-.038-.232.31-.116.233-.232-.116,0-.077-.077-.077-.116-.116.039-.581-.116-.387.039-.116.039-.078.116-.116.232-.116-.077,0-.116-.077-.232,0,.077-.08-.039-.116.039-.078.077-.078-.039-.118-.039a.81.81,0,0,0-.232.155c.155-.039.116.039.155.077.155.077.232-.077.2-.194.036,0,.116,0,.036.116,0,.039-.036.2.041.2v.116c-.041,0-.041,0-.118.039,0,.039.077.077-.037.116-.2.077.037.232-.041.348.078.348,0-.348.155-.194,0-.194.235-.31.273-.544,0-.116.194-.271.194-.116m-.581-1.123c-.118.039-.118.155-.041.194.078,0,.155-.155.041-.194m.233,15.624c-.078-.077-.119-.271-.2-.155-.078.077.118.116.2.155m0-12.912c-.039-.155-.155-.155-.2-.039,0,.155.118.155.2.039m-.078-2.79a1.494,1.494,0,0,0,.116.387c.039-.116,0-.348-.116-.387m.155,14.073c0-.155-.116-.271-.155-.077.039.039.116.116.155.077M532.8,18c-.157.039-.038.155,0,.232a.3.3,0,0,0,0-.426c.078.116.039.5,0,.194m.232,8.142-.116-.232c-.194.116-.039.271.116.232M532.879,11.4c0,.194.155.155.271.039-.038-.116-.155-.116-.271-.039m.62,2.48c-.271.077.038-.232-.387,0,.271.041.116.232.387,0m.155-.813c-.077-.077-.077-.116-.039-.194.039-.116-.348-.077-.078-.428-.309.08.039.273-.348.235.465.155.271.348.465.387m-.387-3.763a6.423,6.423,0,0,0,.31,1.241c.116-.194-.232-.542-.077-.813.077-.155-.194-.116-.155-.271-.039-.039-.039-.116-.077-.157m.7,3.608c-.349-.155-.039.658,0,.155-.039-.116-.271-.077,0-.155m-.155-9.306a.162.162,0,0,0,.232.116c.116-.155-.155-.5-.232-.116m.116,8.491c-.077-.116-.193.348-.039.312-.039-.118.039-.041,0-.2-.077,0,.039-.077.039-.116m.232-6.824c-.116-.077,0-.232-.116-.31v.116c-.038-.116-.077,0-.038.039.116.077.038.194.077.31.078-.039.194-.077.078-.155m11.9,3.605c-1.474-.62-3.334-.116-4.73-.426-.349.271-.932-.077-1.4.077-.077,0-.31.077-.31-.039.039-.077.193-.387.077-.271-.077.465-.544.271-.893.31a16.043,16.043,0,0,0-1.938.039c-.891-.077-2.519-.271-2.4,1.048,0,.736-.312,1.861.465,2.287-.155,0-.039.387.077.271-.194-.077,0-.116-.077-.271a22.3,22.3,0,0,0,3.605.116c.388.116.932-.194,1.2.077,2.016-.348,4.5.389,6.475-.542a1.536,1.536,0,0,0-.155-2.676M535.2,16.716c-.077-.155-.232-.077-.232-.31-.116-.039-.039.774.232.31m-.116-.736a.177.177,0,0,0,.193.155c.039-.155-.116-.348-.193-.155M535.32,3.65c.039.077.039.232.116.194.271-.039.039-.194-.116-.194m.155,14.075a.186.186,0,0,1,.232.077c.155-.155-.271-.271-.232-.077m1.4-15.588c0-.116-.039-.116-.155-.116-.193.077.116.426.155.116m1.28,14.037c-.077.077-.116-.077-.193-.077-.039.077-.078,0-.116,0-.155-.077-.039.348.078.116a.292.292,0,0,1,.039.155c.116-.116.271.116.193-.194M538.771.78c.193-.039.038-.31-.077-.387a.369.369,0,0,0,.077.387m.505,1.28c.039-.039.039-.077.116-.039.077.077.155-.116.039-.155-.077.039-.273.077-.155.194m1.239-.7c.039.077.077.116.155.077,0-.155-.036-.271-.155-.077m.622-.893c0,.116.116.077.155,0-.039-.116-.155-.116-.155,0m.658,1.28c.155-.039.077-.194-.116-.194-.077.039.078.155.116.194m.465.348c.157,0,.118-.116.118-.232-.039.039-.039.155-.118.077s-.194.116,0,.155M543,3.534c0,.039.116,0,.155,0,.039.077.077.039.116,0a.1.1,0,0,1-.039-.155c-.155-.039,0,.116-.232.155M544.084.819c.194.116.116-.116.036-.194-.077.039-.036.116-.036.194m.31.2c.232.036.5-.2.077-.273-.155.039-.232.155-.077.273m.077,13.454c0,.155-.077.271.078.31v-.116c.155.116-.039-.116-.078-.194m3.373-13.3c0-.118-.039-.351-.233-.312-.077-.077-.155-.077-.193.039-.039.077-.116-.039-.116.077-.235-.31-.312.118-.428,0-.078-.116-.194-.039-.31,0s-.116-.077-.194-.039a.331.331,0,0,1-.271,0c-.193,0-.426-.077-.622-.077-.036-.194-.349-.077-.349.039.077-.077.155.039.232.039a.524.524,0,0,1,.235.08c.116.077.271.191.387.036.077.118.116.2.232.077.078.041.078-.036.078-.036.232.194.813.077.813.232a.5.5,0,0,1,.235-.039c-.157-.116.387-.08.5-.116m-2.289,14.656c-.077,0-.077-.039-.077-.116-.193.194.234.348.077.116M546.41,2.1c.116.194.193-.155-.078-.155-.077.116.116,0,.078.155m.97,23.3c-.155-.041-.155.194-.039.194.194,0,.116-.157.039-.194M548.5,1.324c.078,0,.194-.155.078-.2-.039.041-.078,0-.155-.036-.077-.077-.348.036-.31-.077l-.038-.041a.14.14,0,0,1-.194.077c-.078.273.232.077.387.118V1.092c.155.036.078.271.232.232m-.387,24.311c0-.077-.155-.118-.194-.039,0,.155.155.155.194.039M548.58,10.2c-.078.039,0,.348-.155.348a.142.142,0,0,1,.039.116c.039-.155.2-.271.116-.465m-.039-7.755a.373.373,0,0,0,.077.389c.2.116.31-.738-.077-.389m.232.932c-.232-.271.155-.155-.194-.387-.039.077.08.116-.039.155.155.077-.078.271.118.348.078.116.232-.039.114-.116m-.036-1.319h-.119c0,.077.2.194.2.039.077-.155-.041-.194-.077-.039m.387.155a.13.13,0,0,0-.2-.155c-.036.077.119.116.2.155m0,24c-.077-.039-.077-.039-.077.039.194.465.232-.039.077-.039m.542-.777c-.077.041-.116.118-.193.157-.039-.039-.078-.08-.116-.039-.077.077-.077.465-.232.31-.077.387.465-.31.542-.428m.97.273c-.039-.039-.039,0-.039.039-.039.116.078.077.155.116.116-.077.039-.232-.116-.155m2.132-2.289c-.117.077.116.155.155.232.193-.039-.039-.31-.155-.232m1.318-15.353c-.039-.116-.155-.194-.077-.31,0-.039-.077-.116-.116-.155-.039.116.116.5.194.465m.078,18.416c-.039-.077-.078,0-.116.039-.194.312.116.312.116-.039m.464-1.435c-.078,0-.31-.155-.194.077.194,0,.155.232.194-.077m.271,1.435c-.039.039-.194.155-.077.194s.232-.116.077-.194m.815-20.006c.078-.116-.039-.155.116-.194-.155-.155-.271.271-.116.194m.078-.271c.155,0,.116-.273.271-.467-.116-.116-.271.389-.271.467m.387-.7c.077-.039.077-.077.116-.155.193,0,.116-.155.193-.194.039,0,.039-.077,0-.077a.123.123,0,0,0-.116.116c0,.116-.271.116-.194.31m.155,18.029c-.116.039-.116.039-.116.273a.265.265,0,0,0,.116-.273m.932,3.3c0-.118.116-.235.155-.312-.271-.039-.232.039-.232.271.039,0,.039,0,.077.041m.387-.622c-.039.077-.078.039-.116,0,.116.155-.039.31-.116.426.116-.039.31-.271.232-.426" transform="translate(-412.008 0.304)" fill="%23313131"/><path id="Path_144" data-name="Path 144" d="M554.667,27.342c-1.2-.077-3.177.465-2.867-1.435,0-1.009.039-2.016-.041-3.025.08-1.4.274-2.947-.58-4.147-.155-.232-.5-.467-.5-.738.039-.039.039-.116-.039-.116a4.532,4.532,0,0,1-.893-1.048c0-.155-.155-.194-.155-.348,0-.039-.116-.077-.116-.116-.852-.891-1.435-1.977-2.248-2.908-2.212-3.025-4.5-5.97-6.669-9.072-.155-.31-.931-.97-.777-1.2,0-.039-.039-.194-.078-.155-.194.155-.271-.039-.31-.194-.078-.116-.193-.116-.232-.232A4.785,4.785,0,0,1,538.072.549c-.348-.116,3.528-.5,3.025-.116.387-.194-.077-.194.542-.116a6.6,6.6,0,0,1,1.747,0c1.549-.077,3.218.039,4.69,0,.428-.039.273.116.389.039a8.646,8.646,0,0,1,1.745-.077c1.938.116,2.519,2.444,3.644,3.724.62,1.162,1.473,2.016,2.171,3.216.428.622.932,1.241,1.435,1.863.232.077.426-.428.622-.544,1.938-2.325,3.489-4.963,5.35-7.366a2.776,2.776,0,0,1,2.715-.893c.426-.116.813.077,1.239,0,.078,0,.194-.077.271.039.389.039.893-.116,1.2.039,2.015-.155,4.266,0,6.359-.039.738-.194,1.512.194,2.286.116-.31.467-.542.932-.852,1.4-3.722,5.156-7.6,10.2-11.361,15.355a5.978,5.978,0,0,0-1.822,3.683c-.077,2.016.271,4.111-.193,6.088-.544.658-1.706.348-2.405.387-.581,0-1.086.039-1.706.039-1.474-.077-2.986.039-4.5-.039M539.972,1.79c-.116-.077-.155-.077-.271.039a.187.187,0,0,0,.271-.039m.273-.465c-.041-.116-.235,0-.157.116.039.116.194,0,.157-.116m.387.658c.116-.077.038-.271-.039-.387-.039.232-.039.232-.155.194.039-.077.039-.077,0-.155-.039.077-.078.232-.194.116.078.232.31.039.387.232-.155-.077-.194.039-.271.157.194-.041.116.114.232.191a.377.377,0,0,0,.039-.348m-.039-.619c.077-.077.116.039.155.039a.233.233,0,0,0,.039-.155c-.155-.077-.387-.116-.426.155.116.077.348.155.232-.039m.581.542-.078.077c.194-.039.194.116.31.157.194.077.039-.157,0-.235-.077-.194-.387,0-.31-.232,0-.077-.077-.077-.077-.194a1.88,1.88,0,0,1-.271.7c.077.155.232.077.31.232.078-.155-.116-.5.116-.5M541.02,4.04c-.116.116-.116.116-.077.232.155-.077.155-.077.077-.232m1.474-2.483c-.078-.077-.193.077-.116.155.077,0,.077-.116.116-.155m.194,4.147c-.078.041-.078.273.039.273.155-.039,0-.194-.039-.273m.271-4.031c-.116,0-.155.116-.194.194.078.077.232-.116.194-.194m.232-.813c-.116-.077-.194,0-.271.039.116.077.194,0,.271-.039m-.271,5.234c.116.077.31.039.426.039-.039-.116-.348-.116-.426-.039m.622.039c-.041.116.116.116.194.077-.039-.077-.155-.155-.194-.077m2.48-4.188c.039.077.077.116.077.2.31-.08.155-.157-.077-.2m1.706,3.179c-.116-.039-.193.039-.31.077.039.039.31.039.31-.077m.194-2.792c-.078.077-.271.118-.232.2.116.155.155-.039.232-.2m.97,8.026c-.077-.077-.155,0-.232,0,.039.2.271.155.232,0m-.077-8.413c.077,0,.116.077.194.039,0-.116-.116-.155-.194-.039m.116-1.512c-.116.116-.039.2,0,.31a.426.426,0,0,0,0-.31m.233.777c-.116-.039-.233-.039-.194.077.077.039.116-.039.194-.077m-.116,1.2c-.039.08,0,.118.077.2.116-.077.078-.232-.077-.2m.387,12.834c-.271-.036-.581.351-.077.118.039.077.155-.041.077-.118M549.9,1.171c-.078-.077-.116.039-.155.077,0,.116.155,0,.155-.077m.116,15.082c-.116-.039-.116.039-.271,0,.077.232.193.116.271,0m.118-6.32c-.2.116-.467.467-.234.581,0-.348.2-.31.234-.581m-.039,5.389c-.116-.114-.116-.036-.2.041.079.077.116.039.2-.041M550.6.977c-.155.039-.271-.077-.31.155.077-.077.233.039.31-.155m.077,13.957c-.039-.077-.194-.077-.271,0,.077.077.155,0,.271,0m0-5.156c-.077-.232-.31,0-.077.039a.12.12,0,0,1,.077-.039m.232-.232c-.194,0-.271.31,0,.31.31,0,.232-.31,0-.31m.426-8.452c-.077,0-.116.039-.077.116.077,0,.193-.077.077-.116m.078,15.469c-.078.077-.078.116,0,.194.079-.077.116-.116,0-.194m.312-15.508a.177.177,0,0,0-.2,0c.041.155.2.155.2,0m.271,13.066c0,.155.193.077.271.039-.078-.039-.194-.116-.271-.039m.929,2.132c0-.155.039-.31-.116-.348-.309.155.116.155-.116.542.232-.077.077,0,.232.116.116-.077-.077-.194,0-.31m.312,1.551c-.041-.155-.234-.039-.312.039,0,.155.234.039.312-.039M553,6.637c-.039.116.194.155.194.039-.036-.039-.155-.077-.194-.039m.271,9.19c-.155,0-.114.116,0,.194.08-.077.119-.194,0-.194m.08,1.745c-.116-.039-.116.077-.039.155.116-.077.194-.155.039-.155m0-1.2c-.039.116-.116.194-.08.31.041-.116.119-.155.08-.31m.387-3.1c-.077-.077-.116,0-.193.039l.116.077Zm.155,12.873c-.116-.155-.271,0-.116.077.039,0,.077,0,.116-.077m.387-10.545c0-.077-.194-.077-.271,0,.038.155.194.077.271,0m-.233.542c-.038.116.078.194.155.116.039-.155-.155-.271-.155-.116m.5-3.218c-.116,0-.116.116-.232.194.194.039.271-.077.232-.194m-.232,12.447c.039.116.078.116.155.039-.078-.077-.116-.155-.155-.039m.465,1.551c-.039-.155-.232,0-.078.116.039-.039.078-.077.078-.116m-.116-1.822c0,.232.273.232.273.039s-.273-.273-.273-.039m.39.426c-.08.116.116.232.193.348.039-.077,0-.426-.193-.348m.155-10.158c-.039.077-.193.155-.116.232.155.039.271-.116.116-.232m.387-.66c-.155,0-.077.232.039.232.155,0,.116-.232-.039-.232m.271,2.212c-.078-.08-.194-.118-.194.039.078.077.116,0,.194-.039m.619-6.049a.157.157,0,0,0-.31,0Zm.2-2.289c-.2-.116-.31.077-.232.273.194-.039.194-.039.232-.273m-.078,6.475c-.2,0-.155.157-.039.194s.193-.194.039-.194m.5,10.9c.271.039.078-.31-.116-.116-.116.155-.232-.194-.348,0a.124.124,0,0,0,.155.194c.077-.116.193-.039.31-.077M556.762,8.81c-.039.077.077.116.194.039-.078-.039-.155-.116-.194-.039m.194,11.9c-.078-.116-.194-.116-.194,0,.077.077.116.039.194,0m.232-5.5c-.116,0-.078.194,0,.194a.11.11,0,0,0,0-.194m.194,10.661c.077.116.619.66.5.31-.194-.116-.232-.348-.5-.31m.738-8.065c-.08-.077-.2-.039-.157.077s.157.039.157-.077m.31-2.56c0-.232-.232-.077-.194.077.078.118.194.041.194-.077m.5,5.159c-.077-.155-.194.039-.31.077.039.116.387.077.31-.077m-.039,5.737c0-.116-.233,0-.271.077.078.039.194-.077.271-.077m-.233-8.413c-.116.155.077.271.194.116Zm.039-1.783c-.039.116,0,.271.116.194.039-.077-.039-.116-.116-.194m.426-1.164c.387-.039-.039-.194-.194,0-.194.116.194.271.194,0m.31,11.012a.636.636,0,0,1-.426.271c.078.194.815-.387.426-.271m.234-16.052c.232-.077.232.232.542.039a.668.668,0,0,0-.931,0c.116.194.232.077.389-.039m-.351,7.056c-.038.157.116.157.194.08.039-.157-.155-.235-.194-.08M559.98,14a4.134,4.134,0,0,1-.31.542c.114-.116.426-.348.31-.542m.077-1.512c-.155,0-.232.232,0,.271.155.039.155-.271,0-.271m0,1.125c-.116.036-.077.155-.077.271.116-.157.116-.157.077-.271m.619-2.87h-.387c.194.116.194.116.387,0m.116,14.034c-.232.155-.271.583.078.583.467,0,.312-.583-.078-.583m-.155-3.025c.039.157.193.273.077.428.155-.116.116-.31-.077-.428m.232-6.086c-.116,0-.155.116-.039.155.077-.039.155-.116.039-.155m.7-6.165c-.2.194-.039.31.155.348-.039-.155-.039-.271-.155-.348M562,26.178c.039.116.039.232.155.271.193-.077-.039-.232-.155-.271m.232-13.8a.157.157,0,1,0,.038.31c.271,0,.116-.31-.038-.31m1.4-4.692a.293.293,0,0,0,.387.039c-.077-.271-.348-.31-.387-.039m.854-6.359c-.041.077-.235.232-.078.31.191.039.114-.194.078-.31m.155,10.081c-.155-.194-.2.116-.273.194,0,.155.232-.116.273-.194m-.041-2.364c-.155.039-.155.194,0,.194.2-.039.077-.155,0-.194m.544-6.475v.348c.116-.116.116-.194,0-.348M565.214,9a.419.419,0,0,0,.5.077.336.336,0,0,0-.5-.077m.077-1.745c.039.116.078.155.194.039-.039-.116-.194-.194-.194-.039m.078,9.3a.256.256,0,0,0,.232.039c.039-.155-.078-.31-.232-.039M566.182,4.5l.118.077c.155.039.078-.232-.118-.077m.273-2.831q-.116.058,0,.116c.078-.039.116-.116,0-.116m.271,6.707c-.193-.077-.5.387-.155.232a.145.145,0,0,0,.155-.232m.31,5.856c-.155.116-.116.31-.271.387-.078.039-.155.077-.078.155.155-.116.542-.387.349-.542m-.155-5.7c-.039.116.039.155.116.232.077-.155,0-.232-.116-.232m.232,5.43c.077.077.155.039.233.039-.077-.116-.155-.116-.233-.039m.271-5.2c.116,0,.232-.116.349.041.041-.389-.31-.235-.349-.041m.155,5.12c-.116,0-.155.116-.039.155.116,0,.155-.116.039-.155m.116-12.021c-.077.039-.039.116-.039.194.039,0,.116-.155.039-.194m.467,6.669c-.078.077-.116.155,0,.155.116-.039.077-.077,0-.155m.387-.736c-.155.039-.039.194.077.194,0-.077,0-.155-.077-.194m.116-3.257c-.039-.077-.116,0-.155.039.077.077.116.039.155-.039m.233,5.582c.038.077.038.155.077.232.116-.155.039-.426-.077-.232m.893-3.1c-.038.036-.116-.041-.155.077,0,.155-.232.036-.232.194-.39.426,0,.7.232.348.426.116.31-.348.155-.619m-.078,1.316c-.116-.155.194-.5-.155-.426a.677.677,0,0,0,.194.619c.31.232.348-.387-.039-.194m.5.389c0,.077,0,.155.116.116,0-.08-.077-.2-.116-.116m.116-1.515c-.077.08-.039.118,0,.235.039-.116.116-.155,0-.235m.62-5.427c-.271.116.116.232.038.428.235.155,0-.312-.038-.428m.157,6.746c-.119-.232-.2.273.077.155-.077-.039-.038-.116-.077-.155m2.4-5.5c.039.039.116.077.193.155-.078-.232-.078-.232-.193-.155" transform="translate(-392.411 0.264)" fill="%23313131"/><path id="Path_145" data-name="Path 145" d="M510.318,32.225c-.116.232-.155.542-.387.658-.077.039-.077.077-.039.194-1.59,3.451-5.157,5.585-8.723,6.63-7.794,2.173-20.512,1.4-24.543-5.2-.2.155-.389-.542-.505-.542-.155-.116-.077-.351-.194-.428-.116-.039-.155-.155-.194-.232.465-.077.155-.542-.077-.194a5.014,5.014,0,0,1-.581-1.4.532.532,0,0,1,.31.387c.077-.194.62,0,.542-.232-.194-.116,0-.232,0-.348-.155-.271.155-.31-.31-.542-.271-.077-.078-.232-.232-.31.116-.08.194-.116.039-.235-.039-.194-.544-.5-.116-.542.232-.077.039-.426-.155-.348,0-.077.039-.155-.039-.194-.078.077-.078.31-.235.348-.077,0-.039-.116-.077-.194,0-.039-.039-.116-.116-.039-.039,0-.077,0-.077-.039-.271-.039.077.271.155.31-.542.155-.271-.736-.426-1.009,0-.194-.271-1.123-.078-1.123a.323.323,0,0,0,.232-.348c-.039-.077-.077-.041-.116-.041a.148.148,0,0,1-.116-.036l.039.036c-.039.273-.194,0-.194-.155a21.177,21.177,0,0,0,.155-2.248c0-.194.155-.039.232-.039.077-.077.155.155.232.039-.078-.155-.271-.194-.349-.348-.077-.116-.039-.387.116-.387.155-.039.116-.351-.077-.2.077-.116.039-.31.194-.31.348-.077-.232-.542.039-.891.039.5.351.426.39,0,.078-.273-.08-.155-.273-.232.116-.232,0-.66.273-.815.387-.116.078-.426.155-.658.194-.389.271-.97.7-1.164-.116-.194,0-.232.116-.387-.039-.077.039-.116.077-.155,0,.039.039.077.039.116.155-.155-.039-.351.194-.467.116-.271.348-.116.235-.31.191-.232.114-.387.387-.271-.116-.465.542-.815.774-1.164.271-.155.661-.736.932-.774.155.077.31-.116.116-.155a13.556,13.556,0,0,1,3.257-1.822c.271-.232.658-.428.89-.077.312.116.235-.467-.039-.273-.039.041-.077.041-.155,0a23.8,23.8,0,0,1,6.9-1.394c-.041.194.155.387.31.31.232-.273.5.039.7.155.155.155.271-.194.077-.232a.37.37,0,0,0-.348,0c-.077-.077-.116-.155-.271-.155-.271-.389,2.87-.118,3.141-.312a34.616,34.616,0,0,1,9.11,1.4,20.135,20.135,0,0,1,3.569,1.706c.116.077.232.155.194.31.31,0,.89.428.89.777.077,0,.039-.116.077-.194a3.146,3.146,0,0,1,.351.348h-.118a.178.178,0,0,0,.2.155.948.948,0,0,1,.31.854.14.14,0,0,0,.232.155c.232-.116-.542-.97-.039-.661a10.071,10.071,0,0,1,2.248,3.685c-.116.155.155.039.116.155.039.348.583,1.278-.039,1.2.271-.155-.271-.155-.194-.542-.116.232-.349.155-.426-.077-.077-.155,0-.31-.116-.465-.116-.232-.465.039-.387.232-.077.232.232.116.232.31,0,.271.31.232.426.428.232.269.31-.041.581.269a.083.083,0,0,1,.077.08c-.077.348.273.348.351.581.465,1.241-.622,1.319-1.551,1.28a22.058,22.058,0,0,1-3.218-.077,1.2,1.2,0,0,1-.97.039,2.381,2.381,0,0,1-.542.039c-.271.039-.116-.387-.387-.232-.2.426-.39.116-.777.232-.077,0-.116,0-.155-.039-.077-.116-.348.116-.581.039-1.4-.232-3.492.619-4.3-.932a3.777,3.777,0,0,0-1.2-1.4c-.194-.232-.62-.232-.736-.465a.083.083,0,0,0-.077-.077.677.677,0,0,1-.544-.116,19.28,19.28,0,0,0-2.093-.271,11.845,11.845,0,0,0-3.1.155c-.348-.039-.7.387-1.007.194-.544.426-1.357.62-1.824,1.2-.387.194-.426.852-.891.929.155.232-.077.428-.116.622a5.284,5.284,0,0,0-.31,1.9.234.234,0,0,1-.116.232c-.312.31.387.465,0,.813.31.235.155,1.009.31,1.357a7,7,0,0,0,1.045,1.9c.194.31.738.387.815.7,0,.116.077.194.155.116.194-.039.348.116.542.155.349.387,1.086.194,1.4.542.155,0,1.125.039,1.086.2,0,.039.039.077.077.039,1.551-.155,3.3,0,4.769-.777,2.48-1.123,1.28-3.063,4.808-2.715,1.045-.039,2.093.039,3.025,0,.348.116,1.745-.31,1.667.194-.039.118.077.2.194.2,0-.2-.155-.351.155-.389.116-.039.271-.077.348.077-.271.039-.194.738,0,.815.116,0,.193-.116.271-.232.271-.232-.116-.5-.155-.661a10.538,10.538,0,0,1,1.125.039c.193-.271.465.155.619-.077.738.077,1.706-.155,2.25.389.426,1.045-.273,2.132-.544,3.141m-35.478-5.7c-.077-.039-.194-.039-.271-.155-.426-.348-.194.852.039.155.077.077.348.155.232,0m-.349-.658c.116-.116.039-.271.039-.389-.116.077-.232.351-.039.389m.893,4.808c-.077.116-.039.232,0,.387-.039,0-.116-.039-.155.039-.273.116-.039-.465-.506-.232.273-.273-.5-1.164-.078-1.086.194.039.351,0,.273.232,0,.155.271,0,.077.232.077.08.348-.039.194.157.194-.041.116.155.194.271m-.583-3.179c-.116-.2-.155.116-.116.232-.039.155.312.116.116-.232m.738,1.474c0-.583-.387.194-.7-.077-.155-.041-.155.31,0,.348.2-.271.2-.077.389-.232.077-.116.232.116.31-.039m-.738-4.614c.235-.077.351-.351.039-.351-.155.041-.039.235-.039.351m.235.891c-.157-.232-.428.116-.08,0,0,.077.041,0,.08,0m-.2-.465c.116.116.351-.116.234-.232s-.155.194-.234.232M475,30.4c.039.077-.041.191,0,.31.077-.077.155-.428,0-.31m0-3.646a.288.288,0,0,1,.232.232c.077-.658.348-.155.387-.5a.335.335,0,0,1,.116-.232c.077-.077-.116-.155-.194-.116,0-.155-.116-.077-.194-.077-.194-.039-.31.232-.31.387.078.155.155.194-.039.31m.581,1.125c-.116-.348-.426.039-.542.194.155.116-.039.387.232.271-.116-.155.077-.7.31-.465m-.5-3.995c.194,0,.194-.387,0-.31.116.116-.077.232,0,.31m.31,7.174c.271.155-.271.348-.077.619-.232-.116-.351-.5-.039-.5.116,0,.116-.077.116-.116m-.232-3.8c.039.077.194-.077.194-.118-.039-.155-.271.041-.194.118m0-4.111c.116.039.155-.232.271-.31,0-.039,0-.077-.039-.077-.039-.039,0-.116-.077-.077-.039,0-.116.077-.077.116.077.116-.078.232-.078.348m.116,2.171c-.077.039-.077.232,0,.351.116-.118,0-.235,0-.351m.039-.155c-.039.077.077.232.155.116.077.039,0,.116.039.155.194-.077-.039-.271-.194-.271m.232-2.287c.116-.077-.039-.348.078-.467.077-.232.232,0,.271.118.077.232.194.077.31.387.232-.116-.116-.232-.039-.348a.846.846,0,0,0,0-.312c-.039-.232-.31.041-.348-.116-.039-.116-.116-.232-.232-.194-.116.077-.039.194,0,.273.039.114-.155.191-.116,0-.194.269,0,.465.077.658m.736,7.4c.039-.387-.581-.155-.619-.5-.039-.077.155-.116.155,0,0,.155.232.155.348.194s.194-.039.348-.039c.232-.039.273.155.351.348.465-.5-.039-.542.155-.852.271-.348-.116-.661-.387-.854h.036c-.155-.039-.155.116-.191.194-.157,0-.312-.039-.428.118.077.077.232.116.232.271.039.039.116.116.039.116-.194.039-.232-.271-.464-.116-.426.194-.31.116-.31.581.039.116,0,.155-.077.194.039.077,0,.116-.039.155.078.116.194.155.232.312.271-.041.155-.157,0-.312.232-.039.232.155.348.271a.2.2,0,0,1,.271-.077M475.5,24a.241.241,0,0,0,.387.273c0,.077.039.155.039.232.116-.583.5.387.077.465.194.077.467.077.232-.194.039,0,.077-.039.116.039.118.116.273-.116.428-.194,0,.194.271.116.387.077.077-.077,0-.194.116-.232.271.465.387.116.348-.271l-.348.194c-.039-.583-.348-.194-.622-.077-.232-.194-.426.348-.426-.039-.077-.116,0-.232-.077-.273-.116-.077,0-.271.116-.232.155.039.2.116.232.273.2.039.041-.2.077-.312-.114.039-.194-.039-.232-.155-.039.077-.077.116-.155.116-.077-.077.116-.194-.077-.271-.039.387-.348.271-.348.465s-.155.039-.271.116m.194,4.188c-.039.116.155.271.116.039-.077-.039-.116-.039-.116-.155-.271-.232-.232.426,0,.116m.077-1.357c.039-.194-.155-.194-.232-.039.116-.077.155,0,.232.039m-.232.273c.039.114.039.232.116.271.194-.08.116-.389-.116-.271m.271-2.444c-.194-.155-.426.194-.116.348a.266.266,0,0,0,.116-.348m-.155-1.706c.116.194.194,0,.116-.116-.039.039-.232.077-.116.116m0-2.6c.194.039.194-.194.348-.232-.232-.232-.348,0-.348.232m.387.932c-.31-.039-.542.426-.155.465.232,0,.116-.31.155-.465m.077,5.156c-.039-.077-.348.116-.194-.155-.31.155.116.465.194.155m-.271,4.382.116.116c.039-.116,0-.194-.116-.116m.542-3.644c-.232-.077-.155-.157-.194-.351-.039-.155-.155-.116-.232-.039-.155.194.271.583.426.389M476,20.359c.077.077.155.116.155-.039,0-.077-.077-.155.077-.194-.155-.039-.31.116-.232.232m.232,2.87c-.039-.077-.155-.116-.194,0,.039.077.116,0,.194,0m-.077,5.079a.166.166,0,0,0-.039.271c.116-.077.039-.155.039-.271m.271-2.287c.041-.271-.348-.348-.348,0,0,.155.232.194.194.387.039.116.155.155.155.271a.273.273,0,1,0,.544,0c-.039-.31-.235-.542-.5-.31-.08-.077-.041-.194-.041-.348m-.271-6.359c.155.039.232-.271.039-.039a.142.142,0,0,1-.039-.116c-.077.077-.077.116,0,.155m.467,7.755c-.118,0-.66-.039-.467.155.348.387.39.542.467-.155m-.428,3.177c.465.118.387.041.542.506.312-.194.544-.506,0-.738-.077-.348-.269-.271-.114.041,0,.191-.351-.041-.428.191m.039-8.646c.116-.077.194-.155.077-.194-.077,0-.039.077-.077.194m.348,9.964c-.114-.077-.036-.232-.155-.31-.116.077-.271.232-.077.348.351.312.351-.348.232-.039m-.31-10.971c.465,0-.039-.583.039-.232.039.114.039.114-.039.232m.039-.893c.077.387.348-.271.271-.426-.194-.194-.232.271-.271.426m.077,2.521c.039.232-.116.387.234.387-.118.077-.155.232-.312.271.039.077.157.077.157.039.036-.116.191-.039.269-.155,0-.039.118-.039.2-.039-.583-.039-.116-.271-.2-.542-.036-.041-.155-.077-.036-.2-.041-.114-.351.118-.312.235m.932,2.364c.039-.039-.039-.039-.077-.039-.194-.077-.116.194-.271.232-.116,0-.271-.116-.349.039-.118-.077-.234-.039-.2.116l.2-.116c.036.039.078.155.155.039.116-.077.232,0,.271.155.039.194.116-.155.116-.232,0-.116.039-.155.155-.194m-.852,6.553c.155,0,.387-.348.036-.348a.377.377,0,0,1-.036.348m.036-11.283c.041.077.2-.039.273-.039a.232.232,0,0,0-.273.039m0,13.727a.546.546,0,0,1,.041.232c.155-.116.114-.116-.041-.232m.041-.155c.191-.2.271-.2.348,0,.077-.273-.426-.467-.348,0m.426-5.7c.116-.387-.349-.271-.116.039-.077-.039-.2-.039-.273-.077a2.773,2.773,0,0,0,.077.542c.273-.039.2-.348.312-.5m-.349-3.257c.078.155.232.232.31.077-.039-.077-.2-.039-.31-.077m.114-3.954c.08-.077.08-.2-.036-.235-.118.039-.041.157.036.235m0-.893c.041-.116.041-.232.08-.348-.157.155-.157.194-.08.348m.041,11.864c-.041.235.232.155.232,0,.039-.116-.273-.116-.232,0m.31-10.661c-.232.194-.465.581-.116.774.31-.039.31-.619.116-.774m-.194,1.474c.077.116.271.271.31.039,0-.2-.232-.232-.31-.039m.232,3.3c.116-.039.116-.312.039-.389-.31.041-.232.312-.271.544.077-.077.077-.232.232-.155m-.194-6.746c.039.116.039.194.155.155.155-.077,0-.194-.155-.155m.232,14.034c.039-.039.039-.116-.077-.232-.271.194-.077.31.077.232M477.091,20.2c.077.194.232.116.271-.077,0-.232-.271-.077-.271.077m.077,11.322c.077-.116.116-.194.039-.232-.155,0-.116.116-.039.232m.077,2.328c-.039.077-.116.155-.039.194.116.039.116-.077.039-.194m0-10.857c.077-.039.155-.039.194.039.777.116.116-1.319-.194-.039m.039,3.025c.039.077.039.116.077.155.077-.116.077-.116-.077-.155m.039,8.8c-.039.039.116.155.155.155.116-.116-.039-.194-.155-.155m.62-9.149c-.077.114-.232.114-.194-.041-.194.077-.116-.036-.194-.155-.116.273,0,.583-.155.815-.116.116.194.155.194,0l.039-.039c.116,0,.155-.155.232-.194.155.271-.078.271-.232.426.039.116.194-.039.31,0,.232-.077-.077-.271.351-.31a.7.7,0,0,0,.31.736c-.194.155.039.583.077.232.039-.31.349-.426.349-.774.077-.155-.077-.116-.155-.232a.526.526,0,0,0-.581-.039c-.077-.116-.118,0-.232.039.155-.194-.08-.271-.118-.465m-.271,6.785c0-.116-.078-.155-.155-.232-.116.155-.194.348,0,.465.039-.116,0-.31.155-.232m-.116,1.706a.352.352,0,0,0-.155.31c.155.155.116-.194.155-.31m.854-6.011c-.155-.31-.583-1.59-.97-1.474-.194.232.426.542.5.854.118.155.273,1.084.467.62m-.622.232c0,.039.078.039.116.039.039-.077-.077-.155-.077-.232.039-.039-.039-.077-.039-.077-.116.039-.155-.077-.271-.077-.194.31.271.116.271.348m-.155,5.427c-.039-.114-.194-.155-.155,0,0,.118.077.077.155,0m-.077-12.367c.155.039.271-.194.116-.194-.078,0-.194.155-.116.194m.194,1.783a.538.538,0,0,0,.116-.155c-.116-.155-.232.116-.116.155m.039,1.745c.039.116.078.077.155,0-.077-.116-.116-.077-.155,0m.116,8.839c-.077,0-.194.235-.039.235.116.039.2-.194.039-.235m.271-.62c-.31-.039-.271.31-.114.506.114-.157.271-.351.114-.506m.157-13.725c0-.232-.194-.039-.312-.077-.155.077.312.387.312.077m-.271,2.054c-.08.194.31.426.348.116.039-.194-.271-.31-.348-.116m.036,8.646c.077-.077.077-.077,0-.155-.036.039-.077.077,0,.155m.273-7.678c-.116-.232-.31,0-.31.2a.212.212,0,0,0,.31-.2m-.2.506c.2.039.2.039.273.194.116-.194-.116-.348-.273-.194m.2-2.56c-.039.116-.2.194-.116.31.116.041.155-.194.116-.31m.039,3.84c-.234,0-.116.348,0,.426.387.232.426-.465,0-.426m.194,4.186c-.077-.039-.194.077-.271-.077-.039.194.155.194.271.077m-.039,3.218c-.116-.155-.232.077-.194.194.039,0,.194-.116.194-.194m-.077,2.173c-.116,0-.077.155,0,.194.077-.077.077-.116,0-.194m0-11.711h-.039c.232.271.077-.155.116-.271-.155-.194-.116.155-.077.271m.736,6.707c-.116-.194.039-.5-.194-.581-.039-.31.155-.542-.039-.891-.077.232-.232.155-.426.155a.369.369,0,0,1,.077.271c0,.271.387.348.232.62-.116.31.232.232.194.467-.039.155.193.077.155-.041m-.581,1.745c-.077,0-.077.157,0,.2.077-.039.077-.116,0-.2m.426,3.763c-.039-.077-.116-.116-.155-.194-.194.194-.039.465.155.194m-.039-4.614c-.116,0-.116.116-.039.194.116.039.193-.194.039-.194m.232-6.978c0-.194.155-.232.271-.351-.077-.232-.426-.191-.387.041.039.077,0,.116-.039.194-.193.077.039.077.155.116m-.116-.506a1.619,1.619,0,0,1,.155-.387c-.271-.077-.232.232-.155.387m1.319,11.673c-.155-.118-.232.348-.387.039-.273-.351-.544.348-.544,0-.426.039-.349.658,0,.271.155-.194.235.155.428.077.116-.116.619-.155.5-.387m-1.2-12.331c.078.116.194.116.194,0-.039-.116-.116-.039-.194,0m0,5.466c.039.118.155.118.155,0-.039-.116-.077-.116-.155,0m.078-.5c.116-.116.155-.194.039-.271-.116.039-.078.155-.039.271m.077,1.164c.039.155.155.077.232,0-.077-.077-.194-.155-.232,0m0,.581c0,.232.116.116.194-.039-.077-.077-.155-.039-.194.039m.116-10.158c.077.194.194.5.389.31.232-.31-.118-.465-.389-.31m.039,12.718c.2-.039.155-.194.116-.31Zm0,.852c.039.116.077.155.155.039-.039-.039-.116-.116-.155-.039m.583-2.519c-.232.232-.194.62-.467.852a.828.828,0,0,0,.467-.852m0-3.569c-.077-.271-.467-.036-.116.273-.544-.077-.351.891.116.7.078-.116,0-.31.116-.387V26.06c-.271.155-.116-.31-.116-.428m-.232,10.7c-.078-.116-.2-.116-.2,0,.041.116.118.039.2,0m.039-13.686c-.193.039-.193.077-.116.271.194.077.426-.194.116-.271m.039,5.5c-.155,0-.155.039-.155.194.078-.077.155-.116.155-.194m.813-4.07c.078-.118,0-.273-.116-.157-.039.077-.194,0-.31.077-.619-.039-.5,1.357.193.854.271-.194-.116-.7.232-.774m-.813-.2c0,.116.116.077.194,0-.078-.039-.155-.116-.194,0m.077,8.8c-.116,0-.039.116,0,.194.077-.077.116-.155,0-.194m.271-11.4c-.039-.155.039-.194-.116-.271-.271,0-.155.31.116.271m-.116,6.165c-.155-.116-.116.116-.116.232.078,0,.155-.155.116-.232m0-5.507c.039.194-.116.465.116.506-.077-.2.116-.312.077-.506-.039-.116-.155-.077-.194,0m.077,3.995c.078.194.31.039.155-.157.232.041-.039-.271-.155.157m.116-8.142c.039.077.077.194.155.077.039-.155-.116-.2-.155-.077m.194,3.567c.039.077.155-.077.116-.155-.116,0-.116.077-.116.155M480.7,25.4c.194.077.077-.077.039-.194-.039.039-.039.155-.039.194m0,4.072c0,.116.077.155.116.232.078-.155,0-.232-.116-.232m.077,7.987c.039.155.116.232.194.194.116-.116.077-.348-.194-.194m.039-4.111c.078,0,.039.271.116.155,0-.077-.077-.348-.116-.155m.271-6.94c-.116-.116-.155-.155-.116-.31-.271-.155-.077.465.116.31m-.232-8.725c.039.118.155.118.271.157-.039-.157-.194-.312-.271-.157m.039,4.808c.077-.077.077-.077.039-.232a.182.182,0,0,0-.039.232m.039-.968c.232.077.232-.31.387.155.234-.271-.62-.658-.387-.155m.039,9.616c.155-.039.039-.116-.039-.194-.039.077-.077.194.039.194m.97,3.063a.232.232,0,0,1-.232-.116l-.235.232c0-.077-.036-.116-.036-.155l-.118.194c-.348-.5-.62.31-.116.116.583-.232.235.077.544.194.464.271.581-.5.193-.465m-.854-.077-.116-.271c-.039.194-.039.194.116.271m-.116-10.276v.039c.348-.387.039-.581,0-.039m.232-2.209c-.232,0-.271.077-.193.194,0-.039.039-.039.077-.077-.039.194,0,.232.2.271a.353.353,0,0,1-.08-.387m.157.7c.114-.194-.077-.114-.2-.155-.116.041-.116.2-.155.31.232.041.193-.232.351-.155m-.312,3.337c-.039.114.193.232.193.077,0-.2-.155-.235-.193-.077m.193,11.825c-.039-.039-.039-.155-.155-.155-.077.116.078.155.155.155m-.155-10.857c.039.077.2-.039.2-.116-.08-.077-.041-.155-.041-.271-.193.116,0,.232-.155.387m.2-1.2a.081.081,0,0,0,0-.155c-.2.039-.157.116,0,.155m-.08-10.352c.08-.077.116-.116,0-.155-.077.077-.039.077,0,.155m.235,11.089c.194-.039.036-.232-.078-.31-.118.116-.157.348.078.31m.036,10.9c-.077-.118-.155-.2-.191-.039-.041.116.077.116.191.039M481.279,16.1c.036.116.114.077.191,0-.077-.116-.191-.157-.191,0m.232,5.234c.271-.039.387-.077.077-.271,0,.116-.31.232-.077.271m.039,16.788c-.116.077-.039.116.039.232.039-.116.116-.232-.039-.232m.039-15.936c.116-.077.155-.155.039-.271-.157.116-.157.348-.039.271m-.077,6.243c.077-.039.155.039.155-.039.039-.077.039-.155-.039-.155-.116,0-.077.077-.116.194m0,2.093c.116.2.31-.036.155-.155a.142.142,0,0,0-.155.155m.232-7.753c.039-.116-.039-.155-.116-.232-.077.116-.039.271.116.232m.31,15.314c-.077,0-.155.116-.232.077-.155.155.348.116.232-.077m-.116-9.964c.039.116.078.077.155,0-.077-.077-.116-.077-.155,0m.116-2.171c.039-.039.039-.116.077-.194-.155-.312-.271.155-.077.194m-.039-3.063c.039.31.426.194.426-.077-.039-.312-.426-.194-.426.077m.387,3.838a.145.145,0,0,0,.232,0c-.039-.116-.078-.271-.271-.194-.852-.116.155,1.125.039.194m-.155-5.234c.077-.077,0-.155-.039-.232-.077.116-.077.194.039.232m.116-.542c0-.077,0-.2-.077-.232,0,.077-.039.31.077.232m.078,7.637c.116-.077.077-.116,0-.194-.116.077-.078.116,0,.194m1.4,5.7c-.155.077-.194.077-.348-.039a2.345,2.345,0,0,0-.544.232c-.194-.039-.31.077-.5.039-.194.077.116.465.31.31.194.116.194-.31.467-.194.077,0,.116,0,.116-.077.155-.155.271.31.542.116.348-.31.077-.155-.039-.387m-1.28,3.8c-.039-.077-.155-.077-.155,0,.039.077.116.039.155,0m-.116-20.744c.039.157.271.116.271,0-.039-.155-.271-.155-.271,0m.348,3.8c-.077,0-.387.077-.271.194.077.077.194-.116.271-.194m-.116.658a1.614,1.614,0,0,1-.155-.387c-.039.232,0,.271.155.387m-.155,3.8c.155,0,.31-.428.077-.389-.116.116,0,.232-.077.389m0,1.667v.232c.116-.116.116-.116,0-.232m.155-3.414c-.155.116-.077.351-.116.506.232,0,.348-.428.116-.506m.31,4.963c.118-.116.273.116.351-.039.077-.232-.155-.271-.31-.155a.811.811,0,0,0-.428.039c.155.077.232.312.387.155m-.387,3.608c.039.116.077.116.194,0-.077-.077-.155-.116-.194,0m.039-4.808c-.078.194.232.077.232-.116a1.272,1.272,0,0,1-.232.116m0-1.667c-.039.348.428.232.428-.039,0-.351-.428-.232-.428.039m.193,1.084c.116-.077.077-.271.039-.426a.424.424,0,0,0-.039.426m.2-6.359c.039.077.194.041.194-.039-.078-.077-.116,0-.194.039m.077-3.255c.039.114.078.114.194.036-.077-.077-.194-.155-.194-.036m.232,4.109c.194-.194,0-.271-.155-.348-.155.232,0,.194.155.348m-.078,16.44c-.116.077-.155.116-.116.194.078.116.31-.039.116-.194m.155-11.361c-.039-.116-.116-.039-.194.039.077.039.194.077.194-.039m-.155-12.328c0,.232.426.194.426-.041-.039-.232-.426-.31-.426.041m.465,11.593c.039-.194-.348-.351-.31-.08-.039.2.348.312.31.08m-.31,2.558c0,.232.232.077.232-.077-.039-.155-.232-.077-.232.077m.271-2.248c-.194-.039-.155.155-.116.271a.15.15,0,0,0,.116-.271m-.078-4.537c-.116,0-.077.232.039.194.116,0,.077-.232-.039-.194m.232-.893c.039-.036,0-.116-.039-.194-.077.077-.116.235.039.194m-.077-6.4c.116.036.193.116.271.036,0-.155-.155-.114-.271-.036m.465,7.172c-.039-.155-.31-.387-.426-.271-.077.232.31.194.426.271m-.194,16.207c-.155-.039-.194.194-.194.31.077.077.232,0,.155-.116-.078-.077,0-.116.039-.194m0-10.935c-.078-.077-.078-.039-.155.039.077.077.077.039.155-.039m-.039-11.051c.116.116.31-.077.31-.232.039-.542-.7,0-.31.232m.232,10.586c0-.155-.116-.387-.271-.232-.232.232.194.736.271.232m-.271,7.639c-.077.194-.077.271.116.31.077-.155.077-.232-.116-.31m-.039-16.4c.039.114.116.31.232.114.039-.155-.155-.155-.232-.114m.194,4.808c-.077-.077-.116-.118-.155,0,.039.077.078.077.155,0m.116,5.853c-.039-.077-.194-.039-.194.077,0,.155.194.077.194-.077m-.155-8.917c-.078.077,0,.155.077.194.116-.077,0-.116-.077-.194m.155-4.459c0,.155.039.271.194.194.271-.194-.116-.619-.194-.194m.777,19.7c.039,0,.194-.077.077-.155-.232-.039.116-.31-.116-.426-.078-.08-.232.039-.273.116-.036.232-.31,0-.348.194-.116.155.155.348.194.155a.311.311,0,0,1,.155-.155c.118.077.2.271.312.271m-.622-16.9c0,.271.232.271.273.036,0-.191-.273-.191-.273-.036m.039,1.745c.077.077.157-.077.157-.116-.041-.077-.157,0-.157.116m.194,3.063c.041.116.077.036.2,0-.118-.077-.155-.118-.2,0m.118,1.316c-.077.116-.077.155,0,.232.155-.077.116-.116,0-.232m.116,3.337c.077-.118.116-.235-.039-.235-.2,0-.077.155.039.235m-.039,11.01c-.118.077-.118.116,0,.194.078-.116.078-.116,0-.194m.039-9.577c.155,0,.194-.232.039-.194-.155,0-.078.116-.039.194m-.039-8.065c0,.077.271.348.349.235,0-.235-.232.036.039-.428.116.116.193-.039.31,0-.155-.194-.194-.155-.31,0-.116-.077-.194.039-.271.039-.116,0-.077.077-.116.155m.116,5.662c.155-.039.232-.465,0-.31-.116.077-.157.271,0,.31m-.077-8.568c0,.114.194.077.232,0,0-.2-.271-.155-.232,0m0,13.647c0,.077.077.077.077.155.271-.116,0-.348-.077-.155m.349-4.459c-.116,0-.232.039-.232.194.116.544.581-.155.232-.194m-.116,2.016c-.116,0-.155.235-.039.2.116,0,.077-.157.039-.2m.155,9.306c-.039,0-.078-.039-.116-.077-.232.077,0,.271.116.077m.31-3.605c-.077-.077-.271-.077-.232-.232,0-.039-.039-.039-.039-.077-.348.736.465.619.271.31m-.155-15.549a.173.173,0,0,0,.194,0c0-.116-.116-.116-.194,0m.116,10.2c-.116.116-.077.155,0,.232.116-.077.078-.116,0-.232m.155,9.226c-.155-.194-.349.039-.077.039a.12.12,0,0,0,.077-.039m.116-12.641c-.116-.114-.116-.114-.232-.036.078.155.116.077.232.036m-.193-2.867c0,.116.116.116.193.077-.077-.077-.116-.194-.193-.077m.232,3.954a.116.116,0,1,0-.232,0c0,.194.232.194.232,0m.116-6.32c-.077-.077-.077-.194-.194-.194-.194.116.039.271.194.194m-.116-5.5c.077-.077.077-.232-.039-.232s-.077.232.039.232m0,12.486c.077-.077.193-.077.232-.194-.039-.351-.465-.118-.232.194m.193,10.739c-.039.077-.077.039-.116,0-.271-.039,0,.312.077.077.2.312.273-.271.039-.077m0-8.8c-.116-.155-.193,0-.116.077Zm-.077,5.04c.039.077-.039.465.116.387,0-.077.118-.155,0-.232-.039-.077.039-.194-.116-.155m.039-18.845c0,.31.39.31.39-.039,0-.271-.428-.232-.39.039m.232,2.444c0-.116-.232-.155-.232-.039,0,.194.232.194.232.039m0,12.641c-.078,0-.232.116-.155.194.039,0,.232-.116.155-.194m-.078-.157c.041.077.078.077.155,0-.077-.077-.114-.114-.155,0m.273,3.84c-.118.077-.312.271-.118.31.2,0,.118-.194.118-.31m-.078-11.825c-.118,0-.077.155,0,.232.078,0,.155-.232,0-.232m.078-4.421c-.078.077-.039.271.077.232.349.039.387.31.465-.271a.417.417,0,0,0-.31.077c-.077.039-.155-.116-.232-.039m.387-2.792c.078-.232-.155-.232-.31-.155-.116.194.194.31.31.155m-.193,5.2c-.194.039-.155.31-.039.31.155,0,.194-.31.039-.31m.193-2.867c.039.116.155.194.194.036,0-.155-.116-.114-.194-.036m.387,16.788c0-.194-.348-.194-.348.039.039.31.348.194.348-.039m-.194-19.193c-.078.465.542.271.464-.116-.039-.348-.542-.232-.464.116m.271,16.517c-.039-.077.039-.116.039-.194-.31,0-.387.348-.039.194m-.077,6.553c-.155,0-.155.2.039.232,0-.077.039-.194-.039-.232m.232-15.663c-.039-.077-.194-.116-.194.039,0,.194.194.155.194-.039m-.039,11.4c-.116.116,0,.232-.116.348.155.077.271-.465.116-.348M487.6,20.4c-.039.155.232.116.232,0s-.271-.194-.232,0m.544,17.913c-.116,0-.194.155-.312.039-.155,0-.349.312-.039.312.116-.077.389-.155.351-.351m-.389-3.644c.155,0,.039-.116-.039-.194-.077.077-.116.194.039.194m-.077-19.619c0,.077,0,.116.039.155.116.116.157-.155-.039-.155m.351,6.436c-.039.232.233.31.387.387a1.747,1.747,0,0,0,.039-.774.038.038,0,0,0-.039.039c0,.194-.426.077-.387.348m.233,12.834c-.078,0-.078,0-.155-.077-.116.232.116.619.348.465.155-.194.077-.5-.193-.387m-.116-15.743c.039.116.116.039.194,0-.116-.077-.116-.077-.194,0m.542-3.373c.077-.31-.426-.348-.465-.116-.077.271.5.387.465.116m.736,19.309a.232.232,0,0,1,.273-.039c.077,0,.271-.348.116-.348-.077.116-.157.077-.234.077-.114-.116-.078-.271-.114-.426-.273.348-.077.542-.273.5-.077-.077-.155-.194-.232-.077-.155.116-.31-.077-.426.194.387-.155.426.116.619,0,.077-.077.155.116.271.116m-.542-20.822c.077-.077-.039-.194-.039-.271-.155-.039-.039.232.039.271m-.077,6.243c-.039.077-.039.271.077.271,0-.077.077-.348-.077-.271m.116-4.537c.116.077.194-.039.116-.116-.039.039-.155.039-.116.116m.116,3.3c-.116.116-.155.31.039.31a.171.171,0,0,0-.039-.31m-.039-.852c.31.62.777-.077.467-.467.271-.348-.622.077-.467.467m.155-2.289c.116.039.116.155.155.194.116.235.116.351.389.389v-.312c-.31.157-.2-.232-.467-.348-.077-.116-.116.039-.077.077m.235,2.676c-.157-.077-.273.194-.2.31.116-.077.116-.232.2-.31m.036,2.6c0-.155-.155-.194-.155-.077s.119.155.155.077m.077-3.876c-.114,0-.155,0-.193.077a.1.1,0,1,0,.193-.077m.078,17.255c-.036.116-.155.194-.155.039,0-.039.118-.039.155-.039m-.036,1.706c.077,0,.114-.194,0-.194-.155,0-.155.194,0,.194m.774.813c-.194.077-.7-.039-.542-.271-.118.039-.387.077-.232.194.31-.077.581.428.774.077m-.581,3.569c0-.08-.157-.039-.235-.08,0,.157.155.118.235.08m.193-7.639c.077-.077-.039-.232-.116-.232-.157.039-.039.31.116.232m.271.968c-.232.08-.349.428-.078.506.31,0,.426-.506.078-.506m.077,3.84c-.116,0-.155.155-.039.232.155,0,.194-.232.039-.232m.116-21.753c.232,0,.155-.348.387-.348-.039-.116-.232,0-.31-.077a.176.176,0,0,0-.193,0,.263.263,0,0,0,.116.426m.271,3.8c-.116-.271-.387-.077-.387.116.155.31.5.232.387-.116m-.155,13.57c-.077-.077-.116-.155-.155-.039s.077.116.155.039m.155,3.76c-.155.039-.348.2-.155.312.155-.039.116-.2.155-.312m.232-.31c-.194-.039-.31-.039-.387.116.155.155.271,0,.387-.116m.077-23.341c.116,0,.157-.155.039-.232-.155,0-.194.232-.039.232m.506,21.054c0-.387-.506-.428-.506-.039s.506.465.506.039m-.232-14.153c.116,0,.039-.077-.039-.194-.077.116-.118.194.039.194m.232,15.433c0-.118-.232-.077-.271,0,.078.077.194,0,.271,0M491.36,13.5c.31.077.232.542.426.542a.038.038,0,0,0,.039.039c.039.155.194,0,.232-.077.232.273.426.039.387-.232-.542-.5-.194.271-.581.116-.155-.039-.077-.194-.116-.271a.639.639,0,0,0-.31-.387c-.155-.039.039.155-.077.271m.349,6.514a1.291,1.291,0,0,0-.232-.116c.039.155.039.155.232.116m.116-.7c-.077-.116-.232-.077-.194.039.039.077.194.077.194-.039m.116-1.048a.156.156,0,0,0-.31-.039c.039.116.31.271.31.039m.348,14.269c.077-.039,0-.155-.077-.155-.116.116.271.581.077.155m-.077,1.084c0,.116.116.039.194-.039-.077-.039-.232-.116-.194.039m.116.97c-.116.116-.194.31,0,.271.077-.077.077-.155,0-.271m0-19.58c.077-.039.039-.116.039-.194-.116-.039-.116.155-.039.194m-.039,19.116c-.039.077.039.155.077.232.039-.116.039-.271-.077-.232m.077-20.512c.039-.077.116-.116.194-.194-.155-.039-.31,0-.194.194m.155,6.436c-.039-.116-.155-.194-.194-.039,0,.116.116.155.194.039m-.194,14.424c.039.116.271.039.348.039.273-.232-.194-.194-.348-.039m.116-19.038c.039.271.348.194.505.116.155-.155-.389-.774-.505-.116m.348-2.287c-.077-.077-.077-.194-.194-.116-.039.116.116.155.194.116m.157,6.088c-.039-.118-.194-.155-.194-.039.077.116.114.155.194.039m.077,15.2c-.077-.077-.194-.116-.194,0,.036.116.077.077.194,0m-.039-21.247c.271-.077.348-.271,0-.232-.118.039-.155.194,0,.232m.348,21.247c-.077-.155-.194-.077-.271,0,.039.232.387.194.271,0m0-.271c-.039-.077-.155-.194-.155-.039-.039.116.077.116.155.039m.155-20.705c.581-.077.426-.387-.039-.5-.271.116-.155.387.039.5m.077,22.721c-.155,0-.232.271-.039.271.155,0,.232-.271.039-.271m.116-1.783c-.31.039-.232.194.039.232.116-.039.116-.271-.039-.232m0-13.376c-.116-.155-.193,0-.077.077Zm.7,13.415c-.348-.622-.774.31-.194.116a.181.181,0,0,1,.194-.116m-.465-17.991c0,.155.351.271.31,0,0-.232-.31-.271-.31,0m0,1.048a.116.116,0,0,0,.232,0c0-.157-.232-.118-.232,0m.116,18.262c-.116.116-.116.155,0,.232.116,0,.077-.155,0-.232m-.039-22.566c.077.039.077.116.155.039-.039-.077-.077-.155-.155-.039m.077,20.393c.039.155.2.039.2-.077-.08-.116-.2-.039-.2.077m.31-20.587c0,.155.118.194.157.077.039-.077-.116-.194-.157-.077m.583,21.325c-.194-.428-.232.116-.426.077-.116,0-.039.155.039.194.039-.271.387.039.387-.271m-.31-17.294c0,.116.077.155.194.194.31-.077-.155-.619-.194-.194m.5,2.637c-.078,0-.078-.116-.232-.077.078.039.271.271.232.077M495,17.3c-.155.155.077.2.193.2-.039-.118-.077-.235-.193-.2m.465,17.487c-.077-.077-.232-.116-.271-.271-.039-.077-.193-.039-.193.077.077.116.31.348.465.194m0,2.016c-.077-.039-.155-.116-.194,0,.077.077.077.077.194,0m.039-19c.155,0,.194-.232,0-.232-.155,0-.155.271,0,.232m2.057,17.1c-.157-.077-.273.077-.428.116-.077,0-.155-.039-.194,0-.194.077-.31-.116-.465-.077-.271.116-.467-.155-.7-.232-.271-.039-.271.194-.077.31.116.039.155-.194.271-.077.351.116.08.506.351.622.116.155.155.155.271.039a.5.5,0,0,0,.271-.351c.039-.077.039-.077.116-.036.31.191.31-.273.583-.312m-1.979,1.551a.135.135,0,0,1,.077.039c.078.194.116-.271-.077-.039m.039-3.993c.039.155.194,0,.077-.116-.039.039-.077.077-.077.116m.271-14.617c.157,0,.077-.271-.039-.271-.194,0-.116.271.039.271M495.778,37.5c0,.077.078.116.155.155.039-.116-.077-.155-.155-.155m.389-1.357c.077-.077.116-.348-.077-.31-.08.039-.2,0-.273.039.234.116.193.155.273.387l.077-.116c.039.077.077.077.155.077.039,0,.039.077.078,0,.039-.116-.155-.039-.232-.077m-.235.5c-.116.351.077.077.2,0-.039-.039-.077-.155-.118-.194-.039.077.08.194-.077.194m0-17.681c-.039.2.235.155.235,0a.118.118,0,1,0-.235,0m.312,18.845c-.116-.039-.116-.077-.194.039.077.077.116.039.194-.039m.039-19.851c.155,0,.232-.273,0-.273-.232-.077-.116.273,0,.273m.039,14.617c.039.116.116.077.194-.039-.116-.077-.155-.116-.194.039m.116-14.5c.039.077.194.232.194.077,0-.116-.155-.232-.194-.077m.426,3.257c0-.194-.348-.194-.31.039.039.31.31.194.31-.039m-.039-1.861c0-.116.077-.116.116-.194-.348-.039-.271.542-.116.194m.271-.932c0-.116.039-.31-.116-.271-.155,0,0,.426.116.271m-.116,15.975c.078-.077.232-.116.232-.232-.116-.077-.232.116-.232.232m.155-19.309c.039,0,.039-.077.077-.116-.116-.194-.232.116-.077.116m.077,5.621c.039.157.193.077.155-.077-.039-.077-.155-.036-.155.077m.155-2.519c.077,0,.116-.039.116-.155-.116-.232-.271.155-.116.155m.544,17.02c-.039-.194-.235-.155-.194,0,0,.118.155.118.194,0m-.039-17.253c.775-.5.155-.581.194-1.125,0-.271-.348.039-.271.194.039.31-.118.622.077.932m.039.929c-.116.08,0,.157.077.2.116,0,.077-.235-.077-.2m-.039,11.75c.039.116.271.194.271,0-.078-.116-.232-.194-.271,0m.233,3.954c-.233,0-.194.348-.039.387.194,0,.271-.387.039-.387m-.078-3.412c-.039.155.194.116.194-.039-.077-.116-.155-.039-.194.039m.232-16.052c.387,0,.155-.658-.155-.5-.194.116,0,.5.155.5m.155,6.359c-.077-.077-.116-.077-.232,0s.078.232-.116.348l.232.116c.116-.116-.116-.387.116-.465m-.155-2.637c-.583.235.5.738.619.077-.194-.194-.387-.116-.619-.077m.155-3.141c-.155,0-.232.273,0,.273a.137.137,0,1,0,0-.273m.232,19.5c-.039-.194-.194-.194-.349-.232.077.155.194.155.349.232m0-14.424c.039-.191-.271-.036-.194.118.116.077.194.039.194-.118m.194,1.747c0-.194-.039-.348-.232-.389a1.337,1.337,0,0,1-.039.389c.116-.039.194.039.271,0m0,7.946c.116-.114-.077-.269-.232-.232-.039.118.116.389.232.232m.389,5.314a.311.311,0,0,0-.467.194c.039.619.893,0,.467-.194m-.312-.077c.077-.039.116-.232.039-.271-.077.039-.155.232-.039.271m.389-2.986a1.588,1.588,0,0,0-.235-.271.2.2,0,0,0,.235.271m-.041-2.093c.118.077.118.077.157-.039.039.039.078.077.116.077.349-.155-.155-.232-.351-.155s-.036.077.078.116m-.114,1.512c.077.077.114-.077.155-.116-.078-.2-.235,0-.155.116m.31-.7c-.039-.077-.155-.116-.155,0,.039.155.077.116.155,0m.271,7.639c0-.155-.271-.232-.271-.039s.271.232.271.039m-.116-22.489c0-.077.039-.194-.077-.232-.116.039-.077.194.077.232m-.077,21.792c.077.036.077-.2.116-.235-.039-.31-.155.116-.116.235m.077-19.389c0,.273.232.2.271,0,0-.155-.271-.194-.271,0m.116,11.44c.194.036.116-.2,0-.2s-.155.232,0,.2m0-10.16c-.039.077-.116.194.039.232.116-.077.116-.232-.039-.232m.155-3.1c.155-.039.116-.271-.078-.271-.116.077-.039.232.078.271m.155,17.565c-.039-.232-.271,0-.271.155Zm-.232-4.186c0,.077-.039.194.078.155.039-.077.039-.155-.078-.155m.155-10.238c0,.116.194.155.194,0,.039-.116-.194-.155-.194,0m.232-2.016c-.039-.077-.077-.039-.155,0-.077.194.116.116.155,0m.232,16.323c0-.232-.232-.155-.271.039a.229.229,0,0,0,.271-.039m-.116-.658c.039.116.116.116.194,0-.077-.077-.155-.155-.194,0m.387,5.04c-.077.077-.116,0-.194,0-.155.039-.116.232.039.194.116-.077.193.077.271,0,.077-.116-.039-.271-.116-.194m-.232-23.265c.155.351.426-.194.467-.348-.273-.116-.622,0-.467.348m.078,16.4c.039-.039.077-.235,0-.273-.078.039-.078.312,0,.273m-.039,2.325c.039.155.232.155.232-.077-.039-.077-.232-.039-.232.077m.194-12.873c-.155-.039-.232.155-.155.271.116,0,.348-.232.155-.271m-.155-2.792c-.039.116.077.116.155,0-.077-.077-.116-.155-.155,0m.116-.465c.155.039.116-.232.2-.31-.2-.077-.157.077-.235.194a.074.074,0,0,0,.039.116m.31,1.861c-.114,0-.114,0-.155.116-.078-.039-.116-.039-.155,0,0,.155.2.155.155,0,.389.194.041.465.505.273-.155-.157,0-.506-.351-.389m-.155.854c-.039.077-.078.116-.078.194.119,0,.232-.116.078-.194m.2,9.848c-.155.077-.119.271.077.271a.154.154,0,0,0-.077-.271m.039,3.218c-.157,0-.194.465,0,.31.077-.077.155-.271,0-.31m.232-3.915c-.155-.08-.155.114-.077.155-.039.232.271-.041.077-.155m-.116,2.713c0,.116-.039.194.039.271.116-.077.077-.194-.039-.271m.039-.465c-.077.039-.039.116,0,.194.077,0,.116-.194,0-.194m.232-14.114c.31-.039.232-.426-.039-.5a.255.255,0,0,0,.039.5m-.194-1.977c.077.039.116-.155.116-.232-.077.077-.232.116-.116.232m.232,2.558c.077-.116,0-.271.039-.387-.077,0-.116.31-.039.387m.077,4.653c-.039.077-.077.155,0,.194.116-.039.116-.116,0-.194m.271-1.667c.078.155.232.2.426.116-.155-.077-.271-.155-.426-.116m.194,7.407c.116-.155.077-.465-.155-.348-.077.116.078.232.155.348m.387,5.2c-.155-.619-.194-.116-.5-.31-.078.271.271.465.5.31m-.387-4.653c-.232.194,0,.465.194.542.039-.155.116-.658-.194-.542m.232.893c.155,0,.232-.232.077-.273-.116,0-.155.2-.077.273m.467,8.1a.156.156,0,1,0-.312,0c0,.155.312.194.312,0m-.116-6.514c-.041,0-.118.077-.118,0-.194-.077.041.31.118,0m.077,1.822c-.119,0-.041.116.039.194.116-.077.116-.194-.039-.194m.116-1.59c.039-.077.116-.155.039-.194-.116.039-.155.039-.039.194m0-2.483c0,.077.116.077.077,0v-.039c.155,0,.116-.077.116-.155,0-.387-.428-.31-.194.194m0,.467c-.039.155.155.271.232.155.271-.271-.271-.622-.232-.155m.348,3.8c-.039-.116-.155-.077-.232-.155-.155.155.077.194.232.155m0-3.025c-.077-.116-.194-.155-.232,0,.077.116.155.077.232,0m-.155.31c0,.116.155.116.194.039,0-.194-.194-.194-.194-.039m.194-13.763c.077-.077.155-.155.077-.232a.135.135,0,0,0-.077.232m-.039,14.888c0,.116.116,0,.155.039.039-.116-.155-.155-.155-.039m.348-3.334c-.039-.155-.077-.777-.31-.5-.078.155.077.813.31.5m-.155-13.531c0,.116.116.077.155,0-.077-.08-.116-.118-.155,0m.116,18.649c.039-.077.077-.194-.039-.194-.077.077-.039.116.039.194m-.077-19.425c.155,0,.116-.155.155-.271-.039,0-.155.194-.155.271m.077,15.472c-.232.116.426.542.348-.351-.155-.581-.542.077-.348.351m-.039-13.688.116.271c.116-.077.077-.116-.116-.271m.5,20.744c-.271-.039-.465.039-.465.232a.552.552,0,0,1,.465-.232m.155-6.165c-.155.039-.426-.232-.5,0a.6.6,0,0,0,.116.777c.232.039-.155.348.155.348.078-.116-.039-.155.194-.31a.48.48,0,0,0,.157-.777c.194.039.194.039.271-.077.077.194.116,0,.077-.116-.116,0-.232.039-.271-.116,0-.116-.2,0-.116.077.077.116.039.155-.08.194.08-.619-.465-.387,0,0m.506,3.025c-.232,0-.155.31-.465.194-.7-.387-.661.155-.273.077.116.312.428,0,.622.077.232.194.349-.271.116-.348m-.893-4.885c.077,0,.116-.155.039-.194-.155-.077-.116.116-.039.194m.039-13.337c.116.31.544.077.232-.155-.077,0-.271.039-.232.155m.194,13.415c.039.116.2-.039.2-.116-.041-.116-.2.077-.2.116m.273-7.91c-.039-.077-.077-.31-.2-.271-.116.232.039.7.2.271m-.077,9.074c-.08-.077,0-.232-.118-.348.039.155-.077.387.118.348m-.08-10.119c.039.194.235.194.235,0a.117.117,0,0,0-.235,0m.157-4.266c.194.077.232.271.426.387,0-.194-.271-.852-.426-.387m.039,16.44c-.039.039-.039.077,0,.155.077,0,.116-.155,0-.155m.232-14.579c0-.077-.077-.116-.155-.194,0,.116,0,.232.155.194m.116,1.977c-.116,0-.155.039-.194.155.116.077.194-.039.194-.155m.077,10.818c.077-.271-.039-.5.039-.774-.5.114-.194.5-.039.774m-.077,4.808c-.194.116.077.31-.155.426.194.077.232-.31.155-.426m1.435-17.526c-.116.116-.235,0-.349.039-.118.077-.157-.039-.235-.039-.232-.039-.348-.426-.619-.232-.5.271.039.932.387.619,0-.116.116-.116.193-.116.2-.077.2.351.387.194.235-.387.738.116.97-.271.232.97.542-.465,0,0-.039-.348-.5-.116-.736-.194m-1.241,11.012c.116.658.232.31.542.194.116-.387-.232-.465-.465-.7-.387-.118-.116.348-.077.5m-.116-12.1c.232-.465.542.118.813.041.077-.041.2-.157.273-.077.271-.157.193-.428-.041-.118-.114-.465-.349-.116-.7-.271a.37.37,0,0,0-.348.426m.581,13.185c-.039.077.039.155-.039.155-.349.155-.194.5-.31.774l-.116-.232c-.194.116.039.271.077.426,0,.155.232.348.349.194.193-.658.658-.813.039-1.316m-.387,1.745a.2.2,0,0,0,.077.155c.116-.039.039-.232-.077-.155m.116,4.614a3.652,3.652,0,0,1-.116.348c.271-.155.039,0,.31.077.039-.116-.116-.232-.193-.426m1.241-2.328c-.351-.077-.583.116-.66,0-.039-.116-.155-.039-.194.039-.039-.077-.039-.194-.155-.116-.155-.077-.387,0-.271.194.116.116.232-.116.348-.077.116-.039.116.077.155.116.157.039.194.194.312.271.114.118.271.039.31-.116,0-.155.465-.31.155-.31m-.7,1.9a.164.164,0,0,0-.271-.039c-.116-.116-.271-.116-.271-.271-.155.155.193.194.155.348a.135.135,0,0,0,.077.039c.039.039.116,0,.116.077-.232.116,0,.116.077.194,0,.08-.193.273,0,.312v-.155l.116.116a3.335,3.335,0,0,1,0-.622m-.5-20.548a1.589,1.589,0,0,0,.116.31c.077-.116.077-.389-.116-.31m.155,17.485c.078.077.116-.039.155-.077-.077-.116-.116.039-.155.077m.232-12.251c-.039-.077,0-.194-.116-.194-.077.077,0,.155.116.194m-.039-5.273a.2.2,0,0,1-.077.155c-.039.155.232.039.077-.155m.116,17.175c.039-.155-.194-.194-.194-.039.039.077.116.116.194.039m.118-1.007a.313.313,0,0,0,.191-.312c-.114-.581-.7.351-.191.312m.155,1.742c-.041.08-.118.118-.118.2.155.039.155-.077.118-.2m.155-2.945c.194.116.077.31.116.5.271.426.658.116.542-.348-.271,0-.155-.348-.465-.194-.039.039-.077.116-.116.039-.039-.039-.039-.039-.077,0-.041-.077-.155-.155-.078-.271-.2-.116-.232.348.078.271m.465,2.016c.271.194.232-.271.271-.465-.039-.31-.387-.116-.155.077.232.387-.465.194-.622.155-.232.348.389.039.506.232m-.31-2.521c.077.312.658.235.736.544.31.348,0,.619.116.852.116.077.039.155.077.271.31-.31-.116-.736.116-1.045.312-.232.157.426.312.542-.077-.387.271-.426.232-.774-.194-.039.077-.155.155-.271-.194.271.465.232.349.116-.194-.039,0-.312-.232-.271-.155,0-.116-.235-.271-.312-.077-.194-.544.155-.387-.31.232-.271-.2-.194-.119.039.155.31-.232.348-.077.583.118-.2.351-.273.155.077.041.155.389.465.077.232-.155-.039-.349.077-.232-.2-.194.157-.271.041-.348-.155-.078.041-.078-.036-.078-.077-.077-.426-.619-.232-.581.155m.232-1.084-.077-.116c-.155.116-.077.31.077.116m-.077-12.524a.166.166,0,0,0,.232-.039c-.116-.077-.116-.077-.232.039m.426,19.774c0-.116-.155-.116-.271-.116a.149.149,0,0,0,.271.116m0-4.924a.416.416,0,0,0-.039.506c0-.2.116-.351.039-.506m.544,2.328c-.118-.118-.157.155-.312.077-.155,0-.194.155-.155.31-.078.039-.155-.116-.155.039.31.039.776-.039.622-.426M506.868,20.9c-.077-.114.039-.271-.155-.348.232.815-.155.7-.039,1.319.62.155.232-.658.194-.97m-.039,12.137.039-.039c0-.116.155-.155.155-.271-.078-.426-.31.116-.194.31m.194-13.841c-.194.077-.039.116.039.271.077-.077-.039-.194-.039-.271m.077,2.751c-.232.31.039.273,0,.465,0,.077,0,.118.116.157.2.116.118.426.312.542.813.542.5-.854,1.084-.542-.271-.312.116-.428.232-.66.039-.116-.039-.348-.155-.232,0,.426-.194.194-.349.465-.232-.465,0,.235-.31.116-.039.232-.738.155-.893.041-.116-.077.232-.351-.039-.351m0,1.667c-.077.077.116.116.194.194.118-.077-.077-.232-.194-.194m.271,9.151c.312.039.08-.426.273-.581.039-.08,0-.116-.077-.116-.155,0-.232-.118-.387-.157a1.119,1.119,0,0,0,.271.467c.077.116-.271.232-.08.387m1.669,1.164c-.119-.273-.157-.041-.312-.155-.155,0-.349-.041-.5-.041-.31-.155-.581.041-.854-.116.08-.155.08-.387.273-.232-.077-.426-.31,0-.273.232-.232.235-.077.583.235.389.077-.077.077-.077.155,0s.077.077.194,0a10.293,10.293,0,0,0,1.086-.077m-1.358,1.628-.116-.157c-.077.157.039.273-.116.389.194,0,.039-.232.232-.232m.155-15.9c0,.155.194.194.194.039.039-.155-.194-.155-.194-.039m.271,10.042c.116-.155.271-.232.31-.426-.039-.155-.194,0-.194.077-.426-.271-.5.581-.116.348m-.232-10.313c.194.155.271-.273.155-.389a.688.688,0,0,1-.155.389m.232,2.364c0,.194.232.155.232-.039s-.232-.155-.232.039m.232,11.632c.077.077.039.194.116.271,0-.155.039-.465-.116-.271m.116-1.783c0-.039.039-.077.039-.116.078,0,.078.348.194.116-.039-.039-.077-.155-.039-.194.116-.077,0-.232.078-.31,0-.155.116-.232.155-.387-.581-.077-.155.155-.31.542-.116.155-.232.116-.116.348m.077.583c-.039.116-.155.232-.039.348a.245.245,0,0,0,.039-.348m.31.891c.118-.271-.116-.387-.155-.619.039.194-.155.194-.232.271-.039.271.193.31.387.348m-.232-1.007c.039-.08.155-.157.077-.235-.155-.039-.194.116-.077.235m.039-12.6a2.688,2.688,0,0,0,.155.387c.039-.194.039-.271-.155-.387m.155,1.745c.039.116.193-.077.193-.116-.036-.2-.232,0-.193.116m.077-2.289c.116.312.116.157.116-.077Zm.039,11.556c0,.114.157.155.235.036,0-.114-.235-.191-.235-.036m.119.426c.31.232.193.232.232.5.116-.116.077-.232.232-.232-.232-.194-.039-.155-.077-.348-.155.194-.232,0-.387.077m.348.929c.116-.039,0-.155-.116-.194a.183.183,0,0,0-.155-.232c-.039.116.193.194.155.348.039.039.039.116.116.077m-.077,2.054c-.077-.191-.193,0-.116.118.039.039.078-.077.116-.118m.077-13.88c.078-.077-.077-.155-.039-.232-.116.077-.077.116.039.232m.194,12.137c0-.041-.039-.077-.039-.118-.077.041-.155,0-.155.118Zm.31-.815c-.116.194-.31.039-.426.194.31.116.387.31.426-.194m-.387-.815a.37.37,0,0,0,.116-.387Zm.116-1.471c0,.116.116.155.193.039-.077-.077-.155-.157-.193-.039m.232,3.683c-.078-.077-.194.077-.155.155.039.039.155-.077.155-.155" transform="translate(-474.105 15.904)" fill="%23313131"/><path id="Path_146" data-name="Path 146" d="M505.791,39.811c-.157,0-.465-.077-.2-.191-.23-.118-.114.155-.269.191-.155-.036-.736.157-.619-.077h-.116c-2.756.235-6.049,0-8.96.077-.542-.036-1.239.041-1.742-.036-.815.077-2.171.31-2.56-.622-.155-5.156,0-10.274-.039-15.353,0-3.373-.039-6.787,0-10.122.077-1.123,1.474-.968,2.289-.929.578-.039,1.2-.039,1.822-.077,1.474.116,2.986,0,4.537.077,1,.077,3.063-.5,2.986,1.086.078,5.234,0,10.313.039,15.508h-.077c.155.465.039,1.048.271,1.474,1.123.7,2.594.155,3.838.348.854-.077,1.742.039,2.6,0,.234,0,.544-.077.736.039.077-.039.077-.039.157.039a3.035,3.035,0,0,1,1.316-.077,1.524,1.524,0,0,1,.932.116c.118-.348,1.048-.077,1.355-.116.2,0,.276.271.43.351.039-.157-.155-.235-.235-.312a10.388,10.388,0,0,1,1.551-.039c1.316,0,2.637-.077,3.956.039.891,0,.774.97.813,1.59a5.966,5.966,0,0,1-.039,1.2c-.078,0-.155-.039-.193.077.506.426.077,1.551.232,2.171a8.379,8.379,0,0,1-.116,1.979.3.3,0,0,0,.078.348c-.039.077-.116.155-.039.271.2-.31-.039.426-.077.5-.077.31-.465.387-.7.428-.273-.077-1.512.232-1.357-.155,0-.08,0-.118-.078-.118,0,.077.078.351-.039.31s-.312.041-.351-.114c-1.936.232-4.537.036-6.785.114-1.2.041-2.405-.077-3.605.041a3.13,3.13,0,0,0-.581-.041c-.116,0-.077-.114-.155-.155-.039.235-.581.118-.815.2-.036-.118-.077-.041-.194-.041M492.182,19.843a.247.247,0,0,0,0,.232c.077-.039.155-.271,0-.232m.155-5.7c-.077-.039-.116.116-.155.194.194.31.271.039.155-.194m.736,8.181c-.114.155-.194.039-.114-.077,0-.039,0-.077-.041-.077-.312.194-.273.116.077.31.041-.039.2-.155.077-.155m-.271-9.113c-.077.039-.039.194-.039.31.155-.077.077-.232.039-.31m.157-.348c-.276,0,.077.387.114.155,0-.116,0-.155-.114-.155m.31,16.788a.551.551,0,0,1-.078-.232c0,.077-.312.116-.155.116.078,0,.078.039.078.077s-.078.194.036.194c.041-.077,0-.194.119-.155m.039-11.632c0-.039-.039-.039-.077,0-.194.194-.39-.155-.039.426.346-.232.426-.116.116-.426m-.039,3.141c-.039.271-.155.116-.2.348a.039.039,0,0,1,.041.039c.077-.271.385-.155.155-.387m-.078,1.4c.039.116.23-.039.191-.116s-.039.039-.075.077c-.039.077-.077-.039-.077-.077,0-.116-.194.039-.116.116.036-.039.036-.077.077,0m-.077,12.563c.036.077.116.387.193.31-.077-.077-.077-.348-.193-.31m.077-13.26c0,.116.116.155.153.232,0-.116,0-.273-.153-.232m.465,17.175c-.077.348-.118.077-.273.077,0,.194.39.194.273-.077m-.118-15.355c-.077-.077-.155.08,0,.08-.269.232.2.116,0-.08m.118-.736c-.157-.155-.157.039-.2.194.2.077,0-.232.2-.194m.5,2.483a.213.213,0,0,0,.078-.194c-.039,0-.116.077-.155,0-.269.116.077.348.235.426.155-.039-.273-.155-.157-.232m-.116-2.986c-.036,0,.039.077-.036.077-.077.077.075.116.153.155-.039-.077.039-.232-.116-.232m.234,15.936c.077-.116-.2-.116-.2,0,.077.077.116.077.2,0M494.43,35c-.077-.116-.116-.039-.2,0,.041.116.041.155.2,0m.116,3.334c.155-.039-.078-.271-.155-.232.077.116-.039.232.039.348.116,0-.077-.271.116-.116m.077-3.412c-.039,0-.039.077-.039.116-.077.116-.116,0-.116-.077-.077.039,0,.232-.039.31.232-.116.194-.116.194-.348m.2.5c-.118.039-.039-.155-.234-.039.2.077.039.116.116.194l-.039.077c-.116.039.039.077.08.155.039-.155,0-.232.077-.387m.114,2.792c-.114,0-.271.116-.114.155.075,0,.075-.116.114-.155m-.075-21.131c-.157.116.31.348.23.194-.116-.039-.194-.077-.23-.194m.581,19.774c-.116-.155-.232.077-.116.155.077,0,.077-.077.116-.155m.153-8.336c.077-.118.273.077-.075-.2,0,.077-.039.118-.116.041-.155.036.155.077.039.194.039.039.077,0,.153-.039m.351-3.646c-.077-.077-.312-.077-.2.077-.039.118.2-.039.2-.077m.232-5.776c-.077.116-.077.232.08.116.112.039-.041-.116-.08-.116m.114,17.216c-.114.077-.075.269.077.191-.034-.077,0-.155-.077-.191m.234-22.956c-.157.077-.08.194,0,.271.116-.077.077-.155,0-.271m.235,2.6c0-.155.116-.271.039-.426,0-.428.271-.155-.116-.583-.157.232.155.583-.157.777-.08.077.077.155-.039.194,0,.077.077.116,0,.232.077-.116.155-.116.273-.194m-.039-1.241c-.039-.077-.2.077-.118.116.157,0,.351-.387.118-.116m.193,6.011c0-.039.078-.348.155-.155.075-.039-.039-.116-.077-.116-.116,0-.116.116-.194.194-.039-.077-.077-.116-.157-.039.2.039.118.194-.039.116,0,.155.234-.039.273.155.155-.155.424-.348.039-.155m-.039,15.353c0,.116-.116.039-.194.039l.116.116c.194-.039.194-.232.077-.155m0-19.542c-.155-.194-.235.271-.116.387.193.041.077-.271.116-.387m-.039,19.776-.039.155c.232.114.155-.041.039-.155m.346-12.875c-.153.155-.153.041-.308-.036v.114c.155,0,.232.118.346.235-.039-.116-.114-.157-.039-.312m.155-.077c-.039-.039-.116,0-.116-.077-.078-.232-.191.118-.269-.039,0,.116.039.157.155.116.075-.077.153.041.23,0m.234-8.413c-.155,0-.039-.232-.194-.31-.041.077-.157.039-.2.116.077.116-.039.077-.039.155.155.077.039.426.235.116-.118-.116-.08-.155.039-.232a.659.659,0,0,1,.039.271c.077-.039.116-.039.116-.116m-.194,3.1c-.118-.039,0-.155.039-.232-.118,0-.234-.116-.2.116.039,0,.039.039,0,.039-.039.116.039.194.039.271-.153-.039-.077.077-.077.155.155-.039.312-.5.2-.348m-.041,3.879c0,.194-.155.348-.039.5.08-.116.2-.387.039-.5m.389-5.856c.077,0,.119,0,.119-.077,0-.039-.08-.116-.119-.155,0-.077.119-.271-.039-.232s.116.31-.077.31c-.039.116-.039.077-.116.039-.039.116.155.116.232.155ZM498,29.072c0-.039-.194-.155-.232-.116h-.077c.039-.039.039-.039.039-.077-.077.039-.077.077-.155.116.116.039.232.039.194.155.271.039,0-.116.232-.077m-.31-14.463c-.077-.039-.039.039-.077.077.039.039.116-.077.116.039.2-.077.2-.232-.039-.116m.039,21.792c0,.114.119.232.153.114,0-.077-.114-.191-.153-.114m.31-13.107c.077-.155-.191-.077-.232-.155a3.128,3.128,0,0,1,0,.622c.31-.039.118-.312.232-.467M498,15.734c-.118.116.235.271.194.039,0-.194-.116-.194-.194-.039m.273,2.093c-.039-.039-.039-.155-.08-.194-.078.077,0,.194-.116.271.039.039.116-.077.2-.077m.116,18.378c0-.194-.312.039-.116.118.039,0,.039-.118.116-.118m.116-20.432c-.039-.116-.155.039-.155.116.077.155.155.039.155-.116m.039,2.558c-.077-.077-.194.155-.155.232.116-.039.116-.155.155-.232m.191-.542c-.269-.077-.191.155-.191.31.116-.077.039-.232.191-.31m-.153.97c.114,0,.191,0,.114.155.235-.077-.036-.351-.114-.155m.658,13.608c-.077-.194-.116.077-.116.155.039.116.077-.116.116-.155m.077-11.825c0-.348-.194-.077-.116.116.039-.077.039-.194.116-.116m.428-5.585c0-.116-.237-.31-.314-.194-.23,0-.153.387.039.387.08-.077.276-.077.276-.194m-.353,5.507c-.075.039.039.116.039.155,0,.077-.114.271,0,.194.273-.31.078-.116-.039-.348m.273-4.072c-.2.077-.039.116-.08.194-.077.116.041.077.118.155a.364.364,0,0,1-.039-.348m.351,5.7c-.116-.389-.194-.039-.271-.194-.041.039,0,.271.077.116.078.077.039.31.078.426.155-.116-.078-.232.116-.348m-.232,9.188c.039.116.348.194.462.348-.036-.194-.269-.271-.462-.348m.077-11.361c-.116.116,0,.155.039.273.116-.077-.039-.2-.039-.273m.271-2.945c-.077-.077-.155,0-.232.036-.078-.077-.078,0-.078.041,0,.155.155,0,.232.077s.155-.118.077-.155m.077-.467c-.155.039-.155-.155-.348-.155-.039.155.116.194.232.232.039.077.039.194.191.194-.153-.077.039-.194-.075-.271m-.155,7.639c-.116-.039-.039-.232-.116-.271-.039.039.039.116,0,.194-.039.039-.078.116.039.116.039,0,.039-.039.077-.039m0-8.919c-.039-.077.039-.077.077-.116-.077-.077-.31-.194-.155,0,.039.077,0,.31.155.273-.077-.041,0-.118-.077-.157m.346,6.981c-.078.31-.23.116-.346.232.155.039.5,0,.346-.232m0-5.856c-.039.039-.078.039-.078.077,0-.194-.114-.039-.114,0,.114.116.191.116.191-.077m.039,20.86a1.065,1.065,0,0,0,.08.5.586.586,0,0,0-.08-.5m.2-20.4.039-.039c0-.116.078-.077.116-.155-.155-.232-.271.039-.271.194.039,0,.077-.077.116,0m.346,7.987c-.114,0,0-.194-.114-.116v-.116a.678.678,0,0,1-.194.155c.269.116-.116.116,0,.232.155-.31.155.389.307-.155m.116-7.949c-.116,0-.23,0-.269-.116-.077.077-.039.157-.039.271h-.039c.039.08.191.2.269.157.043-.077.234-.312.077-.312m-.155,4.808c-.153.116,0,.312.039.467.039-.155.082-.351-.039-.467m0,15.355c.078.039.155.155.273.116-.077-.116-.118-.194-.273-.116m.273,2.171c.157.077.235.232.351.31-.039-.077-.194-.348-.351-.31m.351-26.133c-.116.077-.077.194,0,.271.116-.077.155-.232,0-.271m.307,9.074c-.116-.155,0-.312-.153-.351-.077.2.075.235,0,.467.075.077.037-.155.153-.116m.118,0c-.31.232,0,.155.116.31.116-.232-.273-.039-.116-.31m.194,11.4c-.039.465.462-.155.116.039a1.675,1.675,0,0,1,.039-.194c-.155.077-.155.116-.232-.039l-.039.039c.116.194-.118.194-.2.271,0,.039.118.077.118.039.039-.116.155-.077.194-.155m-.155-12.137c-.118.039-.08.426.116.348.039-.155-.155-.194-.116-.348m.31,13.921c.23.194.077,0-.039-.116-.077.077-.31.348-.194.426,0-.232.31-.116.232-.31m-.194-15.7c-.039.155.116.232.232.31.114-.155-.039-.465-.232-.31m.542,6.4c-.08.116-.118.232-.235.232.155.194.273-.116.235-.232M503,31.748c-.116.039-.039.271.077.194.039-.039-.077-.116-.077-.194m.232,2.442c-.271,0-.155.232-.039.348.191.194.774-.387.039-.348m.075-.813c.116-.039.039-.157.155-.194-.039-.041-.155.077-.155-.041-.153.077-.191.155-.114.273,0-.118.077-.039.114-.039m4.653-1.4c-.114.077,0,.116-.075.194,0,.232.31,0,.075-.194m1.009.194.077.077c.039-.039-.077-.271-.194-.232.116.077.039.194.077.271,0-.039.039-.077.039-.116m.428.039c-.119.039,0,.194.077.194.075-.039,0-.194-.077-.194m.23-.116c-.039.155.157.194.2.039-.039-.232-.157-.271-.2-.039m.157-.893c0,.116-.039.232.039.312.039-.08.078-.235-.039-.312m.54,6.785a.085.085,0,0,0-.039.157c.039-.039.116-.077.039-.157m.351-5.66a.534.534,0,0,0-.155-.116c0,.348-.078,0-.2.116.118.271.157.077.351,0m.155,2.637c.08.077.036.232.157.271a.207.207,0,0,0-.157-.271m1.007,1.512c.039-.2-.153-.389-.116-.583,0-.155-.153-.271-.191-.116a2.621,2.621,0,0,1,.191.932c.077-.039-.036-.2.116-.232m.119-4.885c.039.077.077.232.155.232,0-.077-.155-.467-.155-.232m1.086-.118c-.273-.426-.116.273.039.273.116-.077.155.039.23.077.039-.351-.191-.039-.269-.351m.62,5.662c0,.039.038.039.077.039-.039.039-.039.077-.077.039-.2.077.038.155.155.194-.116-.116.077-.31-.155-.271m1.512-4.614c-.039-.039-.078-.077-.116-.077,0-.116-.235-.039-.271-.194,0-.116-.116.077-.194-.039-.039-.039-.116-.155-.155-.039-.353.271-.077.077.039.348.116-.077.194-.039.346,0,.078-.077.078.077.194.077,0-.077.079-.039.157-.077m-.581,5.856c-.039,0,0-.039,0-.077.078,0,.078.232.194.116.036-.039.075-.116.114-.077.116.077.116-.077-.039-.116.039.077-.114.155-.153.116,0-.116-.116-.077-.155-.155-.116-.157-.428.116-.116.077-.234.116-.118.581,0,.426.078-.116.194-.194.155-.31m.194-6.748c-.077,0-.155-.155-.194-.036.039.036.194.271.23.077,0,0,0-.041-.036-.041m.31,7.6c-.2.077-.157.5,0,.194.116.077,0-.116,0-.194m-.038-6.2c-.157-.039.077.116.116.157.078-.118.039-.273-.116-.157m-.041,5.7c.079.077.235.155.312.039-.116-.271-.039.077-.312-.039m.658-6.243c-.039-.039-.039-.039-.077,0-.114.039-.346-.077-.424.077a.189.189,0,0,0,.31.077.113.113,0,0,1,.152.077c.039.116.276-.116.353.077.232-.271-.2-.232-.314-.31m-.155,3.84c0,.036-.036,0-.075,0,.114.114,0,.232.039.348.075-.039.191-.389.036-.348m1.127.736c-.039-.116.116-.116,0-.232a.12.12,0,0,0-.039.077c-.118.077.078.232-.118.271.2.077.35.116.157-.116m.348-3.84c-.077.077.114.2.075.273s-.037.077.039.116c.077-.155,0-.271-.114-.389m.271.041c.077.194.193.036.116-.077-.078-.041-.039-.157-.157-.2-.039-.155-.155.039-.039.077.119.077-.039.155-.077.232.077.041.116-.155.157-.036m.583,5.66c.349-.077-.039-.077-.155-.039.155-.232-.157-.039,0-.232.039-.194-.235-.039-.157-.31-.036,0-.036.039-.078.039,0-.116-.077-.389-.116-.116a.083.083,0,0,1-.077.077c.155.077,0,.155.039.232.078,0,.155-.155.078,0,.351,0,.039.155.234.387,0,.116-.157.271-.08.348.041.039,0,.116.118.116.658.077-.312-.581.194-.5m.039-5.5q-.174,0-.232.232c.155.039.424-.116.232-.232m.036-.31c0-.157-.23-.041-.191.077.078,0,.23.077.191-.077m.194-.041c-.039-.194-.23,0-.078.077.039,0,.078,0,.078-.077m.658-.232a.038.038,0,0,1,.039-.039c.08,0,.157-.077.118-.155-.118.194-.234-.155-.387-.155-.116.077-.077-.31,0-.271l.039-.039c-.194-.155-.194-.039-.155.155,0,.194-.271.271-.232.465,0,.116-.039.039-.08.039.041.155.312.351.467.273a.345.345,0,0,0,.191-.273m-.423.622c-.039,0-.116,0-.039.077.078,0,0,.116.039.155.077.155.155-.194,0-.232m.893-.194c-.078.036-.039.155-.116.194a.135.135,0,0,1,.077.039c-.077.116.155.31.232.194.192-.116-.077-.348-.193-.426m.774.658c-.31-.232-.581-.155-.116.077Z" transform="translate(-452.191 16.188)" fill="%23313131"/><path id="Path_147" data-name="Path 147" d="M542.747,39.815a13.143,13.143,0,0,1-2.79-.077c-1.631.232-3.414-.039-5.081.077-1.471.31-3.141-.116-3.567-1.745a3,3,0,0,0-1.2-1.938c-.118.116-.234-.039-.35,0-.31-.077-.813.116-1.007-.155a.291.291,0,0,0-.039.155c-.079-.039-.157,0-.234-.077-.271.155-.542,0-.813.039a13.707,13.707,0,0,1-2.521,0c-.116.077-.271-.077-.387.039-.039-.077-.078-.194-.155-.077,0,.155-.271.116-.387,0a8.771,8.771,0,0,1-2.25.077c-.271,0,.118-.7-.31-.428.387.815-1.28.351-1.706.428a5.961,5.961,0,0,0-1.435.077c-.116.155-.387.155-.5.348-.077.077-.232.039-.194.155,0,.116-.077.077-.155.116a.187.187,0,0,1-.039.271c-.271.506-.426,1.125-.661,1.667a1.5,1.5,0,0,1-1.861,1.009c-2.441.077-4.847.039-7.327.039-1.048-.077-3.8.426-2.676-1.435.077.194.271.039.116-.039a32.738,32.738,0,0,1,1.28-3.063c.039-.155.194.194.31-.039a1.946,1.946,0,0,1,.271.31c-.232.077-.348-.426-.232.273.193,0,.193-.118.232-.273.116,0,.271,0,.31-.155a1.01,1.01,0,0,0-.426-.813c-.194-.077.116-.077.155-.389.077.157.271.235.155.351.116.116.194-.039.351-.039-.351-.389.155-.544.31-.116.077.116-.31.426.039.31-.039.194-.194,0-.271.116-.077.155-.155-.039-.273-.039-.039.116.039.232,0,.387-.039.194.157.31.234.077.039.155-.116.194-.077.31.155-.077.348.428.5,0,.193-.232.193.312.348.155.077-.114.155-.194.077-.348-.039-.194.232-.039.31-.039.428-.116-.387-.31-.271-.581-.155.077-.193-.116-.348-.155v.271c-.271-.077-.039-.5-.271-.66-.039-.114-.232-.191-.155-.348a2.977,2.977,0,0,0-.312-.619,28.987,28.987,0,0,1,1.59-3.3c1.551-3.995,3.685-7.91,5.391-11.9.5-.97.89-2.018,1.435-3.025.387-1.086.929-2.366,2.286-2.25,3.954-.039,7.987.155,11.943-.077,1.9-.077,2.442,1.241,3.1,2.754.155.581.506,1.086.7,1.667a.7.7,0,0,0,.155.542v-.194c1.048,1.977,1.822,4.072,2.792,6.049.349.736.658,1.474.968,2.209.312.66.7,1.125.312,1.786.269.036.269.077.426-.157.193.312.31.583.464.893.31.891.891,1.745,1.125,2.637,1.161,2.093,1.977,4.38,3.061,6.553.506.929,1.241,2.48-.465,2.4m-36.835-1.628c-.114-.155-.155,0-.271.077,0,.116.271-.039.348.116,0,.039.041.039.08.039.039-.116-.116-.155-.157-.232m.312-.97c-.077-.116-.155,0-.155.077.077.118.155,0,.155-.077m.62,1.357c-.116-.116-.194-.077-.232.039.077.077.155,0,.232-.039M507,36.558a.083.083,0,0,0-.077-.077c-.116.116.077.31.077.077m.194,2.171c.078.077.116.039.155,0,.116-.077.116.039.2.116.155-.232-.467-.31-.351-.116m.155-.813c.078-.039-.038-.155-.038-.232-.078.116-.078.116.038.232m.544.039c-.116-.077-.194-.116-.232.039-.077.077-.2.039-.116.232.232-.039.155-.31.348-.271m-.116.658a.213.213,0,0,0-.193.077c.116.116.271.077.193-.077m.039-5.311c-.077-.039-.155-.077-.193,0,0,.155.116.077.193,0m.271-.426c-.077-.116-.155-.077-.271-.039.077.077.232.155.271.039m.31.465a.542.542,0,0,0-.426,0c.077.194.31.155.426,0m-.271,1.861a.387.387,0,0,0,.194.155c-.155.077-.271,0-.194-.155m.736,2.366c-.039-.116-.349-.194-.349-.039.039.077.232.077.349.039m-.078.426c0-.077-.116,0-.194-.077,0,.077-.039.194-.039.31.194,0,.194-.039.232-.232m.116-4.653c-.039-.116-.116,0-.194-.039-.232,0-.039.232.194.039m0,3.838c-.271-.039-.31.039-.078.2Zm.351-6.553c-.041-.116-.041-.155-.078-.232-.234.039-.077-.116-.155-.232-.157.039,0,.232-.2.31a.463.463,0,0,1,.428.155m-.232,2.715c.155.077.155.077.232-.039-.078.039-.155-.077-.232.039m.387,2.132h-.273c-.193.232.2.155.273,0m.426-.813c-.271.155-.194,0-.349-.155-.039.077-.039.155-.116.155-.544.116.542.348.465,0m-.349-1.28c0-.077-.039-.116-.039-.194-.193.077-.157.348.039.194m-.039,2.637a.369.369,0,0,0,0-.348c-.193,0-.039.232,0,.348m.155,2.4c-.039-.077-.116-.155-.194-.077a.1.1,0,0,0,.194.077m.387-.774a.327.327,0,0,1-.078-.232c-.077.039-.155.542.078.426.077-.077.077-.116,0-.194M510.1,34c-.039-.08-.194-.157-.194.036,0,.118.232.118.194-.036m-.116-4.382c.116-.039.116-.116,0-.194-.039.077-.116.194,0,.194m.155,5.156c.155,0,.232,0,.039.077.155.077.271.116.426-.039-.194-.039-.31-.232-.465-.039m.581.893c-.194-.118-.349-.041-.542.036a.674.674,0,0,0,.542-.036M510.294,34c.039.271.5.348.271.155-.155,0-.116-.118-.271-.155m.467,3.683c-.234.155-.077-.039-.157-.077-.349.077.273.426.157.077m.426-2.715c-.116,0-.271-.116-.348,0-.118-.077-.155.039-.273.039,0,.194.155.039.273-.039.116.116.194.116.348,0m.039-.5c.077.077.077.077.155,0-.077-.077-.116-.116-.155,0m.465.7c.039,0,.077.077.116.039.31-.774-.542-.387-.155-.348.039.271-.31-.039-.387.077.116.155.31.077.426.232m-.31-5.156c.078-.039,0-.077-.039-.116-.116.039-.078.116.039.116m.31-4.3c.116-.077.039-.194-.039-.232-.078,0-.078.271.039.232m.348,10.044a.427.427,0,0,0-.426-.077.309.309,0,0,0,.426.077m.039-5.856-.349.271c.194-.077.5,0,.349-.271m.234-4.034c-.041-.116-.389-.116-.428,0a.761.761,0,0,0,.428,0m.426,4.5a.4.4,0,0,0-.389-.155c0,.077.351.348.389.155m-.155,6.553c0-.116-.157-.116-.194-.039,0,.077.116.116.194.039m.078-10.973-.116-.116c-.155.116.039.235.116.116m.464,10.315c-.039-.077-.194-.039-.232-.039-.039.116.194.194.232.039m.194-1.783c-.116.116.077.116.194.116.193-.077-.116-.116-.194-.116m.815-12.6c-.077.039-.155.077-.155.155.114-.077.114-.077.155-.155m.194,9.19c0-.157.155-.116.078-.312-.232,0-.155.2-.232.312-.039.194.193.155.155,0M514.289,18.8a.182.182,0,0,0,.039-.232c-.077.077-.077.116-.039.232m.31,17.1c-.077-.155-.193-.039-.193.116.078-.039.155-.039.193-.116m-.039,3.567c-.116,0-.077.116-.077.232.077,0,.116-.194.077-.232m.426-17.8c.039.077.039.155.078.194.31-.077.155-.155-.078-.194m.465,14.153a.3.3,0,0,0-.039.31c0-.116.116-.194.039-.31m.854-.312c-.116-.194-.232.039-.077.116,0-.036.039-.077.077-.116m-.116-20.742c.039.155.193.077.271,0-.116-.08-.232-.116-.271,0m.464,10.081c-.039-.039-.193.039-.271.077.039.039.31.039.271-.077m.194-2.754-.232.116c.116.271.194.039.232-.116m-.155,13.415c-.155.157.232.116.31.116.039-.116-.232-.077-.31-.116m.155-20.626c-.077.194-.116.387.116.465.349-.077.234-.5-.116-.465m.777.736c.078-.039.155-.077.194.077a.25.25,0,0,0,.31-.387c-.31.194-.232,0-.271-.232-.078-.116-.387-.31-.31,0,.116.271-.234.039-.312.232l.041.039c.155-.039.155.31.348.271m.078.581c-.039,0-.116,0-.078.08.078.116.155.039.078-.08m.077,13.843c-.155.039-.116.116-.039.232.077-.116.155-.194.039-.232m.194-8.336c0-.116-.116-.155-.232-.039.077,0,.155.077.232.039m.116-.777c-.078-.039-.232,0-.155.077.077.039.116,0,.155-.077m0,1.435c.039-.116.116-.194,0-.232-.116.039-.078.116,0,.232m-.039,12.8c.116,0,.194-.116.31-.039a.135.135,0,0,1,.078-.039c.039-.271-.542,0-.387.077m.271-20.51c.116.077.426.077.426-.077-.155.077-.271-.118-.426.077m.661.426c-.116-.039-.194.039-.312-.039s-.116.155-.232.155c-.116.31.661.31.387-.039.119.039.273,0,.157-.077m-.351,3.8c-.077-.077-.116-.116-.155,0,.039.077.078.077.155,0m.077-1.357c-.039,0-.077.039-.116.039.039.116.232,0,.116-.039m.157,3.373c-.119-.077-.119.039-.2.077.077.118.118,0,.2-.077m-.157,15.123c.08.155.08.155.2,0,.155-.116-.116-.039-.2,0m.273-6.243c-.273.077-.273.7-.078.232a.155.155,0,0,1,.078-.155c.039-.039.039-.039,0-.077m.193-14.385c.116-.077.155-.155-.039-.271a.239.239,0,0,0,.039.271m.194,4.847c0-.116-.155-.039-.194.039.039.039.155,0,.194-.039m-.116.62c.116-.077.232,0,.31-.116-.155,0-.271-.116-.31.116m.271,8.532c-.116.077-.039.116.039.155.116-.039.077-.155-.039-.155m.465-14.463c-.077-.312-.31-.194-.5-.077,0,.348.387.232.5.077m-.116,14.346c-.194,0-.271.31,0,.31.271.039.193-.31,0-.31m.464-8.416c-.039-.116-.155-.039-.116.077.039,0,.116-.039.116-.077m.157-1.706a.13.13,0,0,0-.235,0c.077.039.157.077.235,0m-.077-4.418c.077,0,.077-.118-.041-.155-.078.077-.039.114.041.155m.036,2.248c-.036.116.077.155.119.077,0-.116-.119-.271-.119-.077m.234,3.8a.173.173,0,0,0-.193,0c.036.155.155.155.193,0m.271-3.141a.135.135,0,0,1-.039-.077c-.194.155.039.312.039.077m.194,16.246c-.077-.077-.116-.077-.194,0,.077.118.116.077.194,0m.31-14.228c-.155-.116-.155.039-.077.116.077.039.077-.077.077-.116m5.466,7.4c-.852-1.745-1.277-3.722-2.442-5.35-.155.155-.271.619-.464.387,0,.194.116.194-.039.348a17.17,17.17,0,0,0-1.357,2.676c0,.077-.077.077-.116.155-.039.039.039.116-.039.194-.155.271-.155.777-.428.854-.077.039-.116.116-.036.155.155.077-.08.271-.08.387-.658,2.248-.891,1.938,1.512,2.093,1.164-.116,2.521.232,3.608-.232.581-.426-.077-1.125-.118-1.667m-5.118-12.251c.078.039.155-.039.273-.118-.118,0-.273,0-.273.118m.31,6.318c-.232,0-.114.312-.155.467.077,0,.351-.467.273-.544-.041.077-.078.077-.119.077m.041-.348c-.078-.077-.119-.116-.155,0,.036.116.077.077.155,0m.194,14.85c-.079-.077-.194-.155-.235,0,0,.155.119.077.235,0m.116-14.966c.039.077.155.155.194,0-.078-.077-.116-.077-.194,0m.465-1.628c.077-.077.039-.116,0-.194-.078.077-.078.116,0,.194m.31,16.285c-.116-.039-.194-.116-.271.039.039.116.194.039.271-.039m-.077.661c-.039-.116,0-.2-.116-.2-.155.041.039.389.116.2m.116-2.986c-.116-.077-.116,0-.194.039.078.116.116.039.194-.039m.348-12.06c.077-.039.077-.039.155.039.118-.116.234-.039.39-.155-.155-.116-.271-.387-.506-.232-.155.116-.31.116-.465.232-.116.116.387.194.426.116m-.116,11.711c-.116,0-.155.116-.232.194.155.039.271-.077.232-.194m-.078-10.818c.232-.039.194.039.349.116.041-.271-.465-.232-.349-.116m.506-2.754c.077.077.077.077.232.077-.155-.155-.155-.155-.232-.077m.31,10.547c-.077.116-.232.155-.271.31a1.043,1.043,0,0,0,.271-.31m-.116,5.466c-.039.077-.155.194-.077.232.155.039.271-.116.077-.232m.078-14.075a.182.182,0,0,1,.232-.039c.078.039.038.155.116.2.078-.077-.038-.273.116-.273.078,0,.155-.077.194.039.116.194.464,0,.661.116.077,0,.077-.077.039-.116-.116-.116-.312.077-.467-.039-.232-.155-.891-.31-.891.116m.232,13.495c0,.155.232.232.232.039.039-.116-.194-.194-.232-.039m.736-3.995c0,.116.155.077.232.077.078-.077-.194-.232-.232-.077m.351,4.266c-.155,0-.119.194,0,.232.155,0,.194-.271,0-.232m.387-13.843c.116-.077.116-.155,0-.194-.155,0-.077.116,0,.194m.116-5.156c.077,0,.077,0,.232-.155-.232-.077-.232-.039-.232.155m.155,19.271q-.058-.174-.116,0c.039.116.155.116.116,0m.232-14.385c-.039-.039-.155-.116-.194-.077-.194.155-.039.271.155.232,0,.116,0,.116.039.155a.276.276,0,0,1,.232-.116c.157.039,1.009-.194.583-.31-.234.155-.622.426-.815.116m.039-5.776c.039.116,0,.232.039.387.116-.271.155-.31.39-.232.078-.387.078-.465.426-.583-.348-.039-.116-.116-.312-.194s-.31.039-.426.116c.155.077.039.351-.038.389-.155-.039-.116.039-.077.116m0,6.241c-.039,0-.039.041,0,.077.116.08.116-.155.193-.194-.116-.077-.155.08-.193.116m.193-1.783c.039.118.077.118.157.041-.08-.08-.118-.157-.157-.041m.077-2.519c0,.039-.039.077,0,.116.157-.077.08-.348,0-.116m.39-.97c-.078.116-.155.155-.039.271.078-.116.193-.271.039-.271m.232,19c-.155,0-.193.194-.077.232.155.039.077-.155.077-.232m.155-19.929c.039-.194-.194-.426.039-.583-.232-.194-.155.235-.193.348-.039.157-.039.2.155.235m.116,5.815c-.039-.116-.155-.077-.271.077.116-.039.232,0,.271-.077m.039,14.929c0,.114-.039.194.039.232.155,0,.077-.155-.039-.232m.542-17.838a1.131,1.131,0,0,0-.426.428c-.077.271,1.086-.2.426-.428m-.387-.7c.155.039.116.155.155.232.077-.039.077-.077.038-.155-.077-.155.194-.387.349-.387-.039-.155-.155.039-.077-.194a.129.129,0,0,0-.155.194c-.348.039-.155.155-.31.31m.232,17.332c-.542,0,.077.465,0,0,.31.155.155-.232,0,0m.232-18.38c.193.077.116-.116.155-.232-.077-.039-.116.155-.232.039.039.116-.078.232.078.194m.234,4.343c-.118-.039-.234-.077-.312,0,.116.116.194.039.312,0m.62,9.074a.709.709,0,0,0-.932,0c.155.155.271.116.426,0,.2-.155.234.194.505,0m-.816-15c0-.118.039-.2.039-.273-.116.039-.116.155-.039.273m.078,7.637c.077-.039.155-.039.118-.116-.08-.116-.157,0-.118.116m.038-7.482c.194,0,.157-.118,0-.155Zm.116,7.949c.041.077.157.077.157.191.116-.036-.079-.232-.157-.191m.041-2.057c.155.155.155.155.31.039-.116-.116-.116-.116-.31-.039m.193,12.1c-.078.077-.157.116-.193.194.155,0,.193,0,.193-.194m.155,1.123c-.116.155-.193.348-.312.506.118-.116.389-.351.312-.506m-.155-15.431c.078-.039.194.039.194-.077.039-.077-.039-.077-.078-.039-.116-.157-.116,0-.116.116m.232,13.88c-.155,0-.232.273-.039.273.193.039.155-.273.039-.273m0,1.125c-.116.077-.078.155-.078.271.116-.155.116-.155.078-.271m.542-10.547c-.039-.036-.077-.077-.155-.036-.155-.155-.232.465-.039.155.077.116.271,0,.194-.118m.116-.465c-.31-.155-.31.155-.077.194-.077-.077-.039-.155.077-.194m.194,13.105c-.039-.077-.116,0-.155.039.039.077.155.118.155-.039M529.99,21.9c-.194,0-.078.116-.078.232.119.116.078-.155.078-.232m.155-1.628c-.114-.039-.037.194-.194.194.039.155.583-.077.194-.194m-.114-2.212c.036-.077.191-.155.114-.232-.194-.116-.155.155-.114.232m.426,3.414c-.078-.155-.234-.155-.389-.039.155,0,.273.116.389.039m-.116-3.569c.039.2.155.273.31.077-.077-.155-.155-.155-.31-.077m.348,11.673c-.077-.116-.039-.271-.193-.351,0,.08-.155.235-.039.273.116,0,.116.116.232.077m-.155-9.19c-.078.116.039.194.116.271.155-.039-.039-.271-.116-.271m.31,1.938c-.116.039-.078.155-.039.232.078,0,.116-.194.039-.232m.116-3.489c-.155-.077-.194,0-.155.155a.3.3,0,0,1,.155-.155m.232,13.26a.159.159,0,1,0,.039.31c.232,0,.116-.31-.039-.31m.116-13.415c-.039.077.078.077.116.077.116-.077-.039-.116-.116-.077m.348-1.164c-.077-.039-.155.155-.271.116-.194.116.155.426.271-.116m.7-.542c.039.116-.039.271.116.31.116-.116,0-.232-.116-.31m.62.387c-.078-.116.039-.31-.155-.31-.116,0-.155-.039-.155-.116-.232.039-.116.155-.039.348,0-.194.194-.271.194-.039,0,.077.038.116.155.116m.506-.813c-.66.426-.118-.312-.467-.389.039.157-.039.157-.116.118,0,.155.039.271-.116.348-.039-.31-.077-.271-.193-.31.232.542.116.774.464.116-.039.232.116.426-.194.5.31.077.155.077.194.387-.077.116.155.077.155.039,0-.116.078-.194.039-.348-.077-.232.193-.232.235-.465m-.506,10.894c-.078-.271-.349-.31-.387-.039a.293.293,0,0,0,.387.039m.349-6.124c.194.116.157-.118.116-.273-.036.118-.155.2-.116.273m.079,9.81c.036.116-.118.155-.079.232.194,0,.351-.426.079-.232m.114-2.366c-.114,0-.114.194.077.194.08-.039.08-.194-.077-.194M533.6,16.59c-.114.232.118.271,0,.5.351.077.08-.348,0-.5m.544,5.737c-.077,0-.039.232-.077.31a.209.209,0,0,0,.077-.31m.542,6.436a.142.142,0,0,1-.116-.039c.116-.116-.31-.116-.387.039a.362.362,0,0,0,.5,0m-.349-1.59c.078-.116.155-.194,0-.271-.155,0-.077.155,0,.271m.193,9c-.116-.116-.116.077-.193.077.116.194.349.077.193-.077m.426,2.519c0,.116.119.077.2.116.036-.077-.118-.194-.2-.116m.273-2.287c0-.155-.155-.155-.2.116.118-.039.2-.039.2-.116m.426-8.3c-.155-.077-.5.387-.116.232.155.039.232-.116.116-.232m-.038,7.639c-.078.036-.116.036-.155.116.039.116.193,0,.155-.116m.426.348c-.232.039-.426.387-.039.194.194.116.31-.232.039-.194m-.232-7.833a.242.242,0,0,0,.116.194c.116-.077.077-.116-.116-.194m.078,5.931c.077.041.194-.077.155-.155-.077-.194-.155.077-.155.155m.5.66a.52.52,0,0,1-.349.077c.039.155.232.039.271.194a.984.984,0,0,1,.077-.271m-.077.426-.155.155c.116.116.194,0,.155-.155m.312-7.056c-.622.465-.119.116.075.31.041-.077-.038-.194-.075-.31m-.119,5.389c-.116,0-.155.116-.039.194.116,0,.194-.194.039-.194m.66,5.079c-.116-.039-.348.2-.077.155.116.077.116-.077.077-.155m0-2.442c-.077-.039-.116-.116-.193-.039,0,.116.116.116.193.039m0-.581c-.039.077-.077.114-.155.114.116.157.271.041.155-.114m-.077-7.213c.077-.077.077-.116,0-.194-.077.077-.116.116,0,.194m.193-.542c.155-.077.155-.077.039-.194,0,.077-.039.116-.039.194m.194,7.792c0-.114-.194-.036-.155.041.077.036.116-.041.155-.041m.077-7.985c0-.077,0-.155-.077-.2-.155.041-.039.2.077.2m.078,8.181c-.233-.039-.31.194-.039.271.194.039.349-.31.039-.271m.194-6.011c.077.039,0,.116.077.194.077-.077.039-.387-.077-.194m.738,8.53a.419.419,0,0,0-.39-.387c.119.116.351.194.39.387m.078-10.352c-.039-.077-.078-.155,0-.232.116-.428-.39-.116-.078.31.31.5.581-.232.078-.077m.387,8.452c-.116.077-.116.077-.077.31a.466.466,0,0,0,.077-.31m.271-1.086c-.116,0-.387.077-.232.194.116.041.155-.116.232-.194m2.56.506c-.116-.271-.312-.039-.467-.235-.349-.077-.271.157-.736-.036-.194.232.31.114.465.155a4.2,4.2,0,0,0,.738.116m-.97.465-.039-.271c-.271.039-.194.387.039.271" transform="translate(-434.847 16.186)" fill="%23313131"/><path id="Path_148" data-name="Path 148" d="M558.176,37.718a13.3,13.3,0,0,1,1.123,1.435c-.581.97-2.016.428-2.945.542-1.824.041-3.607,0-5.391,0-4.963,0-4.692.7-7.717-3.41.312.036-.078-.235-.116-.157-1.161-1.123-1.783-2.906-3.334-3.605a5.984,5.984,0,0,0-2.48-.155c-.932.077-2.715-.426-2.87.854,0,1.045-.039,2.054-.039,3.1.039.738.31,3.179-.465,3.373-1.28.389-2.715-.036-4.034.2-.193.039-.077-.077-.193-.2,0-.077,0-.31-.116-.114.426.619-2.364.114-2.87.271-1.162-.157-3.063.5-3.877-.544-.271-5.892-.039-11.941-.077-17.913,0-2.635-.078-5.273.039-7.871.387-1.435,2.792-.465,3.876-.813,1.938.155,3.8,0,5.739.077.232.077,1.474-.155,1.474.077,0-.116.078-.116.155-.116,1.084,0,2.17.039,3.257.039,2.055,0,4.109-.116,6.163.039-.191.077,0,.232.08.077.155-.465,1.745.039,2.209-.155.271.039.62-.116.815.077.078.194.271.039.348.116.039.077.387.116.271,0-1.628-.426,4.5,0,4.769.387a9.286,9.286,0,0,1,4.808,2.947c.078-.116.155-.039.194.077.155.271.465.465.62.738.116.116-.116.31-.077.077l-.232.116c.193.077.116.155.193.271a.142.142,0,0,0,.039-.116c.155.116.077-.077.194-.155a8.7,8.7,0,0,1,1.125,7.91c0,.077,0,.155-.116.116-.116.077-.078-.039-.116-.077-.039.077,0,.116,0,.194.039-.039.078-.039.155-.077.038.194-.039.077-.155.155h.116c-.078.116-.078.194-.155.155,0,.155.116.077.155-.039,0,.155-.155.271-.271.077,0-.039.077-.116.039-.155-.078.155-.039.039-.194.039-.116.039-.116-.194-.271-.116.078.155.31.194.387.271.078.155,0,.271,0,.426.039.077.039.116-.038.155-.039.077-.039.194-.155.273a7.449,7.449,0,0,1-1.824,2.132c-.155.155-.465.232-.62.465-.078.116-.155-.039-.194.039,0,.155-.194-.039-.271,0-.193.077.039.194.155.116-.039.155-.271.155-.387.271-.232.271-.506.271-.428-.116-.077-.077-.036.155-.194,0,.078.116.039.232.157.271.036.039-.041.077-.041.116.234-.039.077.041-.078.08.078-.118-.039-.08-.077-.157-1.355,1.783-2.945-.232.351,3.724a22.313,22.313,0,0,1,1.471,1.9c-.036.232.235.31.274.542,0,.039.039.039.039,0-.622-1.241.658.622,1.045,1.009.232.232-.077,0,0,.31-.116-.077-.271.077-.271-.116-.039-.155-.194-.194-.349-.116-.078,0-.155-.077-.039.077.039.077-.077.194.078.194.232.116.232-.039.31.039a.616.616,0,0,1,.854.348m-33.23-16.285c.039.039.116.039.078.077-.116.077-.039.155.038.039.232-.039.078-.271-.116-.116m.815,2.676a.12.12,0,0,0-.039.077c-.155-.039-.155.077-.2.155s-.155.077-.194.155c.157.232.157-.077.312-.077.078,0,.078-.039.078-.077,0-.116.155-.039.116.039.194.271.039-.116.116-.155.194-.116-.194-.348-.194-.116m.542,11.012c-.038-.116-.155-.194-.155-.039s.116.116.155.039m1.009-20.473c-.118-.077-.428,0-.351.194.2.077.155-.039.232-.155.041.077.2.077.118-.039m-.041,7.949c-.114-.039-.192-.155-.233,0,.077.039.233.155.233,0m-.037,3.954c-.078-.116-.119-.077-.2,0,.077.118.118.118.2,0m.077-1.394c0-.08-.2-.039-.232-.157-.041.077.077.157.077.2,0,.116.114.039.155-.039m.774,10.081c-.193-.077-.349.232-.116.271.077,0,.232-.194.116-.271m-.232-20.4c.116-.039.077.039.194.116.387-.232-.155-.426-.194-.116m.077,6.359c.039.155.194.194.194.039,0-.194-.194-.194-.194-.039m.465-5.737c-.077-.039-.232-.235-.348-.157-.039.235.155.273.348.157m.622,0c-.039-.08-.116,0-.116.039.039.116-.077.116-.118.194,0,.155.235-.116.235-.232m-.116,22.76c.039-.039,0-.077,0-.155-.155.155-.077.271,0,.426.078-.077-.118-.194,0-.271m.387-16.6c0-.039-.155-.116-.039-.116.039-.116-.155-.271-.077-.077-.31,0-.078.428.116.194m.387,13.843c-.155,0-.116.232.039.271.116-.039.155-.31-.039-.271m.31-21.093c-.194.077-.038.542.116.348.155.039.194-.116.232-.232.041-.039-.271-.232-.349-.116m.233,8.22c-.078-.039-.194-.116-.233,0,.039.116.194.077.233,0m.428,12.989c-.157-.039-.157.194,0,.194.31-.039.155-.077,0-.194m.271-18.883c-.039-.077-.155-.077-.116.039s.116.077.116-.039m1.4,8.571c-.312.348-.661.077-.893.31a.038.038,0,0,1-.039.039c-.078-.077-.116.039-.155.039.116,0,.465.194.465,0,0,.077.039.039.116,0,.08-.077.273,0,.234-.155.078-.039.078.077.155,0a.189.189,0,0,0,.116-.232m-.932-6.011c.039.116.077.155.155.039-.039-.116-.116-.116-.155-.039m.116,13.725a.15.15,0,0,0-.077.235c.232.039.232-.155.077-.235m0-17.64c.078.155.116-.235.194.077.039-.2-.039-.351-.077-.2-.039-.077-.078.077-.116.118m.078,6.475c0,.077.233.232.155.039.039-.157-.078-.08-.155-.039m.116,3.838v0Zm.232,10.2c-.116-.116-.193.039-.078.116.041.155.119-.077.078-.116m-.078-15.392c0,.039.041.039.078.077.312-.077.078-.232-.078-.077m.155.619c-.271-.039-.078.31.041.194-.041-.077-.118-.116-.041-.194m.273,15.82c.193-.348-.428-.506-.351-.077.041.194.273.077.351.232.039-.039-.078-.077,0-.155m0-4.15c-.116-.077-.194.039-.31.077a.323.323,0,0,0,.31-.077m-.039-17.485c.116-.041,0-.157.078-.2,0-.039-.078-.039-.078,0-.271-.271-.234.155,0,.2m.31,4.535a.238.238,0,0,0,.039-.271c.039,0,0-.077-.039-.077-.038.039,0,.116-.077.116-.155,0-.155.271-.155.348.116.235.155-.077.232-.116m0,15.9c-.116,0-.155.194-.077.232.116,0,.155-.194.077-.232m.039-10.352c.078.039.078.155.155.077.232-.155-.039-.351-.155-.077m.426-12.137c0-.31,0-.077-.194-.194.039.116.039.194.194.194m.232,19.58c-.078.039-.078.077-.116.116-.232-.077.039.351.116-.116m0,4.188c-.116-.039-.193.271-.039.271,0-.116-.039-.194.039-.271m.193-14.656c0-.077.039-.116,0-.155-.077.116-.155.077-.271.039-.039.155.194.116.271.116m-.271-9.035c.31.116.271-.077.428-.194-.157-.077-.273-.039-.157.116-.116-.077-.193-.039-.271.077m.232,24.543c-.194.2-.039.155.077.312a.265.265,0,0,0-.077-.312m.273-2.287c-.157-.465-.39.194-.041.31-.077-.116,0-.194.041-.31m-.119-10.935c.077.116,0,.194-.039.31,0,.077.039.077.08.155.155-.114.078-.852-.041-.465m0-8.8c.428.426.157-.542.077-.116,0,.077,0,.116-.077.116m.2,6.049c-.2.039,0,.31-.039.465.039.039.077-.077.077-.077-.039-.077.039-.155.039-.194-.116-.077.077-.194-.078-.194m-.039,5.5c.077.039.039-.194.155-.155h.039c-.116-.232-.193.077-.193.155m.193,11.67c-.116-.077-.232-.039-.155.116.078.077.155-.039.155-.116m-.077-3.683c-.078.039-.039.155.039.194.116-.077.116-.155-.039-.194m.465-21.247c0-.077.039-.039.077,0,.155-.194.077-.271-.193-.348-.155.039-.116.542.116.348m0,8.568c.039-.155-.039-.348.116-.426,0-.039.039-.039,0-.077-.194.116-.349.387-.116.5m.194,9.267c-.116-.077.039-.155-.039-.232-.193-.077-.039.155,0,.271a.038.038,0,0,1,.039-.039m-.116-13.649c.077.116.116,0,.155-.077.039-.116-.193-.039-.155.077m10.39,6.127a3.565,3.565,0,0,0,1.551-.426c.622-.271.583-.97.7-1.512-.426-1.2-1.473-1.435-2.715-1.435a18.226,18.226,0,0,1-2.947-.116c.039-.077-.116-.155-.155-.077-.078.232-.348.232-.5.039-.271.194-.738.116-1.125.116H535.88a.142.142,0,0,0-.039-.116c-.116.271-.467.116-.7.194-.5.077-.426.387-.7.619,0,2.908-.193,2.87,2.831,2.792,2.519,0,5,.077,7.482-.077m-9.732-9.267c-.077-.039-.116-.039-.155-.116-.078.116.193.348.155.116m.467,12.176c0-.116-.155-.116-.2,0,.041.155.157.155.2,0m.116,1.28c-.155.077-.116.155-.039.271.116-.194.193.077.039-.271m0-13.224c.116-.077.116.041.155.08.193-.271-.271-.351-.155-.08m.387,3.8c-.116-.116-.039-.077-.193,0,.116.077.077.194.116.271.039-.077.232-.271.077-.271m-.155-3.838c0,.116.039.116.116.077a.14.14,0,0,1,.194.077c.116-.077.194-.077.194-.232.116-.041-.116-.312-.194-.235-.116.116-.31.157-.31.312M537.2,26.4c-.116,0-.155.116-.271.077,0,.155.31.118.271-.077m.193-11.748a1.211,1.211,0,0,0,.387-.194c.116.232.349-.039.155-.116a.073.073,0,0,0-.116,0c-.155.116-.349-.039-.465-.116-.116.155.078.232.039.426m.5,10.7c-.039-.194-.31-.544-.387-.194-.116.232.232.232.387.194m.542.852v.077c-.078-.077-.271-.116-.232.039.193,0,.116,0,.232.116.077-.077.118-.194,0-.232m-.193-13.26c.077.194.077.581.349.387.2-.194-.114-.271-.194-.426,0-.039-.039-.039-.077-.039v.116a.119.119,0,0,1-.077-.039m.155,7.136c.08-.077.157-.389,0-.351-.039.077.039.232,0,.351m.622-.273a.12.12,0,0,1,.039-.077c.039.273.116,0,.155-.077,0-.155.31-.155-.039-.31.039.465-.271.194-.155.465m.542-.194c.078-.039.116,0,.155.039-.077-.194.116-.116-.077-.31-.039.039-.078.077-.039.155-.116-.077-.116.116-.039.116m.31-5.972c0,.235.119.2.2,0-.041-.116-.157-.077-.2,0m.583,5.817a.172.172,0,0,0,.077-.232c-.116-.039-.31.155-.077.232m.774,10.7c-.039-.116-.194-.116-.194.039.077.116.116.039.194-.039m-.116-13.649c.155-.039.078-.155,0-.232-.116.077-.077.155,0,.232m.465,2.56c.116-.039.234-.271.351-.389-.155,0-.234.273-.351.389m.428.542c-.351.116.155.658.078.155.155.077-.039-.116-.078-.155m.387.97c.039.039.039,0,.078,0-.31-.426-.31.348-.078,0m-.038,4.808c-.039.116-.116.271.038.271s.039-.194-.038-.271m.31-9.926c.078.077.155.271.155.039.039-.155-.077-.077-.155-.039m.813,12.29h.08c-.08-.271-.194.116-.235-.387-.077.232-.31.232-.193,0-.116-.039-.155.039-.233,0-.039,0-.078-.039-.078.039,0,.039-.116.077-.077.116.116.31.465-.116.426.31.2-.039.078.116-.077.116.506.389.039.116.116.467a.039.039,0,0,1,.039-.041v.08c.155-.348.155.039.273-.157.039.077-.041.157.039.235a1.3,1.3,0,0,0-.08-.777m-.426.893c-.116.039-.194.116-.31.116.116.155.271.077.31-.116m.235-9.422c.036-.077.078-.194,0-.271-.2-.039-.157.465,0,.271m.349,7.523c-.194.039-.077.155-.077.271,0,.077,0,.116.039.155.077-.116-.078-.271.039-.348Zm.232.619c.077,0,.116-.077.194-.039-.039-.077-.039-.5-.116-.232h-.077c.116.194-.232.155,0,.271m.116.116c.077.039.116,0,.116-.039.039.348.349.077.271.348-.232-.077.039.271.078-.039l.116.116c-.039-.116.039-.232-.116-.271-.078-.077-.078-.194-.232-.116,0-.077,0-.232-.116-.194.078.116-.039.116-.116.194m.232,8.762c-.077-.077-.155-.116-.194,0,.039.118.116.118.194,0m0,.893c-.194-.039-.194.077-.039.194,0-.077.039-.116.039-.194m-.039-18.107c.193-.039.155-.155,0-.194-.116.039-.078.116,0,.194m.116.658c-.271.077-.232.194,0,.232.116,0,.039-.194,0-.232m.155,9.074c.193,0,.155-.232.078-.31.232-.039-.039-.235.077-.312.155-.194-.077-.036-.077-.194-.078.116.039.312-.039.467-.31-.351-.039-.273-.116-.506-.077.116-.077.2-.155.232-.155.041-.077.232.039.118-.039.114.039.194.155.194-.039.116-.193-.116-.193.039.155.077.193.039.232.271m.116,8.917a.12.12,0,0,1-.039-.077c.039-.387-.271.348.039.077m-.039-7.25c.116.116.193.155.271,0,.039-.194-.271-.116-.271,0m.232,5.35c-.116-.271-.155.039-.077.039,0,.077,0,.155.077.194.312.194.312-.465,0-.232m.118-5.079c.194-.039.155-.194.349-.039a.135.135,0,0,0,.039-.077c-.271-.039-.193-.465-.387.116m.194-15.082c.116.077.116-.077.116-.155h.116c.078.039.194-.157.039-.08-.116.08-.348-.155-.348.118-.039.077-.08.155.077.116m-.039,21.364c.039.116.078.387.155.194.077.039.077-.039.116-.077.116-.155-.232-.194-.271-.116m.349-6.4c.039.116.077.116.194.039.232,0-.155-.232-.194-.039m.116-11.206c.078-.077.078-.155,0-.194-.116,0-.039.116,0,.194m.581,1.706c0-.077-.078-.116,0-.194-.155-.271-.271.194,0,.194m.271,14.346c-.116-.31-.464.077-.271.271.077.155-.155.271-.155.426.426.235.116.157.271-.232-.039-.232.312-.194.155-.465m.428-5.079a1.594,1.594,0,0,0,.039-.426c-.077.077-.118-.041-.155.116-.041-.039-.041-.077-.078-.157-.041.08-.077.118-.077.157-.041,0-.08-.039-.119-.039.2.194.119.31-.116.155-.077.116-.039.271-.155.348-.039,0-.039-.039-.077-.039,0,.039-.077.116-.039.155.039,0,.039-.116.116,0,.232.116.31-.155.544-.077a.969.969,0,0,0-.078-.31c.155.039.114.039.194.116m-.7,4.186c-.116.116.077.235.155.116a.539.539,0,0,0-.155-.116m.387,4.266c-.077,0-.077,0-.077-.077-.193-.31-.193.426.077.077m.119-12.253c0-.194,0-.387-.235-.426a2.337,2.337,0,0,0,.235.426m-.2,9.926h.119c.036-.077.114-.077.191-.114-.078-.118-.426,0-.31.114m.854.738c-.194-.039-.31.232-.5.31-.119-.271-.273-.077-.312.155a.427.427,0,0,0,.351-.155c.039.116.116.039.155,0,.155-.039.155-.271.31-.31m-.736-16.478c.036.155.114.232.271.155.155,0,.116-.232,0-.271-.08.039-.312.039-.271.116m.5,9.5c-.039-.077-.116-.039-.155-.039.116.077.039.155.077.232.155.077,0-.155.077-.194m-.077,5.427a.55.55,0,0,0,.232-.077c-.116-.194-.387-.116-.232.077m.039-6.514c0,.039-.039.077-.039.116.232-.077.077.116.155.232a.213.213,0,0,0-.116-.348m.116-4.576c.077-.039.039-.155-.039-.232-.116.077-.116.232.039.232m.58,2.173c0-.041-.116-.118,0-.155-.232-.273-.31.348,0,.155m-.039,1.512a.256.256,0,0,0,.039.232c.194-.077.116-.31-.039-.232m.544-7.523c-.155.039-.428.116-.428.31.078.155.351.271.387,0,0-.116-.036-.194.041-.31m-.234,15.043v-.039c-.116.039-.232.116-.155.232l.077-.116a.293.293,0,0,1,.039.155c.155-.077-.039-.155.039-.232m.194-6.436c0-.116-.155-.194-.155-.039a.08.08,0,0,0,.155.039m.155,1.086a.288.288,0,0,0-.037-.31c-.118.077,0,.194.037.31m-.078-2.715c.157.194.506,0,.157-.039v.039c0,.039-.079-.039-.157,0m.351,7.987c-.077-.116-.155-.426-.31-.232.155.039.194.194.31.232m.155-1.125c-.039-.271-.232,0-.271.116-.116.08.039.2-.039.235-.118.039,0,.194-.039.232-.079.077-.116.116,0,.194.155.077.039-.232.116-.31.155.039-.039-.389.155-.389.077,0,.077-.039.077-.077m-.349-2.093c-.038.116.039.194.078.31a.12.12,0,0,0,.039-.077c-.078-.039.039-.232-.116-.232m.387-3.451c-.077-.232-.039-.542-.116-.774a.418.418,0,0,0-.116.271h.077a2.494,2.494,0,0,0,.194.929c.039-.155-.039-.271-.039-.426m.658,4.847c0-.077-.077,0-.155-.039-.232-.039-.387.155-.426.387.232.348.619,0,.581-.348m-.542-3.451c.077.039.193.155.271.039.078,0,.116,0,.116-.116l.116.116c0-.039.039-.039.039-.077.039.116.271.077.193-.077,0-.155-.077,0-.116-.116-.039.116-.194.116-.194,0l-.077-.039c-.039.077-.039.116-.078.155-.039-.039-.039-.077-.077-.039-.039.077-.155.039-.193.155m.5,4.5c-.039-.273-.387-.273-.387,0-.039.271.349.31.387,0m.271-3.414c-.077-.155-.271-.077-.349.077.077.235.5.118.349-.077m-.077,6.671c-.116.077-.116-.2-.116-.273-.116,0-.077.273-.116.389.039-.039.039-.039.077.039.077.194.116-.077.155-.155m0-17.294c.038-.039.077-.116.038-.155-.271-.039-.155.155-.038.155m-.039,13.647c-.116.039-.116.116,0,.194.116-.039.077-.116,0-.194m0-20.277c.39-.194.155-.155.622-.039.077-.039.155,0,.194-.077.077-.039.155-.039.155-.155,0-.232-.194-.351-.232-.544-.155-.077-.387,0-.387.194-.157.077.039.2-.157.235.038.232-.194.155-.194.387m.545,12.29c-.116-.039-.39-.155-.39.077-.039.077.078.2-.039.235a.135.135,0,0,0-.039.077c.155-.077.273.232.39.077.194.077.155-.389.078-.467m-.351,9.384c-.039.039-.039.116.077.155.079-.116.041-.116-.077-.155m.351-17.913c-.039-.232-.312-.194-.312.039.039.194.312.116.312-.039m-.232,13.533c.078.077.116.114.194.036.039-.077-.234-.155-.194-.036m0-12.137v.039c.078.039.039.116.116.155.194.116.194-.116.271-.232-.387-.194-.155-.077-.387.039m.271,13.028c-.038-.116-.155-.039-.193.039.039.232.155.194.193-.039m.116-1.706c.039-.077-.039-.232-.155-.194-.078.116.077.155.155.194m.039,7.523c.387-.116-.271-.428-.077.077.039-.039.039-.077.077-.077m0-6.475c.039.077.078-.039.116-.077.039.039,0,.077.039.155.232-.155-.155-.351-.155-.077m0,7.017c.039.116.116.077.155.077.193-.039,0-.194-.155-.077m.116-17.565a.1.1,0,0,0,.194.039c.232-.155-.232-.348-.194-.039m.078,14.346c.078-.116.155,0,.271-.077-.116-.116-.465-.465-.232-.116.078.077-.116.077-.039.194m.116,1.512a.306.306,0,0,0,.039.5c.194-.155,0-.31-.039-.5m.078-18.767c.077-.039.116-.155,0-.194-.155-.039-.116.232,0,.194m.232,13.337c-.116-.036-.31.118-.194.2.078,0,.155-.077.194-.2m0,7.019c-.194-.155-.232.077-.078.155a.291.291,0,0,1,.078-.155m.077-18.533c0-.118-.116-.118-.155-.041.039.077.078.118.155.041m.155,17.214v-.077c-.155.077.077.232.155.116.2-.077-.078-.271-.155-.039m.351-5.5c-.2-.351-.2.194-.351-.2,0,.118-.078.235.077.235a.166.166,0,0,0,.273-.039m-.078-10.625a.1.1,0,0,0-.118-.116c-.31.039.118.465.118.116m-.157-5.427c0,.155.077.31.157.077-.041-.077-.118-.194-.157-.077m.235,2.442c.077,0,.271-.232.155-.232-.077,0-.2-.194-.155,0-.118.039-.118.077-.078.194.078-.194.155-.116.078.039m.192,9.693c.079.077.079-.232-.037-.194-.077.077-.155.387.037.194m.157,5.391c-.078.116-.116-.077-.271,0,0,.116.31.194.271,0m-.039,3.489c-.039-.116-.118-.116-.039-.232-.194-.232-.116.194.039.232m.193-4.459c0,.077.078.116.155.039-.077-.077-.193-.232-.271-.232-.351-.039-.077.426.116.194m-.077-7.017c.116,0,0-.232-.078-.273a.168.168,0,0,0,.078.273m.039.581a.142.142,0,0,0-.116-.039,1.016,1.016,0,0,0,.193.736c.078-.077.348-.116.194-.271-.077-.077,0-.194-.116-.271-.078-.039-.271-.077-.155-.155m.271,6.785a.3.3,0,0,0-.077-.194c0,.271-.232-.116-.116.155.039.155.155-.116.194.039.039.039.155.194.078.232-.039,0-.039-.116-.078-.039.194.312.271-.387,0-.194M552.01,15.58c.078.271.155.194.194-.039-.077-.157-.232-.077-.194.039m0,.736c.039.271.194.116.155.271l.155-.155c.077-.077,0,.155.116.155.039,0,.194-.077.271-.039.039.039.078,0,.116-.039.116-.116.116.077.194.116.118.039.234-.155.312-.039.155.194.232-.077.387-.116.078.194.271.194.426.194s.116-.116.232-.077c.039-.039.116.039.155-.039.08,0,.155.039.155-.077-.075.077-.116-.077-.232-.039-.193.194-.348-.194-.581-.116-.193.116-.348-.077-.542-.077-.157-.116-.426-.116-.467.077a.12.12,0,0,1-.039-.077c-.155.155-.232,0-.309.194-.116-.194-.349,0-.5-.116m.232,22.14c0-.155-.116-.116-.193-.116,0,.077.116.077.039.155,0,.039.078.077.116.077,0-.039.039-.077.039-.116m.232-1.28h.039c0,.116-.194.116-.116.194.194.155.232-.581.077-.194m.31-3.954c-.116-.041-.116-.118-.155-.2-.039,0-.155-.039-.116.041.116,0,.155.271.271.155m.893-5.391c0-.039,0-.077-.078-.077a1.28,1.28,0,0,0-.661-.039c-.31,0-.193-.387-.348-.542-.077.155.155.348,0,.465-.155.31-.039.467.232.232.157.271.348.194.583.155.077-.116.232-.039.271-.194m-.661,10.509c-.114-.116-.194.077-.271.116-.039.194.193-.077.271-.116m-.271-2.018c.039.077,0,.2.116.118.155-.041-.039-.155-.116-.118m.116-.7c.118-.039.077-.155.041-.232-.08,0-.157.232-.041.232m.077-10.547c.157-.036.119-.232,0-.31-.193.232-.155.077,0,.31m.119,7.523c-.041,0-.077.039-.155.039a.245.245,0,0,1,.036.155c.119.039-.036.273.119.194.114-.077-.077-.271,0-.387m.039-10.545c-.08.31.232-.116.155-.273.078.041.078.157.232.157-.077.116-.038.155.078.194.116-.271-.232-.932.193-.467a.587.587,0,0,1,.116-.5c-.039-.039-.155,0-.193-.077.193,0-.155-.116-.194-.039.116.077-.038.194-.038.31.155,0,.077-.155.232-.155,0,.426-.31.116-.31.271.116.077-.078.194-.116.232v-.116c-.116.077.039.312-.116.351,0-.039-.039-.077-.039-.039-.039.077.075.116,0,.155m.581,4.341s0,.077-.039.039c-.116-.077-.077.157-.193.116-.232.312.155.273.155.077-.077-.116.194-.116.078-.232m-.039,9c0-.116-.232-.155-.193,0-.039.116.193.116.193,0m.271,1.861c0-.232-.387.039-.232.194.039.039.232-.077.232-.194m.155-10.661c0-.08-.077-.2-.155-.118.039.155-.078.077-.116.077.077.155-.155-.039,0,.273.116,0,.116-.312.271-.232m.155,11.786c-.039-.155-.077-.348-.232-.194-.077-.077-.116.077-.155.155,0,.116.349.155.387.039m.039-11.75a.794.794,0,0,0-.232.273c-.039,0-.078.077-.078.116,0,.077,0,.155.078.155.039.039.039.116.116.039.155-.077-.039-.31.077-.348.077-.077.077-.116.039-.235m0,11.361c-.039-.077-.077-.232-.155-.155,0,.077.116.116.078.2,0,.077.077.039.077-.041m0-12.638c.271-.077.077-.155.038-.31-.232-.041-.232.232-.038.31m.426.542c-.075-.31-.232.039-.232.194-.077,0-.038.077-.038.116.038.194-.194.077-.232.194.077,0,.31,0,.31-.155.118-.116.232-.116.194-.348m-.31-4.614a.128.128,0,0,0-.078-.232c-.038.077.039.155.078.232m.39,16.362c-.041-.348-.273-.155-.467-.116.271.426.271,0,.467.116m-.155-3.373c-.157.155-.08.387.114.155.157,0-.039-.116-.114-.155m.036-12.563a.4.4,0,0,1-.077.2c.2,0,.234-.273.077-.2m-.036-.542c-.08.116-.041.194.114.194.041-.116.041-.155-.114-.194m.155,1.435c-.155.039-.08.155.039.194.039-.039.155.039.078.116,0,.077.077.116.116.077.078-.271-.116-.194-.232-.387m.155,6.514c-.039-.039-.039-.155-.077-.194-.2,0-.118.155,0,.232a.12.12,0,0,1,.077-.039m.31-2.908c-.077-.039-.077-.077-.155,0-.039,0-.039-.155-.155-.155-.039.039,0,.116,0,.194.039.155-.234.039-.155.194.193-.116.426,0,.619-.039.155,0,.155-.155.31-.116-.077-.077.039-.077-.039-.116-.077-.077-.116-.039-.155.077-.039-.194-.155-.039-.271-.039m.387,1.357c-.116.039-.194.039-.233-.077,0,.077-.039.194-.155.155-.039-.039-.116.039-.194-.077a.291.291,0,0,1-.039.31c-.077.039-.312.194-.077.155.116.194.349-.155.426-.039.193.467.155-.194.31-.194.078-.232.039-.116-.038-.232m-.658-3.876c0-.039-.039-.077-.039-.118-.155.118,0,.351.039.118m.039-2.6c-.155.039-.193.155-.039.194.116.077-.039-.116.232-.271-.194-.116,0-.348.078-.5-.155,0-.193.194-.349.116a.038.038,0,0,1-.039.039c.155,0,.155.348.116.426m.155,6.088c.039,0,.077.039.116,0-.039-.077-.232-.116-.271,0,.116.077-.077.194.155.194.194,0-.155-.194,0-.194m-.077-6.94c0,.077.077.116.039.232.039,0,.077,0,.077-.039,0-.077-.077-.426-.116-.194m.348,15.624c-.116,0,0-.039,0-.077v-.039c-.078-.039,0-.116,0-.194-.271.232-.078.348-.116.542.155.273.116-.116.116-.232m.232-8.568c-.038-.232-.232-.116-.271.039a.229.229,0,0,0,.271-.039m-.116-10.547c.039.077.116.039.194.039.078.039.078,0,.078-.077.039-.232-.31-.077-.271.039m.078,18.651c-.039-.271-.155.155,0,.271,0-.116-.078-.194,0-.271m.232-14.308c-.039.077-.155.194-.194.039-.077-.155-.116.465.116.077.232.232.31.077.077-.116m.542,5.466a2,2,0,0,0-.5-.232c-.077,0-.31.077-.155.116a.6.6,0,0,1,.658.506c.273-.077,0-.235,0-.389m-.542-3.257c.193-.039.039.157.31.235-.077-.273.467-.077,0-.428l-.077.116c-.077-.116-.155-.039-.233.077m.116-2.442c.039.155.194.155.194,0,.041-.116.118-.31-.077-.194.077.116-.077.116-.116.194m.194,1.745c-.077,0-.077-.039-.077-.116-.271.271.2.465.077.116m.312.968c.116.118-.116.157-.039.235,0,.039.039.116,0,.155-.273-.622-.467-.077-.273,0,.077.039.118.077.077.155-.077-.039-.036.116-.036.155-.041.077-.041.077.036.077.155-.116.078.039.2.077s.155-.077.232-.155c.155.155,0-.116.349.039.039-.077,0-.194.116-.116.039-.077.155-.155.078-.232-.039-.039.039-.039.039-.039.193.232.465-.232-.116-.155.116-.232-.194-.31-.194-.506.039-.077,0-.077-.039-.116,0,.077-.077.039-.077.039-.039.039,0,.155-.078.116,0-.155-.039-.077-.116-.077-.116,0-.039.116,0,.194.116-.194.039.155-.116,0,0,.041,0,.041-.039.077.039-.542-.193.118,0,.077m-.193-2.287c.271-.271.036-.116.077-.348-.118,0-.041.194-.118.155-.114.039,0,.116.041.194m0,15.82a.183.183,0,0,0,.114.039c.273.387.157-.348-.114-.039m.852-10.274c-.077-.077-.039-.2-.116-.273-.039-.077-.116-.116-.116-.194.039-.116.039-.31-.116-.155-.155.039-.077.155-.31.155.194.039.194.077.232.235.039-.041.077-.118.155-.08.155,0,.039.157.039.273.116-.08.078.039.116.116.039-.039.077-.077.116-.077m-.581-5.585.116-.077c-.078-.039.116-.155.039-.232-.193-.194-.193.155-.155.31m.271-4.225c0-.118.077-.235-.078-.273-.116-.077.039-.194.116-.232l-.116-.116c-.077.039-.077-.077-.116-.116a.841.841,0,0,0,.194.738m-.078,8.684c-.077.116-.039.271.116.155.039-.039-.039-.116-.116-.155m.039-.387c.078-.116.078-.428.155-.583-.155.235-.232.312-.155.583m.349.852c-.116-.116.039-.155.116-.116.155,0,0-.116-.077-.116-.039.039-.078.077-.116.039-.078.039-.078.232.077.194m.194.348c0-.039,0-.039-.039-.077-.077,0-.039-.077-.116-.116.039.232.116.273.039.583.193.426.077-.273.116-.389m.116-1.084c-.039,0-.077-.077-.116-.116.31,0,0-.235-.116-.077-.078.077,0,.077.039.116-.116.155.155.348.193.077M557.4,21.24a.292.292,0,0,0,.039-.155c.039.155.078.039.039-.039-.193-.039-.155.039-.078.194m.078,4.421c.155.039.271.232.078.155,0-.077-.116-.077-.155-.155,0,.116.116.194.155.271-.039.077.077.155.077.232,0-.116.078-.387.078-.194,0,.039,0,.077.039.039.118-.039.039.116.039.155.234.077.312-.426.157-.387-.078.039-.2.194-.2.077.039-.077.118-.039.155-.155.119-.077.041-.232-.077-.116.041.077,0,.077-.039.039-.116.039-.116-.039-.194-.039,0,.077-.077,0-.116.077m.232-4.847c.157.077-.078-.232.077-.039,0-.116,0-.116.08-.116-.041-.116.194-.116.078-.194-.078.116-.078.039-.157-.039.116.348-.349.077-.077.387m.193,5.778a.036.036,0,0,1-.036.036c-.2-.348-.351.2,0,.273.194,0,.116-.506.036-.31m.041-2.212c-.041.116-.078.039-.119-.077,0,.194-.155.348-.039.5,0-.077-.039-.116.039-.155-.039.155.119.155.157.271,0-.039.039-.077.039-.116.078.039.078.077.039.157-.039.271.31,0,.232-.118a.42.42,0,0,1-.155-.348c-.116.077-.116-.039-.194-.116m.658-2.947c.155-.039.116-.194,0-.194-.116.077-.077.116,0,.194m.193,3.3c-.077-.31-.31-.116-.193.116Zm.078-3.838c.039-.116-.078-.155-.116-.194-.116.039.038.194.116.194" transform="translate(-411.997 16.226)" fill="%23313131"/><path id="Path_149" data-name="Path 149" d="M569.426,39.817c-1.667-.039-3.373.077-5.04-.039-1.007,0-2.171.232-3.064-.31-2.209-1.822-4.186-3.956-6.279-5.894-.854-.5-3.917-4.653-3.724-1.745-.542,9.035,2.1,7.987-5.776,7.987a50.835,50.835,0,0,1-5.43-.116c-.775-.5-.387-1.667-.5-2.48,0-.155.116-.077.193-.155-.31.039-.155-.389-.155-.66a9.535,9.535,0,0,1,0-1.822c0-.116.232-.116.077-.271,0-.116-.116,0-.077-.116-.155-.426.155-.387.039-.5-.039-.041-.078-.118,0-.157.039-.039.077,0,.039.039-.039.118.116.077.155.077.116-.155-.078-.348-.039-.039-.077-.077-.077-.194-.155-.155-.116-.039-.116-.232-.078-.271.155-.039.271,0,.271.155.077-.039-.039-.232.077-.271.039,0,.039,0,.039-.039a3.654,3.654,0,0,1-.349.116c-.155-2.054.039-5,0-7.4-.039-.039-.039-.118.039-.118.155-.155-.116-.077-.039-.232a15.018,15.018,0,0,1,0-2.287,12.387,12.387,0,0,1,.039-2.4c.077-.041-.039-.041-.039-.118.077-.271-.232-.774.155-.813-.077-.039-.193,0-.155-.116a2.865,2.865,0,0,1,0-.815c.039-.077.077-.116.039-.155-.116-.155,0-.387-.116-.542.116-.232-.039-.97.116-1.009.077-.271-.116-.465-.039-.736-.039-.426-.039-.932-.039-1.4.155-.542-.194-1.164.193-1.628-.31-.893,2.212-.619,2.831-.658,1.319,0,2.637-.08,3.954,0h3.334c1.048-.157,1.435.542,1.357,1.471,0,1.822.039,3.646,0,5.468.155.5-.271,3.528.738,2.519,2.364-2.209,4.653-4.573,6.979-6.9,2.6-3.179,3.644-2.558,7.366-2.558.661.194,10.238-.467,8.144.62,0-.194-.077-.077-.039.039-.116.039-.08-.039-.235.077.041.077.078.077.155.077.157.039-.31,0-.036.194-.155,0-.041.116-.2.116-.155.039-.193.039-.036.077-.505.467-.932,1.164-1.515,1.474-.077,0-.077.116,0,.077-.232.273-.465.583-.813.622.039,0,.078.039.155.077-.89.774-1.667,1.667-2.521,2.442-.155.232-.387.348-.581.583-.078.077-.078-.041-.194-.041a.216.216,0,0,1-.155.351.076.076,0,0,0-.077.077,3.477,3.477,0,0,1-.661.658l-2.829,2.831c-.776.854-1.706,1.59-2.444,2.48-.852.7-.736,1.4.155,1.979,2.637,2.48,6.2,5.815,8.338,7.753,4.963,4.692,6.086,4.614-1.553,4.537M539.919,17.641c.039-.077.078-.467-.077-.389a.686.686,0,0,1-.155.467.55.55,0,0,1,.232-.077m.31,8.762c-.078.077-.465.271-.271.31.116-.116.194-.116.271,0,.155,0-.037-.271,0-.31m-.078,5.466c-.039-.116-.194-.077-.194.077.039.08.194.039.194-.077m.7-14.424c-.078,0-.116,0-.078-.077-.155.077-.077-.077-.194-.155-.038.116,0,.232-.119.31.157.041.2.041.235-.039l.077.08Zm-.078,19.5c.039-.114-.039-.155-.116-.036-.039.036-.155,0-.155.077.039.077.349.116.271-.041m-.039-2.519c-.038-.077-.155-.116-.193-.039,0,.116.193.155.193.039m0-7.871c0-.116-.077-.116-.155-.039,0,.116.116.155.155.039m-.038,7.329h.077c-.077.039-.116.077-.194.077.039.077.116.077.194.077.078-.039,0-.312-.077-.155m.271.039c.039-.039.116-.039.155-.077-.232-.155-.349.232-.155.077m0-8.142c0,.116.116.116.194.116-.038-.116-.077-.312-.194-.116m.659,8.607a.515.515,0,0,1-.194-.116c-.116,0,.039-.271-.194-.232-.387,0-.232.426.077.271.077-.039.194.194.31.077m-.271-6.359c.116.077.116.116.116.232.116.039.077-.271-.039-.31.039.077,0,.077-.078.077m.7-2.248c.078-.738.387.348.387-.622-.116.039-.078-.155-.116-.232-.039,0-.039.039-.077.077-.155-.155-.116.194-.232.232a.142.142,0,0,1,.039-.116c-.194-.039-.08.077-.194.155s-.041.31-.234.348c.116.157.348,0,.428.157M542.17,36.6c0-.194-.232-.348-.428-.426.039.155.312.194.428.426m0-19.154c0-.077,0-.31-.116-.232-.157.116.078.194.116.232m0,8.764c0-.116-.039-.194.116-.194-.078-.077,0-.155-.116-.194-.2-.039-.078.194-.116.31.039.194.155.155.194.271a.123.123,0,0,0,.232.039c.077-.387-.31-.039-.31-.232m.465,8.568c-.116-.194-.116.155-.116.232.078-.039.078-.155.116-.232m.271-1.164c-.116.039-.425.039-.271.235.194-.077.078-.118.271-.235M542.6,19.85a.318.318,0,0,0,.271.039c0-.155-.194-.077-.271-.039m.077,6.63h-.039c.078.387.387.426.039,0m.62-9.151c-.077,0-.077-.077-.116-.116-.155-.194-.271.039-.426.116-.31.116.154.077.271,0,0-.232.31.194.271,0M543.486,20c.039.348.2.155.039-.077-.039-.039-.039-.155-.116-.232-.116.116.039.194.078.31m.235,6.63c0-.077-.155-.039-.119-.116,0-.387-.31.194.119.116m.387,7.407c-.116.116-.271.271,0,.271-.116-.077-.039-.194,0-.271m1.319.077c-.078-.194-.271-.116-.426-.116.036-.31-.39,0-.545-.077a.142.142,0,0,1-.116-.039c-.155-.235-.232.194,0,.116.387-.077.7.155,1.086.116m-.97.426c-.077-.039.039-.31-.077-.232-.039.039-.155.039-.117.155-.038.232.194.194.194.077m.077-17.487c.078.077.349.194.31,0-.039-.116-.194,0-.31,0m.155-.736c.039-.039.077-.077.116,0,.116.039,0-.155,0-.194-.116.039-.271.077-.116.194m.271-.467c0,.118.232.155.2.351-.077.039-.041.077,0,.155.036-.155.036-.155.155-.155.155-.232-.155.039-.118-.351-.114.077-.114.077-.232,0m.505,1.435c0-.077,0-.232-.116-.116-.078.155-.157.039-.271.039-.077.077.114.116.193.155-.157.2.116,0,.155-.077Zm.891,3.8c-.193-.039-.116-.116-.232-.194-.271-.039.155.348.232.194m-.077-4.924v.039c.077-.077.039-.155-.039-.155-.116,0-.116.194.039.116m.506,20.548c-.08-.116-.234-.155-.351-.232-.155.116.271.194.351.232m-.273-20.393c0,.116.116.271.155.387-.039-.116,0-.465-.155-.387m.039,12.6c0,.08.193.08.193.157.041,0,.08.077.08.039.038-.2-.119-.31-.273-.2m1.629-12.329c-.078-.077-.078-.116-.194-.039.039.116.155.155.232.194.039-.039,0-.116-.038-.155m1.048,3.567c-.116-.116-.155-.116-.233-.039.078.116.116.155.233.039m.194,16.168c-.116.039-.155.039-.116-.077-.077.039-.155,0-.232.039.039.116.31.232.349.039m.426-20.783c0-.077-.155-.039-.193-.116,0-.039-.039-.077-.077-.039,0,.116.155.155-.039.232a.518.518,0,0,1-.039-.348c.039.155.116.077.078-.039a.226.226,0,0,0-.078.426.137.137,0,1,0-.039.271.289.289,0,0,1-.039-.155c.387.273.193-.155.426-.232m-.116,18.184c-.077.2-.116-.155-.271.235.077,0,.116,0,.116-.077.039-.039.116,0,.077.077.116.039.155-.155.077-.235m-.194-16.788c-.077.155.116.155.155.039-.039-.077-.232-.194-.155-.039m3.683,6.9c.118,0,.118,0,.155.114.157-.194-.036-.348-.155-.114m1.241-1.863c-.116-.039-.155.116-.232.039a.141.141,0,0,0-.039.116c-.116.155.232.2.232.039-.116-.039,0-.116.039-.194m.661,6.785c0-.036-.078,0-.078,0a.309.309,0,0,0-.077-.348c-.039.155.077.232,0,.389.039.036.116-.041.155-.041m.736-.271v-.039c-.155.232-.465.039-.271.387a.211.211,0,0,1,.194-.114c.039.036.232.155.078.155-.232.077.077.194.232.155.039-.077-.039-.351.039-.31.078.077.078-.118.078-.157.038-.116-.271,0-.348-.077m-.232-2.171c.077-.039.232.039.193-.077.077-.271-.116-.039-.193.077m.193.155c-.039.116-.077.271.039.31a.293.293,0,0,0-.039-.31m.738,1.628c-.078-.155-.428-.194-.622-.232.116.155.465.116.622.232m-.467-.465a.438.438,0,0,0,.31-.039c0-.116-.233,0-.31.039m.66-.426c-.157.036-.312.036-.389.155.155.036.351,0,.389-.155m-.038.31c-.077,0-.118-.118-.2-.039-.036.077-.116.116-.077.155.155-.039.234,0,.273-.116m-.2-1.241c.078.077.119-.039.157-.116-.116-.039-.193,0-.157.116m.273.465c.078-.039.039-.116.039-.194,0-.194-.271.116-.312.194,0,.077.078.039.119,0,.116.077.116-.5.155,0m-.077.232c-.155.039-.2.116-.039.194.039-.077.155-.116.039-.194m.387-.116c-.077-.116-.426.194-.232.194.116-.039-.039-.116.232-.194m.465-2.442a.231.231,0,0,0-.271,0c-.116,0-.426-.116-.155.116.038.077.038.039.078,0,.077,0,.193.116.193,0,.039-.116.194.039.155-.116m-.426.348c0,.077-.077.271.078.194.039-.116.039-.155-.078-.194m.31-.039c.116-.039.077.039.155.077.116-.116-.155-.426-.155-.077m1.009-.039c0-.116-.116-.155-.039-.31l-.039-.039c-.077.039-.077.194-.039.271.078,0,.039.155.116.077m.542-.232c.194,0,.735-.232.194-.194,0-.039-.232.039-.155.116-.039,0-.116.039-.039.077m.5,1.2h-.038c-.116.039-.426.077-.31.232-.039,0-.078.039-.116.039.116.116.155-.077.232-.116.039-.116.155-.077.232-.155m.155-9.657c-.078-.191-.116.08-.193-.077-.039-.114-.116,0-.194,0-.426.077.387.235.387.077m0,15.975c-.116-.077-.232,0-.193.155.038.077.193-.077.193-.155m.583-.426c-.039.077-.077.116-.155.039-.194.428.31.039.155-.039m.97-10.39c-.041-.039-.08-.155-.157-.116.077.348.312.232.157.116m.155,8.336c-.041-.155-.2-.116-.2.039.041.077.2.077.2-.039m.194-9.926c-.157-.039-.116.077-.235.077.041.194.155,0,.235-.077m0,11.864c.116,0,.077-.077.077-.116-.077.077-.234.116-.194.194a.039.039,0,0,1-.041.039c.118.039.118-.077.157-.116m.271-.813c-.077,0-.194,0-.194.077s-.077,0-.116.039c-.041.116.155.077.194.116.116-.116-.039-.116.116-.232m-.077,1.822-.039.039c-.078,0-.155.194-.039.194.039-.077.193-.232.077-.232m.387-10.973c.387,0,.039-.31.039-.039a.038.038,0,0,0-.039.039m.116-1.745c.194.232.426-.116.194-.271-.078.232-.078-.157-.232.155-.116-.077-.039.077.039.116M562.6,20c0,.194.155.194.232.077A1.6,1.6,0,0,0,562.6,20m.351.039c-.041.116.116.194.194.116-.116-.039-.077-.116-.039-.194-.155,0-.351-.116-.155.077m.542,1.435c-.116-.116-.232.116-.271,0-.077-.077-.116,0-.155.039a.415.415,0,0,0,.426-.039m-.349-.932c0,.116.232,0,.077.194.155.041.426-.077.116-.077a.135.135,0,0,0-.193-.116m1.355.854c0-.116.234-.271,0-.271,0,.155-.039.31-.194.155-.116.194.116.348.194.116m-.116-.7c.077.114.232,0,.31.077h.041c.078-.2-.2-.077-.351-.077m1.086.929c.155-.039-.077-.194.116-.077.077-.542-.194-.232-.31-.387-.038.039-.232-.039-.271-.039a.359.359,0,0,0-.271-.039c-.078.077-.041.31-.118.387-.116.039,0,.116,0,.194,0,.116.155,0,.2.039.271.232.194-.271.194-.426.193-.077.232.039.039.155.116.077.31.077.271.194-.116-.116-.155.116-.077.155.077,0,.194-.077.271.039.193.116.155-.194-.039-.194m-.777,12.757c.041-.077.119.194.2.077.077-.194-.389-.194-.2-.077m.119-17.991c.078-.039.116.039.194.077.077.077.193-.039.193.116.194-.194.31.116.5.077-.077-.116-.077-.116.039-.194-.116-.116-.31,0-.465-.077.078,0,.194-.077.078-.077-.116.077-.194,0-.31,0,.116.039,0,.077,0,.116-.039-.077-.155-.194-.232-.039m.387-3.373c-.116-.039-.077-.194-.232-.116-.155.116.155.194.232.116m1.358,3.8a.038.038,0,0,0-.039.039c.193.077.232-.155,0-.116,0,.039.039.039.039.077m.465-.893c.077.077.155.077.155.2.155.039.077-.232-.078-.273.039.118-.039.041-.077.077m.193-2.325.194-.077c-.039-.155-.349-.039-.194.077m.62,2.444a.417.417,0,0,0-.31-.077c-.038-.041-.038.036-.077.077,0-.041-.039-.041-.039-.077-.116.194.078.077.155.155.116,0,.271.116.271-.077m-.426-2.289c.194.039.116-.194.232-.271.039.077.039.039.077,0-.077-.116-.31-.039-.232.116.077.116-.039.039-.078.155m.622,5.662a.135.135,0,0,0-.078.039c.039-.235-.351-.116-.155-.039.075,0,.155.077.116.155.039.194.116-.077.116-.155m-.2-.506H567.8c.075.116.232.039.232.2.193-.351-.116-.118-.2-.2m.234-1.938c-.077.039-.2.077-.116.155.078-.116.116-.077.155.077,0-.116.116-.31-.039-.31-.077,0-.116,0-.155-.077-.2,0,.077.155.155.155m.039-.774c.039-.039-.116-.077-.155-.155-.235.116.039.232.155.155m-.116-2.947c0-.155.116.039.155-.077-.116-.116-.467-.039-.155.077m-.039,3.1v.155c.116-.039.232-.155.348-.039-.077-.116-.232-.077-.348-.116m0,3.141v0Zm.581-6.359c0,.077.077,0,.116,0-.31-.116-.542.155-.116,0m.116,3.063c-.077.039-.116-.077-.194-.039-.116,0-.116.155,0,.116.116-.077.155.039.232,0,.039-.039-.039-.077-.039-.077m.116,18.262c-.193-.077-.387.077-.232.271.116-.116.077-.194.232-.271m.039-20.9c-.077.155.271.039.387.039.232-.077-.155-.116-.233-.116-.116-.077-.271-.039-.155.077m.116,3.528c-.078.039-.155.155-.116.232.039,0,.155.116.155.039,0-.116.116-.31-.038-.271m-.116,17.255c.039.116.155.155.078.271.116.31.388-.348-.078-.271m.31,0c-.116-.542-.426-.194-.194-.039.077-.116.116-.039.194.039M568.883,13.1c.116.077.62-.039.233-.039a.238.238,0,0,0-.233.039m1.2,21.48c-.155-.039-.155-.271-.31-.116-.078.116.077,0,.116.077,0,.039.078.039.116.077a.136.136,0,0,0,.078-.039m.387,1.357a1.747,1.747,0,0,1,.038.465c.039-.155.116-.387-.038-.465m.97-22.527c.31,0,.387-.116.039-.116a.142.142,0,0,0-.039.116m.387-.581c0,.155.349,0,.5,0,0,.077.116-.039.039-.039-.155,0-.349.039-.542.039m.581.852c.116-.039.273.039.351-.039-.078-.077-.351-.077-.351.039m.351-.232c0-.077-.078,0-.118,0-.232,0,.2.232.118,0m-.118.777c-.039.114.155,0,.2.114.271.041-.118-.194-.2-.114m.932-.622c.077,0,.232-.039.194.039.078-.077.194-.077.232-.194,0,.077,0,.116.039.155.039,0,.039-.116.116-.077,0,.039.078-.039.041-.077-.078-.039-.2,0-.273,0-.039.077-.077.077-.155,0,0,.039-.039.077-.039.116-.078-.077-.078-.077-.155.039" transform="translate(-390.468 16.184)" fill="%23313131"/><path id="Path_150" data-name="Path 150" d="M585.931,18.649c-.118.157.036.2.114.116.041.2.077.66-.155.7.119.658-2.521.465-2.947.426-.193.232-.387-.194-.658-.155,0,.077.039.116.039.194H580c-.078-.039-.387-.155-.191,0-2.482.077-5.159-.116-7.639.039-1.009-.116-2.057.077-3.025-.077-1.2,0-1.512.544-1.435,1.628-.036-.155-.155-.039-.036.077.152.273.114.7.462.854.155.232.66.194.66.465.078-.116.155-.232.312-.155.772-.077,1.667,0,2.478-.039.077,0,.077.194.116.271.155,0,.194.039.194.155.039.077-.116.116-.039.194.078.116.157.271-.039.312.078.077.31-.08.232-.157-.232-.039.041-.194,0-.271-.077-.039-.116-.077-.036-.194,0-.039-.118-.116,0-.155a.075.075,0,0,0,0-.116c.658-.039,1.394,0,2.093,0,0,0,.078-.039.078.039a.6.6,0,0,0,.31.077l-.078-.116a2.19,2.19,0,0,1,.5,0c-.155.116.077.232.077.077.039-.232.467,0,.622-.077.116-.077,1.2-.039.774.039v.116c-.116-.077-.116-.077-.155.077.078-.039.271.039.31-.039-.039-.155.193,0,.038-.194.392.039.9-.155,1.2.077,0-.116.387-.155.271,0a1.283,1.283,0,0,1,.932-.039,5.375,5.375,0,0,1,1.125-.039c.233,0,3.1-.194,2.519.232.273,0,.387-.271.658-.232.2.232,0,0,.155,0a1.889,1.889,0,0,1,.932.155c-.193-.039-.077.155.041.039.036-.077.077-.039.153,0a1.116,1.116,0,0,1,.349,1.086c-.155.039.039.077,0,.194-.078-.039-.078.039-.116.116-.116-.116-.078.077,0,.077-.039.31.155-.31.116.077a10.731,10.731,0,0,1,.039,1.59c0-.155-.232-.31-.155-.077-.078,0-.039.077-.078.155-.039.039.038.039.038.077.235.039.235.116.194.348,0,.116-.155.077-.078.155a3.662,3.662,0,0,1-.039,1.94c.43,1.2-1.045,1.123-1.859,1.123-1.553.039-3.143-.039-4.655,0-.426-.077-1.123.194-1.353-.116,0-.077-.043-.077-.078,0,.078.155-.082.077-.159.077a1.444,1.444,0,0,1-.387.039c-1.783,0-3.915-.039-5.853.039-1.317-.155-3.453,0-2.754,1.9.155.348-.23.077.193.426,1.048.891,3.179.31,4.5.465h9.3c1.28.077,2.715-.271,3.956.232.542.738.234,1.745.312,2.6-.157.968.54,4.341-.818,4.264-.155-.039-.155.118-.31.077-.232,0-.462.08-.542-.232a.12.12,0,0,0-.039.077c-.116-.194.2-.077.039-.426-.078.077-.078.116-.078.232-.116-.077-.039-.194-.194-.194a.349.349,0,0,1-.039.194.2.2,0,0,1-.077-.155c-.039.039,0,.194-.114.155-.041.194.23.039.5.31-.579.08-1.4,0-2.055.039a3.116,3.116,0,0,1-1.357-.077c-.31.273-.777,0-1.123.118-.581-.157-1.669.194-2.1-.118-2.831.273-5.817,0-8.723.077-1.125.041-2.289-.039-3.414,0-.464,0-.346.157-.423-.271-.041.506-.893.271-1.239.271-1.633.041-3.339,0-4.965.041-.893-.157-2.6.387-2.87-.777a34.554,34.554,0,0,1-.036-4.034c-.041-4.963,0-11.9,0-17.485.036.077.036.077.114.077-.348-1.28-.036-2.792-.077-4.15.194-1.084,1.783-.7,2.6-.736,3.218-.077,6.669.039,9.964-.077.116.039.428-.039.428.155a.117.117,0,0,0,.041.077c0-.194.23.039.191-.155.116-.116.155.077.194.116-.039-.232.542-.116.736-.116a16.982,16.982,0,0,1,2.444.039c.116-.039,1.822-.194,1.786.077a.189.189,0,0,1,.307-.077,5.881,5.881,0,0,1,1.435-.039c0,.194.116.039.078-.077.194.039.542-.077.505.155.119-.271,1.278-.077,1.59-.077.269,0,1.123-.271,1.123.116.116-.077.155-.155.312-.155a1.329,1.329,0,0,1,.542.077c.235-.077,2.054-.116,2.054.077.039-.31.774-.116.542.155l.078.077c.039-.155.077-.232-.036-.348.307-.039.23.194.307.039.119-.116.155.077.232-.039.159,0,.351-.077.467.077.271-.271.774,0,1.164-.077,0,.039-.077.155-.041.155-.036,0-.036,0-.036.039a.125.125,0,0,1,.077.039c-.234.271.581.348.155-.116-.232-.194.426.039.5.116a1.251,1.251,0,0,1,.232.387c-.078.077.077.155.041.232.075,1.474,0,2.908.036,4.382,0,.194.116.893-.191.658M556.5,34.662c-.039-.155-.385.194-.271.273.077,0,.194-.2.271-.273m1.046-1.357c.041-.077.118-.155.078-.271l-.078.116c0-.039-.036-.077,0-.116a1.5,1.5,0,0,0-.271.467c.078.155-.155.271.039.387-.271.116-.387.465-.736.465.31.194.581-.155.775-.387a.135.135,0,0,0,.08.039c0-.116-.08-.194-.118-.31.155.039.155-.157.273-.116,0-.118.077-.232-.041-.273m-.465,3.84c-.116-.039-.116.155,0,.155.116-.077.078-.116,0-.155m.351,1.59a.3.3,0,0,0-.041.31.317.317,0,0,0,.041-.31m1.471-7.019c-.078-.155-.271.041-.31.118-.194.232-.349-.118-.542-.077-.078.194-.387.658-.039.736-.193.348.155.116.078-.077-.039-.077-.155-.31,0-.232.077-.077.077.077.116.155.08-.31.5-.348.7-.622m-.116,5.507c-.039-.194-.271-.116-.232-.31-.078-.116-.114.116-.232.077-.271.077.118.232,0,.426.155-.039.271-.194.465-.194m-.5-4.421c.077,0,.036-.116.077-.155-.077-.232-.2.077-.077.155m.736-18.184c.077.116.077.232.155.31.036-.077-.078-.155-.078-.271,0-.077-.041-.039-.077-.039m.232,16.749c-.274.155-.041.544-.2.777.077-.039.312-.348.273-.116.039.194.155-.039.078-.116-.078-.039.078-.039.078-.116.039-.235.078-.428-.232-.428m.349-12.834c-.116.155-.116.194-.271.039-.155.077.349.351.271-.039m.5,5.2c-.039-.077-.078-.077-.078-.118.078-.039.039-.116.039-.155-.114-.116-.191.077-.31,0-.194-.116-.387.273-.078.273a.756.756,0,0,1-.271.039c.039.039.194.155.232.039.194,0,.116-.118,0-.155-.155-.08.116,0,.078-.118.116-.039.157.077.234-.039.036.077-.041.077-.077.116-.2.041.114.077.23.118m-.116-.506c-.271-.271,0-.155.232-.194-.232-.039-.078-.232-.269-.194-.2,0-.118.194-.155.31-.041.077.155.116.191.077m.232-5.389c-.039-.039-.116-.039-.155-.077-.114.155.077.232.155.077m0,13.415c.039-.039.116-.232.039-.232-.155,0-.077.194-.155.271,0,.039.039.155.116.155.078-.039-.039-.155,0-.194m.039-7.521c.077,0,.155-.041.232-.041-.039-.116-.193.041-.232-.116-.307.2.155.389,0,.157m.077-9.229c-.038-.039-.038-.077-.077-.077-.194,0-.039.271.077.077m.428,15.9c-.118-.426-.813-.194-.428.155.039.077.116,0,.2.039,0,.077,0,.194.077.194.155-.077.036-.271.155-.387m-.39-12.641c.235.155.039-.232-.077-.155.116.077-.039.232.038.348.077,0,0-.116.039-.194m.116,4.421c-.116.077-.039.116-.193.039,0,.116.116.155.193.194-.039-.077.077-.232,0-.232m-.155-7.445.039.039c.193-.077.193-.155.157-.348-.08.077-.08.271-.157,0-.077.116.039.194-.039.31m.428,8.413c0,.116-.08.077-.155.039-.077,0-.235.077-.077.077s.077.116.153.194c.157-.194.116-.039.273-.155.077-.116-.116-.155-.194-.155m-.232-8.258c.114.077.036.116.077.194a.111.111,0,0,0,.036.194c.039-.116,0-.232.077-.348-.114.039-.039-.155-.191-.039m.426,8.8c.039-.155-.116-.155-.194-.036-.08-.157-.232,0-.2.155.2-.039.078.039.233.039,0-.039-.036-.116.041-.157v.041c-.041.155.194.077.116-.041m-.235-5.815c.078,0,.118-.116.118-.194-.118.039-.273.116-.118.194m1.048,14.85c0-.077-.039-.465-.116-.271s-.078.426-.269.348c-.157-.077-.041-.387-.273-.232a.141.141,0,0,0-.039-.116c-.116.232.233.31.312.465.078.077.152,0,.23-.077.039-.077.194,0,.155-.116m-.385-11.864c.078-.077-.157-.116-.08-.232-.078-.235-.271.155.08.232m-.119-4.3c.078-.116.155-.232,0-.271-.116.116-.077.155,0,.271m.2,18.612c-.118.116-.041.194-.235.271.157.116.348-.116.235-.271m-.078,2.986c-.119.155-.08.387.078.114-.041-.036,0-.114,0-.155.036-.116-.157-.077-.078.041m.617-3.8c.2-.116-.039-.658-.232-.387-.116.194.116.387,0,.5a.727.727,0,0,0-.077.581c.194-.114.232-.155.271-.348.194-.116-.077-.232.039-.348m0-3.76c-.271-.232-.5.465-.077.426.273,0,.2-.271.077-.426m-.31,1.164c.077.271.271-.157.077-.235.039.116-.077.155-.077.235m.581-8.222c-.116-.155-.31.155-.349-.039l-.039-.039c-.155.232.234.077.312.155.036.041.075,0,.075-.077m-.31-.271a.413.413,0,0,0,.271-.116.178.178,0,0,0-.271.116m.31-7.366c-.039-.194-.116.039-.116.116.041,0,.155-.039.116-.116m.31-.271c.08.036.118.077.157.077.077,0,.193-.118.077-.2-.077.155-.077.118-.235.118m.157,11.361c-.194-.039-.116.194.039.155.039-.039.078-.155-.039-.155m0-11.206c0,.116-.078.194.077.232s-.039-.155-.077-.232m.774,18.881c-.039-.194-.387-.271-.349,0h-.039c.039.232.271.155.387,0m-.116-7.4c.116-.116.116-.31.155-.467-.116.041-.155.351-.155.467m.155,8.413c.194.039.116-.194,0-.194-.078.039-.039.155,0,.194m0-.854c.116.155.233-.232.157-.348-.078.116-.078.116-.2.116.077.077.039.116.039.232m0-8.1c.116-.077.08-.232.116-.387-.155-.077-.155.271-.116.387m.233,10.47c-.075-.077-.31.271-.153.271.036-.077.036-.194.153-.271m-.194-21.325c.041.077.119.271.194.155,0-.116-.075-.194-.194-.155m.155,20.626a2.342,2.342,0,0,0,0,.506.361.361,0,0,0,0-.506m.544-20.781c0-.2-.31,0-.119.116.041-.039.041-.116.119-.116m1.161,18.262c-.039-.232-.23.232-.307,0-.2-.428-.7-.506-.893,0a.162.162,0,0,1,.116.232.2.2,0,0,1,.119-.039c.077.194.424.116.5-.039.271-.155-.116.271.465.077a.145.145,0,0,1,0-.232M564.875,20.2c.078.077.155.077.116.194.194-.116-.116-.348-.116-.194m.31,15.665c-.194.116,0,.426,0,.194.077-.077,0-.116,0-.194m.465-11.941c0-.039.039-.077.08-.116-.041-.077-.118-.155-.2-.077.077.077.038.116.038.194,0,0,0,.077.039.077.077,0,.039-.039.039-.077m.7,11.9c-.039-.232-.269-.077-.387.039.078.194.31.7.542.387.078-.194-.271-.194-.155-.426m-.039-12.215c0,.041,0,.235.078.157.077-.116.116-.235-.078-.157m.039-6.9a2.734,2.734,0,0,0,.077.506.6.6,0,0,0-.077-.506m.426,19.89c-.193-.348-.349.077-.155.041.041-.041.078-.077.155-.041m.348-20.006a.236.236,0,0,0-.271-.116c.116.039.155.194.271.116m.194,7.213c-.036-.077-.116-.077-.194-.039.039.116.157.155.194.039m-.155-5.12c.155.077.2.273.353.273-.118-.077-.2-.351-.353-.273m.118,4.653c.078,0,.155-.039.194.077.232.116-.116-.348-.194-.077m.155,14.968c-.273.31.039.232.116.387.041.077-.077.232.041.271.114.077.153-.155.307-.077.078,0,.116-.039.116.077,0,.077.078.039.116,0a.369.369,0,0,0-.31-.194c-.194-.116-.23-.31-.387-.465m.039-12.486c-.078-.116-.116.039-.078.116,0,.155.2,0,.078-.116m.077-1.977c.041,0,.119,0,.119-.039.152-.118.269.155.385-.039-.077.077-.309-.235-.348-.039-.114-.2-.191-.077-.155.116m.155-2.289v0Zm.387-8.53c-.039.426.464-.155.157.039v-.232c-.119.077-.2.194-.2,0-.155.077.155.116-.271.271.116.155.194-.039.31-.077m0,10.818c-.078,0-.078,0-.116.039.232.077.428-.039.351-.312-.273.116-.041.312-.234.273m-.078-8.88c0,.039-.077.116,0,.155,0-.232.312-.116.235-.31.307.271-.119-.426-.235.155m.348,24.7c-.036-.077-.114-.155-.155-.077-.077.155.118.312.155.077m.232-15.2c.116.348.428-.077.155-.039,0,.077-.116.077-.155.039m.078,14.54c.273.348.118.31.508.387.077.077.114-.194.153-.232a.424.424,0,0,0-.23-.387c-.118.039-.469.077-.43.232m.892-25.2c-.116-.155-.462-.232-.581-.077-.077.118.077.2.118.273.114.194.346-.077.462-.2m-.5,13.262c.2.271.426.542.62.774a1.965,1.965,0,0,0-.62-.774m.465-2.018c.038.077.116.467.155.118,0-.041-.232-.389-.155-.118m.116,2.018c.039-.077.155-.2.155-.273-.155,0-.155.157-.155.273m.2.039c.077.039.114.155.23.155,0-.077-.077-.116,0-.155.078-.077-.153-.312-.23-.194.036.077.114.155,0,.194m.385.039c0,.077,0,.116.039.155.078.039-.039.116.039.194.077,0,.039-.155.116-.232s-.077-.077-.116-.077c.155-.116-.078-.271-.078-.039m.387-.389a.765.765,0,0,0-.155-.232c-.116.232-.116.467.155.232m.235,1.4c-.235-.232,0,.194-.271.155a.123.123,0,0,0,.036-.077c-.077-.077-.114.155,0,.155.082-.116.235.08.273-.077.31-.077.039-.426-.039-.155m-.271-4.264c.119.077.2-.039.232-.116-.155-.08-.155,0-.232.116m.036,3.141c-.077.116.082.077.16.116-.119-.155.036-.194.153-.116.116,0,0,.232.116.039,0,.077.039.116.078.116,0-.039.039-.194-.038-.194-.155.077-.039-.2-.194-.273.039.235-.232.118-.273.312m.16-.467c0-.077-.119-.077-.16-.116-.114.426.351.039.16.116m.581,1.4c.077-.039.077-.155.077-.232-.157.039-.2.116-.077.232m.153-8.839c-.153-.077-.193-.039-.193.194.193-.077.041-.194.193-.194m0,7.288a.414.414,0,0,0,.078.232c.116-.31,0-.7.428-.813-.041-.116-.157.039-.234.077-.193.077-.116.387-.232.5Zm.193.932c-.039-.155,0-.348-.116-.5,0,.116,0,.5.116.5m0-4.537a.66.66,0,0,0,.271-.039.038.038,0,0,1-.039.039c-.078,0-.155.077-.232,0m.312-.039h0Zm.078.97c.077.039.271-.118.232-.235-.155,0-.2.157-.232.235m0,2.016a.47.47,0,0,0,.387-.116.466.466,0,0,0-.387.116m.077-1.9c.077.116.155.039.271,0-.116-.039-.235-.116-.271,0m.271,3.141c0-.039-.039-.155-.116-.077-.041.116.078.194-.118.271v.039c.077-.077.157-.039.235,0-.078-.077-.116-.155,0-.232m-.078-.467c.232-.232.039-.116.078-.271.232-.271-.194-.5-.078.271m.542,1.241c.041,0,.041-.194.155-.116-.036-.271-.271-.077-.155.116m.194-1.59c.078-.116.193-.271,0-.194-.116-.077-.039.155,0,.194m.078-1.2a.186.186,0,0,0,.271-.155c-.116-.232-.077.31-.271.039-.078-.039-.039.039-.116.116s.116.039.116,0m-.039-.465c.077.116.155.116.271.116,0-.116-.194-.116-.271-.116m.31,1.512c-.116-.155-.271,0-.194.155.039.232.155-.077.194-.155m.194-1.551c.041.039.041.039.077,0,.159-.116.118.116.2-.232-.118-.039-.351.077-.273.232m.273,1.009c-.077.039-.077-.039-.077-.077-.118-.041-.041-.077,0-.155-.041.036-.078,0-.118,0-.077.114.041.271.041.387.194-.194.194.077.31.116,0-.039.039-.077,0-.116-.155-.077.155-.155,0-.194-.077.116-.039.077-.155.039m-.077-.893c-.078-.039,0,.039-.041.077.041.348.39-.155.041-.077m.426,1.706a.64.64,0,0,0-.309.5l.116-.155c0,.039,0,.039.039.077a.135.135,0,0,1,.039-.077c.078.116-.078.155-.116.273.039.116.077.155.194.039-.155-.08-.039-.116.038-.039a1.135,1.135,0,0,1,0-.622m-.038-.426c.038.155-.078.077-.078-.039.078-.077.155-.155.078-.271-.346.542.271.774,0,.31m-.078-2.831c.116.077.039.155.078.271.078.077.038-.116.078-.155,0-.116-.078-.155-.155-.116m.271.622a.54.54,0,0,0,.119.155c-.077.194.269-.118.037-.118-.037.08-.078-.036-.155-.036m.194,2.906c0-.116-.116-.194-.039-.31-.31-.116-.037.155-.114.194-.118.077.077.077.153.116m.619.738c.116-.039.041-.155-.036-.232-.041.077-.041.232.036.232m.077-1.822c.082.077.082.194.157.232.078-.116-.041-.232-.157-.232m.157-.506c-.041.2.271.116.078-.077.036-.116,0-.077-.078-.039-.118,0-.041.077,0,.116m.036.815c-.077.155,0,.155.157.155.116-.116-.039-.232-.157-.155m.118-.348c.155-.039.116-.08.271,0,.039-.08-.039-.271-.078-.116-.506-.2-.077-.041-.193.116m.193.077c-.077.155-.039.077-.116,0-.077.039-.039.155-.039.194.116-.039.155-.077.155-.194m.426-8.026c-.114,0-.114.116-.039.155.078,0,.155-.155.039-.155m.233,11.864c.077-.039.077-.116.116,0,.2-.31-.116-.31-.116,0m.271-.854c0-.116.116,0,.194-.077-.153,0-.078-.116-.116-.194-.036.039-.114.039-.077.116-.036.077-.077.118,0,.155m0-14.073.116.31c.121-.077,0-.232-.116-.31m.505,11.864c-.039.077,0,.116.078.155-.039,0-.039.039-.039.077.273-.039.155.271.387-.039.077-.155-.232-.039-.192-.155.114-.039.078-.155.192-.194.039-.077-.192.039-.271-.271a1.235,1.235,0,0,1-.116.348.2.2,0,0,1-.078-.155c-.119.077.039.155.039.232m.116-2.054c-.155-.232.2-.077.039-.194-.116-.039-.077-.116-.155-.194a.267.267,0,0,0,.116.387m.387,2.48c-.077.039-.077.118-.191.077l.077-.116c-.39.116-.273,1.009.114.039m-.114-11.361c.037-.155-.2-.271-.2-.077.2.31.078.622.2.893.075-.077,0-.194.114-.232.039-.194-.114-.387-.114-.583m-.2,8.142.078.077c.041-.039.041,0,.077.039.116-.155.041-.271-.155-.116m.155.622V24.04c.041.039.078-.039.116-.077.116-.273-.426.039-.116.155m.31,2.171c-.077-.116-.31-.155-.232,0,.077,0,.155.039.232,0m-.155-3.141c.078-.077.232,0,.155.116.116,0,.116-.155.194-.232-.155.155-.349-.194-.078-.116-.155-.232-.348.039-.271.232m.039,4.266a.142.142,0,0,0,.116.039c0-.039-.039-.155.078-.116.078-.155-.31-.039-.194.077m.7-1.745c-.269-.077-.232.077-.426-.155.077.232.039.116-.078.194.039.039.078,0,.116,0,.119.039,0,.116-.078.116.039.116.155.077.155.194v-.194c.119.039.155.232.31.232,0-.116-.191-.077-.155-.232-.114-.116.041-.116.155-.155m-.426-2.405c.157-.155.5-.155.271.116.077.077.077-.116.155-.077.039,0-.039-.077,0-.077.116-.232-.426-.155-.426.039m.464-.271c.039-.039.077-.039.077-.116-.077-.116-.271-.039-.077.116m.157.932c.039-.116,0-.116-.08-.155,0,.116-.039.116-.116.116.078.232.428.039.2.039m.233,1.9c.077.232.116.658.234.736a4.923,4.923,0,0,0-.312-.891c-.039,0-.078.039-.039.077.077.077-.2.387-.2-.116-.116.271.039.5.312.194m-.078.619c-.078,0-.116-.039-.2-.039-.116.271.118.271.2.039m-.2-3.218c.08.116.157.155.2.271.116.039.116.235.194.273a.7.7,0,0,0-.389-.544m.351,3.567c0-.116-.116-.116-.077,0-.078-.039-.039-.155-.155-.077a.126.126,0,0,0-.118.118c.118-.08.157,0,.157.116.116.077.116-.08.194-.157m-.077,1.048c.077.039.193.116.193,0,.194-.271-.036-.116-.193,0m.157-3.644c-.157-.116-.08.155,0,.194a.474.474,0,0,1,.155-.232c-.078-.039-.119-.039-.155.039m.307,3.954c.038,0,.077-.31,0-.194.038.039,0,.039-.039.039-.155.039-.077.116.039.155m.351-11.283c-.119-.039.036-.155-.041-.232-.077-.039-.155,0-.039.039-.039.077-.077,0-.116.039-.078.155.078.116.2.194Zm0,9.848c.036-.039.155-.039.114-.116.078.039.194.077.194-.039-.116.039-.077-.155-.194-.116-.077.039,0,.077,0,.155-.114.077-.114,0-.114-.116-.08.039-.119.232,0,.232m.155.2c-.077,0-.077,0-.077-.077-.2-.2-.157.271,0,.31-.041-.155-.041-.155.077-.232m-.155,8.8c.036.116.191.5.269.387-.078-.155-.114-.31-.269-.387m.077-12.524c.114,0,.077.039.077.077.191.039.075-.155.075-.31-.039.077.039.232-.153.232m.968-5.35c.077,0,.116.039.155,0-.039-.077-.155-.155-.191-.039,0,.039-.077.039-.118.039,0-.116-.116-.077-.155-.155-.157-.194-.428.077-.116.039-.118.155-.118.116-.118.31-.036.387.353-.039.273-.194V17.8c.157.116.08.194.271.039m.232.891c-.193.08-.155.428-.039.235,0-.039.039-.077.077-.039.078-.039-.039-.157-.039-.2m.232-.5c-.116-.271-.039.116-.31,0a.2.2,0,0,0,.31,0m-.271,8.452c0,.157.077.235.271.194-.039-.194-.077-.465-.194-.155-.039,0-.039-.039-.077-.039m.428-10.855c.114.116-.041.232.036.348.039-.077.155-.387-.036-.348m1.317.891c-.271-.155,0-.232-.155-.426-.077.155,0,.31-.116.387.078,0,.155.039.271.039m0,20.047c.2.387.31.232.31-.116-.155-.235-.31-.157-.31.116m.273-13.921c-.119.039-.2.077-.2-.077.041,0,.271-.039.2.077m.426,1.551c-.119-.116-.041-.194-.273-.155-.039.077.232.271.273.155m.191-6.049c.2-.155-.114-.077-.036-.194.155-.194-.2-.039-.119-.31a.036.036,0,0,0-.036.039c-.041-.077-.041-.194-.08-.271-.155.039-.039.155-.116.232.2.039-.078.155,0,.232.077-.077.155-.155.077,0,.351-.077.039.271.232.348.077.116-.194.271-.037.348,0,.08,0,.157.114.157.622.039-.348-.622.2-.506.31-.077-.077-.077-.2-.077m0-5.234c.119.039.2-.039.312-.116a.174.174,0,0,0-.312.116m.312,13.183c0,.039.039.116.116.077a.038.038,0,0,1,.039-.039c.039.039.039-.039.077-.039-.039-.039-.077-.077-.116-.077,0,.116,0,.077-.116.077M584.3,12.95c-.039,0-.116,0-.077.039.077.039.039.116.039.194.116.116.116-.194.039-.232m-.077,6.011c.039.155-.039.271.077.387,0-.116.077-.348-.077-.387m.116,6.824c.116.348.193-.271.116-.348-.155.077.041.271-.116.348m.157-1.241c.036-.116.153,0,.191-.039-.039-.039-.155-.116-.078-.155.039-.039.078-.039,0-.077s-.114-.116-.155.039h.041c-.2.155-.157.348,0,.232m0,.658c-.041.077.036.077.075.118.039-.118.193-.2.193-.312-.155,0-.155.194-.269.194m.658,12.8c-.041-.039-.041-.077-.041-.155-.114-.387-.155.271.041.155m.777-24.582c-.118-.077-.2-.194-.351-.155a.221.221,0,0,0,.351.155m-.041,20.744c0-.039.041-.077.078-.116-.116-.194-.194,0-.078.116" transform="translate(-369.498 16.18)" fill="%23313131"/><path id="Path_151" data-name="Path 151" d="M524.865,42.386c-.233,1.667-1.706,5.311-3.18,5.856-.039-.116-.039-.194.08-.271-.544-.039-.312.736.077.31a.92.92,0,0,1-.505.5.329.329,0,0,0,0-.271c-.116.116-.271.465-.426.116,0-.348-.194-.155-.271-.426-.039.194.116.774.271.813.039-.271.349-.194.194.039-.155.116-.387.426-.581.348,0,0-.08,0-.08.041,0,.232-.775.891-.968.7.078.271-1.319.929-1.551.929.039-.191.116-.426.349-.191a1.986,1.986,0,0,1,.078-.428c-.116.077-.155.116-.155.194a.2.2,0,0,1-.155-.077c-.078.155-.271-.194-.078-.271-.193-.387-.7-.658-.542.039.193-.348.271-.465.232.039-.155-.039-.194.155-.31.271-.077-.155,0-.31-.155-.31.155-.155.037-.271-.077-.387,0,.387.193.774-.312.968-.039-.036-.039-.077-.077-.077,0,.118-.271.155-.155.351l.116-.118c.232.506-.349.041-.232.583.194.039.271-.232.465-.155a.806.806,0,0,0,.232-.155c-.581.62-1.549.658-2.325,1.007a13.931,13.931,0,0,1-3.334.544c-.271.116-.813.348-.97.077-.039.039-.077.077-.077.039-.116-.077-.155.116-.271.116a31.429,31.429,0,0,1-9.151-.31c-.114-.116-.232.077-.387-.039a3.57,3.57,0,0,1-.89-.2c-.232,0-1.435-.232-1.4-.426.039-.155-.232-.155-.232,0a15.473,15.473,0,0,1-3.373-1.319,1.5,1.5,0,0,1-.661-.426c.077,0,.155-.039.116-.116-.31-.31-.31.155-.852-.271a13.193,13.193,0,0,1-3.683-4.072,14.477,14.477,0,0,1-1.512-8.452c.116-.5.116-2.519.7-2.442-.736-.387,1.512-4.111,2.016-4.537.387-.387,1.125-1.474,1.629-1.435.234.155.467-.077-.039-.116.506-.387,1.125-1.086,1.783-1.009.2-.039.039-.116-.077-.116,3.8-2.442,8.57-2.635,12.95-2.867,3.724.232,7.484.5,10.9,2.132.97.5,3.373,1.745,3.489,2.713.077-.036.155,0,.155-.116a4.987,4.987,0,0,1,1.628,2.212,7.315,7.315,0,0,1,1.357,3.179c.387,1.2.349,1.938-1.125,1.861-1.2,0-2.4.039-3.567,0-1.435.077-2.906-.039-4.341.039-.893-.155-1.861.155-2.676-.232-.854-.7-1.2-1.938-2.325-2.405-2.754-1.045-6.361-1.123-8.8.738-1.745,1.706-1.861,4.692-.891,6.785a7.646,7.646,0,0,1,.581,1.125.155.155,0,0,0,.194.194c.736.271,1.358,1.007,2.209,1.084.194-.077.08.273.234.155.077-.116.114-.077.194-.039a9.771,9.771,0,0,0,5.079-.039,3.308,3.308,0,0,0,1.046-.348.135.135,0,0,0,.039-.077l.039.039c1.59-.813,1.631-2.364,3.179-2.676,1.706-.155,3.45.041,5.2-.036,1.123-.041,2.248.036,3.373,0,.929.077,2.829-.351,2.6,1.123m-35.826-3.373c-.077-.039-.155.155-.039.194.155,0,.077-.155.039-.194m.738-3.993c-.155-.039-.351.039-.194.194,0-.155.155-.116.194-.194m.542,4.535c-.077-.116-.077-.194-.194-.232-.116.155.039.194.194.232m.077-7.792c-.077-.039-.155-.116-.232-.077-.039.155.116.194.232.077m.116,2.093c-.077.077-.155.194-.039.194.116-.039.116-.077.039-.194m.194-2.676c.194-.077.039-.194-.077-.31,0,.155-.116.387.077.31m-.039,8.375c.155,0,.232.273.387.118.273-.273-.271-.312-.387-.118m.854-8.491c-.155.077-.155.039-.116-.116-.077,0-.116,0-.157.077-.036.116.351.271.273.039m.968,8.8c-.387-.506-1.474-.273-1.123-.077.736-.273.581.155,1.123.077m-1.045-4.808c.039.116.155.116.271.077-.077-.077-.194-.155-.271-.077m.852,13.066a.725.725,0,0,0-.155.619,3.627,3.627,0,0,0,.155-.619m0-6.707a.244.244,0,0,0,.116.31Zm.931,6.63c-.193-.039-.348-.389-.544-.31-.077.077-.155,0-.271,0-.155-.041-.116.271.077.194s.234.194.428.116c.116-.077.193.155.31,0m-.544-8.065c.2.116.544-.155.155-.155-.077,0-.271.039-.155.155m.66-9.732c-.077-.077-.116-.116-.194,0,.077.039.116.116.194,0m.349,18.726H493.3a.29.29,0,0,0,.387,0m.116-19.309c.155-.116-.077-.116-.155-.077-.039.077.077.116.155.077m.155,12.137c0-.039-.039-.077-.077-.155-.116.077-.039.271.077.155m.116-1.628c-.194-.077-.271,0-.116.155a.533.533,0,0,0,.116-.155m.31,5.156c-.116.077-.155.194,0,.232.118-.039.041-.155,0-.232m1.553,2.56c-.312.116-.157.194-.273.387-.116.116-.194,0-.31-.039-.155-.039-.077-.194-.116-.31-.116.039-.116-.077-.193-.077-.194-.039-.155.194-.271.232-.116.194-.155-.116-.31-.039.116.194.232.426.465.465.116.039.348.116.387-.077,1.319.542,1.2-.619.622-.542m-1.164-13.262c.116-.077.155-.232-.039-.232-.116.077,0,.155.039.232m.116,5.12c.271.077.5.271.62-.2a.616.616,0,0,0-.62.2m.271-10.393c.077,0,.155,0,.194-.116-.077-.116-.232,0-.194.116m.232,16.594c-.039-.077-.232,0-.194.077.077.077.116-.039.194-.077m-.077-13.144c-.116.039-.077.155-.077.232.077,0,.116-.155.077-.232m.116,15.278c.077-.155.077-.155-.078-.232-.039.116-.039.194.078.232m.077,1.667c-.155,0-.194.348,0,.387a1.293,1.293,0,0,1,0-.387m.077-10.16c.039.08.155.2.232.157.039-.235-.116-.273-.232-.157m.078,9.616.155-.232c-.194.116-.194.116-.155.232m.351,1.319c-.157-.039-.118-.155-.118-.271-.31.348.351.932.118.271m.194-21.015c-.08-.116.116-.232,0-.348q-.119.232,0,.348m.426,10.276c.193.116.232.194.426.077.078,0,.544.077.349-.077-1.512-.506-1.2.581-.774,0m.31,8.646c0-.542-.736-.194-.426.155.155.155.465.116.426-.155m.31,2.6c-.194-.041-.736.31-.271.271.116.077.271-.155.271-.271m-.349-22.179c.039.116.078.116.155.039-.077-.116-.116-.116-.155-.039m.194,15.936c-.232.039-.194.348-.116.5.271-.077.387-.387.116-.5m.426,3.954c0-.155-.077-.232-.155-.232-.465,0,.039.7.155.232m-.194.854c.077-.077.039.077.116.039.116-.194-.232-.271-.116-.039m.428-20.628c.039-.077-.234-.077-.312-.116-.155.194.234.116.312.116M498,45.8c-.116,0-.232-.077-.351.077.157.116.273-.039.389.077.116.039.078-.194-.039-.155m1.123-6.008c.118,0,.273.194.351.039.039-.351-.622-.077-.738-.351-.194-.194-.039-.465-.194-.658-.426-.387-.658.232-.426.581.426-.194.581.351,1.007.389m-.62,8.723c0-.155,0-.155-.155-.194-.116-.077-.232.077-.194.232.039.194.426.232.348-.039m.155-8.22a.453.453,0,0,0-.426-.31ZM498.5,50.8c-.077-.116-.271,0-.155.08a.3.3,0,0,0,.155-.08m.542-22.334a.087.087,0,1,0,.039-.155c-.271.041-.465.312-.039.155m0,21.134c-.077-.039-.116.116-.155.155.116.116.155-.039.155-.155m.544-1.667c.116.077-.077.194-.155.116-.777-.273-.428.968.039.232.5.348.7-.387.116-.348m-.077,4.225c-.039-.116-.194-.194-.271-.039.036.194.155.194.271.039m-.157-22.215c.118-.041.041-.2-.077-.155,0,.077-.036.155.077.155m.234,15.276c.039.116.348.426.465.271.039-.232-.31-.194-.465-.271m.155-5.273c.193-.077.193-.389-.039-.232-.116.077-.077.155.039.232m.232,11.554c-.078-.194.232-.155-.039-.348,0,.155-.155.232.039.348m.077-10.78c.077-.077,0-.232.039-.31-.155.077-.31.271-.039.31m-.116,11.632c0,.077.116.155.194.155.349-.077-.077-.387-.194-.155m.039-4.612c-.039.194.116.542.271.232.194-.232-.039-.273-.271-.232m.5,2.79c-.039-.116-.116-.387-.31-.348-.232.155.077.465.31.348M500.128,28c.077.077.155.039.232,0,.039-.039-.193-.039-.232,0m.155,17.332c-.039.077-.077.155.039.194.116-.039.039-.116-.039-.194m.077-14.385c-.116.077-.077.116,0,.194.078-.077.039-.116,0-.194m.271,16.827c0-.155-.232-.194-.232,0-.039.2.232.2.232,0m0,2.986a.138.138,0,0,0-.039.273c.194,0,.312-.273.039-.273m.661-4.186c-.116-.077-.31,0-.428-.039s-.194-.194-.31-.116c-.194.271.273.155.351.271.114.077.271-.039.387-.116m-.583,5.931c-.116-.077-.155.077-.194.157.155.116.312-.041.194-.157m.077-4.535c.155.116.273,0,.312.194.271-.31-.622-.7-.312-.194m.273,2.713c-.077-.077-.2-.116-.2-.039-.036.116.077.271.2.039m-.077-20.938c.077.077.232.155.232,0-.078-.116-.155-.039-.232,0m.116,21.482c-.08.039-.08.194-.116.271.077.039.194-.194.116-.271m.581-3.218c.116.077.194.116.31.039-.039-.194-.194-.232-.426-.077-.039-.077-.232-.116-.232.039.116.039.271.077.348,0m-.194-2.366c.078-.039.078-.116.078-.232a.148.148,0,0,0-.078.232m.232-18.416c0,.155.155.077.232,0-.077,0-.155-.116-.232,0m.348,25.591c-.039-.155-.271-.077-.271.116.116,0,.31.039.271-.116m.467-6.243a1.236,1.236,0,0,1-.273.194c.116-.039.232-.077.273-.194m-.157-17.487c.234.271-.116.426.077.426.08-.077.119.039.119.116.194.116,0-.194.077-.271,0-.116-.077-.232,0-.31-.077,0-.077,0-.116-.116a.315.315,0,0,1-.157.155m.312,1.822c-.155.155.194.039.271,0-.077-.155-.193-.077-.271,0m.116,14.966a.294.294,0,0,0-.039.2c.155,0,.155-.157.039-.2m.155-16.788c.155,0,.116-.116,0-.194-.077.077-.116.155,0,.194m.116.426c-.077-.039-.077.194-.116.232.077.077.116-.155.116-.232m0,1.086c-.077.077-.155.155-.039.194.116-.039.194-.077.039-.194m.31,17.41c-.155,0-.232-.039-.31.077.039.116.271.039.31-.077m-.232-2.018.116.271c.039-.191,0-.271-.116-.271m.232-.968c.078-.039.232-.077.271-.194a.206.206,0,0,0-.271.194m.31,2.831-.077.116c-.039-.077-.116-.155-.116,0,.039.116.348.077.194-.116m.039-19.154a.147.147,0,0,0,.235,0c0-.077-.2-.116-.235,0m0,.542c0,.116.116.194.193.077,0-.116-.155-.271-.193-.077m.312-3.025c.155,0,.271-.077.232-.232-.118.039-.155.116-.232.232m.387,25.4c-.078.155-.2.077-.273.155.041.194.273,0,.273-.155m.31-2.366c.039-.155-.194-.194-.194-.039-.039.194.194.194.194.039m-.077,3.257c.077.039.077.039.077.157.232-.235-.116-.428-.077-.157m.194-23.805c.155.039.194-.235.077-.235-.077.08-.194.157-.077.235m.387,19.075c-.116,0-.155.118-.077.157.077-.039.155-.077.077-.157m-.039-19.89c0,.155.232.194.232.039.039-.155-.232-.194-.232-.039m.271,2.057c-.116,0-.077.116,0,.155.077-.077.116-.118,0-.155m.428,21.6c.077-.116-.116-.271.039-.387.039-.235-.389-.116-.2.039a.2.2,0,0,1,.08.155c-.116.116,0,.426.078.194m.271,1.241c-.116-.077-.271-.116-.309.039.077.232.193.116.309-.039m-.193-3.179c0,.116.077.232.116.039.039.039.077.077.116.077,0-.194.194-.194.155-.348.271-.08.5.465.426-.041.232,0,.271,0,.271-.271-.193-.039-.116.348-.271.116.077-.077.077-.077,0-.155-.116.116-.232.506-.31.077-.116.116-.155.506-.271.194-.077.116-.194.157-.232.312m.31.348c-.077-.039-.232-.116-.31-.077.039.116.193.077.31.077m0-21.6a.117.117,0,0,0,0-.235c-.155,0-.116.235,0,.235m.155,24.154c-.155.157-.193.312.039.428.155-.039.039-.312-.039-.428m.542-2.171c-.077-.155-.193.039-.31.116.155.077.271.039.31-.116.622.232-.077-.854,0,0m-.155-21.983c0,.155.077.194.116.036.039-.077-.077-.114-.116-.036m.465,21.6c.155.039.273.116.312-.077-.077-.194-.235-.116-.312.077m.467,1.123c0,.041,0,.428-.077.235-.467.155-.389.813.039.271.155-.116.387.039.5-.232.039-.039.077-.077.155,0,.31-.116-.5-.351-.619-.273m-.232.815c-.08-.039-.08.077-.116.155.116,0,.194-.077.116-.155m.194-20.86c.155,0,.116-.116.039-.232-.077.116-.155.194-.039.232m.232-2.637c.039.118.155.077.194-.036,0-.235-.232-.118-.194.036m.078,24.233a.5.5,0,0,0-.039.235c.194-.039.194-.039.039-.235m0-2.4c.077-.116.077-.155,0-.232Zm.31-16.672c.039.116.387.116.31-.077-.078-.118-.232.077-.31.077m.077-2.521c.194,0,.078-.155-.039-.232-.039.077-.039.194.039.232m.039-1.783c.155,0,.077-.155-.039-.194,0,.077-.039.155.039.194m.31,22.256a.321.321,0,0,0-.31-.116c0,.116.116.155.31.116m.039-23.691c.312.155.155-.194,0,0-.581.039.118.5,0,0m.077,24.855c-.036.039-.116.077-.077.155.155.077.232-.077.077-.155m.2-.235c-.118-.116-.2-.116-.273,0ZM509.045,29.9c0,.157.157.118.2.041.039-.155-.2-.2-.2-.041m.39,19.776c.155-.039.542-.506.155-.389-.078-.077-.116-.232-.194-.155-.039.039-.039.077,0,.077.155.157.039.312.039.467m.116-22.256a.448.448,0,0,0,.194-.271c-.116.039-.155.194-.194.271m.039,25.2c.039,0,.194-.039.194-.116.039-.736-.155-.31-.194.116m.039-1.433.116.387c.116-.232.155-.815-.116-.387m.116-25.358c.194.039.155-.232.039-.271-.155,0-.232.271-.039.271m.039.852c-.116.118-.116.157-.078.273.078-.077.155-.116.078-.273m.7,2.134c.077.077.118.077.2,0-.078-.116-.119-.039-.2,0m.893,21.867c-.077-.039-.155.351-.232.155-.039-.077,0-.155-.116-.155,0,.155-.078.077-.116.039-.544.506.465.583.465-.039m.465,1.59c-.078-.116-.116,0-.194.039.077.116.116.039.194-.039m.155-26.481c.234,0,.116-.348-.078-.348-.194.039-.194.348.078.348m.234,26.443c-.157.039.036.116.114.077l-.077.116c.235-.077.118-.194-.036-.194m.114-1.9c.119-.077.467-.619.08-.426.039.194-.312.271-.08.426m-.036-1.086c.116.118.155.118.31-.039-.116,0-.193.039-.31.039m.5,2.986c0-.116,0-.155.116-.194-.077-.387-.271.077-.464-.116-.039.232.116.116.271.155-.039.077-.039.116-.078.155-.077-.116-.193.039-.155.155.194.077.426.155.31-.155m.31-1.007c-.116,0-.116,0-.194.194.078-.077.232,0,.194-.194m.31-.66c-.194-.155.039.232,0,.312-.116.155-.155-.08-.194-.157-.194.077-.116.116-.077.194.077.155.039.351.077.467.077.039.077-.077.155-.077.193,0-.039-.348.155-.426.2-.118-.039-.235-.116-.312m-.078-.232c.155,0,.271-.31.039-.232-.039.077-.116.194-.039.232m.622.97a.151.151,0,0,0-.273,0c.041.116.155.039.273,0m.116-21.4c.194-.036.078-.114-.039-.114-.077.036,0,.077.039.114m.581,18.728c-.155.039-.155.194-.039.348.077-.155.232-.31.039-.348M514.9,50.3c0,.077-.039.116-.078.232.155-.116.155-.116.078-.232m.155-20.705c.155.273.348.039.193-.077-.078-.077-.116.077-.193.077m.467,18.767c.039-.039.039-.077.077-.155-.155-.232-.273-.039-.077.155m.039.232c-.157.039-.08.155.039.232.078-.077.116-.194-.039-.232m.232-18.767c.155.077.232-.036.194-.155-.078-.077-.194.077-.194.155m.465,20.008c-.116.348-.426.155-.31.658.116-.077.232.116.271-.039.155-.271.193-.116.039-.426.039-.039.116,0,.155,0,.349.039-.039-.155-.155-.194m-.039-20.551c.155-.077.193-.077.116-.194-.039.077-.155.077-.116.194m.116,14.346c.039-.116.155-.194.116-.271-.194-.039-.348.116-.116.271m-.078,5.933c.039.039.194-.157.194-.235-.116,0-.155.155-.194.235m.155-7.136c.116.077.232,0,.194-.116-.077-.077-.155.039-.194.116m.31,8.375c-.078-.077-.116-.155-.232-.116.077.039.116.155.232.116m.039-21.131c.2.118.273-.232,0-.194-.194.039-.387.348,0,.194m-.116-2.054c.116-.077.271-.232.078-.271-.078.039-.078.116-.078.271m.312,4.614c-.08,0-.157-.039-.273-.039.116.116.193.116.273.039m-.041,11.012c-.077-.077-.116-.077-.193-.039a.1.1,0,0,0,.193.039m.232-15.007a.513.513,0,0,1-.348.041c0,.155.235.036.271.191a.586.586,0,0,1,.077-.232m-.155,22.218c-.194.155-.194.271-.078.348a3.3,3.3,0,0,0,.078-.348m-.155-23.379c.077.039.155,0,.273,0-.118-.077-.235-.116-.273,0m.232,1.551a.723.723,0,0,0-.155.194c.118.116.2-.039.155-.194m.077-1.551a.1.1,0,0,0,.2-.039c-.077-.077-.232-.039-.2.039m.157,21.6a.4.4,0,0,1-.157.31c.274.426.351-.581.157-.31m.194-1.783c-.155-.039-.194-.116-.232.077.077-.039.155-.039.232-.077m.077,3.644c.078.116.078.116.039.31-.077-.116,0-.194-.039-.31m.387-18.3c.039-.194-.116-.232-.232-.116-.116.155.155.116.232.116m-.155,18.455c-.077,0-.077-.155-.039-.194.077.039.039.116.039.194m0-21.015c.116-.039.078-.116,0-.194-.077.077-.077.155,0,.194m-.039-.5c.116.116.271,0,.155-.116a.038.038,0,0,0-.039-.039c.077.155-.078.077-.116.155m.31,0c.039-.077.155-.077.155-.155-.155,0-.155,0-.155.155m.348.077a.559.559,0,0,0-.271.077c.039.426.738.039.271-.077m.506,2.132a1.849,1.849,0,0,1,.387.389.417.417,0,0,0-.387-.389m.658,16.752c.039-.232-.271-.077-.271.077,0,.232.271.116.271-.077m0,.774c-.116.194.194.232.116.426.31-.348.078.312.232.2.078-.235-.039-.66-.348-.622m.116-18.726a.374.374,0,0,0,.078-.273c-.194.041-.038.2-.078.273m.039,18.649c.116.077.116-.155.155-.232-.116-.039-.116.155-.155.232m.038-19.89c.039.155.194-.039.232-.116-.078,0-.194,0-.232.116m.31,13.531c-.039-.116.039-.232-.078-.271-.116.039-.039.232.078.271m.467,5.933a2.362,2.362,0,0,0-.312-.31.388.388,0,0,1-.039.116c.078.116-.116.232.039.31a.177.177,0,0,1,.039.232h.155c.157-.271-.037-.155-.114-.31.077-.077.155.039.232-.039m.077-5.662c-.077,0-.155.077-.232.118.194,0,.194,0,.232-.118m.078-.271c0-.116-.155-.271-.273-.116v.039c.157-.116.2.039.273.077m.774.116c-.116,0-.116.116-.232.232.116-.077.31-.077.232-.232M522,48.049c-.041-.077-.155,0-.155.077s.155-.039.155-.077M523,35.911c-.155.039-.155.31-.387.194-.194.351.5,0,.387-.194m1.242,6.049c-.116.116-.116.232.039.194.116-.039.039-.116-.039-.194m.193.116c-.116.155.116.155.077.31-.039.077.039.077.116.077.194-.077-.155-.31-.193-.387" transform="translate(-456.301 31.912)" fill="%23313131"/><path id="Path_152" data-name="Path 152" d="M543.193,40c.2.7-.193,1.512-.193,2.212a6.229,6.229,0,0,1-.62,1.977.377.377,0,0,1-.155.348,4.139,4.139,0,0,1-.348.97c-.116.194-.544.155-.351.465,0,.077.041.155-.036.194,0-.039-.041-.077-.041-.155,0,.31-.31.271-.232.465.116.235-.271.351-.31.583-.039.116-.155.116-.271.116.078.542-.581.813-.854,1.241-.31.348-.116-.351-.387-.039.038.077-.039.116-.077.194-.039.116.155.116.077.232-.232.232-.62.774-.891.542-.2.426-.077.194-.428.232-.155.077,0,.31-.155.387-.155.118-.348.2-.5.312.039.077-.039.116-.116.155-.542.232-3.45,2.054-3.605,1.241-.119.039.232.426-.077.387a14.667,14.667,0,0,1-1.863.5c-.155.039-.116-.232-.271-.155-.078.039-.116.039-.116.194.077-.039.116-.155.155-.077-.078.271-.581.155-.852.232.078-.232-.116-.232-.31-.155.077.116.232.116.31.155a10.986,10.986,0,0,1-1.628.271c-.232.077-.465-.077-.622.077-.077.077-.271-.077-.271-.194-.039-.194-.193-.271-.271-.465-.348.465.581.893-1.125.813-.31-.387-.426-1.394,0-1.706.155-.114.389-.077.467-.271-1.009.116-.854,1.2-.66,1.977-.387.08-.813,0-1.241.08-.736.155-.774-.116-1.239-.544.968,1.048-.467.351-1.125.506-.968-.077-2.054-.041-3.1-.2.31-.31-.31-.542-.194,0-.193,0-.31-.194-.465-.116-.116.077-.155.039-.271-.039-.157.116-.544,0-.351-.232.232-.155.116-.465.116-.7-.5,1.357.116.891-2.132.542-3.025-.774-5.972-1.9-8.142-4.225a14.058,14.058,0,0,1-1.628-16.13,12.3,12.3,0,0,1,6.01-5.2c.116.039.116.155.155,0,.193-.155.426-.31.62-.077-.078-.271.193-.271.389-.348.077-.039.077.039.116.039.348-.387.968-.387,1.471-.581A36.949,36.949,0,0,1,523.77,25c.891.116,1.783.039,2.635.116-.039.116-.542.116-.232.194.232,0,.387-.232.581-.194a7.352,7.352,0,0,1,.97.116c.116.116.31-.155.387.077.078-.116.194-.077.31-.077.351.116.854,0,1.125.271.078-.271,1.629.232,1.938.232a21.013,21.013,0,0,1,4.072,1.319c.5.312,2.364.97,2.325,1.512.116.077.234-.116.312,0,.233.077.271.7.5.351l.465.387c.116.077.116.232.271.271.155.116-.116.116-.155.232.194.116.387-.077.5.116a6.1,6.1,0,0,1,.932,1.086c-.155-.039-.349-.544-.426.039.039.271.31,0,.426.155.116-.194.309.194.387.271a12.38,12.38,0,0,1,2.057,5.74c-.119-.039-.235.116-.39.039-.039.077-.116.348,0,.31.583-.777.426.813.506,1.164-.116-.157-.235.077-.08.155.157.194-.078.581.08.736.116.31-.157.31-.08.387m-33.576,4.924c-.155-.039-.349.155-.465,0-.273-.232,0,.2.116.118.155,0,.5,0,.349-.118m.348-.116c-.077-.039-.194-.039-.194.039.039.116.116.039.194-.039m.736,4.072c-.155-.077-.155.116-.155.232.077-.077.273-.116.155-.232m.738-.348c-.078-.155-.194-.077-.194.077s.232.039.194-.077m-.078-11.711c.116-.077.078-.116.039-.194-.116,0-.116.116-.039.194m1.123-8.568c-.114.039-.349.039-.271.194.039.039.039.039.08,0,.077-.077.271-.039.191-.194m.39,20.006c-.194,0-.194.118-.039.157.116.039.116-.118.039-.157m.348-11.32c0-.157-.232-.041-.232.077,0,.155.232.116.232-.077M514,43.45c-.155,0-.31-.036-.387.157A1.729,1.729,0,0,1,514,43.45m-.036,7.484c0-.116-.118-.077-.234-.077.039.194.157.194.234.077m.852-13.608c.116,0,.116-.273-.039-.232-.155,0-.116.232.039.232m.039,4.031c0-.116-.155-.542-.155-.194-.039.039.078.348.155.194m.194-2.792c0-.077-.155-.114-.232-.036.078,0,.155.077.232.036m.232,7.019a.142.142,0,0,0-.116-.039c-.116.155,0,.194.116.039m.078-2.908c.116-.077.039-.116-.039-.194-.077.116-.039.116.039.194m.194,6.824c-.078-.077-.232-.039-.194.039s.116,0,.194-.039m.351-12.174c-.116-.077-.31-.232-.31,0,.078.116.194.039.31,0m-.2,5.5a.081.081,0,0,0,0,.155c.08.039.118-.194,0-.155m.041,7.639c.155-.039.155-.039.193-.194-.078-.039-.116.116-.193.194m.5,1.241a.618.618,0,0,1-.349.271c-.078,0-.116.039-.078.155,0,.077.116.039.155.039.542-.116.116.387.929,0,.039-.31-.349-.815-.658-.465m-.232-3.414a.343.343,0,0,0,.465-.116c-.077,0-.116.039-.155.039-.193-.116-.116.077-.309.077m.309-20.781c.155.039.232.155.349.039.193-.077.777-.155.62-.428-.232.351-.7.08-.968.389m.116,7.288c-.039.116.194.077.194-.039-.078-.077-.194-.116-.194.039m.426,2.637c-.077.039,0,.155.078.194.039-.039-.039-.194-.078-.194m.467.929c-.041-.271-.351-.31-.39-.039a.2.2,0,0,0,.39.039m5.582,6.514c.31.039.077-.194.426-.155a11.8,11.8,0,0,0,2.87-.194c2.909-.387,4.07-1.706,4.847-4.225-.271-.312.116-.893-.038-.932a1.044,1.044,0,0,1,0-.348c.116-.544-.31-1.28-.039-1.745a.166.166,0,0,0,.039-.271c-.194-.2-.387.155-.426-.273a2.423,2.423,0,0,0-.661-1.084c-2.48-2.56-7.4-2.444-10.429-.97a4.345,4.345,0,0,0-2.132,3.257c-.08.387.116,1.164-.194,1.4.271.077.114.271.155.465a4.845,4.845,0,0,0,1.045,2.908,5.773,5.773,0,0,0,3.257,1.783c.31.155,1.28.039,1.28.387m-5.466-1.745c.194.039.078-.348-.039-.387-.31,0-.2.387.039.387m.039,6.088c-.039-.077-.116-.077-.116,0-.039.155.077.116.116,0m.194,2.986c-.078.077-.232.155-.155.232.077,0,.155-.116.155-.232m.039-24.892c.155-.039.116-.2.039-.312-.077.155-.194.2-.039.312m.349,21.751c-.077-.116-.349,0-.271.116.039.271.271.039.271-.116m-.039-14.463c.078.194.194,0,.194-.077a.3.3,0,0,0-.194.077m.581-7.678c.116-.348-.039-.891-.078-.194-.039.077-.039.116.078.194m.077,2.212a.719.719,0,0,0,.2-.155c-.157-.077-.234.036-.2.155m.116,22.566a.851.851,0,0,0-.116.194c.2-.077.2-.077.116-.194m.312-2.56c-.155,0-.389-.039-.312.194s.351,0,.312-.194m0,1.125c-.116-.039-.077.116,0,.155.116,0,.116-.194,0-.155m.5-1.086c0-.155-.387-.232-.426-.039.078.155.31,0,.426.039m-.348-15.781c.077.077.039.194.116.194.039-.155.078-.194-.116-.194m.658,12.95c-.078-.039-.155.2-.271.273.116,0,.232-.2.271-.273m.039,2.986c-.116,0-.387.077-.193.194.039-.039.271-.116.193-.194m.271-20.2c.039.116.157.155.193,0-.036-.118-.155-.077-.193,0m.234,1.551a1,1,0,0,0,.114-.157c-.077-.271-.232-.077-.114.157m.5,18.959c-.039-.194-.232-.194-.271,0,.039.116.271.273.271,0m.542-.619c-.155.039-.116.232-.31.039-.078.348.31.232.31-.039m.815-.581c-.234-.738-1.164.968-.544.387.583.271.506-.31.738.194.116-.232-.193-.348-.193-.581m-.426-20.125c0,.155.192.039.192-.077-.078-.039-.114.039-.192.077m.349,21.247c-.039.077-.116.232.039.273a.145.145,0,0,0-.039-.273m.5-22.411c-.039-.194-.31-.465-.387-.116-.039.194.232.273.387.116m.349,18.341c-.077-.077-.194-.155-.194-.039s.077.077.194.039m.619,3.605c-.193-.077-.7-.271-.7.077.193.077.854.31.7-.077M523.148,28.1l.155.155c.116-.194.038-.232-.155-.155m.077,19.348c-.039.116-.039.155.039.194.116,0,.077-.116-.039-.194m.97,1.667h.039c-.194-.077-.232-.039-.271.077,0,.232.155-.039.232-.077m0-2.171c-.116,0-.31.426-.116.387.039,0,.078-.039.039-.077-.039-.116.077-.194.077-.31m-.077,3.218c-.193.077-.077.232.039.271.193,0,.155-.271-.039-.271m.194-5.2c-.039-.116-.155-.155-.194,0,.077,0,.155.08.194,0m.542,4.15c.155,0,.155-.31-.039-.271a.823.823,0,0,0-.581.271c.116-.039.077.039.077.155.194-.116.349-.077.542-.155m-.116-4.3c-.116.039,0,.155.077.155.116-.039.039-.194-.077-.155m.194,6.981-.116.465c.116-.039.078-.31.116-.465m.155-1.783a.118.118,0,0,0-.232.036c0,.157.232.118.232-.036m.893-5.352c-.194-.077-.31.077-.464.116a.864.864,0,0,0-.622.116c0,.077.116.039.155.116s.116.041.194,0c.077,0,.2-.155.234,0,.077.118.155-.077.232-.116.155,0,.194-.039.271-.232m.7,4.5c-.155.116-.348-.077-.542.039-.194.077-.387-.155-.542-.039s-.389-.077-.544-.039c0,.194.271.31.428.271.039.31.426.039.387.31,0,.039-.039.077.078.116-.078-.348.155-.542.155-.194.232.077.309-.116.5-.155.389.039.544-.271.077-.31m-1.161-2.016c.039-.155.271-.155.116-.271.039-.077.077-.118,0-.232-.078.155-.194.155-.349.114-.08.157.271.235.232.389m.464,4.264c0-.31-.464-.232-.583,0a.758.758,0,0,1,.583,0m-.426-.929c.078-.116.194-.348,0-.387-.157.039,0,.232,0,.387m.31-4.072c-.116-.039-.193.077-.116.235.078-.077.194-.118.116-.235m-.039-14.463c.039.155.155.039.232-.039-.116-.077-.194-.116-.232.039m.813-5.66c-.077,0-.077-.155-.155-.077-.116.116.078.232.155.077m.271,24.659c-.037-.116-.116,0-.078.077,0,.194.157,0,.078-.077m.079-4.963c-.157.116-.157.116-.116.232.194-.077.194-.077.116-.232m.039,4.034c-.078.036-.039.077.038.155.078-.077,0-.118-.038-.155m1.473-.893c-.273.039-.467-.116-.7,0-.116.077-.194-.039-.271-.039-.271.194-.078.155-.5.116,0,.116.077.271.193.194.232-.155.348.348.542-.039.155.349.658-.194.7.116,0,.077.077.077.118.155.465.077.31-.62-.077-.5m-1.4-21.635c.193.039.116-.116.039-.194-.078,0-.078.155-.039.194m1.2,17.33c.039-.232-.387-.581-.62-.465-.116.155-.387-.155-.464.116,0,.232.271.155.348.31.039.116.155.155.271.194.155.08.271-.232.387-.116.039.039.077,0,.077-.039m-.813-15.469c.077.232.349-.039.426.194.039.155.232.116-.039.232.116.077.271.194.078.271-.078.077.039.232.116.116.039-.039.155,0,.194.039.155.194,0-.5,0-.658-.039-.116-.194,0-.194-.271-.116,0-.155.155-.194-.039-.077-.116-.31,0-.387.116m.077,1.2c.116.2.194.041.194-.114-.078,0-.116.077-.194.114m.078,16.287c.038,0,.077-.039.155-.08-.116-.114-.271,0-.155.08m.077-17.294c-.039.077-.116.116-.039.194.078-.077.116-.077.039-.194m.426,19.309.155-.155a.11.11,0,0,0-.155.155m.116,1.435c.116-.039.039-.116.116-.116.119-.273-.309-.039-.116.116m.039,2.132c-.116,0-.039.077-.077.116.077.232.232-.116.077-.116m0-23.5c.077,0,.039-.235.039-.351-.116.039-.039.232-.039.351m.2,17.136c.036,0,.077,0,.114-.077-.155-.155-.464.155-.114.077m.31,1.009c0,.155-.2.232-.118.348.118.271.351,0,.351-.155-.116-.039-.116.155-.271.116.116-.116.155-.194.038-.31.078-.039.116-.077.078-.155-.078-.077,0-.157-.078-.235-.155-.036.078-.271.078-.348-.155-.077-.155-.077-.232.077,0-.348-.39-.077-.155.116.155.2.271.077.191.428.118-.077.157.077.118.116m-.118,3.644c-.348.039-.191.271.041.387,0-.232.116-.232-.041-.387m-.114-21.557c.232.077.155-.155.155-.31-.077,0-.119.232-.155.31m.387,19.58c-.232-.039-.351.271-.116.31.155-.039.116-.155.116-.31M529,45.507c-.116.077-.271,0-.271.116,0,.155.116.271.271.155.077-.077-.039-.155,0-.271m-.232-16.246c.116.077.116.271.349.232-.039.077-.194.194,0,.155.116-.077.193-.077.155-.194l-.232-.155c-.116,0-.116-.077-.116-.155a.537.537,0,0,1-.155.116m.581.581c-.039-.039-.078-.039-.155-.077.077.583-.155.426-.077,0-.465.194.077.426-.155.5.116.08.31.467.348.08.039-.2-.077-.351.039-.506m-.387,18.145c-.077.039,0,.116.039.155.116-.039.077-.155-.039-.155m.155-1.938c0-.116-.078-.116-.155-.155,0,.116.039.232.155.155m.116,4.614c-.155,0-.194.155-.039.155.155.039.155-.194.039-.155m.116-1.435c-.116-.155-.31,0-.155.116a.529.529,0,0,1,.155-.116m-.116-17.1c.039.155.271.232.271.039,0-.157-.232-.157-.271-.039m.465,17.33c.077-.194-.155-.232-.232-.31-.194.116.155.194.232.31m-.078.348c.194-.194-.116-.387-.078-.077-.155.273.387.155.078.077m-.078-1.355c-.039.155,0,.194.155.155,0-.116-.039-.194-.155-.155m.039-16.052a.038.038,0,0,0,.038.039.2.2,0,0,1,.271-.077c-.155-.312-.233-.232-.31.039m.464,13.183c0-.194-.271-.155-.271,0s.271.194.271,0m.39,3.876c.116-.194.194.039.31-.039.116,0,.271.077.387,0-1.357-.581-1.551.542-1.009.194.078-.194.273,0,.312-.155m-.467.854c.077.116-.039.155-.039.271.08-.039.08-.155.157-.077.114-.077-.078-.155-.119-.194m.351-17.952c0-.077-.2-.155-.232-.077-.041.155.155.116.232.077M530.2,44.73c.118-.077.118-.155.2-.232-.078-.039-.233.116-.2.232m.622,5.234c-.116,0-.193-.114-.232.041-.078-.118.039-.2.039-.273-.155,0-.31.351-.039.273.077.077.155.036.232-.041m-.155-17.6c.155-.039.31.077.465-.077.116,0,.233.039.194-.116s-.039-.157.116-.157c.155-.271-.116-.426-.349-.232.233.31-.155.039-.194.194,0,.235-.193.2-.232.389m.232,12.483c-.077.2-.116.389-.193.544.193,0,.271-.235.193-.544m-.155-8.646c-.116.077.077.155.155.077a.2.2,0,0,0-.155-.077m.193,6.2V42.6c.155-.039.155-.116,0-.194m.078,1.977c.155.077.232-.155.155-.271-.116,0-.31.155-.155.271m.038,5.739c.077-.039.194,0,.194-.116-.077-.077-.465.077-.194.116m.155,1.2c-.077-.039-.077-.039-.155-.155-.155-.155,0,.31.155.155m.039-5.35c.039-.271,0-.31-.194-.426-.116.232-.078.348.194.426m.039,4.5c-.078-.039-.31-.039-.271.077.116.116.193,0,.271-.077m-.271-22.489a1.8,1.8,0,0,0,.232.348c0-.155,0-.31-.232-.348m.038,22.682c-.038.116,0,.387.077.31-.039-.116.077-.194-.077-.31m.271-12.718c-.039-.077-.271-.039-.271.077.116.077.194-.039.271-.077m.077,1.125c.116.232.387-.116.387-.271-.5.5-.271.039-.7.232,0,.271.271.232.31.039m.738,9.848c-.194.116-.233,0-.078-.116-.232-.077-.273.542-.505.465a.232.232,0,0,0-.31.077c.155.039.387.232.5.116.35-.581.234.389.622.232.348-.232-.349-.426-.232-.774m-.738,2.054c0-.116-.077-.232-.155-.116,0,.077.078.077.155.116m-.077.31c-.039.077-.039.157.039.157.155-.041.077-.157-.039-.157m.505-1.045c-.041-.077,0-.077.039-.116.077-.039.077-.157.193-.194.039-.544-.077-.157-.193-.389.077.389,0,.194-.235.312-.116.114-.039.891-.193.31-.155.271.078.271.271.194,0-.077.118-.077.118-.116m-.2-12.95c.2,0,.155-.235,0-.194-.116-.041-.116.194,0,.194m-.077-5.236c-.039.157.155.157.077,0,.039-.116-.116-.155-.077,0m0-1.045c.155,0,.155.116.194.194.039-.116.039-.348-.194-.194m.116-4.537c.116,0,.116-.155,0-.194-.116.039-.039.116,0,.194m.116,23.962c.157.194.273,0,.312-.194-.116.077-.312.077-.312.194m0,.465c.041.155.08.194.157.155s0-.271-.157-.155m.041-4.769a.239.239,0,0,0,.271-.077c-.077-.077-.312-.155-.271.077m.077-1.667c.116,0,.155-.077.155-.194-.077.039-.193.077-.155.194m.426,3.76c-.622.428-.464.467.116.622.464-.039.31-.738-.116-.622m-.349,2.947c0,.116.116.116.194.039.039-.077-.232-.194-.194-.039m.116-22.644c.039.077.155.116.194.039,0-.271-.233-.271-.194-.039m.194,1.512c-.039.116-.039.155.039.232.116-.077.116-.232-.039-.232m.155,7.523c.039-.077.077.039.116.039.077-.077-.039-.155,0-.271-.077.077-.232.155-.116.232m.348,7.056c-.155,0-.348.155-.116.155.077-.077.116-.039.193,0,.232,0,.039-.155-.078-.155M532.648,31.2c.078-.077.155-.155.039-.194-.116.077-.116.116-.039.194m.116.774.155.116c.039-.155,0-.31-.155-.116m.387-2.4c-.039-.155-.155-.039-.271-.039-.039.077.155.077.271.039m.116,6.707c.077,0,.077-.039.077-.116-.232-.31-.464.736-.348.854-.194.077.348.387,0,0,.194-.157.077-.583.271-.738M533,34.185a.285.285,0,0,0,.077.232c0-.116.039-.194-.077-.232m.39-3.025c.077-.271-.157-.7-.119-1.048-.271.039.077.815.119,1.048m-.041,13.492c-.116.039-.036.116,0,.194.078-.077.118-.116,0-.194m.66-8.994c.039-.312-.464-.155-.505.077-.114.465.505.31.505-.077m-.505-3.528c.078.116.119.116.235.077.155-.118.581.116.465-.2-.116-.194-.232.118-.387-.116-.039.155-.194.077-.312.235m.428,10.971c-.193-.116-.271.039-.387.155.194.077.232-.116.387-.155m-.155-6.746a.214.214,0,0,0,0,.426.214.214,0,0,0,0-.426m.271,9.074c-.116.039-.155.271-.232.387.193-.039.348-.194.232-.387m-.039-.815c-.193-.039-.232.271-.038.271s.271-.31.038-.271m-.077-11.322a.19.19,0,0,0,.348.039c.039-.232-.387-.271-.348-.039m.155,6.63c.077-.155,0-.31-.039-.465-.077.116-.155.465.039.465m.232-3.605c-.155-.039-.193-.194-.31,0,.117,0,.233.116.31,0m-.116-7.6c.426.467.777-.271.271-.387-.155-.039-.155,0-.194.155,0,.077.039.194-.077.232m.155,14.037c.116,0,.155-.116.039-.194-.039.077-.155.155-.039.194m.349,5.894c-.116-.077-.155-.232-.271-.116-.039.116.155.116.271.116m-.077-15.355c-.077-.077-.116-.116-.194-.039.077.077.077.116.194.039m-.039,1.048c.116-.077.155-.271,0-.232s-.078.116,0,.232m.116-2.054c-.116.039-.039.155.078.155.039-.077,0-.116-.078-.155m.039,7.6c.155-.077.312-.155.155-.271-.155,0-.116.116-.155.271m.116-6.4c.077,0,.077,0,.155.08.2-.2-.155-.312-.155-.08m.2,6.865c-.041-.077-.118-.039-.2,0,0,.077.2.077.2,0m-.077-3.453c.114.077.114.155.036.273a.5.5,0,0,0,.234-.039c-.116-.194-.157-.235-.271-.235m.155,7.523c-.118-.155-.235.039-.078.116.036-.039.078-.039.078-.116m0-5.737c-.155.194-.118.465.077.426.155-.077-.039-.271-.077-.426m.155,4.5c0-.077-.039-.155-.116-.116-.116,0,.078.155-.08.155-.114.2.2.116.2-.039m-.039-9.614c.039-.041.116-.08.155-.157-.116-.077-.155.039-.155.157m.116,6.628c-.116-.039-.116.118.039.157,0-.077.078-.116-.039-.157m.542,5.662c.078-.155-.039-.426-.155-.194,0,.116-.271.155-.116.232a1.687,1.687,0,0,1,.271.155c.116-.039.155-.155,0-.194m-.31-6.9a.2.2,0,0,0,.31-.077c-.116-.155-.193,0-.31.077m.271-5.507c-.078.118-.116.039-.194,0-.155.31.581.232.194,0m.155,15.162c.039.039.039-.116.116,0,.155.116-.039-.351-.116,0M536.06,29.8c.232-.077.232-.155.116-.232-.078,0-.078.155-.116.232m.271,5.311c-.077-.155-.077-.155-.232-.077.078.039.116.116.232.077m-.077,3.257v-.155c0-.271-.193.077,0,.155m.039,6.4c.116-.077.038-.077-.039-.155-.116.077-.038.077.039.155m.116-10.661c.116-.039.116.039.2,0,0-.116-.157-.194-.273-.273a.142.142,0,0,0,.078.273m.155,11.049c-.077-.114-.194-.077-.31-.114-.077.232.271.348.31.114m0,.544c-.039-.194-.194-.387-.271-.116-.155.039.271.581.271.116m.041-17.255c.387-.155-.041-.542-.234-.7-.039.194,0,.658.234.7m-.157,9.655c-.116.116.077.116.077.194,0-.077,0-.155-.077-.194m.194,6.669c-.116-.039-.194.077-.116.194.08-.077.116-.077.116-.194m.041-10.584c-.041.116-.078.155-.157.077.039.194.312.116.157-.077m-.119,9.384a.093.093,0,0,0,.155.077c.041-.155-.114-.155-.155-.077m.2-3.453c.039-.155.039-.232-.155-.232a.238.238,0,0,0,.155.232m.039,6.475c-.08.041,0,.235.078.235.039-.116,0-.157-.078-.235m.039-12.212c-.078.039-.078.039.039.232.077-.116,0-.155-.039-.232m.039,10.39V44.42c-.116.194-.116.271,0,.348m.193-6.163c-.077.116,0,.232-.155.271,0,.232.271-.077.155-.271m1.084-8.958c-.387-.348-.968.116-1.007-.622-.078.118.077.428-.078.583-.039.155-.039.155.078.155s.232-.116.31.039c.194.155.581,0,.7-.155m-.891,15.508c-.077-.114-.116-.155-.193-.036.039.116.078.077.193.036m.232-5.234c-.038-.155-.232.077-.232.155.078.039.155-.116.232-.155m-.155-2.016c-.116,0-.039.116,0,.194.077-.077.155-.194,0-.194m0-.774c0,.116.077.116.155,0-.077-.116-.155-.157-.155,0m.271,8.22c0-.155-.038-.31-.232-.273,0,.157.116.2.232.273m-.078,3.141c.194.039.155-.312-.077-.351-.039.116.038.235.077.351m-.039-13.882c.155.194.078-.232.039-.31-.155,0-.039.232-.039.31m.271,9.461a.3.3,0,0,0-.155-.155c-.232-.077.077.387.155.155m0,4.847c-.039-.077-.193-.426-.232-.194.078.077.078.387.232.194m-.039-16.091a.214.214,0,0,0,0,.426c.271,0,.194-.387,0-.426m.426,4.188c-.078-.077-.194-.157-.194,0,0,.116.116.077.194,0m.234,6.746-.194.077c-.077-.077-.157-.155-.2-.039,0,.116.119.077.2.039.891.31.387-.738.194-.077m-.312-10.509c0,.116.118.155.2.039-.041-.039-.155-.077-.2-.039m.155,5.739c.078-.039.235-.116.157-.232-.116-.118-.428.232-.157.232M538.542,40c.078,0,.116-.077.116-.155,0-.465-.622.116-.116.155m.271,8.22c-.078.2-.271.273-.426.389-.038.426.349-.155.233.271.116,0,.077-.116.116-.194.232.039.31-.506.078-.467m-.194-14.695c-.078-.116-.155,0-.194,0-.077.2.116.041.194,0m.077,6.088c.039-.077.039-.232-.077-.194-.039.039.039.116.077.194m-.038-5.427c-.039.077-.078.155,0,.232a.7.7,0,0,0,.116-.542c-.116-.041,0-.118-.039-.2-.155.155-.039.312-.077.506m.155-.351c.31.08.039.312.232.467,0-.116.232-.7.039-.581-.039.194-.116.036-.271.114m.348,5.352c.194-.232-.271-.232-.348-.077.077.194.194.232.348.077m-.155-7.291c-.039.077,0,.273-.155.235a1.6,1.6,0,0,1,.077.232l.155-.273c0,.273.116.118.232.118,0-.157-.155-.312.039-.389-.078-.039-.155-.116-.232-.116-.155.039-.116-.155-.271-.116.077.116-.078.271.155.31m.039,12.8c-.039.077-.155.077-.116.155.078.116.194,0,.116-.155m.232-11.515c-.193-.194,0-.542-.31-.5.194.155.039.542.31.5m-.193-1.551c.116-.077.038-.116.038-.194.078-.387-.349-.039-.038.194m-.039,4.537c.077,0,.116-.077.194-.116-.116-.155-.31-.077-.194.116m.194,11.283c-.116,0-.116.077-.155.155.077.077.155-.039.155-.155m.155-16.556c-.039-.077-.039-.194-.155-.194-.116.077,0,.194.155.194m0,16.982c-.155,0-.232.155-.077.194.077,0,.194-.155.077-.194m0-16.285c-.077.116,0,.155.038.232-.116.116,0,.232-.038.389-.039.077,0,.116.038.194a2.751,2.751,0,0,0,.155-.777c-.077,0-.077.077-.116.116a.2.2,0,0,1-.078-.155m0,1.28c.078.155.193.232.232,0-.039-.155-.194-.077-.232,0m.078,10.935a.137.137,0,0,1-.078.039c.193.232.465-.039.078-.039m.232,3.838c.078-.116-.078-.232.039-.348l-.078-.116c-.078.077-.039.271-.155.348a3.088,3.088,0,0,1,.116.581c.116-.194.155-.271.078-.465M539.549,32.4c.039.077.077.116.077.194.078-.116.078-.116-.077-.194m.232,13.183c.2,0,.2-.155.077-.232-.155,0-.271.232-.077.232m.077-7.833c.041-.155-.039-.348,0-.542-.232.116-.155.426,0,.542m-.116-6.63c.2-.039.2.116.351.155,0-.271-.467-.426-.351-.155m.312,2.054c-.077-.116-.234-.077-.273.077.039.155.312.194.273-.077M539.977,47.1c-.078,0-.119.077-.2.194a.184.184,0,0,0,.2-.194m.077-3.063c0-.155-.116-.194-.234-.116.08.116.157.077.234.116m.039,2.676a.4.4,0,0,1,.464,0c.039-.118.078-.118.194-.077.039-.622-.7-.544-.658.077m.193-2.483a.3.3,0,0,1,.155-.155c-.077-.348-.464.271-.155.155m.039.077c-.039.077,0,.155,0,.232.116-.077.116-.077,0-.232m.194-10.7c.078-.116-.078-.194-.155-.271-.078.039.039.312.155.271m0,13.727c-.116-.194-.232.077-.116.155.116,0,.077-.077.116-.155m.116-3.334c.116.077.232,0,.116-.116-.078-.039-.078.039-.116.116m.5,2.054c-.155-.077-.464-.348-.5-.039a.476.476,0,0,0,.5.039m-.31-8.684a3.66,3.66,0,0,0-.116-.348.266.266,0,0,0,.116.348m-.077,1.278c.039.08.077.157.193.157.077-.116-.038-.235-.193-.157m.426-5.389c.312-.077.271-.426-.039-.465-.271,0-.271.465.039.465m.078,3.3c-.039-.116-.155,0-.233,0,0,.116.155.116.233,0m-.233,8.1c0,.116.078.116.155.116.039-.116-.077-.194-.155-.116m.271-10.352c.155,0,.155-.077.078-.194-.078.077-.155.116-.078.194m1.863,5.156c0-.194-.157-.31-.273-.465-.039-.077.077-.077.116-.155.079-.155-.233-.077-.31-.116-.116-.039,0-.194-.193-.157-.039.389-.31-.077-.155-.232.116-.116.039-.232.039-.387-.116,0-.116,0-.116.077-.116.039-.349.155-.116.232.077,0,.116.039.039.116a1.293,1.293,0,0,1-.232.389c.039.155-.232.116-.232,0-.078-.232-.232-.155-.39-.118,0,.583.622.118.932.312.116.039.62.116.62.271-.078.116.232.5.273.232M541.6,44.5c-.114.039-.232.077-.155.194.118.116.232-.077.155-.194m-.078-.116c.078,0,.078-.387-.036-.387-.041.116.036.271.036.387M541.68,34.3c.041.116.157.116.2.039,0-.077-.116-.039-.2-.039m.273,1.861c.077,0,.039-.077,0-.155-.077.039-.116.155,0,.155m.116-2.328c.039.08.077.08.193.08-.039-.116-.116-.194-.193-.08m.309,2.134c.039.116.31-.039.31.232.39.271.232-.5-.31-.232" transform="translate(-434.665 31.933)" fill="%23313131"/><path id="Path_153" data-name="Path 153" d="M566.962,26.462c0,4.731-.039,9.461,0,14.114-.116,3.179.075,6.32-.039,9.538.039.813.232,2.171-.929,2.171a22.925,22.925,0,0,1-3.262,0c-1.508.077-3.061.039-4.573.039-1.086,0-2.713.271-2.6-1.319,0-2.829.041-5.621-.036-8.491-.078-.5.387-5.2-.581-4.343-2.016,3.337-3.45,6.9-5.277,10.393-.268.348-.268.968-.617,1.162-.041.041,0,.118,0,.2-.273.348-.387,1.357-.854,1.28-.078.114.234.155.077.271a2.739,2.739,0,0,1-1.433.929c-1.512-.271-3.1.155-4.537-.232-.775-.31-.893-1.125-1.244-1.745-.077-.077-.155-.155-.077-.271-.307-.077-.114-.506-.307-.66a8.258,8.258,0,0,1-.932-1.745,12.685,12.685,0,0,1-1.239-2.674c.116-.194-.2-.077-.234-.194-.426-.893-.852-1.824-1.278-2.676-1.786-3.141-2.795-7.252-2.754-.542.114,3.022.036,6.124.036,9.149.155,1.435-.581,1.551-1.82,1.512-1.36.039-2.754-.077-4.111.077-1.164-.039-2.286-.077-3.453-.039-.658-.155-1.7.271-2.016-.581-.036-.116-.155-.271,0-.348a.073.073,0,0,0,0-.118c-.31-.465,0-1.162-.232-1.626.041-.08.118-.08.2-.118-.31-.426-.041-.929-.077-1.433-.118-.544.114-1.125-.118-1.59.312-.738-.036-1.708.118-2.483a12.8,12.8,0,0,0-.118-1.745.29.29,0,0,0,0-.465,1.243,1.243,0,0,0,.077-.544c0-1.59.078-3.218-.077-4.769a21.6,21.6,0,0,0,.077-3.567c-.077-.426.235-.929-.077-1.28.232-.271-.036-.774.155-.968.041,0,.118,0,.118-.077-.465-.428,0-2.521-.155-3.3-.041-1.357-.041-2.405,1.667-2.018a14.6,14.6,0,0,1,2.906-.077.875.875,0,0,1,.7.077c.155-.077.271-.155.465-.036,1.979-.118,3.956,0,5.931-.08,1.089.08,2.253-.271,3.22.271-.464.428-.542-.155-.813-.036-.155.155.038.232.193.194,0,.077-.039.155.039.194.039-.271.426-.039.581-.194a.187.187,0,0,1,.271.039,4.866,4.866,0,0,1,1.087,1.9c.694,1.59,1.471,3.141,2.129,4.692.9,1.861,1.747,3.76,2.6,5.621.423.97,1.164,2.792,1.9.854,1.938-4.111,3.838-8.336,5.7-12.408.66-1.435,2.444-1.086,3.762-1.125,1.394.039,2.792-.039,4.186.039,1.549-.039,3.138-.039,4.728-.039,1.086.116,2.988-.426,2.949,1.241m-43.583,8.764c-.036-.118-.269-.2-.385-.2,0,.118.271.312.385.2m-.269,6.4c-.116.077-.116.2.039.2.116-.041,0-.118-.039-.2m.191-10.855a.521.521,0,0,0-.153-.116c-.116.155.075.271.153.116m.428,10.352c-.036-.077-.118-.039-.232-.039.077.116.2.155.232.039m.08,10.509a.176.176,0,0,0,0,.194c.116-.077.116-.194,0-.194m.155-12.292c-.116.077.038.116.155.116.232-.077-.077-.116-.155-.116m.581,6.591c0,.116.039.116.116.232.116-.155.116-.31-.116-.232m.194,5.311.039.041c.155-.077.269.114.426.077.464-.428-.235-.389-.465-.118m.194-15.276c0-.232.155-.155.114-.387-.233-.039-.346.7-.114.387m.077,4.885c.114,0,.194,0,.194-.116-.039-.116-.194,0-.194.116M525.2,44.3c-.116.039-.116.155-.039.271.039-.116.116-.194.039-.271m.505-8.955c-.078-.116-.155-.235-.233-.077.039.077.116.077.233.077m0,15.859c0-.2-.155-.235-.233-.118,0,.077.191.232.233.118m-.078-11.673.036-.039c-.075-.194-.232-.039-.036.039m.269-12.912c-.036-.077-.191-.039-.269-.077.036.194.114.232.269.077m.2,14.037q-.116.232,0,.348c-.039-.116.077-.194,0-.348m1.2,10.625c-1.4-.506-1.321.542-.74,0,.118.155.235.155.431.114.077-.036.5.041.31-.114m-.854-6.9-.118-.116c-.114.077.041.194.118.116m.349-3.993c0,.077.077.077.118,0-.041-.116-.118-.116-.118,0m.234-10.625c.039.077.271.039.271-.039-.078-.039-.194.039-.271.039m.23-2.674c.119.271.2,0,.233-.157Zm0,.736c.155.039.155.039.2-.116-.078.039-.155.039-.2.116m.39,12.641c-.039-.077-.234-.077-.312-.116-.191.194.234.116.312.116m1.629,10.7c-.815-.077-.658-.116-.854-.852-.428-.348-.658.232-.428.581.155-.039.39-.116.467.077.08.235,1.123.622.815.194m-1.009-16.207c0,.155.232.155.194,0-.039-.077-.077-.077-.194,0m.116-8.452a.261.261,0,0,0,.235.039c-.043-.077-.157-.155-.235-.039m.157-.62c.116,0,.116,0,.194-.077a.109.109,0,0,0-.194.077m.23,1.123c-.152-.077-.152.118-.114.2.078.077.114-.116.114-.2m.155,12.8c-.351.116-.351.312,0,.155.118.118.155-.232,0-.155m.234,1.551c0,.157.155.039.116-.077-.039.039-.116-.039-.116.077m.346-15.585c-.078-.116-.153-.039-.192.077.039.077.114-.039.192-.077m.041,15.121c.155-.116-.118-.077-.193-.039.075.155.075.155.193.039m-.155-5.856a.167.167,0,0,0,.155-.155c-.078-.155.155-.155.191-.31-.191-.077-.346.31-.346.465m.424,16.248c-.077-.118-.114-.157-.269-.041-.193.2.191.235.269.041m.119.619c-.119.077-.273.232-.039.31.116-.039.039-.232.039-.31m.273-26.326c-.2,0-.312-.116-.312.155.078-.116.235.039.312-.155m.075,13.88c-.118.039-.2-.039-.271.039.041.116.2.039.271-.039m.118-5.273c-.082.077-.118.155-.237.077-.349.077.273.155.392.194.31-.039.036-.5-.155-.271m.695,7.017c-.077-.039-.114,0-.23.039.075.116.23.116.23-.039m.232-15.547c0-.116-.114-.039-.191,0,.036.116.155.116.191,0m-.155.581c-.077.077,0,.116.041.194.078-.039.078-.194-.041-.194m.5,12.408c-.075.077-.114.116,0,.194.078-.077.119-.116,0-.194m.818,2.209c.037-.116-.077-.232.037-.31-.23-.077-.075-.077-.269,0,.078.232.116.271,0,.465.116,0,.155-.077.194.116.194.077,0-.194.039-.271m.346,1.551c-.114-.155-.191-.077-.269-.039-.194.194.155.116.269.039m-.269-16.014c0,.077.114.039.114,0,.041-.194.235-.271.2-.426-.31-.039-.273.194-.31.426m.232,4.885c-.041-.155-.31-.039-.155.077.078-.039.114-.039.155-.077m0-5.66c-.041,0-.078-.118-.155-.039-.041.155.114.194.155.039M533,40.5c-.116-.077-.193-.155-.235-.039,0,.155.118.116.235.039m-.077.5c0,.077-.116.155-.08.271.041-.116.157-.155.08-.271m.155,1.2c-.078-.116-.235-.077-.235,0,.041.116.157.039.235,0m.232-16.672c-.077-.077-.155-.118-.193,0,0,.116.116.077.193,0m.078,25.085c-.119.039-.119.155,0,.155.118-.039.041-.077,0-.155m.467-10.429c0-.077-.194-.077-.235,0,0,.116.157.077.235,0m-.235.542c0,.116.119.194.157.077s-.116-.232-.157-.077m1.2-15.082c-.271-.235-.349-.348-.7-.116-.426.155-.346.271.077.271.155-.077.467,0,.622-.155m-.852,24.231c-.116.041-.039.118,0,.2.075-.077.116-.2,0-.2m.193-12.406c-.119.039-.155.155-.232.232a.183.183,0,0,0,.232-.232m.269-10.664c.041-.039-.077-.077-.036-.116.036-.194-.426-.116-.31,0,.269-.039.114,0,.346.116m.235.777c-.078-.155-.155.039-.271.155.194.31.349.077.271-.155m1.474-1.706c.039.039.116,0,.116-.077-.077-.194-.389.077-.544-.077-.114-.039-.269-.116-.426-.155,0,.116-.078,0-.114,0-.155.039-.351.116-.31.271.233-.116.233.039.346.155-.036-.155.157-.387.312-.194,0,.039.039.039.114.077.155.039.351-.039.506,0m-1.2,1.628c-.119.039,0,.5,0,.581Zm.387.426c-.119.155-.078.232.077.31.078-.116,0-.194-.077-.31m.736,7.484c-.119-.155-.2-.155-.31.077.114-.077.232,0,.31-.077m-.039-1.979c.194-.036.232-.155.232-.31-.194-.077-.271.077-.232.31m.155,6.2c-.155-.039-.116.194,0,.194s.155-.232,0-.194m.387-14.073c-.155,0-.077.116,0,.232.078-.077.155-.194,0-.232M536.8,39.8c-.077,0-.077.155-.036.155.116,0,.078-.116.036-.155m.5-13.957a.332.332,0,0,0-.268.232c.191.039.191-.116.268-.232m.428,16.594c0-.155-.193-.116-.193.039.077.077.193.039.193-.039m.307-2.6c-.036-.232-.269-.039-.155.077.078.077.118-.039.155-.077m.235,2.444c-.039.116-.08.232.039.232.157-.039.039-.116-.039-.232m.039-1.745c-.039.116,0,.271.118.194.039-.116-.039-.155-.118-.194m.581-1.2c-.077-.116-.114-.116-.191-.039h-.041a.182.182,0,0,0,.232.039m.893-4.963a.666.666,0,0,0-.929,0c.155.155.271.077.426-.039.191-.116.191.232.5.039m-.815,6.9c-.078.077-.078.235.041.235.193,0,.155-.2-.041-.235m.658-2.674a.41.41,0,0,0-.191.348.967.967,0,0,0,.191-.348m0-1.551c-.155,0-.191.271,0,.31.2,0,.157-.271,0-.31m.041,1.164c-.118.036-.118.114-.077.232.114-.118.114-.118.077-.232m.581,8.1c.041.155.2.269.041.426.155-.077.155-.271-.041-.426m.232-6.088c-.036.039-.114.039-.114.116.077.077.191.039.114-.116m.854-5.778a.524.524,0,0,0-.2-.348c-.155.194-.036.271.2.348m.232,16.323a1.545,1.545,0,0,1,.157.271c.232-.116,0-.232-.157-.271m.079-13.686c-.039.194.346.271.346.077.041-.194-.307-.31-.346-.077m1.667,14.888a4.156,4.156,0,0,1-.428-.426c.08.232.269.426.428.426m-.234-.774c.348,0,.2-.118.041-.157-.078.039-.155.116-.041.157m.5-.157c-.191,0-.155.157.041.194.155-.036.155-.232-.041-.194m.544-.077c-.078.039-.118.039-.155,0-.155.116.077.155.191.155,0-.039.041-.232-.036-.155m.617-.194c-.075-.077-.114-.116-.153,0,.039.077.078.077.153,0M545.17,41c-.155-.116-.114.116-.232.077.155.232.35.077.232-.077m.581,9.306a1.717,1.717,0,0,0-.269.194c.232-.039.232-.077.269-.194m.118-9.074c0-.155-.2-.116-.2.039-.036.155.233.077.2-.039m.077,8.919c-.041.039.039.077.077.155.078-.116-.038-.271.116-.232.62-.039,0-.854-.194.077m.307-10.818c.118.039.159-.077.2-.194.077-.077.351-.232.155-.31Zm.351,1.822c.2.116.312-.232.041-.194-.2.039-.428.387-.041.194m.077,2.6c.351.039,0-.077-.155-.077-.036.077.119.077.155.077m.234-3.567c-.116.077-.116-.155-.271,0,.193,0,.077.077.193.116s.155-.077.077-.116m.116-.467a1.078,1.078,0,0,1-.351.039c.041.194.312.155.351-.039m-.31-1.162c.078.039.116,0,.232,0-.078-.08-.155-.116-.232,0m.232,10.7a.116.116,0,0,0-.232,0c0,.155.232.116.232,0m.194-10.78c-.116,0-.155.08-.078.157.155.039.191-.157.078-.157m.426,5.2c.077.077.155.039.232.039.118-.271-.155-.194-.232-.039m.232-2.6c-.077-.039-.116-.039-.155-.077-.116.116.039.194.155.077m.077,7.871c.118-.155.2-.116.273.077.232-.581-.467-.658-.273-.077m.078-8.3c.041-.077.118-.077.155-.155-.155,0-.155,0-.155.155m.622.387c-.232-.542-.776-.271-.426-.039.155.077.232-.039.426.039m-.077-6.127a.187.187,0,0,0,0-.271c-.077.077-.077.155,0,.271m.233-2.6c.114,0,.387.155.387-.039.039-.077.039-.077.155-.077.385.155.153-.428.075-.583-.191-.039-.153.116-.269.155-.235.039-.271.389-.348.544m.426,10.935c0-.2-.157-.389-.348-.351.114.116.31.155.348.351m.078-10.315c0-.077-.039-.194,0-.232.155-.077,0-.271-.116-.194a.555.555,0,0,0,.307.658c.273-.077.041-.387-.191-.232m.387,8.452c-.077.039-.077.039-.041.273.077-.155.077-.2.041-.273m.2-1.045c-.118-.039-.237.077-.118.155.077,0,.118-.077.118-.155m.078-6.9c0-.077-.078-.194-.155-.116.036.08.036.116.155.116m.813-.155c-.039-.077-.039-.31-.155-.232-.041.116,0,.31.155.232m1.742,7.484c-.075-.271-.349,0-.426-.194-.078-.077-.191-.039-.269,0-.194.116-.31-.077-.467-.077-.273.232,1.009.232,1.161.271m-.966.194c-.2.116-.237.155-.119.348.2-.039.119-.194.119-.348m2.129-5.35c.08.039.157.155.235.155.077-.155-.078-.271-.235-.155m2.64-8.8c-.078-.077-.155-.116-.2,0,.077.116.077.116.2,0m.194,16.207c-.077-.039-.194-.116-.312-.039.119.155.2.2.312.039m.155,1.706c-.155-.039-.155-.039-.119.157a.553.553,0,0,1,.119-.157m.31-4.341c-.116-.039-.232.155-.2.232.119-.039.119-.155.2-.232m3.564,4.225c-.077.077-.269.31-.155.428.041,0,0-.039,0-.077a.376.376,0,0,0,.155-.351m-.036-14.189c-.155-.077-.155.116,0,.155,0-.077.116-.116,0-.155m.7,13.415c-.077-.155-.233-.116-.155-.31-.078.039-.16.155-.078.194.114,0,.191.348.233.116m.348-15.16c-.622.077.039.465-.039.155-.077-.077,0-.118.039-.155m1.745,6.553c-.193-.155-1.009.116-.544.232.155-.077.155-.077.232.077-.273.155.312.271.235,0-.077-.194.155-.077.077-.31m-.349-1.786c.078-.116.078-.155-.041-.271,0,.116-.077.194.041.271m.852.738a.86.86,0,0,0-.542.116c.075.039.542.077.542-.116m0-.271a1.718,1.718,0,0,0-.426.116.3.3,0,0,0,.426-.116m-.194-.5c.116.114.194.077.271-.157,0,.039.039.077.039.116.153-.31-.193-.155-.31.041m.036-.428.119-.116c-.119-.077-.2,0-.119.116m.5.542a.391.391,0,0,0-.269.157c-.348-.08-.077.348,0,0,.114.155.191-.08.269-.157m.351-2.287c.467-.232-.155-.155-.385-.194.075.155.23.271.385.194m-.155.116c-.077.077-.2.194-.077.271.077-.039.232-.194.077-.271m.5,16.207c-.114-.077-.269-.194-.307-.077.039.116.194.116.307.077m-.23-16.285c-.078.116.077.116.077.194.039-.155.039-.155-.077-.194m.929.116a1.7,1.7,0,0,0-.077-.387.3.3,0,0,0,.077.387m.542-.232c.2-.039.312-.116.467-.155-.078-.116-.581-.077-.467.155m.5,1.2c-.114-.039-.385.039-.346.155.155.039.232-.077.346-.155m.155,6.32a.107.107,0,0,0-.191.077c.036.155.155,0,.191-.077m.041.426c-.077-.039-.118.077-.2.077,0,.116.235.039.2-.077" transform="translate(-412.094 32.172)" fill="%23313131"/><path id="Path_154" data-name="Path 154" d="M578.913,35.728c-.155.426,0,1.9-.542,1.861.465.232-.387,1.435-.465,1.861a9.325,9.325,0,0,1-4.459,4.5,13.618,13.618,0,0,1-5.856,1.123c-2.248.118-3.838.041-6.163.041-1.357.036-2.676-.041-4.034,0-.658,0-1.474-.2-2.054.194-.854.387-.039,1.977-.583,2.364.428.116,0,2.676.157,3.257.078,1.474-.854,1.512-2.057,1.435-1.278-.039-2.558.039-3.8.039-6.282-.271-5.737,1.125-5.856-3.722a3.624,3.624,0,0,1,.078-.932c.157.116.157.155.351,0-.038.077-.038.116-.078.155.078-.039.078-.077.116-.039-.039.116.116.116.155.194s.116-.039.155.039c.038-.077.193-.077.155-.194.038-.155-.116-.232-.078-.387-.194-.039,0-.271-.271-.232-.077,0,.078-.116-.039-.116-.271-.077-.116-.194.039-.194.039,0,.039.039.078.039-.039-.077-.078-.351.039-.273-.039.157.116.157.194.273-.039,0-.078.039-.116.039.116.155.193,0,.349,0,0-.116-.116-.155-.078-.271,0-.041-.039-.2.039-.157.078.077.155.039.232.039.077.157.194.273.155.428,0,.077-.038.077-.077.077-.155.077.077.116.155.039-.039.232-.232-.039-.309.155-.078.155-.194-.039-.271-.116,0,.077-.116.155.039.194-.116.077.039.194,0,.271-.155.155.116.31.193.039.078.155-.116.232-.116.348a.2.2,0,0,0,.155-.077c0,.194.155.348.232.155,0,.039.039.077.039.116a.278.278,0,0,1,.39-.232c-.077.077-.116.155,0,.194.078-.077.194,0,.232,0-.155-.155-.039-.155-.039-.31-.039-.077-.116-.155,0-.155.116-.039.194.116.348.077.232-.232-.581-.348-.31-.581-.039-.039-.116-.039-.116.039-.116-.039-.193-.194-.271-.194-.08.077.039.155-.08.194.274.232-.232.077-.077-.31a1.143,1.143,0,0,0-.271-.467c-.116-.039.077-.155-.039-.271,0-.271-.31-.348-.194-.5-.774.116-.387.31-.62.774-.116.039-.077.194-.155.273-.039.077.077.116.077.194-.271,0-.155-.232-.312.194.041.077.157,0,.2-.039.039.039.116.039.077.116,0,.116-.155,0-.232,0-.232-.155-.041-.66-.077-.932.036-.852-.041-1.706,0-2.558V27.547h.036c-.232-1.745.235-2.56,2.1-2.25.31.039.929-.155,1.086.077.5-.387,1.472.077,2.132-.155q5.35.116,10.7,0c.35.194.893-.194,1.009.31.077-.039-.116-.232.039-.232.658-.039,1.319,0,1.977-.077,2.986.194,5.972-.271,8.88.387a10.393,10.393,0,0,1,6.591,4.926,10.031,10.031,0,0,1,1.123,5.2M543.321,51.159c.078.077.155,0,.232-.039.194,0-.232-.155-.232.039m.426-6.436a.142.142,0,0,0-.116.039c0-.077-.155-.039-.155,0,.077,0,0,.039,0,.077.116,0,.271,0,.271-.116m-.232-2.132c.116-.155.271-.039.387-.116a.206.206,0,0,0-.387.116m.31,5.7c-.077-.039-.077-.116-.039-.116.078-.194-.155,0-.193-.155h.077c-.232-.194-.077.271-.116.348a.537.537,0,0,0,.271-.077M543.631,37.2c-.038.077.116.194.116.116,0-.155-.194-.351-.116-.116m.116,11.864c-.078-.155-.155-.039-.116.077-.038.077.039.077.078.077.077,0,0-.077.039-.155m-.078-17.216c.039.116.194-.077.271.077.116.2.271-.039.116-.155a.142.142,0,0,0-.039.116c-.232-.077-.038-.077-.077-.155-.077-.039-.077-.116-.155-.155.039.116,0,.194-.116.271m0,4.731c.426.155.155.039.271-.116,0,.155.194.116.116.232,0,.039,0,.039.039.077a.369.369,0,0,0,.077-.271c-.193.077-.077-.116-.116-.232-.077.039-.387.116-.31.232.193-.039,0,.039-.078.077m.078.271h.077c.039-.116.116,0,.193-.077-.077-.039-.387-.155-.271,0,.039,0,0,.039,0,.077m.5,8.261c0,.036.039.036.039.077-.077-.077-.116-.041-.155.036-.078-.155-.465-.271-.387-.036.116.036,0,.077.039.155.078.077.155-.118.232-.039.233.155.581.039.233-.194m-.5-8.026a.324.324,0,0,0,.31-.235c-.116.08-.271.116-.31.235m.155-9.734c.039-.114.155-.114.155,0,.155-.114.155.155.271.2.077-.041.039-.155.039-.232,0-.157-.194.036-.232-.077.038-.118,0-.041-.039,0-.155-.2-.348-.08-.194.114m.271,23.885a.166.166,0,0,0-.271-.039c.039.155.155.116.271.039m0-20.239c-.038-.039-.116,0-.193,0-.232.271.349-.077.465.271.116.116.039,0,.039-.077.193-.116.506-.116.428.194.155.271-.041-.348.155-.271.078.039.194.039.155-.039l-.232-.155c-.078.077-.078,0-.078-.039-.041-.039-.157-.077-.041-.116-.077-.2-.271.271-.232.077-.31-.155-.31.271-.465.155m0,19.58-.116-.426c-.116.194,0,.271.116.426m0-18.533c.078.114.232.114.078,0,0-.041,0-.08-.039-.041-.116.041-.039.155-.155.155,0,.155.232.041.116-.114m.039,4.418a.428.428,0,0,1,.348-.271c.155-.039.116-.155,0-.232.078.155-.077.116-.155.039-.039.039-.077.077-.077.116l.077.077a.227.227,0,0,0-.193.271m.387-.039c-.039-.039-.077-.232-.155-.077.039.155,0,.155-.155.232-.116.116.039.194.039.31,0,.232.039-.077.077-.155h-.077c.039-.039.039-.077.077-.077.155,0,.078-.155.193-.232m.039,14.075c-.039-.077-.078-.116-.116-.077-.155-.039-.077.039-.077.155-.194-.039-.155.039-.155.194.349-.232.039-.348.349-.271m-.232-4.731c-.077.039-.116.155.039.155.116-.039.077-.155-.039-.155m.078,5.35c-.194.039-.155.155,0,.194.077-.039.116-.194,0-.194m.116-14.385a.233.233,0,0,1-.039.155c.194,0,.116.077.194-.116.078.194.235-.155.078-.232,0,.077-.039.077-.039.155,0-.077-.039-.116-.039-.155-.078.077-.039.194-.155.194m.077,8.571-.116.077c.194.155.428.077.116-.077m.039-17.991c-.077-.041-.077-.077-.039-.118-.271.155.116.351.039.118m.622,8.14c.077,0,.232.041.155-.036-.116.036,0-.08-.078-.157,0,.039-.077.039-.077.039,0,.155-.232.039-.232.2-.077-.041-.077-.041-.116,0-.119.036-.2-.077-.312-.157.116.312.544.235.312.66.155-.155.155.039.271-.039.039.077.078,0,.155,0,.116-.039-.077-.155-.039-.232.155.116-.077-.232-.116,0l-.077-.077c-.078.116.155.271-.039.271-.039-.077-.078-.389.039-.348.116.155.039-.155.193,0a.148.148,0,0,0-.038-.118m-.155,10.393a1.9,1.9,0,0,0-.467.039c.078.194.351.116.467-.039m-.271,1.9c.039.039.232.194.078.194-.235.116-.157-.31-.078-.194m.349-11.515c-.077,0-.194-.039-.31-.039-.274.155.232.155.31.039m-.349-1.125c.039.039.039.039.078.039-.273.232.349-.039,0-.155.039.077-.039.077-.078.116m.464,1.667c-.038-.116.155-.039.232-.077v.116c.232-.31-.232-.658-.426-.31-.039.116-.194.039-.232.155-.08.273.116.232.232.465.039-.077-.039-.191.077-.271-.232-.039.039-.039.116-.077m-.426-5.97c.039.077.194.155.232.039-.039-.155-.155-.155-.232-.039m.116,6.086c-.116-.077-.116-.155,0-.194a.11.11,0,0,1,0,.194m.116,2.1c-.116-.077-.155-.077-.194.039.039.116.116.039.194-.039m-.039-7.716c.039.116.116.116.194,0,.077-.271.193-.077.349-.194.038-.155.193.039.271-.155,0,.116.078.077.116.155.116.116.271.077.389.077.155.039,0-.155.114-.116.077,0,.118-.039.118-.077a.038.038,0,0,0,.039.039c.155-.271.465-.039.735-.155.155,0,.117-.31,0-.2-.038.118-.193-.155-.31-.194-.271-.116-.31.544-.619.428a1.153,1.153,0,0,0-1.164.194c-.155-.039-.116.155-.232.194m.464,18.845c0-.194-.232,0-.194-.235-.039.041,0,.155-.155.077-.155.118.078.157.155.2.039-.118.116-.039.194-.039m-.232-18.38c.078-.155-.116-.155-.116-.271a.227.227,0,0,0,.116.271m.194,18.845c-.039-.155-.155-.039-.194-.116-.077.077-.155.232-.077.31.077-.116.039-.116.116,0a.385.385,0,0,0,.155-.194m-.039-13.3c.155.039.116-.157-.038-.116-.271.039-.155.155.038.116m.155,8.568c-.078,0-.117-.077-.155,0-.116-.077-.271,0-.155.116.078.077.116-.077.194-.077.078.039.117.039.117-.039m0-11.786c-.039-.155-.31-.077-.31.077.116-.039.232,0,.31-.077m-.078,15.663a.29.29,0,0,1-.194-.039c-.039.116.078.155.155.235.039-.118.078-.08.039-.2m.039-18.223a.083.083,0,0,0-.078-.077c-.155.039-.077.232-.116.348,0,.077.039.116.116.077.078.039,0-.077.078-.116.039-.077-.116.039,0-.232M546,43.132c0-.077-.116-.155,0-.232-.465.155,0-.194-.271-.194-.116.155.077.155-.194.31a.483.483,0,0,1,.465.116m-.309-1.2c-.117.041-.039.2.077.157.116-.077,0-.157-.077-.157m.155-5.234c.039-.116-.039-.232-.116-.155-.078.116.039.348.116.155m.039-3.1a.233.233,0,0,1-.155-.039c.077.116,0,.155.077.194.232.077.155-.426.078-.155m.194,14.463c.078,0,.078-.039.078-.077-.116.039-.464,0-.31.194.116.077.155-.077.232-.116m.5-.7c.077-.271-.114-.077-.233-.116-.039-.039-.078-.077-.039-.155-.194-.155,0,.232-.271.116-.31.039.155.31.194.116l.077.116a.135.135,0,0,1,.039-.077c.078.077.118-.116.233,0m-.155-13.144c0-.155-.233-.467,0-.467-.271-.077-.078-.271,0-.116.041.116.077-.077.077-.155-.31,0-.232-.155-.5.194.426-.039.349.544.116.389.039-.039.039-.039.116-.039-.116-.428-.155.31-.271-.077-.077.271.31.155.465.271m-.155.426c.116-.039.078-.31.078-.387-.155-.116-.193.077-.349.155.271-.077.155.116.271.232m-.116,11.09c-.078.077-.194.155-.039.232.194-.039.078-.116.039-.232m0,2.87c.155-.157,0-.235.077-.389-.232-.077-.116.273-.077.389m.232,2.364c-.078-.077-.194-.155-.232-.077.077.155.077.155.232.077m1.086-16.711c.039-.116-.038-.232-.038-.039.038.271-.271.31-.232.039-.155.155,0-.116-.155-.077.039-.194-.232.039-.271-.194-.039-.077.039-.077.077-.077-.2-.08-.077,0-.155-.157-.118.312,0,.428-.312.7.194,0,.039.077.079.116.271,0,.155-.116.31.116.077-.116-.155-.62.116-.5-.039.039-.078.039-.078.077.194-.039.194.194.387.194.31.232.194.077.271-.194m-.7,15.585c-.351.194-.119.854,0,.389-.155-.116-.119-.232,0-.389m-.039-13.531c-.08.077-.157.155-.116.271.155-.116.232-.077.116-.271m-.039,10.352c.194,0,.194-.194.039-.232-.116,0-.116.155-.039.232m.7.738c-.078-.039-.116-.116-.232-.116-.039.039-.039,0-.077-.039a.074.074,0,0,0-.116-.039c-.077.116-.271-.116-.312.039.041.232.235-.155.2.155.155-.232.31.077.542,0m-.658-5.427c-.08.039-.116.194,0,.194.116-.039.116-.116,0-.194m0-9.306c.116.194.349-.194.116-.116.039.116-.039.077-.116.116m.735,15.547c-.387-.116-.155-.039-.542,0,.116.077.116.118.194.039a.517.517,0,0,0,.348-.039M547.12,46.7c.039.08.271.2.271,0-.039,0-.078-.039-.116-.039-.116.118-.116-.116-.194-.116,0,.039-.039.077,0,.077.039.039-.078.273.039.077m0-14.772c.232.077.194-.039.155-.194h.077c.039-.077-.155-.155-.116,0,.039.077-.078.116-.116.194m.387,18.264c-.116.194-.271,0-.077,0-.039-.116-.155-.039-.194,0,.039.194.349.271.271,0m.039-2.637c0-.194-.232-.039-.271.039.077.116.193.039.271-.039m.193-16.633c-.039-.116-.193-.077-.155.039h-.078c.078.194.31.039.348.194,0,.039,0,.039.039.077.235-.116-.116-.194-.155-.31m.116,16.594c-.039-.039-.155-.116-.193,0,0,.039.039.077.077.116,0-.077.077-.077.116-.116m.155-.62c-.077.116-.037.116.041.194.078-.116.078-.116-.041-.194m.235.7c.271,0,.348.426.31-.155,0,.039-.039.077-.077.116-.039-.232.039-.155.194-.116-.039-.271-.62-.155-.31.039-.039-.194.078-.116.039,0s-.271-.116-.232.039c-.039.194.232-.077.078.077m.039-15.626c.077,0,.116-.039.077-.155.232-.077.62.348.658.155-.193-.232-.232-.039-.348-.116-.155-.155-.387-.116-.387.116m.116,5.972c-.116.116-.039.31.155.387a3.955,3.955,0,0,0-.155-.387m.078,10.2a.143.143,0,0,1-.116.039c.078.039.155.194.232.157.349-.08.038-.157-.116-.2m.387-5.66c-.077-.155-.271.194-.426.232.116,0,.5-.039.426-.232m-.193-8.491c-.039-.194-.31.194-.155.194.039-.077.116-.116.155-.194m.387,4.38c-.116-.077-.309-.039-.464-.039-.039.155.387.116.464.039m-.348-5.118c.039-.039.233-.116.116-.155-.077.039-.271.077-.116.155m.736,9.616c-.077-.077-.31-.232-.387-.116.078.077.387.348.387.116m-.116,6.63c0-.155-.116-.194-.194-.077-.039,0,.155.155.194.077m-.116-11.09a.1.1,0,0,0,.116.116c.194-.039-.155-.271-.116-.116m.581,10.354c-.077,0-.271,0-.155.077.077.077.351-.039.155-.077m-.114-21.637c.077,0,.31.2.271.039-.039-.194-.157-.271-.271-.039m.271,2.366c-.194-.039-.116.155-.039.194.039-.077.116-.155.039-.194m.387,17.565a1.073,1.073,0,0,1-.349-.039c-.039.116.349.194.349.039m-.194-19.658c.116.155.233-.041.271-.155-.077.036-.116.155-.232.114a.04.04,0,0,0-.039.041m.465.194c-.116-.08-.271-.039-.426-.039a.768.768,0,0,0,.426.039m.271,2.713a.173.173,0,0,0,.116-.155c-.077-.155-.271.194-.116.155m.194,13.183c.2-.116,0-.039.119-.271-.08.077-.235.077-.2.232,0,.116-.116.194-.077.312.155-.039.116-.155.155-.273M551,27.08c0-.116,0-.7-.077-.348a.417.417,0,0,0,.077.348m.351,21.364c-.077-.194-.234-.036-.234.118.116-.041.193-.041.234-.118m-.041,3.53c-.077.039-.077.116-.077.194v.077a.236.236,0,0,0,.077-.271m.351-24.545c-.116-.036-.155-.155-.155-.31-.119.039.039.467.155.31m.581,20.979-.039-.041a.308.308,0,0,0-.039.312,2.5,2.5,0,0,0,.078-.271m0-21.093c-.116,0-.078.155-.078.232a.122.122,0,1,0,.078-.232m.31,24.775c0-.116-.155-.194-.194-.039.078.039.116.077.194.039m.505-4.034-.116-.116c-.08.077-.041.155.036.232,0-.039.041-.077.08-.116m.039-20.819h-.077c-.312.269.349.155.077,0M553.4,37.4c-.078-.039-.194.039-.31.077.039.039.349.039.31-.077m-.039-2.676c.039.155.077.194.193.155-.077-.155.039-.155.078-.271-.155,0-.155.194-.271.116m.426,13.376c-.116-.039-.271-.039-.387-.077-.078.116,0,.155.116.155.039-.077.271.077.271-.077m.116-20.471c0-.155-.155-.2-.31-.232-.077.036-.077.194-.077.31-.039.039.077.039.116.155.116.077.31-.077.271-.232m.62.5c-.039.31.428.116.428-.116-.116-.271-.116-.039-.31-.116-.077-.039,0-.116-.041-.194,0-.039-.036-.077-.036-.116-.041-.039-.08.039-.119-.039,0-.2-.31-.077-.194.039.116.039.039.116.039.155-.039.116-.387-.116-.31.155.077,0,.155-.116.155,0,0,.348.233.232.387.232m-.078.813c-.039.041.039.08.039.041.08-.077-.039-.155,0-.235l-.039-.039c-.271.2.119.118,0,.232m.155,13.727c-.077-.116-.155-.077-.232,0,.116.116.155.116.232,0m.119-8.529c-.077-.039-.273,0-.2.116.077-.194.2.232.2-.116m-.077-1.086a1.108,1.108,0,0,0,0-.348c-.077-.077-.041.271,0,.348m0,.465c.036.116.155,0,.193-.039-.039-.077-.193-.077-.193.039m10.816.116a.054.054,0,0,0-.077,0c-.155.116-.465-.116-.658-.116-.387-.116-.854-.039-1.2-.116a.142.142,0,0,1,.116-.039c.039.039.077,0,.077-.039.155,0,.232-.077.349-.077.078-.077,0-.232-.116-.155a.492.492,0,0,1-.232.155.484.484,0,0,1-.658-.116c-.232-.039-.31.348.116.194-.039.155-.348.077-.426,0s-.157-.077-.2.039a1.734,1.734,0,0,1-1.161-.116c0,.039,0,.116-.038.077-.078-.077-.155-.077-.194,0-.351.194-.545-.5-.816-.155-.078.116-.194.039-.232.077-.116.194-.348.155-.544.155-.078.039-.078-.039-.155-.077a.054.054,0,0,0,0,.077c-.116-.039-.658.077-.465-.077-.155-.116-.155-.077-.271.039-.194,0-.426.116-.62-.039a.6.6,0,0,1-.622,0c-.039-.116-.116,0-.194-.039-.039.039.039.116-.039.116-.039.039-.078.039-.116-.039-.039-.039-1.319.077-.929,0,.036.039.036-.077.078-.039.155-.077-.041-.077-.119-.077-.194-.039.041.194-.387.194-.155.039-.194-.155-.271.039-.116.155-.348.232-.387.467-.039.116-.194-.039-.155.077.232.077,0,.387,0,.581,0,.116-.116.039-.157.116-.077.039,0,.077,0,.116.041.116.08,0,.119-.039.194.736-.2,1.745.619,2.171a9.658,9.658,0,0,1,1.048.041c1.667-.077,3.412.114,5.079-.041,1.512.041,3.3.235,4.537-.736a1.593,1.593,0,0,0-.7-2.6m-10.545-4.5c-.116-.039.039-.155.039-.232-.155.036-.116.155-.155.232.155.077.387.039.116,0m.194-1.9c.077-.041.039.036.155-.041.31.118.194-.039-.039-.155,0,.077-.232.116-.116.2m.464.387c-.078,0-.155-.077-.232-.039-.116-.039-.039.194-.116.116-.155-.039-.039.194.039.232.232.116.232-.116.31.039.155-.271.039-.116,0-.271.078-.039.155.039.194-.039,0-.077-.155-.116-.194-.039m-.348,3.8c.039.116.077.077.155-.039-.077-.077-.155-.077-.155.039m.31-1.357c-.039,0-.194,0-.232.039.116.116.155.077.232-.039m.31,12.137c-.116.039-.349.194-.232.31-.039.077-.155.116-.116.194.078.077.194-.077.116-.194.039-.039,0-.116.116-.116.077,0,.077-.039.038-.077.077-.039.077-.039.077-.116m.116-14.385h-.116c.116.31.235-.116.039-.232-.077.194,0,.116.077.232m.274,14.075c-.119.155,0,.155.114.155.08-.077-.036-.077-.114-.155m.114-14.269c.041.077.08,0,.119,0,.348-.155.31-.232.039-.428-.157.155-.389.2-.157.428m.273,14.192c-.155-.041-.155.114-.194.232.232.271.619-.155.194-.232m.5-10.16c.039.232.31-.116-.039-.039-.155.077-.116.194.039.039m-.077-4.459c.039.077.116.118.194.041-.039-.118-.194-.2-.194-.041m.116,2.366a.083.083,0,0,0,.155.039c0-.155-.155-.31-.155-.039m.465.774.116-.116c-.077-.039,0-.116-.116-.116-.039.039-.116.155,0,.232m.428,1.786a.422.422,0,0,0,.077.232l.116-.118Zm.542-4.731c0-.155.078-.041.155-.077.077-.077.077.036.155.036-.077-.271-.581-.077-.31.041m.155,11.477c-.078.039-.039.077-.039.155.194,0,.31-.116.039-.155m.426-5.662c.116.116.232.116.193-.077-.077-.039-.116,0-.193.077m.467-1.628c.155.039.116-.155.039-.194-.118.039-.118.155-.039.194m1.007.039a.376.376,0,0,0,.312.077c-.08-.039-.157-.077-.08-.155-.078.039-.194-.039-.232.077m.389,10.509a2.985,2.985,0,0,0-.389.348c.116,0,.312-.232.389-.348m.813,1.084c.077-.155.193-.039.31-.077.039-.155-.271-.232-.31.077m.387-2.442a.35.35,0,0,0-.116.387.376.376,0,0,0,.271-.31c.038-.116-.116.039-.155-.077m0-11.051c.039-.039.193-.116.077-.116-.039.077-.077.039-.116,0-.155-.039-.077.116.039.116m.387,11.4c-.039-.077-.116-.077-.194-.116,0,.194.078.155.194.116m.155-12.873c-.155.194.2.039.235-.077-.078-.039-.194,0-.194-.116-.2.077.039.077-.041.194m.39-.815c.155.041-.077.467.271.428,0-.155-.155.039-.155-.116.116-.235.116-.271.348-.155.077-.271.039-.622.426-.506,0-.232-.116,0-.232-.155-.039-.039-.039-.077-.039-.155-.078.077-.155-.077-.155.077-.077-.194-.271.039-.348.116.078,0,.155,0,.155.077.077.077.039.116,0,.2-.155-.118-.155.191-.233,0a.419.419,0,0,0-.039.191m.232,4.382c-.078.039,0,.116.039.194.116-.039.155-.194-.039-.194m0,1.551c.039,0,.077.039.116.039a.142.142,0,0,1-.116-.039m.155-4.109c-.077,0-.077,0-.077.077-.039.077-.077.116.039.155,0-.077.039-.155.039-.232m.31-.738c.077-.039.077-.077.039-.155-.232.039-.194.426.038.194-.038,0-.077,0-.077-.039m.194,4.847c.118.039.118-.039.2-.077.036.039.191,0,.114-.077-.114-.039-.31.039-.31.155m.078-5.933a.133.133,0,0,1,.041-.114c.036.077,0,.114-.08.191.348,0-.039-.426.116-.619.041.039.041.039.077.039-.036-.077-.155-.194-.193-.039.116.155-.155.428.039.542m.31,3.492c.157-.077.7-.116.7-.387.077.036.116.036.077-.08-.039.08-.039.039-.077,0-.349-.232-.5.273-.7.467m.08-1.241c.039.039.116,0,.116,0,.077.116.232-.232.31-.271.039,0,.077-.077.116-.039.155,0-.038-.155-.116-.039-.039-.116.155-.039.039-.232-.039.077-.232.155-.078.232-.544.155-.077.194-.387.348m.387-1.086c.039.194.116-.077.194.116a.038.038,0,0,1,.039-.039.466.466,0,0,1,.077-.31c-.077,0-.077.039-.116,0,0,.232-.271-.077-.155.116.077.116-.039.039-.039.116m.968,13.456a.757.757,0,0,0-.929-.039c.155.232.31.116.464-.039.271,0,.078.31.465.077m-.813-9.151c-.271.116.039.116.155.077,0-.077-.116-.039-.155-.077m0-5.933c0-.077-.077-.155.039-.039.039-.426-.233,0-.039.039m.078.232h.194c0-.155.039-.077-.077-.155s-.077.077-.116.155M565.3,28.9c.078.036.039.116.039.155.155-.077.077-.351-.039-.155m.039,4.225c.077,0,.271.155.31-.039-.078-.116-.349-.116-.31.039m.271-4.3c0-.118-.078-.2-.078-.312a.175.175,0,0,0,.078.312m.039,1.938c0-.039-.039-.077-.039-.118-.116.041-.078.157-.116.235.155-.039.31,0,.232-.194-.039.039-.077.039-.077.077m-.116-3.569c.193-.155,0-.387,0-.155,0,.039-.078.116,0,.155m.193,17.565a.138.138,0,1,0,.039.273c.193-.041.078-.235-.039-.273m.039-13.3c-.271,0,.116.426.274.232-.08-.039-.235.077-.235-.116-.077-.039-.077-.077-.039-.116m1.086,1.4c.039.077.155.194.193.077-.038-.116-.271-.194-.232,0,0,.077-.039.039-.116.039-.155.077.31.155.155-.116m-.116-2.366a.3.3,0,0,1,.039.2c.077-.041-.039-.2.116-.235,0,0,.039-.039,0-.039-.039-.194-.271-.039-.155.077m.465,3.53h.078c-.078-.2-.7-.155-.387-.039.155.039.155.116.31.039m-.233-3.569c0,.157.155-.039.155.116.039.157.349-.036.233-.077s-.039-.116-.077-.155c-.155.155-.155,0-.233.116-.038-.077-.077-.077-.077,0m.542,11.75c-.155-.194-.232-.7-.349-.31-.039.077,0,.155.039.116.155,0,.155.155.31.194m-.271-9.19c-.039,0,0,.039,0,.039.116,0,.077.116.116.194l.116-.116c-.077-.077-.193-.348-.232-.116m.312,1.861a.142.142,0,0,0,0,.232c.036-.077.155-.194,0-.232m-.041-3.373c.118-.039.155-.271.2.039.155-.194-.273-.31-.2-.039m.389,13.105a.179.179,0,1,0,.077.348c.233-.039.116-.348-.077-.348m.348-13.221c0-.232-.078-.232-.232-.155.039.077.155.077.232.155m.155-1.357c-.077.039-.116.194-.271.116-.194.077.038.194.078.31.038-.116.155-.31.193-.426m.852-.348c-.036-.077-.114-.077-.114-.194-.078.039-.041.155-.041.232.078.155.119.155.155-.039m.428.039V29.6c-.116-.039-.349.039-.232-.116-.078-.039-.078.039-.116.077-.039-.077-.039-.116-.08-.155-.077.155.08.194.08.271-.039.077,0,.116,0,.155.039-.271.116-.194.31-.077-.194.039-.039.155.039.194.077-.077-.116-.155,0-.232m.349-.387c0-.116.193,0,.155-.232-.039.039-.116,0-.116.077l-.039.039c-.077-.116-.077,0-.077.039-.233-.232.038-.426-.155-.544-.039.118-.078.2-.193.077.039.155.077.312-.078.389-.039-.116.039-.194-.077-.271-.039-.077-.155-.118-.116,0,.271.7.077.7.426.036.077.118-.039.312.039.351.078,0,.039.039.039.077-.039.077-.193.039-.232.116.193.039.232.077.155.232.116.077-.039.155.039.271.155-.039.155-.039.193-.232.078-.116-.077-.31.039-.426m-.542,10.429c-.155.039-.235.271,0,.271.271,0,.194-.194,0-.271m.813,3.917c-.039-.118-.155-.077-.155,0,.078.116-.193.155-.077.271.077-.116.232-.155.232-.271m-.078-10.122c-.31.155-.078.506,0,.271,0-.077-.039-.194,0-.271m-.039,7.833c0,.077.039.116.155.116.194-.116-.116-.31-.155-.116m.348-11.825c-.039-.194-.232-.271-.155-.465-.194,0,.039.387,0,.465l-.078-.077c0,.232.155.194.232.077m.232.232c-.116-.039-.039-.116-.077-.155-.039,0-.078.077-.078.116.078.116.039.348.155.426,0-.116.08-.31,0-.387m-.116-.774c.155.31,0,.077.2.039-.041-.155.194.039.271.039.077-.235-.077-.039-.116-.157-.116.08-.116-.114-.116-.194-.08.08-.039.389-.235.273m.428.5-.039-.155c-.155.039-.039-.194-.155-.194-.157,0-.039.194.039.232-.157-.039-.273.039-.039.077-.08.155.077.271,0,.426h.116c-.077-.039,0-.155.078-.077.039.077.078-.039.155-.077.155.271.077.116.155-.039-.271-.039.077-.116-.077-.271-.039.116-.155.077-.155.194-.039.077-.078-.039-.078-.116m-.273,5.273a.507.507,0,0,1,0,.348c.118.116.157-.271,0-.348m.622,6.514c-.077-.039-.155,0-.155-.077.078.039.116.039.116-.077-.155.039-.349,0-.5.155.116.039.232.116.387.039.039,0,.155.039.155-.039m-.348-1.861c-.232,0,.039.387.078.116.038-.039-.039-.116-.078-.116m.078-10.158c.116-.155.194.077.271.155.039-.077-.271-.426-.271-.155m.232-.506c0-.039-.039-.039-.039-.077-.194.118-.039.351.039.077m.077,2.405a.135.135,0,0,0-.039-.077c.078-.077,0-.155-.039-.232-.039.039-.039.116-.116.155.271-.039.039.116.194.155m.349-1.861c-.039-.116-.31.155-.078.039-.116.116.194.31.194.232.039-.155-.155-.155-.116-.271m0-.116a.17.17,0,0,1,.039.194c.232-.077-.039-.467-.039-.194m.622,11.438c-.2-.155-.544.465-.235.194.116.116.348-.039.235-.194m-.235-8.842c.193.077.157-.077,0-.116,0,.039-.116.077,0,.116m.312-4.614v.2l-.041-.041c-.036.273.351-.077.041-.155m.077,13.572c-.041.077.039.194.078.232.155-.077,0-.155-.078-.232m.232-9.267c0-.116.077-.271,0-.387-.116-.116,0-.31-.155-.387-.078.077.078.077.039.155-.116.155.155.232.078.426-.039.077-.039.077-.116.039.078-.077.078-.232-.039-.116-.039.039-.08.116,0,.155.232.116-.039.155.039.232.078.039.039-.232.155-.116m.232.465c.078-.039.078-.426-.077-.348a.467.467,0,0,1-.155.428c.116-.041.194-.041.232-.08m.31,8.764c-.039.077-.465.31-.232.31a.187.187,0,0,1,.271,0c.116.039-.039-.232-.039-.31m.66-8.919c-.119,0-.119,0-.08-.077-.155.077-.116-.077-.194-.194-.077.116,0,.271-.116.348.155.039.155.039.193,0,.116.077.116,0,.2-.077m-.119,9.074c-.038-.116-.116-.077-.193,0,.077.077.116.116.193,0m.39-.658c0-.157-.077-.235-.194-.08.039.08.194.194.194.08m.232,2.171c.077.039.077.116.077.194.155.077.077-.465-.077-.194m.7-2.289c.039-.7.387.351.387-.581-.155.039-.116-.155-.116-.232-.039,0-.078,0-.078.039-.155-.155-.116.232-.232.232.039-.077-.039-.116-.116-.077,0,.039,0,.116-.039.116-.194.077,0,.387-.232.387.077.155.348-.039.426.116m.116-8.3c-.039-.077,0-.31-.155-.232-.116.077.077.194.155.232m0,8.764c-.039-.116-.077-.235.116-.194-.077-.077,0-.155-.116-.2-.193-.077-.077.2-.116.312,0,.155.116.155.194.271,0,.116.157.116.235,0,.077-.387-.351-.039-.312-.194m.426-6.359c.08.039.157.077.234.039.039-.155-.155-.116-.234-.039m.08,6.63h-.08c.08.348.428.426.08,0m.62-9.19c-.155.039-.194-.31-.387-.116-.426.271-.271.232.116.116,0-.194.271.194.271,0m.194,2.831c0,.077.078.077.078.039.039-.116-.116-.194,0-.271-.116,0-.078-.116-.194-.194-.116.155.155.232.116.426m.116,6.359c-.039-.387-.31.232.077.116.039-.077-.155,0-.077-.116m1.2-9.422c-.039-.155-.194,0-.271,0,.039.077.349.194.271,0" transform="translate(-385.827 32.212)" fill="%23313131"/><path id="Path_155" data-name="Path 155" d="M610.286,49.717c0,.97.349,2.289-.852,2.676.039-.348-.155-.271-.273-.465.041.155-.155.155-.232.271-.039.077-.077.077-.155.077-.31.31-.968.116-1.4.155-1.628.039-3.3,0-4.924,0-.929-.155-3.528.426-3.876-.271-.193.7-1.4-.31-1.667-.622-1.241-1.706-2.482-3.451-3.605-5.234a24.981,24.981,0,0,1-1.474-2.093c-.116-.155,0-.155.116-.194-.467.116-.544-.506-.97-1.009-.968-1.319-1.861-2.637-2.79-3.956-.041-.077-.157-.114-.08-.232a.14.14,0,0,1-.039-.116c.039-.077-.077-.039-.116-.039-.116-.077-.078-.271,0-.387-.078,0-.078.077-.116.155-.232,0-.5-.5-.658-.7-.776.348-.5,1.435-.542,2.171,0,2.637-.041,5.311,0,7.949a23.741,23.741,0,0,1-.155,4.072c-.351.774-1.512.426-2.211.5q-1.8.058-3.606,0c-.7.039-1.357,0-2.054,0-.235.077-.2-.194-.273-.348-.155.232-.232,0,.039.348-2.17-.155-3.722.813-3.412-2.25.116-1.239-.193-2.6.116-3.838.039-.039.119-.116.2-.077.078.077.036,0,.078-.039.078-.077.116-.039.155-.116-.116-.155-.274-.116-.274-.348-.036.232-.116.039-.232.077.155.077.155.116.116.271.08.077-.116.194-.116.31-.116-2.831,0-5.776-.039-8.568.155.077.235,0,.235-.116-.157.232-.351-.155-.119-.155a.335.335,0,0,0-.116-.232c.039,0,.077-.041.116-.077h-.116c.039-.08.155-.041.155-.118.08-.077.08.118.193.039,0-.077-.114-.039-.036-.155-.041-.116-.2.116-.157-.194-.116.116-.039.232-.116.31-.116-.194-.039-.465-.039-.7l.077.077a.242.242,0,0,0-.116-.194c.116-2.676-.039-6.4.077-8.568.077-.777-.426-2.328.777-2.366.387,0,.774-.194.813.271.155-.542.077-.271.583-.31.542-.077,1.084.039,1.667,0,.116-.039.155,0,.155.116.039,0,.078-.039.116-.039l-.078-.077c.271.039,1.2-.194.7.232.039.039.155.116.155.039-.039-.039.077-.232.155-.155s0,.194-.078.232c-.077.116,0,.271,0,.348-.155.08.039.08.078,0,.234-.036.077-.232.155-.387.08-.116.235.039.119-.194.155.077.193.271.348.348a.075.075,0,0,1,0,.118c-.116.077-.038.271.039.114a.179.179,0,0,1,0,.2c-.039.155.349.155.232.348.078.039.155-.116.194,0,.155-.116.078-.232-.116-.194,0-.232-.155-.387-.232-.583-.038-.232-.232-.348-.426-.465.348.077.774-.077,1.123.039a1.36,1.36,0,0,1-.194.31c.116,0,.232-.077.232.077.039-.039.039-.077.08-.077.036.039,0,.077-.041.116.041.041.155.2.2.041,0-.08.039-.08.116-.08-.116-.116.116-.116.116-.232-.232-.348-.155.348-.387.155-.118-.658.891-.232,1.239-.348.116,0,.5-.077.31.077-.155,0-.155,0-.194.155a1.287,1.287,0,0,1,.387-.232,2.615,2.615,0,0,0,.776-.039c.078,0,.581.194.387.039.116,0,.271-.116.348,0,0,.116.2.039.077-.039.273-.039-.036.194.155.232.08,0-.036-.155.157-.232.155,0,.232.232.465.077-.116-.039-.232,0-.271-.077.387.039,2.364-.077,2.248.465.039-.039.116.039.077-.077.661.312.97,1.048,1.357,1.551.5.777,1.048,1.512,1.512,2.289,1.745,2.558,3.489,5.156,5.2,7.716,3.605,5.466,2.676,3.139,2.831-1.551.039-2.173-.039-4.3.039-6.439,0-1.2-.271-2.558.194-3.722.854-.619,2.054-.232,3.063-.31a19.411,19.411,0,0,1,2.132.039c.116-.116.271,0,.428-.039.155.039.542-.116.465.116l.116-.077c0-.155.232,0,.349-.039a.49.49,0,0,1,.622.232c-.232-.5,1.046-.194,1.471-.271a15.3,15.3,0,0,1,2.328.194c.813.7.271,1.977.465,2.908a9.135,9.135,0,0,1-.077,1.474c-.116.194.155.232-.077.271.194.194.116.465.155.736-.038,1.357.078,2.792-.038,4.188.077,3.025-.039,5.972.077,9.035-.116,1.9,0,3.8-.077,5.7M575.311,35.76c.119-.157-.036-.157-.155-.235,0,.077.118.116.077.2a.145.145,0,0,0,.078.039m.235,9.926c.116-.273.31.077.271.271.232-.348-.233-.348-.271-.544.116-.077.619-.5.31-.348-.155.077-.232.348-.426.271l-.039.039c.116.194-.157,0-.194.08.114.077.077.155-.041.194.077.271.39-.544.39.039m-.235-17.952a.392.392,0,0,1,.235-.312c-.349-.039-.116.2-.312.235-.077.077.041.077.078.077m.428,15.276c-.039,0-.116.116-.155-.039-.038.194-.155.077-.193.116.039.116.271.039.348-.077m-.348.97a1.225,1.225,0,0,0,.232.194c0-.155-.078-.194-.232-.194m.271-6.011a.038.038,0,0,0-.039-.039c-.078.039-.078-.077-.194-.077.039.155.155.31.232.116m-.194-.387c.116.039.116.116.155.232.077,0,.116-.077.116-.155-.116-.116.039-.2,0-.31-.077.036-.077.114-.116.194-.078-.157-.271-.157-.155.039m.581,8.607c-.116-.039-.194.039-.232-.077-.039.194-.155-.039-.233.116,0,.155.387.194.465-.039m-.271-8.88c-.039-.116.077-.194.039-.271-.155.039-.155.155-.039.271M575.7,44.1c.039.116.271.077.155-.077a.2.2,0,0,0-.155.077m.426-6.049c.155.155-.116-.583-.349-.387.193.077.349.155.349.387m-.271-10.625c.077.116-.116.351.077.351-.077-.312.116-.273.039-.467.271,0,.232-.348.078-.077l-.116-.116c-.039.077-.039.155-.077.194-.077.039-.039.077,0,.116m.271,9.928h-.039c-.039-.077-.039-.273-.155-.2-.155.118.155.389.194.2m.271,14.034a.483.483,0,0,1-.5.155c.077.155.348-.039.465.116.155,0,.077-.155.039-.271m-.271-14.153a.537.537,0,0,1,.232.506c-.039.155.155.271-.039.348.194.077.116,0,.194.194.039-.039.039-.039.039-.077.039.039,0,.155.077.194.116,0,.157.116.271.116.041-.039.157-.155.041-.155-.232.039-.312-.155-.351-.31l-.077.077c0-.039-.078-.077,0-.155-.039-.077-.039-.387.077-.194.039-.155.119-.116.119-.271-.119.077-.08-.077-.119-.118.039,0,.077.041.155.077-.078-.155.351-.31.078-.348-.036,0-.114.116-.194-.039v.077c-.039-.039-.039-.039-.077-.039.077.157-.232.194-.194.077.077,0,.155.039.116-.077-.078-.465-.116.116-.348.116m.271-11.087-.155-.235c-.116.118,0,.235.155.235m-.039,25.63c-.039-.118-.194.077-.116.114.039.077,0,.157.039.235h-.039c.039.039.039.077.078.077-.039-.155.116-.271.039-.426m.194-1.125c-.348,0-.31.232-.039.271.155-.077.2-.232.039-.271m-.116-10.935c-.116.155.116.155.078,0,0-.077-.194-.077-.078,0m.273-8.181c.077-.039.114-.194.114-.271-.036.039-.232.232-.114.271M577.136,51c-.039-.039-.077,0-.116,0-.118.116-.232-.155-.2.194.2.271.235-.039.312-.194m-.193-13.454c.232-.116-.2-.116-.077.116.036-.039.077-.039.077.039.036.155.387.116.426,0-.155.077-.232.039-.232-.155-.077.077-.116.077-.193,0m.077-.194c.31,0,.62.31.891.232.077.039.155.387.155.194-.039-.194.116-.116.193-.232a.143.143,0,0,1-.116-.039c.078-.155-.038-.351.116-.077,0,.036.077,0,.077.036,0,.08.078.08.155.08l-.077-.08c.157-.114.118.041.2-.036.039-.235-.119-.041-.155-.077-.157-.2-.041-.077,0-.2.155.039.116-.116.077-.194-.2.116-.157,0-.312,0,0,.232-.039.039-.193.116.077,0,.077.039.116.039-.155.116-.116-.116-.31.039v-.077c-.077-.077-.077-.232-.155-.116-.116.039-.233.039-.31.116-.116.2-.544-.077-.31.155.038-.116.077,0,.116,0s.077.041.039.077c-.039.077-.155-.036-.234-.036-.078.036-.036.077.041.077m-.077-8.8c.116.077.077.155.077.232.155.116.155-.31-.077-.232M577.1,38.9c-.077.077,0,.155-.118.235.2,0,.2-.116.118-.235m-.077-2.442c.039.116.077.116.194,0-.078-.116-.271-.232-.194,0m.271,1.977c-.116.077-.116-.077-.232-.116-.116.232.155.426.232.116m-.116-12.757c.077-.039,0-.155-.039-.232-.077.116-.157.232.039.232m0,.661-.078-.077c0,.116-.038.387.078.194,0,.039,0,.077.039.077.077-.077-.155-.116-.039-.155.155-.116-.078-.312,0-.039m0-.465c.039.114-.039.191-.039.271.078.039.078-.194.193-.116a.294.294,0,0,0-.155-.155m.116,2.6c.465,0-.039-.232-.155,0,.078.116.078.039.155,0m.232,23.108c.039-.194-.271-.077-.348-.039.077.077.232,0,.31.077-.077.116.078.116.039-.039m.116-3.412q-.116-.058,0-.116c-.039-.116-.078-.426-.271-.387-.039.039-.078.077-.039.155,0,.039-.039.155.039.155.193.077-.039.348.193.426.116.116.155-.155.078-.232m-.31-22.644c.232.077.194.155.194-.039s-.155-.077-.194.039m.968,13.649c.077.077-.078,0-.078.155.116,0,.155-.116.271-.116-.036.077-.232.31-.036.271-.08-.232.31-.039.155.077,0,.077.232.039.116-.077h.078c-.078-.31.077-.077.116-.194,0-.116.194,0,.155-.194-.193-.077,0-.155-.155-.2-.078-.036-.039-.114-.039-.194.078.08.116.08.155,0h-.077c.194-.31-.116-.155-.155.08-.116-.157-.232-.235-.155,0-.194-.041-.194.191,0,.191.039.118-.077.312-.157.118.041-.041-.036-.077-.077-.155-.116.077-.155.194-.31.036.078.157,0,.235-.116.077.078-.077.078-.077,0-.114.155-.041-.077-.467-.077-.506,0-.116-.078-.077-.116,0,0-.077-.039-.116-.039-.155h.116c-.078-.077.039-.271-.039-.271l.116-.077a.729.729,0,0,1-.31-.077c0,.116.039.194.039.271.039-.194.077-.039.116.077-.116-.116-.116,0-.116.077s-.116,0-.194.039c-.077,0-.155.194,0,.116.194-.194.078-.039-.039.077.116-.039.116.039.155.077.039-.155-.039-.232.194-.155.039.155.078.116.039.351.039.114-.193,0-.155.155,0,.114.309.271.039.232l.116.116c-.039-.155.116-.039.116-.155.116.077.038.194.038.31.155-.155,0-.271.31-.271m-.7-12.679c-.194-.116-.31.155-.039.155.31-.194,0-.465.039-.155M577.407,37.7c.194,0,.116.348.194-.116-.077,0-.116.077-.194.116m.194-9.538c.039-.116-.039-.387-.155-.31-.077.155.116.194.155.31m.116,11.167c-.116-.194-.078-.077-.233-.077.078.155.233.387.387.194-.039,0-.078-.039-.116,0-.116.077-.232-.155-.039-.116m-.155-13.611c.039.235.232.194.232.389,0,.039,0,.039.039.077.078-.118-.155-.273-.039-.351.039,0,.039-.039.078-.077-.116-.039-.155,0-.193.118-.039-.08,0-.157-.039-.235-.039.039-.039.077-.078.077m.349,15.007c.039.039.077.039.077.116-.116-.077-.155,0-.077.077-.116.039-.31.271-.194.348.116-.077,0-.194.155-.194s.31-.31.039-.348m0-15.046c.116,0,.193.077.193-.116-.155.116-.116-.116-.232,0-.155,0-.078.194.039.116m.271.273c-.039.194-.387-.351-.155.077a.148.148,0,0,0-.116.036c.116.041.232,0,.116.157.193-.116.155-.116.116.077-.077.116-.232.039-.31.077.426.155.116,0,.426.426.039-.077.116-.194-.039-.232.039,0,.039-.039.078-.039-.116-.077-.155-.155-.078-.194.078.039,0,.155.116.116a.1.1,0,0,0,.155-.077c-.036-.077-.31-.155-.116-.194.039,0,.039-.039,0-.077-.155,0-.193-.232-.116-.312.077-.155.039-.232.232-.194.041.116.119.039.2.039.194.077.039-.271.232-.194-.155-.116-.194.039-.194.155-.078-.039-.155-.194-.235-.116a.3.3,0,0,1-.31,0c-.116.155.039.31,0,.467m-.31,9.072c-.039.077.078.116.078.155.155,0-.039-.348-.116-.194Zm.039,2.56c-.155-.077-.039-.155.077-.2.116.041.078.273-.077.2m.193-3.1c.038-.155-.039-.271.155-.348-.116-.118-.271.114-.387-.077,0,.036-.078.114.039.155a.319.319,0,0,1,.039.271c.077-.116.077-.116.155,0M578.3,28.2c-.039.116-.078.077-.116-.039,0-.039-.116-.039-.116-.116.039-.155-.233-.31-.194-.077.155-.155.155.155.116.232.078,0,.194.039.194.155s.155.194,0,.232c.193.116.273-.232.116-.387m-.426,1.357c0,.194.116.271.078.039l.116.077v-.077c.232-.077-.233-.312-.194-.039m.194,6.282c-.233.039-.155.194,0,.348a.536.536,0,0,1,0-.348m.116-6.826c0-.077-.116-.155-.155-.077-.194.235.039.077.039.235.077-.041-.078-.157.116-.157m-.155,9.19c-.155,0-.039.426.077.232-.077-.039-.039-.155-.077-.232m.155-11.09v-.039c-.116,0-.039-.116-.116-.155-.116.116-.039.31.116.194M578.3,38.94c-.039-.077-.155-.077-.155-.2-.116.118.194.351.155.2m.193,1.045c.041-.039,0-.116,0-.155l-.271.116c.155.039.078.077,0,.194.155-.039.155-.116.271-.155m-.232-12.679v.428c-.077.077.039.077.077.039,0-.116-.077-.235.078-.273,0-.039-.116.039-.039-.077V27.19c-.039-.039-.193.039-.116.116m.2,11.012c-.041-.077-.119-.039-.041.039-.116.039-.155.155-.078.232-.077-.232.119-.077.119-.271m.036-.7v.155c-.116,0-.036-.232-.155-.155.078.232.351.232.155,0m-.036,13.647c-.119-.039,0-.116,0-.194-.041-.155.116-.155.194-.077-.157-.465-.467.5-.194.271m.271-10.545c-.078.039-.155.077-.235-.039-.036.039.041.116.041.155-.077,0-.118-.039-.157-.116-.039.116.039.31.116.194s.235-.039.235-.194m-.194-4.034c.039-.116.039-.155-.118-.31,0,.194-.155,0,.118.31m.078,13.649c0-.118-.155,0-.235,0,.039.077.2.036.235.194h.039c0-.08-.116-.116-.039-.194m.5,1.084c-.232-.232-.078-.155-.349.077.077-.232-.155-.348-.077-.077-.039.155-.2.039-.273.116.273.116.467-.039.7-.116m-.658-25.395c0,.116-.041.348.155.271.039-.039-.039-.235.078-.194.077-.041.039-.155.116-.118.077,0,.039-.036,0-.077-.078.041-.232.118-.194-.036-.039,0-.2,0-.119.036.157.041.08.2-.036.118m.155,7.211c.194.039.078.271.194.348-.116,0-.078.039-.116.116.039,0,.077,0,.077.039,0,.155.116,0,.232.039-.155-.155-.193-.426-.31-.581-.116.039-.116-.039-.155-.077-.041.077.039.116.078.116m.116,5c-.078.039,0,.155-.078.194s-.077.077-.039.155c.116-.116.155-.31.232-.077a.578.578,0,0,0-.116-.271m2.132.232c-.155-.077-.31-.077-.194-.31-.271.194-.116.116,0,.31-.077-.077-.232-.039-.271-.194a.293.293,0,0,1-.155.077c-.119,0-.661.077-.544.232-.039,0-.039-.039-.078-.039.039.116.039.194-.039.235-.039-.118,0-.235-.077-.312-.039.077.039.155,0,.232-.077-.077-.077-.077-.077-.155.039-.232-.232-.348-.155-.619-.077-.039-.232,0-.309-.116-.116.465-.078.039-.349.271.116.039.387.077.31.271-.039,0,0,.194.039.077,0-.039,0-.116.077-.039.387-.232.078.271.31.116.039.116-.155.232,0,.351.116.114.116-.118.232-.077-.039.036-.116.077-.116.155.077-.077.155-.077.193.077.155.155-.193.155-.155.271.271.387-.232.194.077.465a.072.072,0,0,1,0,.116c-.039-.116-.155-.039-.232,0-.116-.039-.078.039-.078.077.116,0,.078.077.078.155-.271.348.039-.039.077.348.039-.039.155-.116.077-.155-.116-.116.077-.194.116-.077.039-.077.116-.194.194-.077.077-.077.077-.194.233-.155-.039-.077-.078-.116-.116-.077-.155.155-.31-.039-.194-.155-.116-.155,0-.31.078-.116,0,.039.039.116.077.116.077-.039.077.077.155.077-.194-.426-.155-.581.35-.465-.077-.077-.077-.271.078-.116.039-.155-.078-.273-.039-.428.155.2.232,0,.155,0-.116.041-.116-.116-.155-.194-.116.077-.077.157-.116.271-.119-.114-.155-.348.077-.31l-.116-.116c.271-.155.658.348.465.581.038.157-.078.235-.233.2l-.039.077c.968-.077.077-.7.387-.854m-2.209-10.7c0,.077,0,.155.078.116.078.155.116.116.116-.039.078,0,.078,0,.039-.116-.077,0-.116.155-.232.039m.039,9.577c.155-.157.232-.118.116-.273-.039.077-.155.155-.116.273m.271,3.915c.116-.039.232-.039.232-.194-.116-.039-.31.155-.31,0-.039-.232-.155-.039-.194.077.077.116.077.039.194.039.039,0,0,.116.078.077m-.232,1.125c-.039.039.039.077.039.077,0,.077,0,.077.039.077.039.077,0,.155.077.194.078-.155,0-.271-.155-.348m0-1.551c.078.039.31,0,.232.155.116,0,.155,0,.116-.116s.078-.155-.039-.232c-.039.31-.155.039-.31.194m.078-.738c.116.039.077.116.116.194.194-.155-.271-.426-.116-.194m.116-7.095-.116.194c.155-.077.039.31.232-.116-.077.039-.116,0-.116-.077m.464-4.034c-.116.039-.193-.155-.271,0,0-.077-.078-.039-.155-.039.116-.232-.194-.232-.116,0,.155-.155-.039.155.232.039v.077c.271-.116.271.077.193.273.155-.077.155.077.31.116-.155-.116.194-.157-.039-.351,0,.039-.039.08-.039.116-.077-.232-.193-.036-.116-.232m-.5-2.442c.155.116.116-.116.232-.116-.039-.039-.155-.194-.194-.116.077.116-.116.155-.039.232m0-.7c.155.077.078.2.116.312.194-.428.155,0,.271-.194,0-.235.194-.157.116.036,0,.077-.077.118.039.157.039,0,.039.039.116.077-.039-.077-.039-.077,0-.116.039.039.078.271.116.039-.116-.194.271-.271.116-.428-.039.157-.077.039-.155.235-.039-.2-.232-.351-.155-.544-.194-.039-.116.116-.194.194-.193.039-.232.155-.387.232m.271,5.778c-.039.116.039.194.039.31.077-.116.232-.348-.039-.271a.294.294,0,0,0,.039-.155c-.232.194-.039-.194,0-.271-.039-.077-.077.116-.155.116-.116,0,.039.31.116.271M579,39.637c.155-.116.116-.116.31-.039-.039-.116-.155-.232-.271-.155.039.077-.039.116-.039.194m.271,11.206c-.077-.31-.387-.077-.193.077.116.077.349-.194.193-.077m0-22.721c-.387.232-.193.116-.193.348-.039.077.078.077.116.077,0-.155-.039-.31.077-.426m-.155,9.848c.039.039.155.155.077.155-.155,0-.232-.039-.077-.155m.232,4.769c.232-.116-.232-.581.116-.581.116,0,.077-.08.039-.2-.232.273-.193-.116-.387.077.116.039.155.118.116.2-.039-.041-.039-.077-.077-.077-.039.036-.155.232,0,.232.155-.041.155.116.039.194.116.077.155,0,.155.155m-.232-13.766h0Zm0,4.343a.083.083,0,0,0,.077-.077c-.077-.116.039-.155-.039-.271-.116.077-.039.232-.039.348m.116.387c-.155.116.155.232,0,.428,0,.036-.077.114.039.077a.309.309,0,0,0,.194.077.42.42,0,0,0-.155.348c-.078.194.116.31.232.387.039-.116-.077-.31-.039-.426.155,0,.077-.077.077-.194.078,0,.116.039.155.039-.038-.116-.116-.2-.077-.31.077.036.077.155.116.232.039-.077.078,0,.078.039.155-.077-.039-.157.077-.271-.077-.041-.232.077-.232-.041.038-.077-.078-.114-.039-.194,0-.039-.078.039-.116.08,0,.077.078.191.039.31-.116-.077-.271-.232-.194-.389.039-.039.078-.077.039-.155-.077-.077.155-.116.039-.232-.116-.271-.116.155-.271,0,.077.194-.232.077.039.194m.5,8.142c.039-.426.232.155.232-.232a.68.68,0,0,1,.2.155c0-.271.348-.31.155-.581a.038.038,0,0,1,.039-.039c.039,0,.194-.155.155-.194-.116-.077.233-.194-.116-.31-.039.116.116.194.039.31-.077,0-.039-.194-.077-.194-.157-.039,0-.116-.039-.2-.119.039-.077-.194-.155-.077,0,.039,0,.116-.077.116-.041-.077,0-.116.036-.194-.077-.232-.387.077,0,.312a.144.144,0,0,1,.077-.039c0,.232-.271.116-.232-.039-.116.155-.31.039-.232.155.039.039.078.077,0,.116-.116.077-.232.116-.116-.039.116.116.039-.155-.039-.232-.077.155-.077.077-.194,0,.039.194-.116.116-.193.348.193,0-.039.232-.039.31.155,0,.077.232.232.194-.039-.039,0-.194-.077-.155,0-.155,0-.155.116-.116-.039-.077-.077-.077-.116-.155a1.666,1.666,0,0,1,.193-.039c-.039.077-.077.31.039.31-.077-.194.193-.039.193.039-.038.039,0,.116-.077.116.155.116-.116.116.077.348m-.5.039c.271-.077.116-.426-.077-.387.039.116.193.232.077.387m0-2.713c0,.039.039.039.078.039.271-.116-.039-.467-.116-.235-.039.077,0,.118.039.2m0-1.822c.194.155.039-.273.31-.2-.039-.271-.387-.116-.348.077h.077c-.039.041.155.077-.039.118m.232-6.514c-.039.114-.232.036-.232.155.271-.041.232-.118.271.194.155-.116.039.155.116.232a.31.31,0,0,0,.039-.31c.155.039,0-.077-.039-.157.039,0,.078,0,.039-.036-.039,0-.116.036-.155-.077.077-.118-.116-.2-.193-.077.077.036.193-.041.155.077m-.078-.544c.194.039.155-.426.039-.194-.039-.077-.077-.194-.155-.116,0,.116.155.155.116.31m.116.932c-.193-.077,0,.194-.193.194.155.426.077,0,.193-.194m.194-4.885c.077.116-.116.039-.116.116,0,.194-.116.232-.232.348.155-.039.155-.039.193,0,.039-.039.155.039.078.077.078.116-.078.116-.078.194.155.387.31-.116.116-.194.077-.232-.039-.155-.039-.387,0-.039.039,0,.078.039.077.116.349-.116.31-.271-.039.077-.039.116-.155.155,0-.077.077-.116.039-.194-.116-.194-.232-.039-.193.116m-.116,24.582c-.116-.039,0-.116,0-.194-.116,0-.232.116-.194.194.155.155.348-.077.465.155h.039c-.077-.116,0-.155.039-.194.039-.232-.271,0-.349.039m.893-8.53h-.039c-.039-.041.039-.041.077-.077-.077-.041,0-.077,0-.118-.271.118-.077-.116-.426.118.114-.155-.041-.118-.08,0,0-.2,0-.2-.077-.2,0-.155.271,0,.39.041.155-.157-.119-.273-.232-.273.193.116-.119.077-.2.077,0,.077-.039.351-.155.232.155-.036.039-.194-.077-.036-.039.114-.116.114-.271.114-.039.118.271,0,.271.2,0-.155.116-.232.271-.155a.1.1,0,0,0-.039.155c.077.039.2-.2.273-.077.036,0,.232.077.232.116-.077.194.193.077.078-.116m-1.009-2.444c.039,0,.077-.039.116-.077.039.348.039.194-.155.232-.116-.155.077-.348.039-.155m.077-6.9c-.271.039-.116.5-.039.194-.116-.077.116-.077.039-.194M579.5,28.16c.077-.039.077-.155,0-.232-.039.077-.116.194,0,.232m0-.271c.039-.116.116-.155.194-.116.077-.351-.271-.039-.194.116m.039,10.352a4.471,4.471,0,0,0,.193-.777c-.077.08-.193.041-.193.157.232-.077-.077.465,0,.62m.116-6.553c-.193,0,.116.542.039.077.038,0,0-.155.116-.077.387.232,0-.271-.155,0m.194-4.188c-.039-.077-.116-.077-.116-.194-.116-.039-.038.271.116.194m.116,8.181a.187.187,0,0,0-.271,0c.116.157.116.2.271,0m.2,2.792c0,.039-.041.039-.041.077.041.039.041.194-.036.155-.041-.039-.041-.155-.119-.155.039.077-.077.194.039.194.08.118-.116.155-.116,0-.077.31-.271.155-.077-.039.116-.116.039-.348.351-.232m-.312-2.48c-.039.039-.039.077-.078.039-.155.077.194.232.078-.039m-.116,5.273c.116-.116.232-.232.194,0-.039.039-.155.077-.194,0m.232-13.415c-.465.232-.039.62-.155.348.155-.039.193-.194.155-.348m0,.658c-.077-.077-.116-.194-.194-.039,0,.077.116.116.194.039m-.116,12.408c.116-.155.235.039.348.077.08.039.08.194-.036.194.116.271-.235,0-.2-.155,0-.077-.116-.039-.116-.116m.039-3.489c0,.077,0,.387.116.31-.155-.039.116-.155-.116-.31m.077-7.058c-.039.039-.077.077-.039.116.077.039,0,.155.157.155-.041-.077-.041-.194-.119-.271m.078.581c0,.157.041.351.234.389-.116-.077-.116-.155-.08-.232-.114.039-.114-.194-.155-.157m.7,4.926c0,.116.038.155.193.194,0-.194-.039-.348-.039-.506a2.385,2.385,0,0,0-.116-.426c.078-.116,0-.232-.077-.348-.039.116-.039.116-.116.116.039-.077-.116-.116-.155-.194,0,.077-.039.155.039.194-.039.116.039.271,0,.348.077-.039.116-.039.193.077-.077,0-.232,0-.155.039.077,0,0,.077.039.116.078.155-.077.155-.155.116,0-.039.039-.039.039-.077-.077-.039-.116.039-.155.116-.039-.077-.039-.155-.116-.116-.077.155-.2.235.078.273-.155.194.116.194.039,0,.194.116.194-.077.194.194.077-.077.116-.039.155.039.038-.039.038-.116.116-.155m-.581,1.084c.116.232.155-.271.31-.077v-.077c.077.039.116.077.155.077a1.291,1.291,0,0,1,0-.387c.116-.155-.155-.116-.078-.31-.351.116.542.5-.464.581.114.039.077.116.077.194m-.041-10.468c.077.039,0-.116.119-.116.077-.232-.155-.077-.119.116m.2,1.512c-.077-.116-.119,0-.2.039.077.077.2.077.2-.039m.116,1.938c.039.31-.077.194-.077-.039h-.039c.039.116-.077.116-.077.194.077,0,.116-.039.077.039,0,.155-.039.194-.155.194,0,.194.232-.039.348-.039.077-.039,0-.077,0-.116.039-.077.077-.116.155,0,.155-.465-.116-.194-.232-.232M580.2,26.8c.08.077.119.232.235.194a.142.142,0,0,1-.155.155c.077.31.232.271.194.387.077.039.116-.077.193.039-.038.118.155.118.116.235-.038.039-.077.116-.155.116a.371.371,0,0,1-.078.271c.116-.077.155-.194.232-.271.078.116.116.039.116-.077.078-.116,0-.116-.078-.155,0,0-.039-.039,0-.039,0-.118-.039-.273-.155-.2.039-.077.078-.426-.077-.194a.329.329,0,0,1,0-.271c.155.116.155-.116,0-.116a.124.124,0,0,1-.116-.116c.039,0,.077.039.116.077,0-.077.039-.116.039-.194-.039,0-.078.039-.116.039,0-.077.039-.194-.077-.232-.039.155.039.465-.235.348m.157,2.444s-.039,0-.039.036c.039.041,0,.041-.039.077-.039,0-.039,0,0,.041,0,.077-.039.116-.039.194-.078.077,0,.194.077.232.116-.039-.077-.232.077-.271.039.077,0,.194.116.116,0-.039-.039-.194.039-.155s.039-.077,0-.116a.083.083,0,0,0-.077.077c-.116.194-.078-.077.116-.155-.077-.077-.155,0-.232-.077m-.116,5.466a.142.142,0,0,1,.116-.039v.077c.155-.155-.039-.387-.116-.039m.271-6.475c-.039,0-.116-.116-.155.116.039-.039.039.077.077.077.039-.039.116-.116.077-.194m-.039,13.725c-.078.116,0,.155.077.039.194-.155-.116-.31-.194-.039.077-.039.155-.039.194-.077.039.039,0,.077-.077.077M580.393,31.3c.078.039.31-.077.193-.194-.039.039,0,.155-.077.077-.077-.116-.155.077-.116.116m.155,6.4v.194c.078-.039,0-.155.155-.116l.039-.039c-.039-.039-.116,0-.116-.077-.078-.273-.349.155-.078.039m.232,5.04c-.116.039-.232-.116-.348-.039a1.714,1.714,0,0,0,.581.194c.039-.116-.155-.155-.232-.155m.078,8.065c-.039-.116-.349-.116-.232.039,0,.039.038.077.077.039.077.039.116,0,.155-.077m-.039-20.125c-.155,0-.193.08-.155.194,0-.114.078-.077.078-.077a.59.59,0,0,1,.077.155c-.039.08.078.351.116.2.039-.116.155,0,.155-.155.078-.118-.193-.2-.116.039-.155-.08,0-.235.039-.351a.577.577,0,0,1-.271-.116c-.078.039.038.077.077.116m.31,11.556c-.194-.118-.155-.273-.155-.467-.116.116-.078.194-.232.155-.116,0,.077.116.116.077.155,0-.039.235.116.271.039-.077.077-.036.155-.036m-.349.426c.271-.194-.038-.467-.038-.039a.038.038,0,0,0,.038.039m.271-15.781-.077-.194c-.039.039-.039.077-.078.116,0-.116.039-.194-.039-.271-.078.155,0,.7.194.348M580.9,30.1c0,.077.116.077.078.194.039-.116.155-.194.077,0-.077,0,0,.077,0,.116-.039.039-.039.039.038.077V30.33a.656.656,0,0,0,.194.077c0-.039-.039-.077-.039-.116-.155.077-.116-.194-.155-.31,0,.155-.038.155-.193.116m0,7.211c.193,0,.116-.155.078-.271-.078-.039-.039.235-.078.271m.271,1.28c0-.039.039-.039.078-.039-.078-.077,0-.155-.039-.232-.116.116-.194.155-.31,0,0,.194.116.232.271.271m-.232,2.87c-.077.039,0,.077.039.116.077-.232-.155-.7-.039-.116m.078-2.792c0,.118.116,0,.194.039s.155,0,.155-.077a.547.547,0,0,1-.349.039m.077.387a.149.149,0,0,1,.039.118c-.039,0-.039-.039-.077-.077a.45.45,0,0,0,.077.387c.039-.039-.116-.155.039-.194.116-.077.078-.348-.078-.235m.078,3.453-.039.039a.142.142,0,0,1-.039-.116c-.077.077-.038.155,0,.232.039-.039.116-.077.078-.155m-.116-4.924c.038.116.193.077.116.271,0,.116.155,0,.232.039.078,0,.078-.039.116-.116-.116.039-.426-.348-.465-.194m.077-4.924c.039.116.155.077.194,0a.11.11,0,0,0-.194,0m.349,11.361c-.039-.116-.078-.312-.116-.389a.32.32,0,0,1-.155.312c.077.077.116-.039.193-.039-.078.077,0,.155.078.116m.077-1.357c-.077-.077-.232-.155-.155.039-.078-.039-.078-.039-.155,0,.077.077.351.116.31-.039m-.116-1.125c.039-.077.157-.077.116-.194-.116.077-.077-.039-.155-.116.116.077.273-.077.078-.077-.116,0-.232.116-.155.232-.077.077-.077.077,0,.155.078.116,0,.426.194.387.039-.116-.078-.194-.039-.31.039.039.039.077.077.077.041-.155,0-.116-.116-.155m.078,1.435c-.078,0-.116-.116-.155-.116-.039.116-.116.194,0,.271,0-.155.116-.116.155-.155m-.194-12.331c.039.077,0,.155,0,.232.194-.155.116-.271.078-.5,0,.116-.116.194-.078.271m.039-3.722c.116-.077.271-.194.077-.31,0,.116-.077.194-.077.31m0,13.531c.348-.194.505.116.428-.31-.08.271-.312.077-.428.31m.312-14.189c-.119.039,0-.155-.235-.116-.116.077.235.348.235.116m.193,11.748c-.078-.077-.234-.232-.271-.039a.039.039,0,0,0-.041.039c-.155,0-.039.232.041.271.078-.039,0-.077.036-.155.118.31.041.31.428.232-.039,0-.077-.039-.116-.077.078-.077-.193-.194-.038-.232.116,0,0-.077,0-.155-.039-.116-.039.039-.039.116m-.193-10.78c-.078.039-.312.155-.078.155.078,0,.31-.155.078-.155m-.041,1.861c-.036,0-.155.039-.116.08.08.077-.039.191.08.31.271-.077-.041-.232.036-.389m0,12.408c.077-.039.118-.116.157-.039.194.155.232,0,.155-.116-.077-.155.116-.116.116-.271.039-.116-.077-.194-.155-.271-.039-.077,0-.2-.116-.2-.039-.039-.039-.077-.039-.155a.924.924,0,0,0-.2.389c.041-.077.155-.116.155-.039.08.116-.077.271,0,.348.157-.039-.077.271-.077.348m1.048,9.81c.194-.426-.31-.426-.349-.039-.038-.116-.155-.077-.194-.155,0-.039,0-.039-.039,0-.193.039-.155-.077-.31.155v-.077c-.273.271-.116.116.078.194-.078.077-.039.155.116.155-.155-.155.31-.232.348-.194,0,.077-.077.116.039.155a.142.142,0,0,0,.116.039c.077.039.116,0,.116-.077.232.389.116,0,.077-.155m-1.006-11.361c.116.039-.078.077,0,.116.232-.077.31-.465,0-.116m.271-.97c0-.114-.116-.036-.116,0,0,.157-.155-.036-.078.235.078-.077.078-.116.193-.077-.038-.08-.077-.116,0-.157m-.077,2.792c.155-.194-.193-.155-.116.077.078-.039.039-.116.116-.077m-.039,1.241c.155.155.078-.194.193-.077a.659.659,0,0,0-.039-.271c-.039,0-.077,0-.077.077.077.116-.039.155-.078.271m.232-14.54h.194c-.078-.348-.116-.116-.155-.271l-.039-.039c-.116.116.271.155,0,.31m1.162,14.5c-.039-.077,0-.077.039-.077.078-.116-.232-.039-.194-.232-.077,0-.039.194-.077.232-.116,0-.155-.039-.155-.155-.038-.232-.31-.348-.271-.581-.193.155-.039-.273-.155-.235-.039.077.077.116-.039.194-.116.232.193.2.116.312a.179.179,0,0,1,.116.194c-.078-.039-.039.155-.039.194.078.116,0,.077-.039.077.078-.194-.232-.271-.194-.116-.038.039-.077.039-.155.039.194.116.194.116.349.077.039.077.078,0,.155.039-.039-.077.077-.155-.039-.155a.135.135,0,0,1,.077-.039c0,.116,0,.194.116.232-.077.039-.038.116.039.077.039-.155.271.039.349-.077m-.7.891c-.078-.036-.116-.114-.194-.036.078.077.078.155.194.036m0-15.314c.078,0,.078-.155.116-.194-.078,0-.271.116-.116.194m-.039,12.718c.039.116.116.116.193,0-.039-.116-.193-.116-.193,0m.077-14.114c.039.039.232-.116.193-.194-.077-.039-.077-.039,0-.116.077.232.194-.077.233-.155a.143.143,0,0,1,.039.116l.116-.194c-.078.077-.155-.039-.194.077a1.2,1.2,0,0,1-.078-.31.42.42,0,0,0,0,.426c-.232-.116-.155.232-.31.271,0-.039.039-.155-.039-.155-.039.039.039.155.039.232m.193,2.792c-.039-.039-.116.077-.155.077.039.194.155.077.155-.077m-.039,13.763v-.039c-.232.389,0,.506,0,.039m0-6.475a.3.3,0,0,0,0-.426c-.039.077-.155.116-.039.232a.293.293,0,0,0,.039-.155c.078.039,0,.232,0,.348m.232-8.336h-.116c-.232.116,0,.31.116,0m.039,14.617c-.116-.116-.194,0-.194.116.31,0,.31-.039.194-.116m0-16.478c-.31.194.039.116.077.271,0,.077.078.039.116.077.039-.039.039-.077,0-.155-.116.155-.155-.116-.193-.194m-.116-1.28c.078.039.116.155.194.077,0-.116-.155-.194-.194-.077m.078.389c-.116.271.039.232.116.039v-.077c-.077.194-.116.039-.116.039m.077,15c.039.077.155,0,.194.077.116-.039.039-.155.2-.077-.235-.271-.116-.039-.39,0m.544.774a.1.1,0,0,0-.116.116c0,.2-.235.155-.312.31.273-.114.077.157.273.235,0-.116-.157-.389.116-.389.077-.036-.155-.194.039-.271m-.039,2.676c0-.31-.273.387-.232.465,0,.232-.157.426-.119.622a.236.236,0,0,0,.039-.155c.039-.118.273-.118.2-.273a.676.676,0,0,1,.116-.658m-.039-16.943c-.193.116.039.116.039.31a.2.2,0,0,0-.039-.31m.31-1.628c.077.036.194-.118.077-.155a.287.287,0,0,0-.232-.235c-.155.116.232.235.155.389m0,16.943c.039-.077,0-.116-.039-.155.193-.077-.039-.116.039-.194-.194-.039-.039.271,0,.348m0-1.164a.239.239,0,0,0-.078.271c.194-.039.194-.348.078-.271m-.078.271c.039.039.078.08.155,0Zm.232,9.229c-.077-.077-.193,0-.232.116,0,.351.387,0,.232-.116m-.116-24.775a.175.175,0,0,1,.193,0c.039-.077.039-.348-.039-.194.039.116-.155.077-.155.194m.348,1.164c-.039.116-.116.077-.155.116.077.194-.078.077-.193.155.155.039.038.271.271.155h.039c-.116-.194.039-.232.039-.426m-.232-.118c.039-.077.039-.077,0-.116-.193.077-.038.2-.038.351.077-.039,0-.235.038-.235M584,49.562c-.039.116,0,.232-.039.31-.077.039-.038.077-.038.116l.038-.039c.039.271.039-.194.155-.232.078-.077-.038-.116-.116-.155m.736-19.116c0-.116.116-.155.079-.232-.119.039-.273.155-.079.232m0,.116c.038.31.234.428.234.039-.041,0-.041-.039-.041,0-.114.077-.036-.116-.193-.039m.038-2.248c.2.077.078.232.155.348l.041-.039c-.041-.155,0-.348-.2-.31m.118,14.54c-.077-.155-.2.194-.041.232.077-.077-.116-.232.041-.232m-.077-16.633c.036.232.114,0,.077.387a.289.289,0,0,1,.155-.039c-.155-.155.116-.583-.232-.348m.269,12.135c.08-.116-.036-.116-.077-.194-.155-.077-.191.348-.155.465.155-.116-.078-.116.232-.271m.08.66c.039-.2-.116-.077-.157,0-.036.155.235.116.157,0m0-11.827c.232.077.077-.116.193-.194,0,.039.039.039,0,.077.155.039.077.155.271.039-.116,0-.116-.077-.194-.155h.116c-.271,0-.271-.426-.387-.232.039.077.155.116.077.232.155.039-.039.155-.077.232m.5,2.792a.691.691,0,0,0-.465-.348Zm-.31,21.17c-.078,0-.116.116-.116.194.116.039.426-.155.116-.194m.039-25.4c0-.077,0-.155-.078-.155-.155.077,0,.351.078.155m.194,11.477c0,.077-.116.118-.194.041,0,.271.349.036.194-.041m.542-11.438c-.232-.077-.7.157-.116.039a.073.073,0,0,0,.116-.039m.116,2.289c.077-.077.039-.155-.039-.232,0,.155-.039.271.039.348.077-.039.155-.155,0-.116m.622-2.132h.039c.194-.389-.078-.544-.039,0m.116.813c.116.077.077.194.116.31.077,0,.039-.5-.116-.31m.658-.736c-.077-.077-.155.077-.193.155l-.077-.118c-.116.08.039.118.039.235.116.077.116-.235.232-.271m1.241,6.357c-.155,0-.271-.194-.426-.039-.194.155,0,.273.155.273.039-.118.116,0,.193,0,.116.039.232-.2.078-.235m2.364,1.164c-.077-.039-.116-.039-.194.039.078.077.116.077.194-.039m3.3,6.746a.142.142,0,0,1-.116.039c.039-.194-.155,0-.039.194a.813.813,0,0,1,.155-.232m.815-1.007h.039c0-.077.039-.077.078-.116.116-.2-.233-.039-.116.116m1.087,5.737c-.155-.232-.389.039-.119.077.041,0,.08-.039.119-.077m2.054-.194c.039-.194-.077-.348-.116-.5,0,.077-.039.116-.039.155.155.077.078.232.155.348m.232,6.746c-.077-.194-.271-.039-.232.077,0,.077.039.155-.039.232.077,0,.077,0,0,.118.077,0,.271-.118.116-.232.039-.041.155-.118.155-.2m.349-22.76c.116-.116.039-.426-.155-.039.039.116.077.039.155.039m.467.777c-.041-.116-.545-.777-.545-.426.194-.157.194.191.271.271.116-.039.194.077.273.155m1.084-.467c-.039.077-.155.041-.155.155.039.077.077,0,.116.041.116.077.155-.118.039-.2m-.039-3.218c-.271.155.116.467.155.155,0-.077,0-.077.039-.114.039-.2-.155.155-.194-.041m1.4.041c.077.077-.232.232-.116.348.077-.039.077-.116.116-.155.077,0,.077-.389,0-.194m.854,5.427c-.041,0-.273.194-.155.232s.349-.194.155-.232M604,46.925a.6.6,0,0,0-.193.506c.193-.232,0-.232.193-.506m.078-18.378c-.039-.387-.31-.348-.078-.039.039.077.039.039.078.039m.232-1.164c-.039-.116-.194-.194-.271-.271-.039,0,.039.155.116.155.077-.039.077.039.077.077,0,.077.078.116.078.039m.157,2.405c0,.116,0,.116-.119.077,0,.077,0,.116-.039.155.116.039.116-.077.234-.039.039-.039-.039-.194-.077-.194m.155-2.637q-.174,0-.116-.116c-.08-.271-.157.31.116.116m.039,1.2c.039.077.116.116.155.155.155-.077,0-.194-.155-.155m.349-1.048c-.039-.31-.232.039-.194.155.116,0-.039-.232.194-.155m.271.116c-.077.039.078.155.078.235-.232-.039.271.271-.078-.235m.426,21.327c-.039-.039-.116-.08-.039-.118-.116-.387-.155.273.039.118m.273.542a2.255,2.255,0,0,1-.2-.465c-.232-.077.078.581.2.465M605.829,27c.078-.116.114-.155,0-.232-.118,0-.08.155,0,.232m.62,22.915c-.116-.077-.077-.232-.232-.232l-.039-.039c.039-.077-.116-.155-.116-.077.078.194.232.116.232.271,0,.039.039.077.116.116,0-.039,0-.039.039-.039M606.1,31.223c.041.116-.036.232.157.232-.038-.077.039-.194-.157-.232m.777-4.111c-.077.077-.039.194-.077.271.155-.039.193-.194.077-.271m.465,1.357a.622.622,0,0,1-.155-.271.135.135,0,0,0-.077.039c.039.116-.116.077.039.232.039.077.116,0,.194,0m0-.116c.077.155.232.271.116.426a.073.073,0,0,1,.116,0c.08-.155-.116-.348-.232-.426m.155,21.908c-.155.077-.155.191-.155.348.116-.077.312-.194.155-.348m0-11.09c.157-.039.077-.232,0-.273-.116.041-.039.235,0,.273m.235,12.716c-.039-.155-.312-.036-.2.077.039.157.157.041.2-.077m.194-21.635a.176.176,0,0,1,0,.194c.193-.077.116-.426,0-.194m.077-.581c.155.232-.193.155,0,.465,0-.155.232-.387,0-.465m.929,21.751c0,.194-.194.232,0,.31.116-.077.116-.271,0-.31m1.241-21.364c.039-.077-.232-.194-.039-.039Z" transform="translate(-345.302 32.18)" fill="%23313131"/><path id="Path_156" data-name="Path 156" d="M629.9,26.353c-.271.622-.775,1.048-1.087,1.628a.648.648,0,0,1-.426.348c.039.506-1.009,1.435-1.28,1.94-.929,1.278-1.9,2.674-2.906,3.8a6.527,6.527,0,0,1-1.125,1.628c-.194.194-.31.7-.62.736-.08-.039-.118.041-.08.118-1.59,2.558-3.683,4.922-5.466,7.443a6.054,6.054,0,0,0-.426,3.218c0,1.086-.077,2.171,0,3.257,0,2.016-.467,1.861-2.289,1.938-2.209-.077-4.419,0-6.63-.077-1.084-.077-3.025.428-2.751-1.319-.077-7.133.852-5.311-3.45-11.087-1.708-2.173-3.337-4.459-5.043-6.669-.426-.7-.968-1.319-1.435-1.979-.155-.271-.581-.5-.155-.736-.116-.039-.271-.039-.194.155-.155-.271-.581-.542-.581-.815.039-.039.116-.077.077-.155-.077-.116-.271.116-.31-.077-.116-.194.116-.348.039-.5-.078-.039-.078.077-.039.116.039.077-.039.116-.077.155-.155.077-.155-.155-.232-.232a1.192,1.192,0,0,1-.389-.581c-.039-.077-.155,0-.155-.077-.271-.467-.736-.777-.852-1.319a2.521,2.521,0,0,1-.97-1.706c1.512-.389,3.257-.116,4.808-.235.077,0,.155-.036.194,0,.116.08.232.467.387.157.078-.271.2-.077.351-.116.271,0,.271.155.542-.041,2.17.118,4.3-.077,6.436.08,1.435.581,1.938,2.209,2.87,3.373.232.116-.077.465.155.465.232-.039.464.581.658.774.893,1.2,1.628,2.521,2.637,3.646.464.619.271.619.852.155.39-.5.893-1.125,1.28-1.667.193-.271.31-.66.658-.738.041,0,.08-.039.041-.077a3.673,3.673,0,0,1,1.045-1.551c.155.077.039-.116.077-.194a1.18,1.18,0,0,1,.271-.387c1.125-1.28,1.747-3.451,3.569-3.8.387.077.116.581.426.7.155.348.542-.116.581-.31.116-.31.351.232.505-.194.039-.155.232-.155.31-.31.078.077.194.036.271.116.194-.157.155.31.349.116.271-.351.738-.077,1.125-.155.232.039.774-.235.7.155.467-.31,1.086-.077,1.59-.2.97.08,1.94-.036,2.909.041.387.232.155.116.581.116.078-.116.155-.039.2,0,.193.155.271-.235.542-.116,1.086-.077.31-.118,1.007.271.273.039.273-.312.428-.232,1.123.194,1.241-.08.5,1.007M592.56,27.672c-.077.039-.038.194.039.194.077-.077,0-.155-.039-.194m.232-2.287a.288.288,0,0,1-.116.116c0,.5.194.31.116-.116m.31,1.783c-.116.116-.271.271-.232.465a.142.142,0,0,0-.116-.039c.039.116.116.116.193.116-.039-.232.193-.348.155-.542m-.155.62c-.077,0-.155.271,0,.348.116-.116.039-.232,0-.348m.039-1.474c.155-.077.077-.271-.039-.232-.077.077.039.155.039.232m.116-.465c.234.232.157-.271.116-.426a.311.311,0,0,0-.116.426m0,1.783c0,.077,0,.194.079.194.114,0,.114-.116-.079-.194m.079-1.086c-.079.077,0,.232,0,.348.387.157.191-.348,0-.348m.31-.348c-.077.039-.041.077-.077.194.116-.039.232-.155.077-.194m.116-.5c-.078-.116-.116.039-.157.116.079.039.2-.039.157-.116m-.116,1.745c-.041.116-.041.155.077.232a.172.172,0,0,0-.077-.232m.387.62h-.271c.077.116.271.271.271,0m.232.312c-.271-.041-.465.542-.078.5a.411.411,0,0,1-.077-.194l.232-.2c.077-.036,0-.114-.077-.114m-.078-2.057c.039-.077.155-.155.078-.194-.078,0-.194.155-.078.194M594,25.656c.155.116.31,0,.193-.116a.85.85,0,0,1-.193.116m.038,3.373c-.038.077-.038.116,0,.155.116,0,.078-.116,0-.155m.078-2.016c.077.077.039.077.039.155.155.194.155-.155-.039-.155m0,.968a2.444,2.444,0,0,0,.077.271c.077-.116.077-.232-.077-.271m.426,1.822c-.077-.077-.155-.271-.232-.194-.155.155.039.31.232.194m-.193-.387c.077-.039.077-.155.077-.232-.077,0-.155.194-.077.232m.038-.348c0-.155.078-.271,0-.465a.493.493,0,0,0,0,.465m.155-1.048c-.116.039-.155.077-.077.194.155-.039.155-.039.077-.194m0-.929c-.116.077.078.194-.038.31,0,.077.116.116.116.039-.039-.116.116-.31-.078-.348m.116-.389c-.116-.077-.155.077-.116.194.039-.077.116-.116.116-.194m.232,3.3c-.155.077-.193.157-.155.273.078-.039.116-.116.155-.273m-.155-.7c.078-.039.078-.039.039-.348-.077.116-.039.232-.039.348m0,.31c.039.194.194.426.312.155.039-.194-.2-.232-.312-.155m.274-2.6c.271,0,.271-.351,0-.312-.041.116-.119.273,0,.312m.116,1.471c-.2.118-.039.273,0,.428.155-.155.271-.232,0-.428m.348,1.241c-.039-.039-.116.077-.155.116-.039,0-.116-.077-.194,0,.155.077-.039.389.232.389.232-.077.039-.351.116-.506m-.039,1.822a.911.911,0,0,0-.077-.31c-.155.039-.039.271.077.31m.039-2.945c-.039.036,0,.348.078.387,0-.155.039-.271-.078-.387m.5,1.628c-.078-.157-.349-.116-.31.039a.3.3,0,0,0,.31-.039m-.078-1.435c.078-.039.038-.235-.077-.271-.116.077,0,.232.077.271m.31,1.045c.116-.271-.116-.387-.155-.62-.077.077-.077.116-.039.155.077.194-.116.348.193.465m.583.194c-.118-.232-.505-.077-.583.157a.357.357,0,0,0,.583-.157m-.118-4.38a.276.276,0,0,0,.041-.194c-.119.039-.155.155-.041.194M597.949,30c-.155.039-.155.118-.31.118,0,.077.077.077.155.155-.039.039-.271.194-.31.039a.335.335,0,0,0-.232-.273v.157a.421.421,0,0,0-.193-.039c.039.194.155.465.426.31,0,.348.465.465.5-.039.039-.232-.232.039-.039-.428m-.775-2.751c.039.116.077.077.194,0-.077-.077-.194-.116-.194,0m.155,2.558c.078.194.271-.077.078-.155-.078.077.039.116-.078.155m.271-2.054c.077-.077.077-.116,0-.155-.078,0-.078.077,0,.155m.155,4.382a.283.283,0,0,0-.155.387c.155,0,.116-.232.155-.387m.039-2.483c0-.116,0-.116-.078-.194-.039.077-.039.155.078.194m.506.387c-.118.039-.118.235-.2.351.155-.039.506-.232.2-.351m-.118-2.6c.077-.077.077-.116,0-.194-.078.077-.114.116,0,.194m.428,2.635c-.039-.077-.116-.039-.193,0,.077.118.155.118.193,0m.349-.465c-.116-.077-.232.155-.31.232.039.389.271-.077.31-.232m-.077-1.474c-.116.039-.077.155,0,.235a.117.117,0,0,0,0-.235m.658,1.164c-.116.039-.5,0-.387.155.155.039.31.116.387-.155m-.232,6.9a.812.812,0,0,1,.155.232c.116-.039.078-.387-.155-.232m.5-8.258c-.078-.116-.155-.116-.194,0,.039.077.116.077.194,0m-.078-.968c.039,0,.078-.039.155-.08-.155-.155-.31,0-.155.08m.235,2.171c-.157-.077-.2.116-.235.232.235.077.428-.116.235-.232m.968.116c0-.155-.31-.116-.271,0a.136.136,0,0,0,.271,0m.193-1.086c-.077-.116-.193,0-.31,0,.039.232.349.31.31,0m.235.039c-.041-.077-.041-.155-.157-.155-.116.116.039.155.157.155m.155-.658c-.118.077-.155.232-.041.271.157-.039.078-.155.041-.271m.078,5.972c.077.232.194,0,.077-.116-.077-.041-.038.077-.077.116m.271-4.5c-.116-.116-.155-.116-.232-.039.077.116.116.155.232.039m0,10.9c-.077-.041-.232.077-.232.155.038.155.232-.039.232-.155M602.1,28.99c-.039-.116-.194.039-.078.077.233.116.426-.348.078-.077m.116,8.258c-.077-.077-.194-.116-.194,0,.039.116.116.077.194,0m.271-2.132c-.078,0-.116-.039-.194-.077-.039.116.155.232.194.077m.038,5c-.116-.039-.155-.116-.193,0,0,.155.116.077.193,0m.116-2.405c0-.194-.271-.232-.271-.039s.271.232.271.039m-.039-3.567c.31.077.31.077.271.348.234-.194-.039-.581-.194-.465.038.077-.078.077-.078.116m.116-.736c-.038-.118-.038-.118.078-.2-.193-.039-.232.118-.078.2m-.077-4.537c.039.155.155.039.232,0-.116-.116-.155-.077-.232,0m.155,7.133c.194.155.235-.077.155-.194-.077-.077-.116.155-.155.194m.428,4.188c-.077-.155-.234-.039-.351-.155-.232.155.234.31.351.155m-.234-4.692c-.116,0-.116.155-.039.232.08,0,.157-.194.039-.232m.351,0c-.116-.039-.233,0-.155.155.077-.039.155-.039.155-.155m.426,1.162c-.155-.036-.349-.077-.387.077a.468.468,0,0,0,.387-.077m-.271-7.714c.116.155.31-.039.155-.194-.155.077-.194.116-.155.194m.116,5.466c.039-.077.116-.155.039-.194-.155,0-.116.116-.039.194m0,.581c.077-.036.077-.116.077-.194-.155,0-.193.116-.077.194m.155,2.521c-.039-.077-.194-.116-.194.039.039.116.155.155.194-.039m0,2.637c-.078-.116-.194-.2-.194,0,0,.155.116.116.194,0m.193-6.436c-.116-.077-.116-.077-.155-.232a.14.14,0,0,0,.155.232m-.039.232a2.41,2.41,0,0,0,.078.271c-.155,0-.348.039-.155.155.116-.039.155-.077.194.077a.344.344,0,0,0-.116-.5m.039,1.009-.116-.08c-.155.116,0,.235.116.08m.5-6.243c-.116-.116,0-.157.039-.271-.194.036-.194.232-.194.387,0,.116.273-.039.155-.116m.738,11.128c-.31-.235-.428-.583-.815-.777.039.271.464.426.622.658.039.077.194.312.194.118m-.271-11.6c.077-.077.155-.155,0-.194-.08.077-.08.116,0,.194m.038,3.84c.155.116.194.116.194-.039a.291.291,0,0,1-.194.039m.194,17.642c-.116.039-.078.077,0,.155.078-.077.039-.077,0-.155m.426-15.781c-.039.039-.7-.039-.387.116.155,0,.194.039.232.155.155.271.232-.155.155-.271m-.426,6.359c-.039.155.193.232.193.039.039-.194-.193-.194-.193-.039m.193-11.167c.116-.077.116-.194,0-.232-.155,0-.116.155,0,.232m.155,3.876c.194,0,.116.155.039.271.194.041.155-.116.155-.232.194-.155,0-.581,0-.155-.039-.271-.349.039-.194.116m.349,8.764c0-.039-.039-.039-.077-.039-.078.077-.194-.039-.271,0,.039.232.232.155.349.039m-.077-12.834c.116-.039.038-.155-.078-.116-.194-.039-.077.155.078.116M605.7,40.273c-.116,0-.077.155,0,.232.078-.077.155-.155,0-.232m0-7.368v0Zm.31,11.941c-.077-.155-.194,0-.116.118a.1.1,0,0,0,.116-.118m-.038-11.477c.077-.077.077-.077,0-.155-.078.077-.078.077,0,.155m.077,10.78c-.039.232-.039.232.039.271,0-.116.038-.194-.039-.271m.2-14.888c.114-.077-.041-.155-.077-.194-.119.077-.08.194.077.194m.349,11.244c.039-.232-.194-.155-.312-.194-.193.194.2.271.312.194m-.271,1.435c-.078.077-.155.155,0,.194.077-.039.077-.116,0-.194m.349,5.737c0-.232-.349-.271-.312,0,.041.31.312.273.312,0m-.233,2.56a.113.113,0,0,0-.039.194c.077.039.155-.194.039-.194m.155-21.054c.116-.155-.078-.271-.116-.116-.039.116.039.116.116.116m.039,5.311c.116-.116.193-.039.271-.116-.116-.232-.622.155-.271.116m.232,8.065c-.077.039-.155-.039-.232-.039-.155.271.193.271.232.039m0,4.459c.039.116,0,.31.155.31.193-.116-.039-.232-.155-.31m.039-11.9c-.078.077.155.155.194.077,0-.077-.116-.077-.194-.077m.039,15.276c-.039.116-.077.194.039.271.039,0,.155.116.194.039.155-.194,0-.31-.232-.31m.116-16.13c.078-.039.039-.232-.039-.271-.078.116,0,.194.039.271m.387,6.591c-.194-.077-.194-.077-.232-.271-.232.116.194.736.232.271m.155-5.5a3.2,3.2,0,0,1,.389-.271c-.08-.116-.66.155-.389.271m.271,11.9c-.155-.194-.31.077-.31.194a.29.29,0,0,0,.31-.194m0-11.67c-.077-.116-.155-.116-.271-.039.116.039.194.116.271.039m-.271,4.769c.116.194.232.077.194-.039-.078-.077-.155,0-.194.039m.271-6.049c0-.155-.232-.232-.232-.039-.039.194.232.232.232.039m-.155-.387c.116-.039.078-.155.078-.232-.155-.232-.116.116-.078.232m.116,4.692c-.078.077-.039.116.039.194.08-.077.08-.194-.039-.194m.312,1.706c-.116-.039-.194-.116-.194.039.039.077.116.039.194-.039m-.078-5.234c.039.194.31.039.116-.116Zm.232,8.8c-.077-.039-.116,0-.194,0,.039.116.155.116.194,0m0-9.345c.077-.077.155-.232-.039-.232a.49.49,0,0,1,.039.232m.077.583c.078.039.116.077.194.039.039-.157-.116-.116-.194-.039m.271,3.722c0-.116-.077-.271-.193-.155.039.077.078.077.193.155m0,3.025c-.039-.116-.116-.077-.155-.039,0,.155.155.155.155.039m-.077-1.745c0,.116.077.116.155.155.039-.116-.078-.155-.155-.155m.194-5.275v-.116c.038-.039.077-.039.155-.039-.155-.194-.31,0-.155.155m-.039,7.019c.116-.039.194-.039.271-.116a.154.154,0,0,0-.271.116m.155,1.977c.116.039.155-.232.039-.232-.155,0-.155.271-.039.232m-.078-2.908v.351a.144.144,0,0,0,.078-.2c-.039-.039.039-.116-.078-.155m.387,6.243c0-.232-.31-.155-.31,0,.039.194.31.194.31,0m-.155-6.978c.155.077.232-.039.155-.155a.3.3,0,0,0-.155.155m.232,1.435c-.116.039-.232,0-.194.155.077.039.194-.039.194-.155m-.194-6.514c.194.116.349-.077.5-.039a.15.15,0,0,0,.155-.08c.041-.116-.233-.31-.233-.116-.619.039-.193.08-.426.235m.116,3.022c0,.116,0,.116.155.2.039-.2-.155-.544-.155-.2m.273,6.981-.041.039c.118.232-.116.426-.039.7.116-.155.039-.348.157-.465.077-.116-.041-.194-.077-.271m.232-3.373c-.078-.077-.118-.116-.2,0,0,.116.119.077.2,0m0-1.59c-.041.116-.041.155,0,.194.116,0,.116-.116,0-.194m.036-3.179c.08.077.118.077.157,0-.039-.077-.077-.116-.157,0m.118-2.289c.077.077-.038.116-.077.194,0,.2.232,0,.116-.155v-.194c.155.077.271-.194.155-.31,0-.116.039-.155-.077-.155,0,.077,0,.194-.078.194a.273.273,0,0,0-.039.426m.387,15.51c-.038-.232-.387-.31-.425-.039,0,.31.387.465.425.039m-.271.465c-.039.116-.116.155-.078.271.116-.039.078-.116.078-.271m-.039-3.218a1.464,1.464,0,0,0,.194.232c.039-.077,0-.155-.194-.232m.194-12.989c-.078.077,0,.232-.155.271.116.155.813-.039.348-.116a.2.2,0,0,0,.077-.155c-.155-.077-.155.31-.271,0m.232.583c0-.118-.155-.157-.193,0,.077,0,.116.039.193,0m-.116,5.118a.116.116,0,1,0,0-.232c-.116,0-.077.271,0,.232m.194-3.451c-.039-.118-.194-.155-.194.036,0,.118.233.08.194-.036m-.194,11.244c0,.155.078.194.194.194.116-.039-.116-.389-.194-.194m.349-9.655c0-.157-.116-.077-.155.039.039.077.155.077.155-.039m.039-3.1c.31-.039.155-.66,0-.155-.039-.467-.388.194,0,.155m0,9.461c.193,0,.232-.2.039-.2-.155-.039-.194.232-.039.2m0-9.967c.077.039.155.039.232.077,0-.194,0-.194-.232-.077m.039,7.484c.077.155.155.116.232,0-.077-.077-.232-.155-.232,0m.116,7.794c-.077.039-.155.194,0,.116.194.077.155-.039,0-.116m.116-15.549c-.077-.116-.038-.155.116-.194-.31-.271-.465.426-.116.194m.155,5.04a.142.142,0,0,0-.116.039c0-.116,0-.116-.116-.194,0,.155.077.348.193.387a.49.49,0,0,0,.039-.232m-.039-.387c-.193.077-.039.232.118.271-.041-.116,0-.271-.118-.271m.2,10.741c-.041-.039-.041-.077-.041-.157-.155.08-.077.2.041.157m0-11.711v-.348c-.118.039-.078.271,0,.348m.036,9.229c-.077.155-.193.31.041.348.194.039.116-.271-.041-.348m.2,4.769c0-.155-.232.039-.2.116.119.155.235.039.2-.116m0-16.672h.039c-.078,0-.116-.039-.116-.077-.273-.116.077.426.077.077m.078,1.084c-.078-.077-.232-.077-.232.041.077.114.232.155.232-.041m.155,2.1c0,.116.039.194.077.194.155-.077,0-.348-.077-.194m.077,1.977c-.077,0-.116.155,0,.194.078-.077.039-.116,0-.194m.078.348c.039.116-.039.351.116.387.271-.077.039-.31-.116-.387m.232-1.435c.077,0,.155-.116.039-.155-.077,0-.194.077-.039.155m.116,7.407c-.155.116-.116.232-.116.348.194-.116.155-.155.116-.348m-.116-12.253h.077c0-.116.078-.077.116-.155.077.077.077.077.155,0,.273-.194-.116-.271-.078-.077.039.039-.039.077-.077.077-.116-.232-.194,0-.194.155m.232,1.938v-.271c-.271,0-.31.235,0,.271m.077,3.218c0-.31-.542.077-.155.118.077.036.116-.041.155-.118m-.116-.891c.387-.077-.155-.116-.039-.31-.155-.194-.078.232.039.31m-.116-4.692c.078,0,.232-.116.155-.194a.678.678,0,0,1-.155.194m0,4.072c.039.039.039.116.078.155.116-.116.039-.2-.078-.155m.5,2.829c0-.232-.349-.039-.233.116.077.041.194-.077.233-.116m.077,4.15c-.194-.155-.349.194.039.31.039-.077-.075-.194-.039-.31m.077-10.547c-.114-.039-.31.271-.114.235.036-.08.155-.157.114-.235m.235,4.072c-.077-.077-.193-.116-.193,0,.078.155.116.077.193,0m.232,7.095c.387-.155,0-.348-.232-.194-.116.116.155.077.232.194m-.116-7.949a2.123,2.123,0,0,1,.271-.348c-.232.039-.348.271-.271.348m.387.077a.285.285,0,0,1-.233.077c0,.118-.116.039-.155.118.039.036.116.155.155.116.078-.116.155-.039.194,0,.116-.157.116-.2.039-.312m-.348-2.945c0-.273.155-.428.348-.235.116-.31-.348-.039-.194-.348a.482.482,0,0,0-.155.583m.039,6.241c.116-.077.077-.116,0-.194-.078.077-.078.116,0,.194m-.039-4.341c.039.077,0,.232.116.232.116-.077,0-.194-.116-.232m.348,10.429c-.077-.077-.233-.116-.233-.039.039.077.155.039.233.039m0-12.486c-.116,0-.155.2-.077.312.038-.116.155-.235.077-.312m.116,12.408c-.116.194,0,.232.155.232.155-.194.039-.581-.155-.232m0-11.206c0,.077.116.077.077.155.155.116.039-.155.116-.232-.039-.155-.077.116-.193.077m.31-1.2c.116-.116.116-.232.271-.116-.039-.077-.039-.232-.116-.271-.155,0-.039.232-.193.232-.387.077-.155.077.039.155m0,7.291c-.116,0-.077.116.039.194.039-.116.116-.194-.039-.194M614,35.7c0,.155.116.077.194,0-.116-.077-.155-.116-.194,0m.232-.542c-.077-.039-.232.116-.194.232.155.077.232-.116.194-.232m-.039,3.76c.194,0,.116-.31,0-.31-.155.039-.232.31,0,.31m.039,1.667c-.077.039-.116.116-.039.194.157,0,.157-.155.039-.194m.118-3.489a.094.094,0,0,0,.036-.155c-.116.039-.116.077-.036.155m.114,8.878c-.036-.116-.114,0-.155.077.041.077.155.039.155-.077m.234-11.01c0-.273-.193-.235-.234,0a.117.117,0,0,0,.234,0m-.193-3.646a.968.968,0,0,1,.155-.271.2.2,0,0,0-.155.271m.155,9.074c-.039.155-.155.232-.078.348.116,0,.155-.232.078-.348m.232-.506c-.116,0-.232-.116-.271,0,.155.077.155.077.271,0m-.232-8.762c.039.077.077.155.155.155.116-.077-.039-.155-.155-.155m.31,13.921c0-.116-.155-.232-.232-.155-.232.232.232.581.232.155m-.271-5.817c.078,0,.078-.077.116-.116-.116-.155-.155.039-.116.116m.039,1.9c.078-.039.078-.116.039-.194-.078,0-.078.116-.039.194m.078,1.59a.136.136,0,1,0,0-.271c-.155.039-.116.194,0,.271m.116-2.016c-.077-.077-.039-.194-.155-.271-.039.194,0,.271.155.271m0,10.2c-.155.116-.039.116.039.194.078-.039,0-.116-.039-.194m.155-9.81c0-.039-.078-.077-.116-.116-.155.116-.077.389.116.116m-.155-6.282c.349.077.465-.271.736-.155,0,.039.078,0,.116-.039.039-.31-.387-.077-.5.039s-.271-.116-.349.155m.233,5.156c-.155.08-.233.118-.116.273.039-.077.155-.194.116-.273m0,.66c-.078-.039-.116.077-.116.116.039.077.155-.039.116-.116m.038-4.111c-.077.118-.077.118,0,.2.116-.041.039-.077,0-.2m0,5.972c.116.039.194.155.31.116.194-.271-.155-.348-.31-.116m.232,5.972c-.077.116-.116.155,0,.194.116-.039.039-.116,0-.194m.271-7.017c.116-.041.116-.2-.039-.2-.077.041-.077.2.039.2m0,9.848.155.155c.077-.194,0-.312-.155-.155m.389-10.47c-.118,0-.312,0-.35.155.116-.039.35,0,.35-.155.271-.116-.079-.31,0,0m0,3.683c-.157.116-.35.08-.273.312a.333.333,0,0,0,.273-.312m.387-2.093c-1.318-.232-.155,1.009-.194.077.116,0,.116,0,.194-.077m-.194,6.862c-.077-.039-.155-.116-.155-.039-.039.116.078.155.155.039m.194-14.579c.078-.077.117-.232-.038-.271a.166.166,0,0,0,.038.271m0,2.986c0,.077.039.116.078.232.077-.077.077-.271-.078-.232m.233,4.576c-.155.039-.116.155,0,.232.116-.077.116-.194,0-.232m.387-7.523c-.232-.077-.155-.155-.232-.348-.193.232-.077.7.232.348m.039,7.6c-.116-.077-.155-.116-.232-.077-.039.155.116.155.232.077m.077-14.811c.116-.039.077-.155-.077-.155a.087.087,0,0,0,.077.155m0,12.524c-.116,0-.077.116-.039.194.194-.039.155-.194.039-.194m.232-1.319c0,.155-.232.387-.039.465.234-.039.116-.348.039-.465m-.039-11.67a.169.169,0,0,1,.116.039c.118.194.155-.312-.116-.039m.349,13.183c-.155,0-.155.271,0,.271s.157-.271,0-.271m.157-11.9c-.08-.039-.271-.232-.235-.077.078.077.119.2.235.077m-.116-1.59c.116.118.155-.155.036-.194,0,.116-.114.155-.036.194m.194-.077c-.039.2.038.155.193.077,0-.232.039-.5-.232-.348-.155.039,0,.194.039.271m.077.583a.234.234,0,0,1-.116-.232c-.119,0,0,.426.116.232m.5,12.989c0-.194-.542,0-.62.077a.407.407,0,0,0,.62-.077M618,28.6c.038.116.077.036.193,0-.077-.077-.193-.155-.193,0m.813-3.414c.194.2.428.077.661.077-.119.2-.351.157-.544.157-.155.116-.31-.116-.5-.077-.815.077.077-.235.387-.157m-.155,10.741c0-.077-.194-.077-.232.039.077.077.155,0,.232-.039m-.039-1.241c0-.077-.116-.077-.155-.039-.039.116.116.194.155.039m.387.506c0-.155.116-.232.194-.351-.271-.077-.348.2-.194.351m-.077-4.227c0,.116.116.077.155,0-.078-.077-.116-.077-.155,0m.467,9.345c-.118-.077-.351-.31-.351-.077.155.155.116.31.351.077m-.2-.622c-.077.077-.077.116,0,.194.078-.077.078-.077,0-.194m.389-4.186a.855.855,0,0,1-.116-.194c.078,0,.155-.155.039-.116-.116.116-.157.271.077.31m-.077-.777c.039.077.116.039.193,0-.077-.116-.193-.155-.193,0m.387,3.724c-.078-.077-.155-.116-.194,0,0,.116.116.077.194,0m-.116-8.88c.078-.077.078-.116,0-.194-.078.077-.078.116,0,.194m.271-3.8c0-.194-.232-.194-.232,0,0,.155.232.194.232,0m-.077,12.251c-.116.077-.116.116-.039.2.078-.08.078-.118.039-.2m.97-12.174c-.312-.583-.738-.31-.041,0Zm.735.736c-.077-.271-.62-.271-.658.039-.041.544.658.351.658-.039m-.5-.232c.078-.039.116-.232.116-.271-.078-.077-.271.271-.116.271m.775,3.605c-.194,0-.155.312.039.312s.155-.312-.039-.312m-.116,3.218c0,.157.116.157.155.08.038-.157-.155-.2-.155-.08m.116-3.838c0-.116.193-.387-.078-.348.039.077-.078.426.078.348m.774,5.389c-.075.039-.348,0-.232.116.078-.039.2.039.232-.116m.467-4.653c-.078.041-.116.041-.155,0-.312-.116-.155.428.078.157.271.271.348-.312.078-.157m.5,4.15c-.078-.039-.155-.116-.193,0,.077.116.116.077.193,0m0-1.628a.1.1,0,0,0-.039.194c.116,0,.078-.116.039-.194m.116-3.063c-.039-.077-.077-.077-.155,0,.078.077.116.116.155,0m.854,3.683c-.078.077-.116.077,0,.2.039-.118.078-.155,0-.2m.774-3.334a.176.176,0,0,0-.349-.039c0,.232.349.232.349.039m1.4-1.4c-.155-.036-.658.077-.542.351.116-.273.31-.273.542-.351m.077,1.669a.135.135,0,0,0-.193.116c.077.039.116-.039.193-.116m.232-.854c-.116.077-.31.194-.271.31.155.039.194-.194.271-.31m.078-.039h.155c-.155.581.351.039,0,0,.7-.077.077-.271-.155,0m.118-2.209c.271.116.31-.351.194-.467-.08.077-.116.155-.039.232.077.118-.041.2-.155.235m.852,1.007c-.039-.116-.271-.465,0-.194-.039-.155-.078-.155-.271-.155.078.155-.077.232-.039.387.039-.077.077-.155.155-.116,0,.039-.078.116.039.116.077.039,0,.116-.039.155-.078.232.271-.155.155-.194m.232-.31c.077.077.077.077.194.077a.836.836,0,0,1-.039-.426c-.077-.116,0-.155,0-.232a.2.2,0,0,0-.31-.039c-.038,0-.038-.116-.155-.077-.077.232.5.271.116.387.038.116.31.039.193.232-.193.155.077.387,0,.077" transform="translate(-594.473 32.165)" fill="%23313131"/><path id="Path_157" data-name="Path 157" d="M595.38,49.951c-1.086-2.166-3.879-8.295-4.189-9.185-.155-.31-.959-2.011-1.2-2.524-.31-.733-.619-1.474-.972-2.209l-.039-.08a.337.337,0,0,1-.123.034c-.078-.077-.585-.155-.508-.273.111-.146.191-.289.36-.335-.3-.647-.667-1.476-1.052-2.35l-.007.048c-.23-.077-.307-.191-.157-.419-.05-.116-.1-.23-.15-.346-.023.121-.078.187-.194.187a2.215,2.215,0,0,1,.123-.344c-.929-2.12-1.836-4.209-1.945-4.293a12.161,12.161,0,0,0-.61-1.255.4.4,0,0,1-.36,0c-.232-.114-.232.232-.424.232.114-.191.071-.387.383-.346a2.27,2.27,0,0,1,.241-.143,2.385,2.385,0,0,0-2.282-1.13c-2.854.169-5.749.116-8.623.087a.4.4,0,0,1,.041.41c-.26,0-.41-.255-.21-.412-1.054-.009-2.1-.016-3.15-.007-1.36-.114-1.9,1.164-2.291,2.25-.542,1.009-.931,2.052-1.433,3.025-.182.43-.4.934-.647,1.487l.091-.023c.1.071-.016.1-.132.116-.765,1.731-1.77,3.949-2.756,6.095.009,0,.016-.007.025,0,.164,0,.15.148.066.225l.011.011a.1.1,0,0,1-.148.03l-.007,0c-.027,0-.039-.016-.057-.027-.551,1.2-1.091,2.364-1.576,3.407l0,0a.319.319,0,1,1,.119.622,1.687,1.687,0,0,0-.349-.137c-.014.03-.027.059-.043.089a.133.133,0,0,1,.041,0,.539.539,0,0,1-.066.052l-.032.066a.056.056,0,0,0,.021.036c.041,0,.119-.077.119,0a.378.378,0,0,0,.232.353c.269.232,0,.542-.273.269.077.351-.114.31-.077.465-.036.036-.155.036-.191.114.078.077.037.077-.041.118-.08.2-.581.157-.312-.118v.2c.276-.077-.034-.542.312-.578.232.036.119-.077.119-.232.137.194.2-.009.162-.169a.592.592,0,0,0-.2-.023,1.033,1.033,0,0,1-.12.109c-.178.376-.34.722-.49,1.034l-.009.025-.1.219c.018.068.009.2-.055.237a.4.4,0,0,0-.014-.1c-.292.613-.506,1.048-.6,1.228.021.052-.948,1.966-.968,2.052a30.889,30.889,0,0,0-1.276,3.061c.155.08-.043.235-.121.043-1.123,1.861,1.628,1.355,2.674,1.433,2.483,0,4.888.041,7.329-.036.893-.109,1.515-.2,1.861-1.009.232-.542.387-1.164.663-1.672a.182.182,0,0,0,.036-.266c.077-.043.155,0,.155-.121-.036-.114.118-.077.2-.155.114-.191.387-.191.5-.346a6.061,6.061,0,0,1,1.433-.077,17.478,17.478,0,0,1,2.018,0c.7,0,4.888.041,5.7-.041a12.954,12.954,0,0,1,2.1.041c.118-.041.232.118.351,0a2.983,2.983,0,0,1,1.2,1.94c.43,1.628,2,1.754,3.569,1.742,1.665-.114,6.976.041,7.871,0,1.706.077.966-1.476.465-2.405m-36.992-.191c0,.077-.078.191-.155.077,0-.077.077-.2.155-.077m-.472.465c0,.077.118.191.041.232-.119-.118-.119-.118-.041-.232m-.7.932c.041-.118.118-.155.232-.041-.077.041-.155.118-.232.041m.932.232c-.078-.077-.078-.2-.192-.118-.041.041-.077.077-.155,0-.121-.191.5-.114.346.118m.007-.465c-.08-.155-.346,0-.346-.121.112-.077.155-.232.266-.077.043.077.2.121.157.235-.036,0-.078,0-.078-.036m.034.31a.21.21,0,0,1,.191-.077c.077.155-.077.191-.191.077m-.041-.465c-.078-.2.041-.155.118-.235.036-.155.114-.118.232-.041-.2-.036-.119.232-.351.276m2.448-6.134c-.08-.041-.157-.041-.157-.118.077-.114.157,0,.157.118m.077.31c-.043.191-.235.114-.157-.041.037,0,.08.041.157.041m-.43-.155c-.036.114.077.114.119.155-.155.155-.273-.273-.119-.155m-.055.565a.917.917,0,0,0-.135.082.383.383,0,0,1-.075-.057c.087-.032.151-.059.21-.025m-.137.371c0,.077.034.118.034.2-.192.155-.232-.118-.034-.2m-.2.118c-.077.114-.077.114-.232.036.078-.114.155,0,.232-.036m0,.533c-.157-.077-.269-.036-.312-.155.155-.036.389-.114.312.155m-.116,1.64h.269c-.077.155-.464.225-.269,0m-.232,1.7-.077.2c-.232-.155-.2-.232.077-.2m-.774-1.977a.339.339,0,0,0,.189.155c-.155.077-.269,0-.189-.155m.041,3.414c.041-.118.118-.155.232-.041-.077.041-.155.118-.232.041m.346-1.086c0-.155.31-.077.346.036-.114.041-.31.041-.346-.036m.585,1.319c-.077-.077-.077-.2-.191-.118-.041.041-.078.077-.155,0-.121-.191.5-.114.346.118m.041-.155a.21.21,0,0,1,.191-.077c.078.155-.077.191-.191.077m.305-3.025a.378.378,0,0,1,0,.346c-.043-.114-.2-.346,0-.346m-.043,2.672c.078-.077.155,0,.2.08a.107.107,0,0,1-.2-.08m-.036-3.681c.08,0,.08-.077.114-.155.155.155.077.31.353.155.077.351-1.009.118-.467,0m.729-.615c-.014.1-.185.1-.185-.007a.132.132,0,0,1,.023-.084.3.3,0,0,1-.064-.075c.041-.041.078-.077.078-.041.121.118.232-.31.077-.232-.232.2.043-.346.155-.036.157.191-.269.31.043.467a.164.164,0,0,1-.128.009m.592-1.872a.112.112,0,0,1-.041.191c-.155,0-.155-.232.041-.191m-.041-.818c.077.155-.155.387-.269.2,0-.157.155-.157.269-.2m-.269.74c-.077-.118.037-.077.114-.155.118.114,0,.31-.114.155m.226,5.512c.084.036-.078.232.161.077.112.346-.508,0-.161-.077m.777-7.6c-.114,0-.157-.077-.036-.114.036.036.114.077.036.114m.166-.387c-.118,0-.041-.114,0-.191.114.077.114.155,0,.191m.184.542.346-.269c.155.269-.155.191-.346.269m.508,2.592c.151.544.424.155.151.622a1.345,1.345,0,0,1-.151-.622m.148,4.116c.043-.077.2-.077.2.043-.078.077-.2.034-.2-.043m19.271-19.346c-.114.542-.46.232-.269.118.119.036.191-.155.269-.118m-.228,1.241c-.041,0-.155,0-.118-.077.077-.036.232,0,.118.077m-.084-4.038c-.036.232-.346.31-.31-.077,0-.276.351-.121.31.077m.155,4.535c.387-.232.353.269-.036.191,0,.118-.077.2-.155.118-.119-.155-.31.191-.583-.077.041-.31.62,0,.775-.232m.2,1.783c0,.08-.078.114-.157.157-.041-.2.157-.312.157-.157m-.585.269a.286.286,0,0,0,.351-.077c.036.235.036.353-.155.508.078-.2-.273-.232-.2-.43m-.966-3.48c.077.077-.078.155-.114.232-.041-.077-.078-.346.114-.232m0,1.738a.257.257,0,0,1-.232-.041c.037-.114.232-.155.232.041m-1.353-1.23c0-.121,0-.276.114-.121.041-.036.118-.036.078.041,0,.114-.114.036-.192.08m.148,1.7c-.114.077-.232.155-.232.034.041-.112.118-.077.232-.034M578.389,30.8a1.131,1.131,0,0,1,.426-.428c.66.232-.5.7-.426.428m.3,6.156a.22.22,0,0,1-.034-.269c.192.077.155.191.034.269m.282-5.033c-.078.077-.112.077-.155-.036.043-.118.078-.041.155.036m.15,1.05c-.114.036-.191.114-.31,0,.077-.077.2-.041.31,0m0,1.587c.041.077-.037.077-.114.114-.041-.114.036-.228.114-.114m-.891-1.275c-.041.077-.155.034-.273.077.118-.157.232-.2.273-.077m-1.2.232c-.036-.043-.036-.043-.036-.155-.2.034-.351-.077-.155-.235.036-.041.155.036.191.077.2.312.586.036.818-.118.423.118-.43.353-.585.31a.283.283,0,0,0-.232.121m.232.034c-.077.043-.077.276-.191.2-.041-.041-.041-.077,0-.077.036-.043.077-.2.191-.121m-.733-.077c-.078-.077-.155-.189,0-.189.114.034.114.112,0,.189m-.417-1.861c.078-.077.078-.077.232.077-.155,0-.155,0-.232-.077m.219,1.852c0,.118-.114.2-.232.276.078-.077.155-.312.232-.276M575.1,31.575c-.077-.077-.077-.118,0-.2.036.077.077.118,0,.2m-.091-.164c-.114,0-.114-.077-.114-.155.078-.121.155.077.114.155m-.613,3.07c-.157-.077-.121-.155-.353-.114-.114-.118.387-.155.353.114m-.269-.346,0-.025,0,.023-.007,0m.26,2.009c.232,0,.043.31-.077.31-.191-.121-.078-.276.077-.31m.009-2.628c-.08-.077-.08-.077-.157-.043-.041.077-.542,0-.428-.112.155-.121.31-.121.465-.235.232-.155.353.114.5.235-.148.112-.269.034-.38.155m-.588,2.975c-.041-.114-.078-.157.036-.191.078.077.041.077-.036.191m.742-4.879c.078-.077.078-.077.226.077-.148,0-.148,0-.226-.077m-3.8,14.611c.191-.191.155.077,0,.118-.041.036-.078.036-.041.114.078.077-.077.353-.157.2,0-.121.121-.276,0-.389a.436.436,0,0,0,.121-.31c-.041-.118.31-.232.387-.2.036.273-.387.041-.31.465m.114.74a1.47,1.47,0,0,1,.077-.43c.273.121.041.276-.077.43m-.7-4.883c-.078-.036-.155-.077-.036-.15.114,0,.155.114.036.15m.121,3.8c0,.114-.114.114-.157.191-.232.041.077-.544.157-.191m-.777-1.9c.118.041.118.162.155.239.041.148-.155.346-.155.148.118-.148-.077-.225,0-.387m.078-1.66c.034.041.034.041,0,.077a.158.158,0,0,0-.078.155c-.2.465-.2-.155.078-.232m-1.551-.082c-.155.077-.114.155-.191.276-.121,0,.037-.353-.155-.043-.155-.034-.2-.232-.043-.269.2-.041.235-.232.39-.351.041,0,.119.041.041.118,0,.077.036.191-.041.269m-.077,1.665c-.114-.077-.077-.191-.036-.305.155-.118.191.228.036.305m-1.045-1.355c-.118.232-.2-.155-.2-.232.155,0,.118.155.2.232m-2.833,3.414c-.036.077-.036.155-.155.155a.119.119,0,0,1,.155-.155m4.635-5a1,1,0,0,0,0,.116c-.048.021-.107,0-.107-.082.027-.075.066-.068.1-.034m3.355-8.757c0,.034,0,.155-.078.112-.078-.077-.078-.232.078-.112m-1.207-.508a.131.131,0,0,1,.234,0c-.077.077-.155.041-.234,0m1.9,1.628c-.077.077-.118.121-.155,0,.036-.114.078-.077.155,0m-1.974-1.9c-.078.077-.114.077-.155,0,.041-.118.078-.077.155,0m-.713,1.92a.592.592,0,0,0-.223.055c.036-.212.137-.134.271-.118l-.048.064m-.03-2.628c.078-.2.228-.118.346-.118Zm3.027,2.492c.079-.077.114-.077.191,0-.034.157-.155.08-.191,0m.467-1.628c-.078-.077-.078-.118,0-.2.037.077.077.118,0,.2m-5.156,9.532c.036.114-.078.191-.155.114.036-.036.077-.155.155-.114m0,1.478c.114.036.036.114-.041.235-.078-.121-.114-.2.041-.235m.077,2.282c0,.191,0,.191-.155.155a.288.288,0,0,1,.155-.155M568.5,41.5c.2,0,.2.232-.036.191-.118-.036-.077-.157.036-.191m.041.5c.157-.114.269-.036.192.155.077,0,.232-.036.2.041-.077.077-.121.544-.276.312,0-.157-.191-.2-.155-.312,0-.077.118-.118.041-.2m.269,1.515c-.077-.041-.191-.041-.191-.155.08-.077.191.036.191.155m.121,2.71a.7.7,0,0,1-.043.273c-.111-.118-.111-.155.043-.273m-.077-3.562c.034-.312.464-.155.31.077a.2.2,0,0,1-.041-.121c-.08.043-.191,0-.269.043m.464,1.9c-.077.036-.232.114-.2-.041.078-.036.119,0,.2.041m1.157-2.747c.2,0,.276.346,0,.31-.269,0-.191-.31,0-.31m.077,3.911c-.148-.2-.034-.508-.148-.74.46,0,.114.465.148.74m5.3-11.413a.161.161,0,0,1,.1.173,1.335,1.335,0,0,1-.153-.1c.016-.025.034-.046.05-.071m1.553-4.9a.143.143,0,0,1-.069.068.068.068,0,0,1-.009-.071c.025,0,.052,0,.077,0m.009,2.51c-.078.077-.112.077-.155-.036.043-.118.077-.041.155.036m-.733,1.626.075.025a.179.179,0,0,1-.027.134c-.066-.032-.052-.123-.1-.171l.05.011m2.984,1.275c-.043-.118-.121-.2.034-.232.121.036.043.155-.034.232m-.62-7.782c.155.036.2.155,0,.155Zm-.078-.276c0,.077-.036.155-.036.276-.078-.121-.078-.232.036-.276m-2.521.109c-.041.036-.078.114-.155.077-.118-.118.078-.2.155-.077m-.155-1.127c.036.2-.273.2-.273,0,0-.269.31-.269.273,0m-1.437.818c.077.036.041.155.041.232-.155-.041-.232-.2-.041-.232m-.235-.854v.235c-.111-.043-.111-.077,0-.235m-3.637,1.408c.114.036.114.155.037.155-.078-.041-.114-.077-.037-.155m-.39.342q-.164.068-.328.15c-.1-.007-.178-.068-.178-.223.2-.114.426-.232.505.073m-.852.2c.132.082.151.143.114.2-.029.021-.059.039-.084.059a.235.235,0,0,1-.03-.26m-.43,2.405c.121.041-.077.155-.114.041.036,0,.078-.041.114-.041m-.077,1.36c-.078.077-.114.077-.155,0,.041-.118.077-.077.155,0m-.608-4.111c-.077.077-.232.155-.276,0,.043-.114.157-.077.276,0m-1.332,5.575c-.036.077-.155.036-.155-.041.041-.114.119-.036.155.041m-.8-1.774a.179.179,0,0,1-.037.232c-.041-.118-.041-.155.037-.232m-.818,3.293c-.043-.036-.043-.114-.077-.191.232.036.387.114.077.191m-1.36,2.36c0-.077.078-.077.118-.036.078.15-.155.346-.232.15.114-.036.155,0,.114-.114m-.5,1.246c.077.041.155.155.036.232-.114.041-.114-.232-.036-.232m-.014,3.056c-.077-.041-.155-.2-.077-.2.041.041.118.077.077.2m-.114-1.05c.114,0,0,.118-.041.155-.077-.036-.036-.155.041-.155m-.143,2.528c-.116,0-.153-.077-.039-.114a.679.679,0,0,1,.059.052l-.02.062m.266-.273c-.078,0-.233,0-.233-.118.034-.155.31.077.233.118m.1-2.2-.009.093-.059-.025a.216.216,0,0,1,.068-.068m.21,7.056c-.121,0-.312,0-.2-.114.078,0,.387.036.2.114m.578-1.168c-.346-.041-.465-.353-.155-.508.31-.31.585.508.155.508m.077-2.36c.077-.118,0-.31.232-.31.077.191-.078.155-.078.31.041.155-.191.191-.155,0m.31,8.648c0-.121-.036-.232.078-.232.041.034,0,.232-.078.232m-.077-3.687c0-.157.118-.269.2-.114-.041.077-.119.077-.2.114m.276-6.284c-.041-.118-.041,0-.121,0,0-.091.036-.125.075-.134l.062.007c.05.027.075.091-.016.128m.191,4.029c-.155-.036,0-.155.041-.232.036.118.114.273-.041.232m.082-4.179a1.066,1.066,0,0,0,.136-.046.162.162,0,0,1-.064.155c0-.034-.034-.073-.073-.109m.46,6.553a.307.307,0,0,1,.041-.31c.078.114-.041.191-.041.31m.232-2.373c-.191,0-.191-.155,0-.191Zm-.077-1.319c-.192.155-.155-.114-.034-.191.155.036.189.5.034.191m.353-.622c.192-.189.155.2.036.312.041-.114-.036-.232-.036-.312m.118,7.883c0-.121-.036-.232.078-.232.041.034,0,.232-.078.232m.191-4.07c-.155-.077-.043-.31.078-.121-.043.043-.078.08-.078.121m.233-4.51c-.118.118-.233.273-.428.273-.078,0-.078-.118,0-.077.818-.31.351-.619.7-.656.31.036.043.31-.036.424-.041.155-.118.114-.232.036m.232,4.389c.077.043.346,0,.31.121-.077,0-.464.036-.31-.121m.389-4.89c-.155.351-.121-.036-.043-.191.078.077.157.114.043.191m.192,2.093c.041.191-.312,0,0-.31l.118.077c-.077.036-.31.155-.118.232m.041-.973c-.2-.232.232-.232.232.353.077-.232.232.036.036.077-.078.077-.036.191-.078.31-.389-.077.2-.465-.191-.74m.191,2.758a1.032,1.032,0,0,1,.119-.2c.036.121.036.121-.119.2m.041-.973c-.041-.114.077-.191-.078-.191.114-.077-.077-.43.155-.155.036-.467,0,.077.155.114v.077h-.041c-.155-.036-.078.118-.191.155m.232.118c.036-.118.036-.118.232-.077-.078-.118.036-.155.08-.232.078.155.034.191-.08.232,0,.114-.155.077-.232.077m.114,1.086c.078-.118.118-.077.155,0-.077.114-.077.036-.155,0m.465.392c-.118-.077-.2.043-.31.043-.155-.08.424-.353.387-.08a.129.129,0,0,0-.078.036m.121-1.246c.191,0,.191-.273,0-.155-.043.077-.043.036-.077,0-.043-.232.268-.041.114-.428.119.077.2.118.155.273.155.155-.036.31-.036.467Zm.424,2.136c-.121.159-.121.159-.2,0,.077-.036.353-.114.2,0m-.036-2.524c-.041-.2.036-.2.232-.155Zm.269,0a.284.284,0,0,1,.2-.041c0,.077,0,.155-.084.2Zm.078.888c.036-.112.077-.112.2-.077-.078.121-.078.121-.2.077m0-.733.2.232c.034-.273.269-.155.424-.232.034.232-.346.036-.312.191.043.31-.424-.036-.31-.191m.275,1.551c.034-.31.269-.351.38-.077.043.157-.269.036-.38.077m.615-.273c-.234-.346-.305.041-.383-.579-.2.232-.275-.2-.121-.232.157,0,0-.2.121-.2.078,0,.036.121.036.2-.077.387.269.619.578.346.078-.036.078.041.078.077-.387.077-.037.273-.31.387m.358,1.091c-.114.159-.114.159-.2,0,.084-.036.353-.114.2,0m.26-8a.849.849,0,0,1-.453,0l.064-.116a.672.672,0,0,0,.235,0c.269.034.269-.2.465-.312-.077.467-.155.157-.31.424m.234,5.865c.077-.077.118-.077.2,0-.077.077-.119.121-.2,0m1.164,1.749c.041-.155.155-.077.232,0-.114.071-.232.148-.232,0m.931.148c.119,0,.077.077.119.2-.078.2-.273-.155-.119-.2m-.077-.424c.077-.155.155-.077.273-.034-.077.077-.233.155-.273.034m.118-2.328c.078-.034.078-.112.192-.034-.078.077-.114.155-.192.034m.192-.189c.077-.077.118-.2.232-.2.041.121-.078.232-.232.2m.394,2.792c.041-.155.155-.077.232,0-.114.071-.232.148-.232,0m.38-.31c-.077-.043.037-.155.077-.235.2.114.08.269-.077.235m-.077-5.4c.043-.155.191-.191.269-.31a1.04,1.04,0,0,1-.269.31m.467,4.578c.041-.155.269-.077.232.041,0,.191-.232.114-.232-.041m.162,1.275c.118,0,.077.077.118.2-.077.2-.273-.155-.118-.2m-.077-.424c.077-.155.155-.077.273-.034-.078.077-.232.155-.273.034m.881-4.767c-.078,0-.232.036-.232-.077.041-.155.31,0,.232.077m.121,4.188c.189-.041.155.232,0,.232-.121-.041-.157-.232,0-.232m.082.544c-.077-.043.043-.155.078-.232h0c.2.112.075.266-.08.232m-.077-5.4c.043-.155.2-.191.276-.31a.977.977,0,0,1-.276.31m.538,5.12c.036-.114.077-.114.114,0s-.077.121-.114,0m2.523-6.32c-1.079.467-2.439.114-3.6.235-2.405-.157-2.173.155-1.51-2.1a8.369,8.369,0,0,1,.544-1.4c.077-.077,0-.155.034-.191.043-.077.121-.077.121-.155.173-.369.339-.752.51-1.13l-.018,0c-.125-.159-.021-.26.146-.276a8.426,8.426,0,0,1,.715-1.273c.157-.155.353-.579.508-.733a9.966,9.966,0,0,1,1,1.972c.112.109.155.034.267-.077a.214.214,0,0,1-.192.257c.444,1.061.918,2.278,1.369,3.2.034.544.7,1.241.111,1.665m.663,7.174c-.077-.043-.041-.121-.041-.232.118.077.2.232.041.232m-.4-12.108c-.077-.346.508-.189.7-.112.119.424-.5.112-.7.112m.932-7.17a.127.127,0,0,1,.05.007.574.574,0,0,0-.025.093l-.025-.1m.128.2a.36.36,0,0,0-.048.014.712.712,0,0,1-.043-.073l0-.009c.023.009.073-.025.1.068m.068,4.687c.036.155-.119.232-.041.346-.232.232-.078-.346.041-.346m-.027.624a.177.177,0,0,1-.007-.1c.034.018.066.041.1.059-.023.011-.057.021-.091.036m.31.663c0-.121-.118-.121-.155-.2.077-.034.269.157.155.2m.071-4.888c.157-.077.234-.077.312.077-.155.2-.276.118-.312-.077m.3,1.66c-.077-.077-.189-.118-.077-.2a.109.109,0,0,1,.077.2m-.189,9.935c-.114-.041.043-.191.043-.276.155.084.112.235.189.353-.112.036-.112-.077-.232-.077m.232-4.9c-.043-.15.191-.191.191-.036s-.235.232-.191.036m.592,10.871c.036-.043.114-.121.155-.043,0,.157-.118.121-.155.043m.881-11.217c-.077-.077-.077-.077-.232-.036-.043-.077,0-.2-.078-.2-.2,0-.043.273-.155.351.034-.428-.353-.077-.389-.428-.2.041-.428-.036-.428-.269.118,0,.31.077.465.077.2-.2.387.077.619,0,.2-.121.353.077.545,0,.077-.043.155.034.232.077.191.31-.542.114-.579.424m.615-3.724c.118.155.118.155-.073.232-.078-.114.036-.155.073-.232m-.189,6.871c.041-.269.31-.232.387.043a.289.289,0,0,1-.387-.043m.583-3.537c-.43.312-.353-.31,0,0m.077-9.379c-.276.077-.121.656-.544.579v.118c-.273.114-.273-.542.036-.542.232,0,.036-.353.31-.276-.034-.31.276.077.2.121m.077.266c.071-.034.148.043.225.077-.155.2-.266.08-.225-.077m.148,6.673c-.078-.077-.034-.121.043-.2.078.121.034.121-.043.2m3.491,2.6c-.155.041-.31-.036-.423,0-.119,0-.2-.114-.273,0-.114.155-.191,0-.424.273-.544-.077.078-.465.387-.465a1.383,1.383,0,0,1,.733.191m-.465,3.293c-.155-.077-.269-.036-.31-.155.155-.036.387-.114.31.155m-.078-2.052v-.353c.2.041.041.2,0,.353m-.535,8.924c0-.077.078-.346.155-.155.036.077-.077.2-.155.155m-.269-11.552a.432.432,0,0,0,.023-.137c.029,0,.062-.009.091-.016a.252.252,0,0,1-.114.153m.613-3.578c-.078.077-.118.2-.2.232-.114-.077.155-.269.2-.232m-.508.973c.2,0,.155.269,0,.269-.191-.036-.155-.235,0-.269m-.346,3.179c0-.077-.041-.118-.041-.2.2-.036.273.2.041.2m-.774-7.25c.112.077.077.112.034.191-.077-.08-.077-.114-.034-.191m-.465,6.364a.21.21,0,0,1-.077.312c.041-.077,0-.312.077-.312m-.08.963-.118.114c-.077-.077.078-.269.118-.114m.036,1.587c-.155-.077.041-.387.155-.232.041.077-.114.114-.155.232m.239,2.3c-.077-.114-.155-.269,0-.269.157.077.08.155,0,.269m.071-9.7c.118.118.041.269.078.465-.114-.077-.346-.542-.078-.465m.041-1.94c0-.077-.041-.31.077-.232.037.041-.041.273-.077.232m.235,8.069a.145.145,0,1,1,.078-.276c.034.118.034.276-.078.276m.155-.854c-.043-.077-.155-.121-.043-.2a.1.1,0,0,1,.043.2m.114,1.043c.078-.077.118-.034.2.043-.077.034-.155.114-.2-.043m.189-7.131a.226.226,0,0,1,.014-.073c.057.109.2.353.166.46-.036-.087-.077-.171-.121-.253-.018-.046-.038-.091-.059-.134m.121.622c.041.114.118.155,0,.191-.036-.077-.114-.077,0-.191M585.83,36.3c.036-.043.077,0,.114,0,.078.077.273.112.2.269-.078-.077-.351-.114-.31-.269m.191.387c.118,0,.118.191.041.232.078.036.155.077,0,.114-.155-.036-.118-.232-.041-.346m.121,4.193c-.387.155-.036-.31.121-.232.111.118.034.273-.121.232m.387-3.227a.617.617,0,0,1-.155-.2c.189.077.189.077.155.2m.077,11.176c-.387.191-.189-.155.043-.2.269-.036.155.31-.043.2m.157-.854.155-.155c.041.155-.036.276-.155.155m.31-1.628c-.114-.077-.077-.191.041-.191.155,0,.078.191-.041.191m-.043-9.272c-.346.15-.036-.387.155-.273-.036.118-.232.118-.155.273.041-.118.155,0,.232.036-.155.077-.155.077-.232-.036m.351.114c.036-.155.312-.114.39,0-.155,0-.312.114-.39,0m.7,2.87c-.118.077-.31-.077-.353-.155.043-.041.077-.077.077-.041.121.118.235-.31.078-.232-.232.2.043-.346.157-.036.155.191-.269.31.041.465M587.693,38c.077-.112.155,0,.155.121-.077-.041-.155-.041-.155-.121m0-.465c0,.2-.2.276-.235.084,0-.084.157,0,.235-.084m.077,11.258c-.077.073-.189.073-.189-.041.078-.077.112,0,.189.041m-.276-10.673c0-.121-.077-.2.043-.276.034.043.034.235-.043.276m.2,13.269c-.269.036-.034-.2.077-.155.043.077.043.232-.077.155m-.078-3.068a.154.154,0,0,0,.155-.112c.121.155-.034.269-.155.112m.276-7.864c0-.077.036-.118.036-.2.119.118.119.118-.036.2m.191-.387c.078.034.078.112.078.191-.114,0-.233-.157-.078-.191m.153-1.95c-.078-.121.036-.077.114-.155.118.114,0,.31-.114.155m0-.544c0-.155.155-.155.269-.2.078.155-.155.387-.269.2m.191-.387c-.036.036-.155.036-.191.114.077.077.036.077-.041.118-.077.2-.578.155-.312-.118v.2c.275-.077-.034-.542.312-.579.232.036.118-.077.118-.232.191.269.232-.232.077-.31-.387.387-.2.269-.74.114a.261.261,0,0,1,.353-.114c.191.077.269-.544.5-.43-.036.041-.155.077-.077.155.041,0,.119-.077.119,0a.377.377,0,0,0,.234.353c.267.232,0,.542-.276.269.078.351-.114.31-.077.465m.353,13.383a.39.39,0,0,1,.365.323c-.071-.143-.262-.216-.365-.323m.39-9.882c-.312-.428.189-.74.078-.31-.078.077-.043.155,0,.232.5-.155.232.579-.078.077m.387,8.684c-.043-.235-.043-.235.077-.312a.482.482,0,0,1-.077.312m.114-1.2c-.157-.121.118-.2.232-.2-.077.077-.114.235-.232.2m.576-8.775a1.346,1.346,0,0,1-.148-.622c.148.544.424.155.148.622m.774,1.444a.966.966,0,0,0-.016-.23.134.134,0,0,1,.016.23m.433,7.833.041.269c-.232.118-.31-.228-.041-.269" transform="translate(-368.201 32.208)" fill="%23313131"/></g></svg>');
	background-repeat:repeat-x;
	background-position:center top;
	background-size:auto 2.75rem;
	transition:background .5s ease-in-out;
}
body:hover #colophon:after{
	background-position:left top;
}

.popup{
	background:rgba(0,0,0,.8);
}
.popinside{
	background:white;
	color:black;
}
.textlink.downloadlink a{
	display:block;
	min-height:1.75rem;
	padding-left:3rem;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:1.75rem auto;
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="download" d="M19,5A14,14,0,1,0,33,19,13.982,13.982,0,0,0,19,5ZM16.667,18.783V12.56h4.667v6.222h3.111L19,23.449l-5.444-4.667ZM26,26.56H12V25H26Z" transform="translate(-5 -5)" fill="%23FFD4CA"/></svg>');
}
.textlink.downloadlink a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="download" d="M19,5A14,14,0,1,0,33,19,13.982,13.982,0,0,0,19,5ZM16.667,18.783V12.56h4.667v6.222h3.111L19,23.449l-5.444-4.667ZM26,26.56H12V25H26Z" transform="translate(-5 -5)" fill="%23FFD4CA"/></svg>');
}



/* colour schemes productions */
/*
Coal: A
Wasteland: B
Detention: C
Generic: X
A gradient: #ED5A38 to #FFBAAF -> #FFD4CA
  subnav: #ED5A38
  quote text: #FFBAAF
  credits bg: #FFBAAF
  stars in slider:#FFBAAF
  radial bottom page: #802F1C
  radial image overlay: #DE6548
  
B gradient text: #DBFE51 to #E49B58
  subnav: #DBFE51
  quote text: #DBFE51
  credits bg: #DBFE51
  stars in slider: #E49B58
  radial bottom page: #5C6A22
  radial image overlay: #DAFE51
  tourdates bg: #DBFE51;
  
C gradient text: #FF00FF to #4FACFC
  subnav: #FF00FF
  quote text: #FF00FF
  credits bg: #4FACFC
  stars in slider: #4FACFC
  radial bottom page: #FF00FF
  radial image overlay: #FF00FF
  
X gradient text: #FFD4CA to #0090B1
  subnav: #FFD4CA
  quote text: #FFD4CA
  credits bg: #FFD4CA
  stars in slider: #FFD4CA
  radial bottom page: #62443E
  radial image overlay: #FFD4CA
  
*/

.colour1 h2:before,
.colour2 h2:before,
.credits h2:before{
	background:#000;
}
.colourschemeA h1.page-title span,
.colourschemeA .subnav,
.colourschemeA .medianav ul li a.active{
	/* color:#ED5A38; */
	color:#FF5F1F;
}
.colourschemeB h1.page-title span,
.colourschemeB .subnav,
.colourschemeB .medianav ul li a.active{
	color:#DBFE51;
}
.colourschemeC h1.page-title span,
.colourschemeC .subnav,
.colourschemeC .medianav ul li a.active{
	color:#FF00FF;
}
.colourschemeX .subnav,
.colourschemeX .medianav ul li a.active{
	color:#FFD4CA;
}
.colourschemeA .subnav li a.active,
.colourschemeA .subnav li a:focus,
.colourschemeA .subnav li a:hover{
	color:white;
}
.colourschemeB .subnav li a.active,
.colourschemeB .subnav li a:focus,
.colourschemeB .subnav li a:hover{
	color:white;
}
.colourschemeC .subnav li a.active,
.colourschemeC .subnav li a:focus,
.colourschemeC .subnav li a:hover{
	color:white;
}
.colourschemeX .subnav li a.active,
.colourschemeX .subnav li a:focus,
.colourschemeX .subnav li a:hover{
	color:white;
}
.colourschemeA .button a,
.colourschemeA .credits,
.colourschemeA .popinside{
	background:#FFBAAF;
	color:#000;
}
.colourschemeB .button a,
.colourschemeB .credits,
.colourschemeB .popinside{
	background:#DBFE51;
	color:#000;
}
.colourschemeC .button a,
.colourschemeC .credits,
.colourschemeC .popinside{
	background:#FF00FF;
	color:#000;
}
/* exception */
.colourschemeC .credits{
	background:#4FACFC;
}
.colourschemeX .button a,
.colourschemeX .credits,
.colourschemeX .popinside{
	background:#FFD4CA;
	color:#000;
}
.colourschemeA.site-main:before{
	background:radial-gradient(ellipse 80% 50% at center bottom, #802F1C 0%, #802F1C 20%, #000000 60%);
}
.colourschemeB.site-main:before{
	background:radial-gradient(ellipse 80% 50% at center bottom, #5C6A22 0%, #5C6A22 20%, #000000 60%);
}
.colourschemeC.site-main:before{
	/* background:radial-gradient(ellipse 80% 50% at center bottom, #AE2682 0%, #AE2682 20%, #000000 60%); */
	background:radial-gradient(ellipse 80% 50% at center bottom, #841d40 0%, #841d40 20%, #000000 60%);
	
}
.colourschemeX.site-main:before{
	background:radial-gradient(ellipse 80% 50% at center bottom, #62443E 0%, #62443E 20%, #000000 60%);
}
.colourschemeA .button:focus a,
.colourschemeA .button:hover a,
.colourschemeA .button:active a,
.colourschemeA .quotebox{
	/* color:#FFBAAF; */
	color:#FF5F1F;
}
.colourschemeB .button:focus a,
.colourschemeB .button:hover a,
.colourschemeB .button:active a,
.colourschemeB .quotebox{
	color:#DBFE51;
}
.colourschemeC .button:focus a,
.colourschemeC .button:hover a,
.colourschemeC .button:active a,
.colourschemeC .quotebox{
	color:#FF00FF;
}
.colourschemeA .productionlogo a,
.colourschemeA .quotesslider .quotebox p.stars{
	color:#FFBAAF;
}
.colourschemeB .productionlogo a,
.colourschemeB .quotesslider .quotebox p.stars{
	color:#E49B58;
}
.colourschemeC .productionlogo a,
.colourschemeC .quotesslider .quotebox p.stars{
	color:#4FACFC;
}
.colourschemeA .downloadlink a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="download" d="M19,5A14,14,0,1,0,33,19,13.982,13.982,0,0,0,19,5ZM16.667,18.783V12.56h4.667v6.222h3.111L19,23.449l-5.444-4.667ZM26,26.56H12V25H26Z" transform="translate(-5 -5)" fill="%23ffbaaf"/></svg>');
}
.colourschemeB .downloadlink a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="download" d="M19,5A14,14,0,1,0,33,19,13.982,13.982,0,0,0,19,5ZM16.667,18.783V12.56h4.667v6.222h3.111L19,23.449l-5.444-4.667ZM26,26.56H12V25H26Z" transform="translate(-5 -5)" fill="%23dbfe51"/></svg>');
}
.colourschemeC .downloadlink a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="download" d="M19,5A14,14,0,1,0,33,19,13.982,13.982,0,0,0,19,5ZM16.667,18.783V12.56h4.667v6.222h3.111L19,23.449l-5.444-4.667ZM26,26.56H12V25H26Z" transform="translate(-5 -5)" fill="%23e833ae"/></svg>');
}


/* colourscheme on overview pages */
.pblock.colourschemeA a .overlay:before{
	background:radial-gradient(ellipse 100% 100% at center bottom, #DE6548 0%, rgba(0,0,0,.8) 50%,  transparent 100%);
}
.pblock.colourschemeB a .overlay:before{
	background:radial-gradient(ellipse 100% 100% at center bottom, #DAFE51 0%, rgba(0,0,0,.8) 50%,  transparent 100%);
}
.pblock.colourschemeC a .overlay:before{
	background:radial-gradient(ellipse 100% 100% at center bottom, #FF00FF 0%, rgba(0,0,0,.8) 50%,  transparent 100%);
}
.pblock.colourschemex a .overlay:before{
	background:radial-gradient(ellipse 100% 100% at center bottom, #FFD4CA 0%, rgba(0,0,0,.8) 50%,  transparent 100%);
}



/* links colours */

a{
	color:inherit;
	text-underline-offset:.2em;
}

#nav ul a:focus,
#nav ul a:hover,
#nav ul a:active{
	color:#4EB4CB;
}
.colour0 a:focus,
.colour0 a:hover,
.colour0 a:active{
	color:#4EB4CB;
}
.button a{
	background:#FFD4CA;
	color:black;
	border-color:#FFD4CA;
}
.button a:focus,
.button a:hover,
.button a:active{
	background-color:black !important;
	color:#FFD4CA;
}
.subnav .inner,
.medianav ul,
.section.explore ul,
.section.explore ul li{
	border-color:#404040;
}
.section.explore a h3,
.backlink a{
	color:#FFD4CA;
}
.section.explore a h3:after{
	content:" ";
	display:inline;
	color:inherit;
	/* width:3rem; */
	padding-right:1.75em;
	/* height:1.75rem; */
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M43.08,51.024l.777.777,9-9-9-9-.777.777,7.665,7.668H24.3v1.111H50.746Z" transform="translate(-24.301 -33.801)" fill="%23ffd4ca"/></svg>') transparent no-repeat right center / 1.125em;
	transition:padding .25s ease-in-out 0s;
}
/* to get the arrow to not stick out, while still sticking to last word */
/* needs a <span element inside though */
.section.explore a h3{
	padding-right:2em;
}
.section.explore a h3 span{
	padding-right:2em;
	margin-right:-2em;
}

.backlink a:before{
	content:" ";
	display:inline-block;
	color:inherit;
	width:3rem;
	height:1.75rem;
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M34.078,51.024,33.3,51.8l-9-9,9-9,.777.777-7.665,7.668H52.857v1.111H26.412Z" transform="translate(-24.301 -33.802)" fill="%23ffd4ca"/></svg>') transparent no-repeat left bottom / 2rem;
	transition:transform .25s ease-in-out 0s;
}
.section.explore a:focus h3,
.section.explore a:hover h3,
.section.explore a:active h3,
.backlink a:focus,
.backlink a:hover,
.backlink a:active{
	color:white;
}
.section.explore a:focus h3:after,
.section.explore a:hover h3:after,
.section.explore a:active h3:after{
	padding-right:2em;
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M43.08,51.024l.777.777,9-9-9-9-.777.777,7.665,7.668H24.3v1.111H50.746Z" transform="translate(-24.301 -33.801)" fill="%23ffffff"/></svg>') transparent no-repeat right center / 1.125em;
}
.backlink a:focus:before,
.backlink a:hover:before,
.backlink a:active:before{
	transform:translateX(-.25em);
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M34.078,51.024,33.3,51.8l-9-9,9-9,.777.777-7.665,7.668H52.857v1.111H26.412Z" transform="translate(-24.301 -33.802)" fill="%23ffffff"/></svg>') transparent no-repeat left bottom / 2rem;
}



/* links styles */

#nav a,
.subnav ul li a,
#crumbs a,
.medianav ul li a,
.person a,
.problocks .pblock a,
.productionlogo a,
.explore a,
.backlink a,
#colophon a{
	text-decoration:none;
}
.person a span.name{
	text-decoration:underline;
}



/* fonts */

body,input,textarea{
	font-family:'Router',serif;
	font-size:100%;
}
strong{
	font-weight:500;
}
h1.site-title,
p.site-title{
	font-size:3rem;
	line-height:1;
	margin-bottom:0
}
h1,
h2.sectionheadinglarge{
	font-size:3rem;
	font-weight:400;
	text-transform:uppercase;
	line-height:1.2;
	margin-bottom:.1em;
}
.home h1.page-title{
	text-align:center;
}

/* h2s in page content look the same as section headings */
/* h3s depend on where they are */

h2{
	font-size:1.75rem;
	font-weight:400;
	line-height:1.2;
	margin-bottom:.9em;
}
.page-content h2,
h2.sectionheading,
.credits h2,
.boc h2,
#tourdates h2{
	text-transform:uppercase;
}
.problocks .pblock a h2{
	font-size:3rem;
	text-transform:uppercase;
	margin-bottom:0;
}
.page-content .outer > .inner > h2,
.page-content .outer > .inner > .intro{
	margin-top:1em;
}

.page-content .outer.firstblock > .inner > h2:first-child,
.page-content .outer.firstblock > .inner > .intro:first-child{
	margin-top:0;
}
h3,
.creditsnew .boc h2{
	font-size:1.5rem;
	font-weight:500;
	text-transform:none;
	line-height:1.2;
	margin-bottom:1.2em;
}
.timetableblock h3{
	margin-bottom:0;
}
h4,h5,h6{
	font-size:1.125rem;
	font-weight:500;
	line-height:1.5;
	margin-bottom:0;
}
.creditsnew h4{
	margin-bottom:1.2em;
}
h2.page-subtitle{
	font-size:1.5rem;
	font-weight:400;
	line-height:1.5;
	margin-bottom:.75em;
}
.boc h2{
	padding-top:1em;
}
.itempost h2,
.itempost h3,
.itempost h4{
	font-size:1.25rem;
	text-transform:none;
	line-height:1.5; /* same line-height as paragraph text, for alignment */
	margin-bottom:.5em;
}
.itempost h2{
	font-weight:500;
}
.itempost h3,
.itempost h4{
	font-weight:400;
}
.peopleblock h3{
	font-size:1.25rem;
	font-weight:400;
	line-height:1.5;
}
.peopleblock h3 .role{
	text-transform:uppercase;
}
p,ul,ol{
	font-size:1.125rem;
	font-weight:400;
	line-height:1.5;
	margin-bottom:1.5em;
}
.itempost p,
.itempost ul,
ul.tourdates,
.creditsblock p,
.creditsblock ul{
	font-size:1.25rem;
}
.creditsblock p.role{
	text-transform:uppercase;
	margin-bottom:0;
}
.creditsblock ul.cc{
	margin-bottom:0;
	/* there is already a margin from the gap on flex */
}
.problocks .pblock a p{
	font-size:1.125rem;
	font-weight:500;
	text-transform:uppercase;
	line-height:1.2;
	padding-top:.25em;
	margin-bottom:0;
}
.problocks .pblock a .creditoverlay{
	font-size:.875rem;
	font-weight:400;
	line-height:1.2;
}
.digitalcontentlinks a,
.digitalcontentlinks span{
	font-weight:500;
}
figcaption,
.imgbox p.caption,
.slideimgbox p.caption,
.videowrapper p.caption,
.sliderwrapper p.caption,
.sliderwrapper p.slidercredits,
.smalltext p,
.smalltext ul,
.smalltext ol{
	font-size:1rem;
}
#nav ul{
	font-size:1.125rem;
	font-size:clamp(1rem,1.2vw,1.125rem);
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:0;
}
.subnav ul{
	text-transform:uppercase;
	margin-bottom:0;
}
.subnav ul li.current{
	font-weight:500;
}
#crumbs{
	font-size:.875rem;
	font-weight:400;
}
#crumbs a{
	font-weight:500;
}
p.year{
	font-size:1rem;
	font-weight:400;
}
.intro p,
.intro ul,
.intro ol{
	font-size:1.75rem;
	line-height:1.2;
	text-transform:uppercase;
	margin-bottom:1.25em;
}
.intro.regularcase p,
.intro.regularcase ul,
.intro.regularcase ol{
	text-transform:none;
}
.pullout p{
	font-size:1.5rem;
}
.quotebox p.stars{
	font-size:2.75rem;
	font-size:1.8125rem;
	line-height:1.5;
	margin-bottom:0;
}
.quotescolumns .quotebox p.stars{
	font-size:1.55rem;
}
.quotesslider .quotebox p.stars{
	font-size:4.5rem;
	font-size:3.15rem;
}
.quotebox p.quote{
	font-size:1.5rem;
	font-size:1.375rem;
	font-size:1.25rem;
	font-weight:300;
	line-height:1.5;
	margin-bottom:.5em;
}
.quotescolumns .quotebox p.quote{
	font-size:1.125rem;
	font-weight:400;
}
.quotesslider .quotebox p.quote{
	font-size:2rem;
	font-size:1.4rem;
	font-weight:400;
}
.centerthis .quotebox *{
	text-align:center;
}
.introquote{
	margin-bottom:2.25rem;
	/* to allow the quote text itself not to have a margin */
}
.intro p.quote{
	margin-bottom:.15em;
}
.intro p.byline,
.quotebox p.byline{
	font-size:1rem;
	text-transform:uppercase;
	padding-top:.5em;
	margin-bottom:1.5em;
}
.quotebox.singlequote p.byline{
	font-size:.875rem;
	font-weight:300;
	padding-top:0;
	margin-bottom:0;
}
.quotescolumns .quotebox p.byline{
	font-size:.9375rem;
}
.quotesslider .quotebox{
	text-align:center;
}
.button{
	font-size:1.125rem;
	line-height:1.5;
	margin-bottom:1.5em;
}
.textlink{
	font-size:1.125rem;
	line-height:1.5;
	margin-bottom:1.5em;
}
.productionlogo{
	font-size:1.5rem;
	font-weight:500;
	line-height:1.5;
	margin-bottom:1.5rem;
}
p.caption{
	padding-top:.5em;
}
.medianav ul{
	font-size:1.5rem;
	text-transform:uppercase;
}
ul{
	list-style:none;
}
.page-content ul li{
	padding-left:1em;
	position:relative;
	margin-bottom:.5em; /* was 1em */
}
.page-content ul li:before{
	content:"\2022 ";
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
}
.page-content .logos li,
.page-content .tourdates li,
.page-content .digitalcontentlinks li,
.page-content .mediaslider li,
.page-content .medianav ul li,
.page-content ul.cc li{
	padding-left:0;
	margin-bottom:0;
}
.page-content .logos li:before,
.page-content .tourdates li:before,
.page-content .digitalcontentlinks li:before,
.page-content .mediaslider li:before,
.page-content .medianav ul li:before,
.page-content ul.cc li:before{
	display:none;
}

.page-content .digitalcontentlinks{
	columns:3;
	gap:4rem;
}
.page-content .digitalcontentlinks li{
	break-inside:avoid;
	margin-bottom:1em;
}

.section.explore h3,
.previousproductions .pblock h3{
	font-size:1.75rem;
	font-weight:400;
	text-transform:uppercase;
	line-height:1.2;
	padding-top:.9em;
	margin-bottom:.5em;
}
.backlink{
	font-size:1.5rem;
	text-transform:uppercase;
	line-height:1;
}

#colophon .fcols{
	font-size:.8125rem;
	line-height:1.6;
}
#colophon .fcol1 p{
	margin-bottom:.5em;
}

#colophon .fgroup2{
	font-size:clamp(0.9375rem,1vw,1.125rem);
	line-height:1.3;
}
#colophon .fgroup2 .fcols,
#colophon h3,
#colophon p,
#colophon ul{
	font-size:inherit;
	line-height:inherit;
}
#colophon h3{
	text-transform:uppercase;
	margin-bottom:0;
}
#colophon .fgroup4 h3{
	font-weight:400;
	margin-bottom:1em;
}

#nav span.gcc{
	font-weight:400;
}
h3 span.gcc{
	font-weight:200;
}




/* layout */

#nav,
.outer,
.widebox p.caption{
	padding-left:clamp(1rem,8vw,3rem);
	padding-right:clamp(1rem,8vw,3rem);
}
.page-content > .outer.colour0:last-child{
	padding-bottom:4rem;
	/* TEMPTEST as replacement of padding-bottom on .site-main */
}
.inner{
	max-width:102.5rem;
	margin:0 auto;
}
.page-content .inner{
	padding:1px 0; /* to keep colours and margins inside */
}
.page-header .inner,
.inpage-header .inner{
	padding-top:2rem;
}
.home .page-header .inner{
	padding-top:5rem;
	max-width:94rem;
}
.home .page-content .inner{
	max-width:66rem;
}
.timelinewrap .inner{
	max-width:64.5rem;
}

.bgcolourspacer{
	height:2rem;
}
.colour1 .inner,
.colour2 .inner,
.credits .inner,
.trailer .inner,
.media .inner{
	padding-top:2.5rem;
	padding-bottom:2.5rem;
}
.popup{
	position:fixed;
	top:-100%; /* changes to 0 once javascript loads */
	left:0;
	width:100%;
	height:100%;
	padding:2vw 4vw;
	z-index:10002;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all 1s ease-in-out 0s;
}
.popup.showpopup{
	top:0;
}
.popinside{
	position:relative;
	z-index:100003; /* so that we can click in it without the popup disappearing */
	padding:4rem 2rem 2rem 2rem;
	max-height:calc(100% - 2vw);
	width:92vw;
	max-width:72rem;
	overflow:auto;
}
.tourdates{
	/* border-width:1px 0 0 0; */
	border-width:0;
	border-style:solid;
	/* margin-top:2.25em; */
	margin-bottom:1em;
}
.tourdates li{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	gap:1em;
	padding:1.4em 0;
	/* border-width:0 0 1px 0; */
	border-width:0;
	border-style:solid;
}
.tourdates .pastdates li{
	gap:0 1em;
	padding:.8em 0 .6em 0;
	border-width:1px 0 0 0;
}
.tourdates span{
	display:block;
}
.tourdates li > span{
	/* margin-bottom:1em; */
	/* taken care of by 'gap' */
}
.tourdates span.date{
	width:min(18.75rem,28vw);
}
.tourdates span.venue{
	width:min(14rem,21vw);
}
.tourdates span.phone{
	width:min(14rem,15vw);
}
.tourdates.pastdates span.phone,
.tourdates.pastdates span.book{
	/* width:0; /* not display none, because we want the venue to not be at the right on wider screens */
	/* removed the zero width (and added the book space) because the columns should stay underneath the upcoming columns */
	height:0;
	overflow:hidden;
}
.tourdates span.book{
	width:min(7.5rem,7.5rem);
}
.tourdates span.city,
.tourdates a.ticketlink{
	text-transform:uppercase;
}
.tourdates a.ticketlink{
	padding-right:2rem;
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M43.08,51.024l.777.777,9-9-9-9-.777.777,7.665,7.668H24.3v1.111H50.746Z" transform="translate(-24.301 -33.801)" fill="%23ffffff"/></svg>');
	background-repeat:no-repeat;
	background-position:right center;
	background-size:1.25rem auto;
}
div.tourdatessmalltext{
	margin-bottom:3rem;
}

.backlink .inner{
	padding:5rem 0;
}
#page{
	/* padding-top:5rem; /* same as #masthead height */
}
#nav{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:0;
	min-height:5rem; /* enough height for logo + nav menus */
	transition:height .5s ease-in-out 0s;
	z-index:10000;
}
.admin-bar #nav{
	top:32px;
}
@media(max-width:782px){
	.admin-bar #nav{
		top:46px;
	}
}
#nav .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	height:100%;
}
.site-branding{
	width:6.75rem;
	order:0;
	position:relative;
	top:1.625rem; /* its middle line should cross the bottom of the bar */
}
.site-branding a,
.site-branding svg{
	display:block;
}
#toggle{
	display:none;
	order:1;
}
#navcontent{
	order:2;
}
.site-nav{
	display:flex;
	justify-content:flex-end;
	height:100%;
	align-items:center;
	width:calc(100% - 7rem);
	text-align:right;
}
.site-nav .main-navigation,
.site-nav .mina-navigation ul{
	width:100%;
}
.site-nav li{
	display:inline-block;
	margin-left:clamp(1rem,3vw,2.75em);
	margin-left:clamp(.75em,2.25vw,2.75em);
}
.subnav .inner{
	padding:1.75em 0 .75em 0;
	border-style:solid;
	border-width:0 0 1px 0;
}
.subnav ul li{
	display:inline-block;
	margin-right:clamp(1.5em,4vw,2.5em);
}
#crumbs{
	padding:2.25em 0 .5em 0;
}
#crumbs a{
	margin-right:1em;
	margin-left:1em;
}
#crumbs a:first-child{
	margin-left:0;
}
#crumbs span.current{
	margin-left:1em;
}
.page-header,
.inpage-header,
.prevprodintro{
	margin-bottom:2.1rem;
}
.single-gcc_production .page-header{
	margin-bottom:.1rem; /* 2rem comes from padding top on inpagenav */
}
.inpagenav{
	margin-bottom:3rem;
}
.medianav ul li{
	display:inline-block;
	margin-right:1.75rem;
}


/* 96px + 740px + 64px + 740px = 1640px */

.page-content .inner{
	padding-left:6rem;
	position:relative;
}
.page-content .widesection .inner{
	padding-left:0;
}
.page-content .inner .centerthis{
	/* add right side padding to combat left side padding from .inner */
	padding-right:6rem;
}
.page-content .widesection .inner .centerthis{
	padding-right:0;
}
.home .page-content .inner .centerthis{
	padding-right:0;
}
h2,
.inner.hasline{
	position:relative;
}
.page-content h2:before,
.inner.hasline:before{
	content:" ";
	display:block;
	position:absolute;
	left:0;
	top:.75rem;
	width:4rem;
	height:1px;
}
.page-content h2:before{
	left:-6rem;
}
/* situations where an h2 in page content does not get a line: */
.inner.hasline > h2:first-child:before,
.inner.hasline > .columns > .col1 > h2:before,
.col2 h2:before,
.col3 h2:before,
.col4 h2:before,
.page-content .boc h2:before,
.page-content .itempost h2:before{
	display:none;
}
.page-id-185 .inner.hasline:before{
	display:none !important;
}
.page-id-185 .quotebox.singlequote{
	position:relative;
}
.page-id-185 .quotebox.singlequote:before{
	content:" ";
	display:block;
	position:absolute;
	left:-6rem;
	top:3rem;
	width:4rem;
	height:1px;
	background:white;
}
.home .page-content .inner{
	padding-left:0;
}
.home .inner.hasline:before{
	display:none;
}

.intro,
.pullout,
.quotebox,
.columnlimited{
	max-width:57.5rem;
}
.quotebox{
	padding:1.5rem 0;
	padding:.75rem 0;
}
.centerthis .quotebox{
	margin:0 auto;
}
.outer .inner .quotebox.singlequote:first-child{
	padding-top:2.5rem;
}
.outer .inner .columns .col > .quotebox.singlequote:first-child{
	padding-top:0;
}
.outer .inner .quotebox.singlequote:last-child{
	padding-bottom:2.75rem;
}
.quotesslider .quotebox{
	padding:1.5rem max(0px,calc((100% - 66.5rem)/2));
	max-width:100%;
}
.quotescolumns{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.quotescolumns .quotebox{
	width:46%;
}
.columns{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.col1,
.col2{
	width:48%;
	max-width:46.25rem;
}
.single-gcc_bio .columns .col2{
	max-width:45rem;
}
.button a{
	display:inline-block;
	width:fit-content;
	padding:.5em 2em;
	border-width:1px;
	border-style:solid;
}
.bocgroup{
	border-style:solid;
	border-width:0 0 1px 0;
}
.boc{
	border-style:solid;
	border-width:1px 0 0 0;
}
.creditsnew .boc:last-child,
.boc.peopleblock:last-child{
	border-bottom-width:1px;
}
.bocin,
.showmorecontent{
	height:auto;
}
.boc.closed .bocin,
.showmore.closed .showmorecontent{
	height:0;
	overflow:hidden;
}
.people{
	display:flex;
	flex-wrap:wrap;
	margin-left:-1.25rem;
	margin-right:-1.25rem;
}
.people .person{
	width:17.5rem;
	max-width:50%;
	padding:0 1.25rem;
	margin-bottom:2.5rem;
}
.people .portrait{
	margin-bottom:1.25rem;
}
.people .portrait img{
	display:block;
	border-width:1px;
	border-style:solid;
}
.people .peopletext{
	padding:0 1.25rem;
}

.problocks{
	display:flex;
	flex-wrap:wrap;
	margin-left:-1.3125rem;
	margin-right:-1.3125rem;
}
.problocks .pblock{
	width:50%;
	padding:0 1.3125rem;
	margin-bottom:2.625rem;
}
.productionsgrid .problocks .pblock{
	width:33.33%;
}
.previousproductions .problocks .pblock{
	width:33.33%;
}
/*
.productions .pblock:first-child{
	width:100%;
}
*/
.productions .pblock:first-child .onlyonnarrow{
	display:none;
}
.problocks .pblock a,
.problocks .pblock .imgwrap{
	display:block;
	position:relative;
}
.problocks .pblock a img{
	display:block;
	border-width:1px;
	border-style:solid;
}
.problocks .pblock a .overlay img{
	display:inline-block;
	border-width:0;
}
.productionsgrid .problocks .pblock a .overlay *{
	display:none;
}
.problocks .pblock a .creditoverlay{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:.5em;
}
.problocks .pblock a .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	text-align:center;
	background:rgba(0,0,0,.35);
}
.problocks .pblock .overlay *{
	z-index:1;
}
.problocks .pblock a .overlay:before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
}

.problocks .pblock a:focus .overlay:before,
.problocks .pblock a:hover .overlay:before,
.problocks .pblock a:active .overlay:before{
	opacity:.35;
}
.problocks .pblock a:focus .overlay,
.problocks .pblock a:hover .overlay,
.problocks .pblock a:active .overlay{
	background:transparent;
}

.productionlogo a,
.productionlogo span,
.productionlogo img{
	display:block;
	width:fit-content;
	text-align:center;
	margin:0 auto;
}
.productionlogo img{
	margin-bottom:1rem;
}
.creditsblock{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
	margin-bottom:2rem;
}
.creditsblock .rolegroup{
	width:13.25rem;
}

.workshopblocks{
	/* max 4 columns */
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:1.5rem;
}
.timetableblocks{
	/* max 3 columns */
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	gap:4rem;
}
.workshopblock{
	width:calc(25% - 1.125rem);
}
.timetableblock{
	width:calc(33.33% - 2.7rem);
}

.medianav ul{
	border-style:solid;
	border-width:0 0 1px 0;
}
.imgbox{
	max-width:100%; /* width is in html, depends on image width */
	margin:0 auto 2rem auto;
}
.videowrapper{
	width:100%;
	max-width:67.875rem;
	margin:0 auto 5rem auto;
}
.sliderwrapper{
	width:calc(100% - 12vw);
	max-width:67.875rem;
	margin:0 auto 5rem auto;
}
#primary > .sliderwrapper:last-child{
	margin-bottom:9rem;
	/* TEMPTEST: 5 + 4 */
}
.slideimgbox p.caption,
.videowrapper p.caption,
.sliderwrapper p.caption,
.sliderwrapper p.slidercredits{
	text-align:center;
}
.videobox{
	width:100%;
	height:0;
	padding-top:56.25%;
	position:relative;
}
.videobox iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.videos{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.videos .videowrapper{
	width:48%;
	margin:0 0 2rem 0;
}
.columns .videos .videowrapper{
	width:100%;
}

.logos{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:2rem;
}

.explore .inner{
	overflow:hidden;
	/* to keep the margins left/rigth inside */
	padding-top:6.25rem; /* based on where it sits below blue block */
	padding-bottom:2.5rem;
}
.explore ul{
	display:flex;
	flex-wrap:wrap;
	margin-left:max(-3%,-3.125rem);
	margin-right:max(-3%,-3.125rem);
}
.explore ul li{
	width:33.33%;
}
.section.explore ul{
	padding-top:2rem;
	border-style:solid;
	border-width:1px 0 0 0;
}
.section.explore ul li{
	padding:0 min(3%,3.125rem);
	border-style:solid;
	border-width:0 0 0 1px;
}
.section.explore ul li:first-child{
	border-width:0;
}
.section.explore ul li:nth-child(n+4){
	padding-top:min(3%,3.125rem);
	border-top-width:1px;
}
.section.explore ul li a{
	display:block;
}

ul.quotesslider,
ul.mediaslider{
	height:100%;
}

ul.quotesslider,
ul.mediaslider{
	display:flex;
	align-content:center;
	align-items:center;
}
ul.mediaslider li div.slideimgbox.slidehasimage{
	position:relative;
	padding-top:56.25%;
}
ul.mediaslider li div.slideimgbox.slidehasimage .imageboxinslider{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-content:center;
}
ul.mediaslider li div.slideimgbox img{
	margin:auto;
	max-height:100%;
	max-width:100%;
}

/* news & diary */

.itempost{
	border-width:0 0 1px 0;
	border-style:solid;
	padding-bottom:1rem;
	margin-bottom:2.5rem;
}
.itempost,
.itempost .dateloc,
.itempost .descinfo{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-content:baseline;
}
.itempost .dateloc{
	width:max(20%, 14.5rem);
	padding-right:2rem;
}
.itempost .descinfo{
	width:calc(100% - max(20%, 14.5rem));
}
.itempost .itemdate,
.itempost .itemlocation{
	width:100%;
}
.itemdate .time{
	white-space:nowrap;
}
.itempost .iteminfolink a{
	word-break:break-all;
}
.itempost .itemdesc{
	width:69%;
	padding-right:3rem;
}
.itempost .iteminfolink{
	width:31%;
}

@media(min-width:1300px){
	.type-gcc_diary .dateloc{
		width:36%;
	}
	.type-gcc_diary .descinfo{
		width:64%;
	}
	.type-gcc_diary .itemdate{
		width:57%;
		padding-right:2rem;
	}
	.type-gcc_diary .itemlocation{
		width:43%;
		padding-right:2rem;
	}
	.type-gcc_diary .itemdesc{
		width:62%;
		max-width:48.25rem; /* 740px + 2rem */
	}
	.type-gcc_diary .iteminfolink{
		width:38%;
	}
}
@media(max-width:1024px){
	.itempost .itemdesc,
	.itempost .iteminfolink{
		width:100%;
		padding-right:0;
	}
}

@media(max-width:900px){
	.itempost .dateloc,
	.itempost .descinfo{
		width:100%;
	}
}



/* pagination */
/* kriesi */

.pagination{
	text-align:center;
	padding:3rem 0;
}
.pagepn{
	text-indent:-250rem;
	background-repeat:no-repeat;
	background-position:center;
	background-size:auto 1rem;
}
.pagination a,
.pagination span{
	display:inline-block;
	width:1.75rem;
	height:1.75rem;
	font-size:.875rem;
	font-weight:600;
	line-height:1.75rem;
	text-decoration:none;
	border-radius:1.75rem;
	box-sizing:border-box;
	padding-top:.1rem;
}
.pagination a.inactive{
	opacity:0.5;
	cursor:default;
}
.page-numbers{
	color:inherit;
	margin:0 .5rem;
}
.page-numbers:focus,
.page-numbers:hover,
.page-numbers:active,
.page-numbers.current{
	background:#FFD4CA;
	color:#000;
}
.page-prev{
	margin-left:-.5rem;
	margin-right:.5rem;
}
.page-next{
	margin-right:-.5rem;
	margin-left:.5rem;
}

#colophon .inner{
	display:flex;
	flex-wrap:wrap;
	padding-top:3rem;
	padding-bottom:3rem;
	justify-content:space-between;
	gap:2rem;
}
.fcols{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	height:fit-content;
}
.fcols.fgroup1,
.fcolrow2,
.fcols.fgroup3,
.fcols.fgroup5{
	width:100%;
}
.fcolrow2{
	display:flex;
	flex-wrap:nowrap;
	justify-content:space-between;
	gap:1rem 1rem;
}
.fcols.fgroup2{
	width:50em;
	gap:1em clamp(2em,3.5vw,4em);
}
.fcolrow2 .fgroup4{
	min-width:min-content;
	gap:1em clamp(2em,4vw,4em);
}
.fcolrow2 .fgroup4 .fcol{
	width:max-content;
}
#menu-social-nav{
	padding-top:.2rem;
}
.social-nav li{
	display:inline-block;
	margin-right:.75rem;
}
.social-nav li a{
	display:block;
	width:1.75rem;
	height:1.75rem;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}
.social-nav li a span{
	display:inline-block;
	width:100%;
	height:100%;
	text-indent:1.75rem;
	white-space:nowrap;
	color:red;
}
.social-nav li.facebook a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="facebook" d="M14,0A14,14,0,1,0,28,14,14,14,0,0,0,14,0Zm3.5,9.333H15.925c-.628,0-.758.258-.758.908v1.426H17.5L17.256,14h-2.09v8.167h-3.5V14H9.333V11.667h2.333V8.974c0-2.064,1.086-3.141,3.534-3.141h2.3Z" fill="%23fff"/></svg>');
}
.social-nav li.x-twitter a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.033" height="28.033" viewBox="0 0 28.033 28.033"><g id="x" transform="translate(0.017 0.017)"><path id="Path_12648" data-name="Path 12648" d="M8.7,8,19.79,22H22.4L11.216,8Z" transform="translate(-1.509 -1)" fill="%23fff" stroke="%23fff" stroke-width="0.033"/><path id="Path_12649" data-name="Path 12649" d="M14,0A14,14,0,1,0,28,14,14.041,14.041,0,0,0,14,0Zm3.5,22.137L12.775,15.75,6.912,22.137H5.337l6.737-7.262L5.425,5.862H10.5l4.375,5.862L20.3,5.862h1.575l-6.3,6.737,7.087,9.45H17.5Z" fill="%23fff" stroke="%23fff" stroke-width="0.033"/></g></svg>');
}
.social-nav li.instagram a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="instagram" d="M17.3,7.352c-.861-.04-1.12-.047-3.3-.047s-2.438.008-3.3.047c-2.215.1-3.247,1.15-3.348,3.348-.038.861-.048,1.119-.048,3.3s.009,2.438.048,3.3c.1,2.192,1.128,3.247,3.348,3.348.86.038,1.119.048,3.3.048s2.439-.008,3.3-.048c2.216-.1,3.246-1.153,3.348-3.348.038-.861.047-1.12.047-3.3s-.008-2.438-.047-3.3c-.1-2.2-1.135-3.247-3.348-3.348ZM14,18.194A4.194,4.194,0,1,1,18.194,14,4.194,4.194,0,0,1,14,18.194Zm4.36-7.573a.98.98,0,1,1,.98-.98A.98.98,0,0,1,18.36,10.621ZM16.722,14A2.722,2.722,0,1,1,14,11.278,2.722,2.722,0,0,1,16.722,14ZM14,0A14,14,0,1,0,28,14,14,14,0,0,0,14,0Zm8.118,17.367c-.134,2.969-1.787,4.614-4.75,4.751-.871.04-1.15.049-3.368.049s-2.5-.009-3.367-.049c-2.968-.136-4.614-1.784-4.751-4.751-.04-.87-.049-1.149-.049-3.367s.009-2.5.049-3.367c.137-2.968,1.784-4.614,4.751-4.749.872-.041,1.149-.05,3.367-.05s2.5.009,3.368.05c2.969.136,4.617,1.787,4.75,4.749.04.871.049,1.149.049,3.367S22.157,16.5,22.118,17.367Z" fill="%23fff"/></svg>');
}
.social-nav li.youtube a{
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><path id="youtube" d="M14,0A14,14,0,1,0,28,14,14,14,0,0,0,14,0Zm5.181,19.707c-2.452.168-7.915.168-10.364,0C6.162,19.525,5.853,18.226,5.833,14c.02-4.234.332-5.525,2.984-5.707,2.449-.168,7.912-.168,10.364,0,2.656.182,2.965,1.482,2.985,5.707C22.146,18.234,21.834,19.525,19.181,19.707Zm-7.515-8.44L17.4,14l-5.736,2.737Z" fill="%23fff"/></svg>');
}

.formbox{
	width:100%;
	display:flex
}
.formbox div.form-input,
.formbox div.form-submit{
	position:relative;
	display:inline-block;
	height:2.5em;
	box-sizing:border-box;
	padding:0;
	border-width:0;
	border-style:solid;
	overflow:hidden
}
.formbox div.form-input{
	flex-grow:2
}
.formbox div.form-input input,
.formbox div.form-submit input{
	height:100%;
	width:100%;
	box-sizing:border-box;
	padding:.2em 1em
}
.formbox div.form-input input{
	border-width:1px 0 1px 1px;
	border-style:solid;
}
.formbox div.form-submit input{
	border-width:1px;
	border-style:solid;
	cursor:pointer
}
#colophon .logos img,
#colophon .logos svg{
	margin-right:1rem;
}
#colophon .logos img:last-child,
#colophon .logos svg:last-child{
	margin-right:0;
}


/* webkit things */

input[type=text],
input[type=search],
input[type=button],
input[type=email],
input[type=submit],
textarea{
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
*{
	-webkit-text-size-adjust:100%;
}

/* Where placeholder needs to obey the styles */

/* fix the stupid placeholder colour */
/* separate rules, because: "a group of selectors containing an invalid selector is invalid". */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family:"Montserrat",Arial,sans-serif;
	font-size:.875rem;
	color:#fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-family:"Montserrat",Arial,sans-serif;
	font-size:.875rem;
	color:#fff;
	opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-family:"Montserrat",Arial,sans-serif;
	font-size:.875rem;
	color:#fff;
	opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-family:"Montserrat",Arial,sans-serif;
	font-size:.875rem;
	color:#fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
	font-family:"Montserrat",Arial,sans-serif;
	font-size:.875rem;
	color:#fff;
}


/* bxslider styles here, because it saves another server request and it's needed on almost all pages */

/* added to avoid showing controls when there is only one slide: */

.sliderwrapper.quotesnumber1{
	margin-bottom:2rem;
}
#primary > .sliderwrapper.quotesnumber1:last-child{
	margin-bottom:6rem;
	/* TEMPTEST: 2 + 4 */
}

.sliderwrapper.quotesnumber1 .bx-controls{
	display:none;
}


/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin-bottom:2rem;
	padding:0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width:100%;
	display:block;
}
.bxslider{
	margin: 0;
	padding: 0;
}
ul.bxslider {
	list-style:none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -2rem;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 3rem;
/*  background: url('../img/bx_loader.gif') center center no-repeat #ffffff; */
/* if we need a loader image, it should be an avg code, not a file */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #000;
  top:calc(100% + 1rem);
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.1875rem;
  outline: 0;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  border-radius: .25rem;
}
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover{
  background: #FFD4CA;
}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	width:1.5rem;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	background-repeat:no-repeat;
	background-color:transparent;
	background-position:center;
	background-size:80% auto;
}
.bx-wrapper .bx-prev {
	left:max(calc((100% - 100vw) / 2 + clamp(1rem,8vw,3rem)), -11rem);
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M34.078,51.024,33.3,51.8l-9-9,9-9,.777.777-7.665,7.668H52.857v1.111H26.412Z" transform="translate(-24.301 -33.802)" fill="%23ffffff"/></svg>');
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	opacity:.8;
}
.bx-wrapper .bx-next {
	right:max(calc((100% - 100vw) / 2 + clamp(1rem,8vw,3rem)), -11rem);
	background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.556" height="18" viewBox="0 0 28.556 18"><path id="arrow" d="M43.08,51.024l.777.777,9-9-9-9-.777.777,7.665,7.668H24.3v1.111H50.746Z" transform="translate(-24.301 -33.801)" fill="%23ffffff"/></svg>');
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  opacity:.8;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -3.5%;
	outline: 0;
	width: 7%;
	height: 0;
	padding-top:7%;
	text-indent: -9999px;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: .625rem;
  height: .6875rem;
  outline: 0;
  /* background: url('../img/controls.png') -86px -11px no-repeat; */
  /* if we need a controls image, it should be an avg code, not a file */
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../img/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: center;
  left:3rem;
  width:calc(100% - 6rem);
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 2.5rem;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	background:rgba(0,0,0,.4);
	width:100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 10px;
}


/* layout styles for lesser widths */

@media(max-width:1600px){
	#colophon .fgroup2{
		font-size:clamp(0.9375rem,1.27vw,1.125rem);
	}
	.fcols.fgroup2{
		gap:1em clamp(2em,4.5vw,4em);
	}
	.fcolrow2 .fgroup4{
		width:min-content;
	}
}
@media(max-width:1400px){
	/*
	#colophon .logos img{
		display:block;
		margin-bottom:1rem;
		margin-right:0;
	}
	*/
}
@media(max-width:1200px){
	#colophon .fgroup2{
		font-size:clamp(0.9375rem,1.8vw,1.125rem);
	}
	.fcols.fgroup2{
		gap:1em clamp(2em,7.5vw,4em);
	}
	.fcolrow2{
		flex-wrap:wrap;
	}
	.fcolrow2 .fgroup4{
		width:fit-content;
	}
}
@media(max-width:840px){
	.fcols.fgroup2{
		gap:1em clamp(1em,4vw,4em);
	}
}
@media(max-width:1150px){
	.site-branding,
	#toggle{
		position:fixed;
		top:0;
	}
	.admin-bar .site-branding,
	.admin-bar #toggle{
		/* top:32px; */ /* this goes wrong with a #nav bar parent that uses background blur. */
		/* Known problem with combination of positioning and background blur */
	}
	@media(max-width:782px){
		/*
		.admin-bar .site-branding,
		.admin-bar #toggle{
			top:46px;
		}
		*/ /* See above */
	}
	.site-branding{
		width:clamp(4rem,15vw,6.75rem);
		top:clamp(.5rem,2.3vw,1.625rem);
		left:clamp(1rem,8vw,3rem); /* same as padding on .outer */
	}
	.site-branding svg{
		height:clamp(4rem,15vw,6.75rem);
	}
	#toggle{
		right:clamp(1rem,8vw,3rem); /* same as padding on .outer */
	}
	#nav{
		min-height:1rem;
		height:clamp(3rem,9vw,5rem);
		transition:height .5s ease-in-out 0s;
		/* overflow:hidden; */ /* can't do this, because of the logo that's sticking out */
	}
	#nav .inner{
		align-items:flex-start;
	}
	.site-nav{
		width:100%;
	}
	#toggle{
		display:block;
		width:clamp(1.5rem,5vw,3rem);
		height:clamp(3rem,9vw,5rem); /* same height as #nav when #nav is closed */
		order:1;
	}
	#toggle a{
		display:block;
		width:100%;
		height:100%;
	}
	#toggle a span.burger{
		display:block;
		width:100%;
		height:100%;
		background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22.765" height="18" viewBox="0 0 22.765 18"><path id="burger" d="M8.588,16a1.588,1.588,0,0,0,0,3.176H28.176a1.588,1.588,0,0,0,0-3.176Zm0,7.412a1.588,1.588,0,1,0,0,3.176H28.176a1.588,1.588,0,1,0,0-3.176Zm0,7.412a1.588,1.588,0,1,0,0,3.176H28.176a1.588,1.588,0,1,0,0-3.176Z" transform="translate(-7 -16)" fill="%23fff"/></svg>');
		background-color:transparent;
		background-repeat:no-repeat;
		background-position:right center;
		background-size:contain;
	}
	#toggle a.navisopen span.burger{
		background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path id="close" d="M18.562,16.2a1.669,1.669,0,1,1-2.36,2.36L10.319,12.68a.38.38,0,0,0-.539,0L3.9,18.562a1.669,1.669,0,1,1-2.36-2.36L7.421,10.32a.381.381,0,0,0,0-.539L1.539,3.9A1.669,1.669,0,0,1,3.9,1.539L9.781,7.422a.381.381,0,0,0,.539,0L16.2,1.539a1.669,1.669,0,0,1,2.36,2.36L12.679,9.781a.381.381,0,0,0,0,.539Z" transform="translate(-1.05 -1.05)" fill="%23fff"/></svg>');
	}
	#navcontent{
		display:none;
	}
	body.toggled-on{
		overflow:hidden;
	}
	.toggled-on #nav,
	#nav:target{
		height:100%;
		overflow:auto;
	}
	.toggled-on #navcontent,
	#nav:target #navcontent{
		display:block;
		padding-top:5rem;
		padding-bottom:5rem;
		/* to make sure that even with the admin bar, there will be */
		/* a scrollbar for the last items in the list */
	}
	.site-nav .navi{
		width:100%;
		margin-top:0;
		margin-left:auto;
	}
	ul.nav-menu{
		width:100%;
		text-align:center;
		margin-bottom:1rem;
	}
	.site-nav ul.nav-menu li{
		display:block;
		float:none;
		width:100%;
		margin-left:revert;
		margin-right:revert;
	}
	.site-header ul.nav-menu li a{
		display:block;
		padding:1rem 0;
	}
	#social-navigation ul{
		text-align:center;
	}
	#social-navigation ul li{
		float:none;
		display:inline-block;
		padding:0 .3rem;
	}
	#nav .navisopen,
	#nav:target .navisclosed,
	.toggled-on #nav .navisclosed{
		display:none;
	}
	#nav .navisclosed,
	#nav:target .navisopen,
	.toggled-on #nav .navisopen{
		display:block;
	}
}
@media(max-width:1000px){
	.explore ul li,
	.productionsgrid .problocks .pblock,
	.previousproductions .problocks .pblock{
		width:50%;
	}
	.productionsgrid .problocks .pblock:first-child{
		width:100%;
	}
	.explore ul li:nth-child(3){
		display:none;
	}
	.explore.blocks6 ul li:nth-child(3){
		display:block;
	}
	.page-content .digitalcontentlinks{
		columns:2;
	}
	.explore ul li:nth-child(n+3){
		padding-top:min(3%,3.125rem);
		border-top-width:1px;
		border-top-style:solid;
	}
}

@media(max-width:890px){
	.problocks .pblock{
		width:100%;
	}
	.productions .pblock:first-child .onlyonwide{
		display:none;
	}
	.productions .pblock:first-child .onlyonnarrow{
		display:block;
	}

}
@media(max-width:884px){
	.tourdates li span.date,
	.tourdates li span.phone{
		width:calc(65% - 2rem);
	}
	.tourdates li span.venue,
	.tourdates li span.book{
		width:35%;
	}
}
@media(max-width:767px){
	.page-content .inner{
		padding-left:0;
	}
	.page-content .inner .centerthis{
		padding-right:0;
	}
	.page-content h2:before,
	.inner.hasline:before,
	.page-id-185 .quotebox.singlequote:before{
		content:" ";
		display:block;
		position:static;
		width:4rem;
		height:1px;
		margin-bottom:1rem;
	}
	.single-gcc_bio .inner.hasline:before{
		display:none;
	}
	.single-gcc_bio .columns .col2{
		order:-1;
		margin-bottom:1.875rem;
	}
	.single-gcc_bio .columns .col1:before{
		content:" ";
		display:block;
		position:static;
		width:4rem;
		height:1px;
		background:white;
		margin-bottom:1rem;
	}
	.col1,
	.col2{
		width:100% !important;
		max-width:100% !important;
	}
	.single-gcc_bio .columns .col2 img{
		margin:0 auto;
	}
	.videos .videowrapper{
		width:100%;
	}
}
@media(max-width:670px){
	.fcolrow2 .fgroup4,
	.fcolrow2 .fgroup4 .fcol{
		width:auto;
	}
	.fcolrow2 .fgroup4 .fcol img{
		margin-bottom:1em;
	}
}
@media(max-width:568px){
	.quotescolumns .quotebox{
		width:100%;
	}
	.page-content .digitalcontentlinks{
		columns:revert;
	}
	.explore ul li,
	.productionsgrid .problocks .pblock,
	.previousproductions .problocks .pblock{
		width:100%;
	}
	.explore ul li:nth-child(3){
		display:block;
	}
	.section.explore ul li{
		padding-top:min(3%,3.125rem);
		border-width:1px 0 0 0;
	}
	.section.explore ul li:first-child{
		padding-top:0;
		border-top-width:0;
	}
}
@media(max-width:580px){
	.tourdates.pastdates li{
		gap:1rem;
	}
	.tourdates li span.date,
	.tourdates li span.phone,
	.tourdates li span.venue,
	.tourdates li span.book{
		width:100%;
	}
	.tourdates li span.hidden{
		display:none;
	}
}
@media(max-width:540px){
	.fcolrow2{
		flex-wrap:wrap;
	}
}
@media(max-width:500px){
	#masthead.hasimg,
	body:not(.home) #masthead .mhimgmob{
		/* padding-top:177.78% !important; */ /* overwriting HTML */
		padding-top:125% !important; /* overwriting HTML */
	}
	
	/* temp style */
	.home #masthead.hasimg{
		padding-top:0 !important;
		padding-left:0;
		padding-right:0;
	}
	.home #masthead .mhimgmob{
		position:relative;
	}
	
	#masthead .mhimgmob,
	.photocredits .mhmobcred{
		display:block;
	}
	#masthead .mhimg,
	.photocredits .mhcred{
		display:none;
	}
}
@media(max-width:430px){
	.people .person,
	.people .peopletext{
		width:100%;
		max-width:100%;
	}
}

/* font-sizes for lesser widths */

@media(max-width:1460px){
	h1{
		font-size:clamp(1.5rem,3.3vw,3rem);
	}
	h2{
		font-size:clamp(1.5rem,1.9vw,1.75rem);
	}
	h2.page-subtitle{
		font-size:clamp(1.25rem,1.75vw,1.5rem);
	}
	.problocks .pblock a h2{
		font-size:2.375rem;
	}
	.section.explore h3,
	.previousproductions .pblock h3{
		font-size:clamp(1rem,1.9vw,1.75rem);
	}
	.peopleblock h3{
		font-size:clamp(1rem,1.5vw,1.25rem);
	}
	.problocks .pblock a p{
		font-size:1rem;
	}
	.intro p,
	.intro ul,
	.intro ol{
		font-size:clamp(1.5rem,1.9vw,1.75rem);
	}
	.quotebox p.stars{
		font-size:clamp(2.5rem,10vw,2.75rem);
		font-size:clamp(1.66rem,6.66vw,1.8125rem);
	}
	.quotesslider .quotebox p.stars{
		font-size:clamp(3rem, 12vw, 4.5rem);
	}
	.quotesslider .quotebox p.quote{
		font-size:clamp(1.25rem, 5vw, 2rem);
	}
}
@media(max-width:1000px){
	ul.tourdates{
		font-size:1.125rem;
	}
	.section.explore h3,
	.previousproductions .pblock h3{
		font-size:clamp(1rem,2.6vw,1.75rem);
	}
}
@media(max-width:884px){
	ul.tourdates{
		font-size:1.25rem;
	}
}
@media(max-width:650px){
	ul.tourdates{
		font-size:1.125rem;
	}
}
@media(max-width:580px){
	ul.tourdates{
		font-size:1.25rem;
	}
}
@media(max-width:568px){
	.section.explore h3,
	.previousproductions .pblock h3{
		font-size:clamp(1rem,5vw,1.75rem);
	}
}
@media(max-width:430px){
	h1,
	h2{
		font-size:1.5rem;
	}
	h2.page-subtitle{
		font-size:1.25rem;
	}
	.problocks .pblock a h2{
		font-size:2.375rem;
	}
	.section.explore h3,
	.previousproductions .pblock h3{
		font-size:1.5rem;
	}
	.peopleblock h3{
		font-size:1rem;
	}
	p,ul,ol{
		font-size:1rem;
	}
	.intro p,
	.intro ul,
	.intro ol{
		font-size:1.5rem;
	}
	.quotebox p.stars{
		font-size:2.5rem;
		font-size:1.66rem;
	}
	.quotebox p.quote{
		line-height:1.25;
	}
	.quotesslider .quotebox p.stars{
		font-size:3rem;
	}
	.quotesslider .quotebox p.quote{
		font-size:1.25rem;
		line-height:1.5;
	}
}
